]> source.dussan.org Git - redmine.git/commitdiff
Update copyright year in source files to 2020 (#33069).
authorGo MAEDA <maeda@farend.jp>
Tue, 3 Mar 2020 00:24:10 +0000 (00:24 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 3 Mar 2020 00:24:10 +0000 (00:24 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81

592 files changed:
app/controllers/account_controller.rb
app/controllers/activities_controller.rb
app/controllers/admin_controller.rb
app/controllers/application_controller.rb
app/controllers/attachments_controller.rb
app/controllers/auth_sources_controller.rb
app/controllers/auto_completes_controller.rb
app/controllers/boards_controller.rb
app/controllers/calendars_controller.rb
app/controllers/comments_controller.rb
app/controllers/context_menus_controller.rb
app/controllers/custom_field_enumerations_controller.rb
app/controllers/custom_fields_controller.rb
app/controllers/documents_controller.rb
app/controllers/email_addresses_controller.rb
app/controllers/enumerations_controller.rb
app/controllers/files_controller.rb
app/controllers/gantts_controller.rb
app/controllers/groups_controller.rb
app/controllers/imports_controller.rb
app/controllers/issue_categories_controller.rb
app/controllers/issue_relations_controller.rb
app/controllers/issue_statuses_controller.rb
app/controllers/issues_controller.rb
app/controllers/journals_controller.rb
app/controllers/mail_handler_controller.rb
app/controllers/members_controller.rb
app/controllers/messages_controller.rb
app/controllers/my_controller.rb
app/controllers/news_controller.rb
app/controllers/previews_controller.rb
app/controllers/principal_memberships_controller.rb
app/controllers/project_enumerations_controller.rb
app/controllers/projects_controller.rb
app/controllers/queries_controller.rb
app/controllers/reports_controller.rb
app/controllers/repositories_controller.rb
app/controllers/roles_controller.rb
app/controllers/search_controller.rb
app/controllers/settings_controller.rb
app/controllers/sys_controller.rb
app/controllers/timelog_controller.rb
app/controllers/trackers_controller.rb
app/controllers/users_controller.rb
app/controllers/versions_controller.rb
app/controllers/watchers_controller.rb
app/controllers/welcome_controller.rb
app/controllers/wiki_controller.rb
app/controllers/wikis_controller.rb
app/controllers/workflows_controller.rb
app/helpers/account_helper.rb
app/helpers/activities_helper.rb
app/helpers/admin_helper.rb
app/helpers/application_helper.rb
app/helpers/attachments_helper.rb
app/helpers/auth_sources_helper.rb
app/helpers/avatars_helper.rb
app/helpers/boards_helper.rb
app/helpers/calendars_helper.rb
app/helpers/context_menus_helper.rb
app/helpers/custom_fields_helper.rb
app/helpers/documents_helper.rb
app/helpers/email_addresses_helper.rb
app/helpers/enumerations_helper.rb
app/helpers/gantt_helper.rb
app/helpers/groups_helper.rb
app/helpers/imports_helper.rb
app/helpers/issue_categories_helper.rb
app/helpers/issue_relations_helper.rb
app/helpers/issue_statuses_helper.rb
app/helpers/issues_helper.rb
app/helpers/journals_helper.rb
app/helpers/mail_handler_helper.rb
app/helpers/members_helper.rb
app/helpers/messages_helper.rb
app/helpers/my_helper.rb
app/helpers/news_helper.rb
app/helpers/principal_memberships_helper.rb
app/helpers/projects_helper.rb
app/helpers/projects_queries_helper.rb
app/helpers/queries_helper.rb
app/helpers/reports_helper.rb
app/helpers/repositories_helper.rb
app/helpers/roles_helper.rb
app/helpers/routes_helper.rb
app/helpers/search_helper.rb
app/helpers/settings_helper.rb
app/helpers/timelog_helper.rb
app/helpers/trackers_helper.rb
app/helpers/users_helper.rb
app/helpers/versions_helper.rb
app/helpers/watchers_helper.rb
app/helpers/welcome_helper.rb
app/helpers/wiki_helper.rb
app/helpers/workflows_helper.rb
app/models/attachment.rb
app/models/auth_source.rb
app/models/auth_source_ldap.rb
app/models/board.rb
app/models/change.rb
app/models/changeset.rb
app/models/comment.rb
app/models/custom_field.rb
app/models/custom_field_enumeration.rb
app/models/custom_field_value.rb
app/models/custom_value.rb
app/models/document.rb
app/models/document_category.rb
app/models/document_category_custom_field.rb
app/models/document_custom_field.rb
app/models/email_address.rb
app/models/enabled_module.rb
app/models/enumeration.rb
app/models/group.rb
app/models/group_anonymous.rb
app/models/group_builtin.rb
app/models/group_custom_field.rb
app/models/group_non_member.rb
app/models/import.rb
app/models/import_item.rb
app/models/issue.rb
app/models/issue_category.rb
app/models/issue_custom_field.rb
app/models/issue_import.rb
app/models/issue_priority.rb
app/models/issue_priority_custom_field.rb
app/models/issue_query.rb
app/models/issue_relation.rb
app/models/issue_status.rb
app/models/journal.rb
app/models/journal_detail.rb
app/models/mail_handler.rb
app/models/mailer.rb
app/models/member.rb
app/models/member_role.rb
app/models/message.rb
app/models/news.rb
app/models/principal.rb
app/models/project.rb
app/models/project_custom_field.rb
app/models/project_query.rb
app/models/query.rb
app/models/repository.rb
app/models/repository/bazaar.rb
app/models/repository/cvs.rb
app/models/repository/filesystem.rb
app/models/repository/git.rb
app/models/repository/mercurial.rb
app/models/repository/subversion.rb
app/models/role.rb
app/models/setting.rb
app/models/time_entry.rb
app/models/time_entry_activity.rb
app/models/time_entry_activity_custom_field.rb
app/models/time_entry_custom_field.rb
app/models/time_entry_import.rb
app/models/time_entry_query.rb
app/models/token.rb
app/models/tracker.rb
app/models/user.rb
app/models/user_custom_field.rb
app/models/user_preference.rb
app/models/version.rb
app/models/version_custom_field.rb
app/models/watcher.rb
app/models/wiki.rb
app/models/wiki_content.rb
app/models/wiki_content_version.rb
app/models/wiki_page.rb
app/models/wiki_redirect.rb
app/models/workflow_permission.rb
app/models/workflow_rule.rb
app/models/workflow_transition.rb
config/routes.rb
config/settings.yml
doc/CHANGELOG
doc/INSTALL
doc/README_FOR_APP
doc/UPGRADING
extra/mail_handler/rdm-mailhandler.rb
lib/generators/redmine_plugin/redmine_plugin_generator.rb
lib/generators/redmine_plugin_controller/redmine_plugin_controller_generator.rb
lib/generators/redmine_plugin_migration/redmine_plugin_migration_generator.rb
lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb
lib/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb
lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb
lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb
lib/plugins/acts_as_event/lib/acts_as_event.rb
lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb
lib/redmine.rb
lib/redmine/access_control.rb
lib/redmine/access_keys.rb
lib/redmine/activity.rb
lib/redmine/activity/fetcher.rb
lib/redmine/acts/positioned.rb
lib/redmine/ciphering.rb
lib/redmine/configuration.rb
lib/redmine/core_ext/active_record.rb
lib/redmine/core_ext/string/conversions.rb
lib/redmine/core_ext/string/inflections.rb
lib/redmine/database.rb
lib/redmine/default_data/loader.rb
lib/redmine/export/csv.rb
lib/redmine/export/pdf.rb
lib/redmine/export/pdf/issues_pdf_helper.rb
lib/redmine/export/pdf/wiki_pdf_helper.rb
lib/redmine/field_format.rb
lib/redmine/helpers/calendar.rb
lib/redmine/helpers/diff.rb
lib/redmine/helpers/gantt.rb
lib/redmine/helpers/time_report.rb
lib/redmine/helpers/url.rb
lib/redmine/hook.rb
lib/redmine/hook/listener.rb
lib/redmine/hook/view_listener.rb
lib/redmine/i18n.rb
lib/redmine/imap.rb
lib/redmine/menu_manager.rb
lib/redmine/mime_type.rb
lib/redmine/my_page.rb
lib/redmine/nested_set/issue_nested_set.rb
lib/redmine/nested_set/project_nested_set.rb
lib/redmine/nested_set/traversing.rb
lib/redmine/pagination.rb
lib/redmine/platform.rb
lib/redmine/plugin.rb
lib/redmine/pop3.rb
lib/redmine/project_jump_box.rb
lib/redmine/safe_attributes.rb
lib/redmine/scm/adapters.rb
lib/redmine/scm/adapters/abstract_adapter.rb
lib/redmine/scm/adapters/bazaar_adapter.rb
lib/redmine/scm/adapters/command_failed.rb
lib/redmine/scm/adapters/cvs_adapter.rb
lib/redmine/scm/adapters/filesystem_adapter.rb
lib/redmine/scm/adapters/git_adapter.rb
lib/redmine/scm/adapters/mercurial_adapter.rb
lib/redmine/scm/adapters/subversion_adapter.rb
lib/redmine/search.rb
lib/redmine/sort_criteria.rb
lib/redmine/subclass_factory.rb
lib/redmine/syntax_highlighting.rb
lib/redmine/themes.rb
lib/redmine/thumbnail.rb
lib/redmine/unified_diff.rb
lib/redmine/utils.rb
lib/redmine/views/api_template_handler.rb
lib/redmine/views/builders.rb
lib/redmine/views/builders/json.rb
lib/redmine/views/builders/structure.rb
lib/redmine/views/builders/xml.rb
lib/redmine/views/labelled_form_builder.rb
lib/redmine/views/other_formats_builder.rb
lib/redmine/wiki_formatting.rb
lib/redmine/wiki_formatting/html_parser.rb
lib/redmine/wiki_formatting/macros.rb
lib/redmine/wiki_formatting/markdown/formatter.rb
lib/redmine/wiki_formatting/markdown/helper.rb
lib/redmine/wiki_formatting/markdown/html_parser.rb
lib/redmine/wiki_formatting/textile/formatter.rb
lib/redmine/wiki_formatting/textile/helper.rb
lib/redmine/wiki_formatting/textile/html_parser.rb
lib/tasks/ciphering.rake
lib/tasks/email.rake
lib/tasks/migrate_from_mantis.rake
lib/tasks/migrate_from_trac.rake
lib/tasks/redmine.rake
lib/tasks/reminder.rake
public/javascripts/application.js
public/javascripts/attachments.js
public/javascripts/context_menu.js
public/javascripts/gantt.js
public/javascripts/project_identifier.js
public/javascripts/repository_navigation.js
public/javascripts/revision_graph.js
test/application_system_test_case.rb
test/coverage/html_formatter.rb
test/extra/redmine_pm/repository_git_test_pm.rb
test/extra/redmine_pm/repository_subversion_test_pm.rb
test/extra/redmine_pm/test_case.rb
test/functional/account_controller_openid_test.rb
test/functional/account_controller_test.rb
test/functional/activities_controller_test.rb
test/functional/admin_controller_test.rb
test/functional/attachments_controller_test.rb
test/functional/attachments_visibility_test.rb
test/functional/auth_sources_controller_test.rb
test/functional/auto_completes_controller_test.rb
test/functional/boards_controller_test.rb
test/functional/calendars_controller_test.rb
test/functional/comments_controller_test.rb
test/functional/context_menus_controller_test.rb
test/functional/custom_field_enumerations_controller_test.rb
test/functional/custom_fields_controller_test.rb
test/functional/documents_controller_test.rb
test/functional/email_addresses_controller_test.rb
test/functional/enumerations_controller_test.rb
test/functional/files_controller_test.rb
test/functional/gantts_controller_test.rb
test/functional/groups_controller_test.rb
test/functional/imports_controller_test.rb
test/functional/issue_categories_controller_test.rb
test/functional/issue_relations_controller_test.rb
test/functional/issue_statuses_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/issues_controller_transaction_test.rb
test/functional/issues_custom_fields_visibility_test.rb
test/functional/journals_controller_test.rb
test/functional/mail_handler_controller_test.rb
test/functional/members_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/my_controller_test.rb
test/functional/news_controller_test.rb
test/functional/previews_controller_test.rb
test/functional/principal_memberships_controller_test.rb
test/functional/project_enumerations_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/queries_controller_test.rb
test/functional/reports_controller_test.rb
test/functional/repositories_bazaar_controller_test.rb
test/functional/repositories_controller_test.rb
test/functional/repositories_cvs_controller_test.rb
test/functional/repositories_filesystem_controller_test.rb
test/functional/repositories_git_controller_test.rb
test/functional/repositories_mercurial_controller_test.rb
test/functional/repositories_subversion_controller_test.rb
test/functional/roles_controller_test.rb
test/functional/search_controller_test.rb
test/functional/search_custom_fields_visibility_test.rb
test/functional/sessions_controller_test.rb
test/functional/settings_controller_test.rb
test/functional/sys_controller_test.rb
test/functional/timelog_controller_test.rb
test/functional/timelog_custom_fields_visibility_test.rb
test/functional/timelog_report_test.rb
test/functional/trackers_controller_test.rb
test/functional/users_controller_test.rb
test/functional/versions_controller_test.rb
test/functional/versions_custom_fields_visibility_test.rb
test/functional/watchers_controller_test.rb
test/functional/welcome_controller_test.rb
test/functional/wiki_controller_test.rb
test/functional/wikis_controller_test.rb
test/functional/workflows_controller_test.rb
test/helpers/activities_helper_test.rb
test/helpers/application_helper_test.rb
test/helpers/avatars_helper_test.rb
test/helpers/custom_fields_helper_test.rb
test/helpers/groups_helper_test.rb
test/helpers/issues_helper_test.rb
test/helpers/journals_helper_test.rb
test/helpers/members_helper_test.rb
test/helpers/projects_helper_test.rb
test/helpers/projects_queries_helper_test.rb
test/helpers/queries_helper_test.rb
test/helpers/routes_helper_test.rb
test/helpers/search_helper_test.rb
test/helpers/settings_helper_test.rb
test/helpers/sort_helper_test.rb
test/helpers/timelog_helper_test.rb
test/helpers/version_helper_test.rb
test/helpers/watchers_helper_test.rb
test/helpers/wiki_helper_test.rb
test/integration/account_test.rb
test/integration/admin_test.rb
test/integration/api_test/api_routing_test.rb
test/integration/api_test/api_test.rb
test/integration/api_test/attachments_test.rb
test/integration/api_test/authentication_test.rb
test/integration/api_test/custom_fields_attribute_test.rb
test/integration/api_test/custom_fields_test.rb
test/integration/api_test/disabled_rest_api_test.rb
test/integration/api_test/enumerations_test.rb
test/integration/api_test/files_test.rb
test/integration/api_test/groups_test.rb
test/integration/api_test/issue_categories_test.rb
test/integration/api_test/issue_relations_test.rb
test/integration/api_test/issue_statuses_test.rb
test/integration/api_test/issues_test.rb
test/integration/api_test/jsonp_test.rb
test/integration/api_test/memberships_test.rb
test/integration/api_test/my_test.rb
test/integration/api_test/news_test.rb
test/integration/api_test/projects_test.rb
test/integration/api_test/queries_test.rb
test/integration/api_test/roles_test.rb
test/integration/api_test/search_test.rb
test/integration/api_test/time_entries_test.rb
test/integration/api_test/trackers_test.rb
test/integration/api_test/users_test.rb
test/integration/api_test/versions_test.rb
test/integration/api_test/wiki_pages_test.rb
test/integration/application_test.rb
test/integration/attachments_test.rb
test/integration/feeds_test.rb
test/integration/issues_test.rb
test/integration/layout_test.rb
test/integration/lib/redmine/field_format/attachment_format_test.rb
test/integration/lib/redmine/hook_test.rb
test/integration/lib/redmine/menu_manager_test.rb
test/integration/lib/redmine/themes_test.rb
test/integration/projects_test.rb
test/integration/repositories_git_test.rb
test/integration/routing/account_test.rb
test/integration/routing/activities_test.rb
test/integration/routing/admin_test.rb
test/integration/routing/attachments_test.rb
test/integration/routing/auth_sources_test.rb
test/integration/routing/auto_completes_test.rb
test/integration/routing/boards_test.rb
test/integration/routing/calendars_test.rb
test/integration/routing/comments_test.rb
test/integration/routing/context_menus_test.rb
test/integration/routing/custom_fields_test.rb
test/integration/routing/documents_test.rb
test/integration/routing/enumerations_test.rb
test/integration/routing/files_test.rb
test/integration/routing/gantts_test.rb
test/integration/routing/groups_test.rb
test/integration/routing/imports_test.rb
test/integration/routing/issue_categories_test.rb
test/integration/routing/issue_relations_test.rb
test/integration/routing/issue_statuses_test.rb
test/integration/routing/issues_test.rb
test/integration/routing/journals_test.rb
test/integration/routing/mail_handler_test.rb
test/integration/routing/members_test.rb
test/integration/routing/messages_test.rb
test/integration/routing/my_test.rb
test/integration/routing/news_test.rb
test/integration/routing/previews_test.rb
test/integration/routing/principal_memberships_test.rb
test/integration/routing/project_enumerations_test.rb
test/integration/routing/projects_test.rb
test/integration/routing/queries_test.rb
test/integration/routing/reports_test.rb
test/integration/routing/repositories_test.rb
test/integration/routing/roles_test.rb
test/integration/routing/search_test.rb
test/integration/routing/settings_test.rb
test/integration/routing/sys_test.rb
test/integration/routing/timelog_test.rb
test/integration/routing/trackers_test.rb
test/integration/routing/users_test.rb
test/integration/routing/versions_test.rb
test/integration/routing/watchers_test.rb
test/integration/routing/welcome_test.rb
test/integration/routing/wiki_test.rb
test/integration/routing/wikis_test.rb
test/integration/routing/workflows_test.rb
test/integration/sessions_test.rb
test/integration/users_test.rb
test/integration/welcome_test.rb
test/integration/wiki_test.rb
test/system/issues_import_test.rb
test/system/issues_test.rb
test/system/my_page_test.rb
test/system/quick_jump_test.rb
test/system/sudo_mode_test.rb
test/system/timelog_test.rb
test/test_helper.rb
test/unit/activity_test.rb
test/unit/attachment_test.rb
test/unit/attachment_transaction_test.rb
test/unit/auth_source_ldap_test.rb
test/unit/board_test.rb
test/unit/changeset_test.rb
test/unit/comment_test.rb
test/unit/custom_field_test.rb
test/unit/custom_field_user_format_test.rb
test/unit/custom_field_version_format_test.rb
test/unit/custom_value_test.rb
test/unit/default_data_test.rb
test/unit/document_category_test.rb
test/unit/document_test.rb
test/unit/enabled_module_test.rb
test/unit/enumeration_test.rb
test/unit/group_test.rb
test/unit/initializers/patches_test.rb
test/unit/issue_category_test.rb
test/unit/issue_custom_field_test.rb
test/unit/issue_import_test.rb
test/unit/issue_nested_set_concurrency_test.rb
test/unit/issue_nested_set_test.rb
test/unit/issue_priority_test.rb
test/unit/issue_relation_test.rb
test/unit/issue_scopes_test.rb
test/unit/issue_status_test.rb
test/unit/issue_subtasking_test.rb
test/unit/issue_test.rb
test/unit/issue_transaction_test.rb
test/unit/journal_observer_test.rb
test/unit/journal_test.rb
test/unit/lib/redmine/access_control_test.rb
test/unit/lib/redmine/acts/positioned_with_scope_test.rb
test/unit/lib/redmine/acts/positioned_without_scope_test.rb
test/unit/lib/redmine/ciphering_test.rb
test/unit/lib/redmine/codeset_util_test.rb
test/unit/lib/redmine/configuration_test.rb
test/unit/lib/redmine/export/csv_test.rb
test/unit/lib/redmine/export/pdf/issues_pdf_test.rb
test/unit/lib/redmine/export/pdf_test.rb
test/unit/lib/redmine/field_format/attachment_format_test.rb
test/unit/lib/redmine/field_format/attachment_format_visibility_test.rb
test/unit/lib/redmine/field_format/bool_format_test.rb
test/unit/lib/redmine/field_format/enumeration_format_test.rb
test/unit/lib/redmine/field_format/field_format_test.rb
test/unit/lib/redmine/field_format/link_format_test.rb
test/unit/lib/redmine/field_format/list_format_test.rb
test/unit/lib/redmine/field_format/numeric_format_test.rb
test/unit/lib/redmine/field_format/user_field_format_test.rb
test/unit/lib/redmine/field_format/version_field_format_test.rb
test/unit/lib/redmine/helpers/calendar_test.rb
test/unit/lib/redmine/helpers/diff_test.rb
test/unit/lib/redmine/helpers/gantt_test.rb
test/unit/lib/redmine/helpers/url_test.rb
test/unit/lib/redmine/hook_test.rb
test/unit/lib/redmine/i18n_test.rb
test/unit/lib/redmine/info_test.rb
test/unit/lib/redmine/menu_manager/mapper_test.rb
test/unit/lib/redmine/menu_manager/menu_helper_test.rb
test/unit/lib/redmine/menu_manager/menu_item_test.rb
test/unit/lib/redmine/menu_manager_test.rb
test/unit/lib/redmine/mime_type_test.rb
test/unit/lib/redmine/notifiable_test.rb
test/unit/lib/redmine/pagination_helper_test.rb
test/unit/lib/redmine/pagination_test.rb
test/unit/lib/redmine/plugin_test.rb
test/unit/lib/redmine/project_jump_box_test.rb
test/unit/lib/redmine/safe_attributes_test.rb
test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb
test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb
test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
test/unit/lib/redmine/syntax_highlighting/rouge_test.rb
test/unit/lib/redmine/themes_test.rb
test/unit/lib/redmine/unified_diff_test.rb
test/unit/lib/redmine/utils/date_calculation.rb
test/unit/lib/redmine/views/builders/json_test.rb
test/unit/lib/redmine/views/builders/xml_test.rb
test/unit/lib/redmine/views/labelled_form_builder_test.rb
test/unit/lib/redmine/wiki_formatting/html_parser_test.rb
test/unit/lib/redmine/wiki_formatting/macros_test.rb
test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb
test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
test/unit/lib/redmine/wiki_formatting_test.rb
test/unit/lib/redmine_test.rb
test/unit/mail_handler_test.rb
test/unit/mailer_localisation_test.rb
test/unit/mailer_test.rb
test/unit/member_test.rb
test/unit/message_test.rb
test/unit/news_test.rb
test/unit/principal_test.rb
test/unit/project_copy_test.rb
test/unit/project_members_inheritance_test.rb
test/unit/project_nested_set_concurrency_test.rb
test/unit/project_nested_set_test.rb
test/unit/project_query_test.rb
test/unit/project_test.rb
test/unit/query_test.rb
test/unit/repository_bazaar_test.rb
test/unit/repository_cvs_test.rb
test/unit/repository_filesystem_test.rb
test/unit/repository_git_test.rb
test/unit/repository_mercurial_test.rb
test/unit/repository_subversion_test.rb
test/unit/repository_test.rb
test/unit/role_test.rb
test/unit/search_test.rb
test/unit/setting_test.rb
test/unit/time_entry_activity_test.rb
test/unit/time_entry_import_test.rb
test/unit/time_entry_query_test.rb
test/unit/time_entry_test.rb
test/unit/token_test.rb
test/unit/tracker_test.rb
test/unit/user_preference_test.rb
test/unit/user_test.rb
test/unit/version_test.rb
test/unit/watcher_test.rb
test/unit/wiki_content_test.rb
test/unit/wiki_content_version_test.rb
test/unit/wiki_page_test.rb
test/unit/wiki_redirect_test.rb
test/unit/wiki_test.rb
test/unit/workflow_test.rb
test/unit/workflow_transition_test.rb

index ff8631e901def6099b1549b5f0c3c0bc54fdec91..ba6fee9b2133c579506a56a8ac41dda147c7c284 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d809245432785eba76a68d0d34eb45da0664bba3..76bce9875d4a458dbab9ba7a0f9198b690c19638 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ac551339512f07ee95627eea1c248e888b0f8fc0..9cd8fa13b1de0e4046fc0f76106280fbfcbcb71f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1559affce1d1ec19bb6bb33298ebb72765f05109..6ccf75546a083a1ce79ec57a8a3f5b3b8dcc4b18 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4a880793e128b1147cf278a4f0b5c7567aa82cdc..db90b55dafaed164c120cf93f9a5af309cd8ca2d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 295dfd1568c684fb646c601aaf24f20589d35997..400183ab2f97de3876f5c33273df4f48bc31f648 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d0554767ec67579c5e940afce2bb3b7d29e2492a..c0a0c242aaed8a72d88088df8dab6a6689b3448c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bcafadaf56c3fbd45a141f0fe7827a237587f6f1..86eb3d278b917ea340d55396c3aae25f23b20071 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 23e7488964f5eb213d24cb8c2990ff0fc6396ff7..eec3bf2c1421986ab703772b3acc4a8e19e69ff1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d7d664c5b36c8a5477f30f58e284f456baa2f28..f0b9a92716ac71f707a1d706c68d52efa8bfecb2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8622d15daf3cd3db9c65b251080ce4b5c7275465..da85cac40f89b911cae354ef8cca8badb780f534 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c00edc95fbfb8cf66e9ef45b4b48a55c6769cfa..03ce5f10627974fb8692c726743a0293323db3c1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f979f8ba9daba9a031673fb3423f5dcd445eb45f..9f340476e750d781bcf5a54e0b7c633b0a2ef396 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6facd7b14c2122e05afd197e7b9d895960f21294..b9e2633ccb6a28d024f4ba1173a215de0c67f774 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9af294b1c67c463d99f2626605e943f813780e83..a2036035ec38f065ce37710a24a06dd6e20b7a71 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ed5a0e63616aa5f8aca487b3b62993b5a91ba090..ba99e477c364904ad40097bacb7442643e9b167f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 00b0dca15c02fbeda804002a3a98f6ecbe9173ad..1301b61359873a210809abe02de4443f4bfaf650 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04a9e35cf303dff4ef603fc57084c3ac558ab74d..9235d3da200dfd776241f096a4bd7ac491a3cf04 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5cb80e218566f2f1923e960cd000e0c4a2c00f07..2a8d5902715e282e0c3324351e7db29a312bc438 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 96c493a31901bea95de810334b4e8ca781d71623..60376f4f0403fd63ea3b2f04b66b06897eec8839 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5decdd243c056c4ccb0ea46e8c5ba8d1d11659d..a6995ae95323a54f85dd8b64ed066cd9754652c8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee197d0c213590353dc2ee922ab5a03ad194caea..4c8006a30547755a32d4e8a6103766febeb372d9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f9d051a20f5c4733d2989bc2d4dc397918cee758..2b81fecf66dd92695ad55c6df53812b310273336 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4565ec03172f523ab5dfdf249e57ac2513ff5af0..0d1acc95bad3c0862b2f0e1c8e41b9c2d9aacc41 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7a477a0b14a35c38149caa91d357b4350324d482..f4d165ac38baedc61f5133e079dc4c8c54b66165 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 389cd6f73a94d1b9db7fa21b04ce2cfe91be77ba..d6b16f80a2f8c16a23634edd1f25fd9ad5dc56bd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 119bf8ea0d727b077740b3e69a72153339d6f9e6..dbfeb1b0bd82710663722f88734e5807d2389c66 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a0e341b6dd072965dba24bcea73811f5ebb8bd1..69af02066f47bee385fbcb8c661a5b67f55944be 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 606fd5cb343effa4a9935d6666bbcd737d56f359..ecf8e81ab73c665f6fbf45aea96190ee9a689cd9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d63f449a0062d12baa35bf424f8b90bc7d0d70a..511f10ddbbbee97d2f2444bf174b9c3aac9396e8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 73cad7c444f73a25cb526c3df48bb0959cd3c17e..f53f388cd56960ab949c32717582ea715bc047f7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fdbd8be8d919954506fa2055dbd3947865170bd0..381822fcb8640c63c38aeeec77b7213429cdd022 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b2768eb89a9a2abc08ae54e9b30a44287d458f4..1df77274efe117e8d82ba1756c83f83b72a8b7ea 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c5c98d6fda5bd21c01a9d76ae3295ebde093a901..c2a17e3592dc7036149777c4d0ed51ac41849097 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f68f2875caa03c18298f79b7392acbf765d9e2fe..b4feb4a550c610c5e3887db16d8f519bad51f569 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6918cb335a401a9defd05380a8e4c5b25eae5a04..b9ee491007d6f3c69d09f4430fa31e54d12b04df 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8350b4d4808e12bfdf28e438a967db7056c9f6ad..0da25695375213249f1e77e79ca36f4bd12539a7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0e29e8cfdee1a492e5c177d7f7f1841cd8df0210..07745023d0b3f68be3797e3502b0d1233b217c9f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2e81281bd6d7538aeca7ebf665f86fd34d68c728..aa408c70a1940f1afbc6e229a0affb27ee4e97ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4ff333bca1733d51c466f7991349536e6e792920..69580460af92d5893d22db40fab92f183ecc6847 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f217ee280cae21ac4f0e8866c5e3093dbd55c418..89a3295441dfdc84fcd75ff42d99b0a5297ef6d5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4c4e7df791d1ff1d73187c7df972abaaaf6ca0e6..d304fe3b207c4eb03d5f71abd84f6f477b3955cb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e219dead49de49377bc4267173dcc21aa020a535..af839e5880c67efdca5a2e3f7c367f54ae604400 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ec9ecba03d1a80fe2849419c8daf33fb2b6da3bd..2fb297874270851236620f5279ecbd4dadc136a0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15c24a88416e071a628d60ff19109bd769b8b87b..16dd35c9927e8ae564b00a7af67423d0c7a8d005 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e0de274641f58781c1e4e403672a9a11c0c97f68..079436ab7ba37c08742b30fca87f278ec0e7330a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 571e23349a9dfdb1fa0ead44461fffdd97164dfd..b884f422a828f76a28d0d7b592f8c1fd51dcbc71 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 423f94f98b9ffe37f0a9067f6460343bfc16720b..527f0b821696804297833796b0ca3652ba513347 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c1637e621fd82e0ad2f39980f5eba705a2bfe82..edca739c6bb29dcffabda211fc7b5e50e3d3c94e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5bb9dec54367d484be68b73739c2baeb0cd09c4..333a38b661471187912844f83af6577345545e4e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1e8de6756ae3e63d5f2d4538ec526aea36d8dba7..41f570ba7374280834ddfdb41ce5692a89d2ec1e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 573e432cc1b822dc94a122449af235045716b86c..49074b5617c294b9e9731b7d9c742a9479d78252 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a06852b2c8bf3d5ad01afa28039c6f32d6f058b3..e17aa731f817c42e6efcbe37872a8524986d7197 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b96165695238ac51f49bfe24c5a88d7634ff5088..2fed8ee91fee42cd1df4a12cad18e2b54513d456 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d03997c4b9d3ac42be34df7dddf6063dda4018ef..47e5ea78a10f3a05abf2a46ec0363a13731939a9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d18040be75a55db43751e6bafa70b645d1313b21..ca426aed1a79765ce8629bf6ba92836d9a3bc1f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 49be006a815c439a1ed4af6baf8fd13bc3978d02..eb3f01138d75eb4760497638a6478abfae0e7df6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 49dae4c5e06ad852fd68ba8d28fe0f4f3a951fca..c104ff1e0c969d24de17fe6726b39f1ae91c60f4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a248eab9749700c490cf441ed70d364ef408ac8b..22846267dd6c0fc59f6e7c32c35a919872c62712 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b509a555e370164e036dc449249b579352d8dff..db71abe310e42758d60c32d57734b61dfbdf0258 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 48fc6140a983bd41d35c6b883abfef8464501160..a6fbff9bdea24e2b9d9083f1818c51872ba275ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4d31d7dc253dc305574699f1bf7f11e223688bdf..8924943d0797acdc66b6c1465be38829e06fddfe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 89dbf9a29e1bc69ae730304709f6074db496270d..403fcd79065f77e3d51d9d4325210037219c5881 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 806fcc7381a582697a3c77d773325fb4d88e80a1..f636f9bebb7b7424af381065f3e1d3a5999456e2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e0a7095b85f28fcb38690f5e599edef9e73bcb18..29a69776012a623d23a15b73d82760d33947e8b8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d81e67af4549a3a47e4276f9c0e26dcc0a1eccc5..e54665aeb03a3f2825311ef344b082617d9fbc47 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 315973fcb90eb96261ef5fc917c584b6bc250516..c2d4c59ea9e3fdd9c1b42abdfb3cac4f659f2b48 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ebf8a185be4924bbf16d9e5a39dd434b29d374da..ebf56935926851f8e51333a2a5a870bb6885f100 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c99ec849d772e96afb07948e4fc23d21da4ab277..9c5d2123bceb4c547567c6716ba3b576b8aac227 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 00cb65cb67f92a067a1f3f4724ad3794a32f3898..86cb872680fe05dfb842ccca171208c66684c036 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f327b77edb0f1ea6ccbd6f8544f00bdb4be6b70..0a5abc8b2ee7d4abaf653e21c581a085581a4600 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 391a432d9b91a70b34d7eb7e1595993cd425f419..d947f823329f5c4f18f2a634dcab2e39946d9113 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ce286032ab919f4e47fa50f50562f2ff6560baa1..fb4e1e2980a3cf4059dbbdc280e6e572462628a9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c62e7e8c9197f759718b434b76d5b3c94d03287f..bdda2977034b82da98818f3cecbfd187f14794ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fc537e35ffcf8bea7c143a49b701cb1212be681c..51824a334abf4a4f7fb813e0a5a7d8c022a8f84c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be6257674c66ee673e95df5194b27a5f1cc0e640..fb77333be7b4e4ca02462f2d1f25c29eb95c9c9f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index becd90190d96fb0934f5109e194373f62faee18f..f807f9cc8e48330be4c3894843fd4352a5837029 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 43814aee111421648ae6314bf5fae2c0c7febe3b..0bec11ea7fe527f806bf8d4bcf1691404d1aea50 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b714a1e0b36b927540caa8790f67c08f5581dd5b..0df19d56dbcc85f06df90ffae5614de34273a15c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9a97cc86144e75c0d9eab4dd80c81939498b495c..24daa016c40c514fe0235e6cea451b6618c0c5cc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2017  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6ffc82b4630559fdfe36c8336b019b9f8f7a5a9d..d1229619945d57dd4a95341e5b400e8de75bfd1e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eee25ac068f8435755f9c5d63259ac26a678db8a..5e827645550def5a36212c6e98def3a258eb01b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f1b1404aa1417a05c2d3f656466efdd874bfdf73..13a0dda35280362578498b4b980e642d5f3426bd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cee7cbdb3a4936d9900a792348a2031323441f02..79b627dae18188271fd94013c92b97f3f1321615 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9628529c6cd9f3d125f56c8fe5c6cff096cf27ac..554b014c4273ac0a5a797150feb6d6413d52f330 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5ba88a60be91fe875ead075f13603e7793d11bf4..512482e580b2cac2d4a471f846f13880253e3a0b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 03e1eb3fe124a2c1dac65e9e7e6dcf31b59507e0..fad1698ea6035bc096454a5636953fd8c59d2862 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d10b57332395f298d5980d2ab0f912fb2a7721cc..4e0e7206fe5856672ff27b6ef21d99c2879391b7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2616ffc4dca971e0530227f37991a9d1bda2f7db..57ab646aa4c45f48206785cf8f480ba0285c55e9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dece86165ccc45a06f5e1b175c9f993ef379e3e5..a203e9a4c99f5320ce268f69b68ef76b391d8f22 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 42dd6affd84adecc537443a2f4bf9331054d7462..b24dd90e0c359509599545771a2ad19f9ae5b5f0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ac732c339eb3f867172e1e32e5a68d2f86bbfcee..00b6db2ffd989724f48008e5cd1eca4ec922c008 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c3fdab2b1ebd94e57fb42fe40b8ba3f94b8563f..4c8132b0e30e093cde33a25e7e4dd203f6fb4d2e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0a940736bf32e104f6718e1c57c1da624a564b16..6690b04fc1075a22b96ba9b0e7dba8fc2cd04bf9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 813c47974879067c4ea1511054c76b054f2b7323..21ee21d49d2d5a23f90666c2d05c565c823d2ee0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 627c1a1811d2e5d7363fc01eaff29cc83c10a95b..6b8c75cc4dfb6c9a50f4631d4d1c5a601e90c9fc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8ec1f92f29d7280923f2235583e8d9023094d1c..cd13a07a0ba8a94534553d23dd29ebd9ebc28e23 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a1791a665a478955f72b45f88a0aaad12270380..cfc0fb4be7319d5bc11f2fead9293657f710d84b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4cb9d15419ed24ea4a7c65ba36c680a2990e3d35..24be59cc84ce2b0dcc2769c6aacc99a72e63aa90 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eb8ac984acd3c11ea415c3fe389b8ca20a574274..697e85ba390c0f2ff0f155bbc0f6226ee66cfab0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0907c67034a4cc9e06871555c83fe988c2f63dd6..828f129f4e79e6cb55ce6c9e4ccdafeac84ae64e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3e70052802c6fe7b6b7e5821b5220974ec1cf253..df28099b5d9cad9c394e0d941dc98f7bafaeca31 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1802702bd5a9ac2557a856ad293850fdcbb64610..80129b3d80afcc9584745597e12ade3f0ad75312 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a43d17ae42eeda0c75695acae67e3459baad69bf..a755bb2357eae29210afe6f62f00c2346c821bc1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8e4cda92a62bef7276b87ccad62b67987d9d5d97..c670b30bdaee389d2687eca215732e6abd6aaaa8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15627092f7d4fe48d0b4c09bf17769c255196222..b72a82b7f19b6f26fb03b40e94042c12d6171a65 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f562fc70fa3e56a67b8a02d13a7a6f3ff73dfe6..98a5579716561d9d0e4c6a2106530fbecd3283d4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0111549c52ca8c1276a7525f531692933304b9c5..1bc23ba5da40f841848a40dea25f9c6e38bf4523 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 097b9f1e6a27b581cbefdc648cc87fcd4d72f8ee..551ae322a402cd3a936c7700c19f0f4a0996b130 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5ebb0557940f6b153698afcb97f40c329cd919fe..2250db69ba23aeae7a9667f37088eb3d8a77ebc0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 46bca384a5b78995acfce3c435d67499a8172c40..4cd9c5dfd0f6e4fd6c86ba206ecdba2e869d84e2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c66377682d21cd470a305a6782e03d8e7e621df2..4aee2d53c29aa001bc932e4f4cc78b65ad7dae79 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 70dda077b6856115bd6aad752ebd3d1f69801052..4710fde81894007b512ba681f2e28bee17203284 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1106e07f08e936cd7ba195567da31435878f753..1460e0ee5b20f842f91988cb6a583f16c5e4064c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 43723ba23c6cf6841da9d12eb8625eee400f4618..3b7b76dcf3d4e129f4ce3ecb497bc5c56145e3ce 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7bccebbd516f902c91dd0ac71402b38c62d55ce0..1054d9d869168689cbcc607e08d6b6c8d34d5dc8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f359aa4a30d87cabce4aa3671b79067b67da3c69..b1b8f5f8efe54e8fcf567716f12b6e3d4104b04f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d3d89548c537870babe9ba88d5af37daa1c11b33..64b3fd7a45cdd5cf0ca1a48b2a7a2eb203242b10 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7f2715bdb9d76947e7e99f96a1082aa6f2f7e372..6f1854aaaafda1a71fbfd07e34defe0463e6fd03 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c01c97bcc01a6b876d8634d86bb60ed3e1347863..834d62f3775df02a137195cd764cc44454ca89c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63bc8cabe06fce6ac7e513f7fb621f927cce46da..f6a294ce42091a29c24be8109806a22cc5b0dcc6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c6ac0aea2350726225b10d284f9577ebfa7140e6..2947b8729f90664e8ae6e46a23154a9977351fd5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 26ed2b292a71a176c90228b83c426090459540ac..fe29bed0a9582c4b24d6c76bbfd45985c3fa792f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7021f5370d9d561235590c997af58dc11e6a6442..6448af7a4fe8f9b41c2de4da51a60af59f23aa5f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aa4c5265df80c7ffeed3130ff14ecc475d4f311a..10702624cd6a42492e0c088edb22f3a694b3188f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 41b47955995321415fbfd3f37d8bbf8459a6cb8e..1cc90c5e4a96d9bdf3847869b4b1f09949a3a218 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bfb02144bd6499110df5e9b3822d3f78bbabf97c..f338373374ec5a6e1e5e3a410147eb226cc327eb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 284f0052a98264de03c2809678a3379089613f79..fe3c303743668f2a1f0b4b1b64f5107f8fa61135 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c94f1006ff63e6585d9d439532d6800a2ddfee94..6a0f8ab474aba5e33073f70615db5c3857d4ba0c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 191fac9727a6a77ee2e6ff1fdc1207ecc5729458..e606051617f71b3148b1566889cfc1a81961a70b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3698c83873e69b86b9862a1bb4dd29e1b43bad7b..58d9afcacd5e7cf554547780de21d6cd1f99a26d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eccc93a2af5c6c7d28248ffa9d62987b9b1c2df8..4259eacb2732adfec9e3a901fa873bb82d51d251 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 550c149cbda804f0a26034a8ea73cab31c653ed0..01ef16e60932c3b4f0e59efe37e35dfbde7c2c49 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad049a7d45a97e055854f9a281a673f7eed14aa9..f5d77e87dc07571c5b31fbaadb90caad0ed4f57c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 86c070ade53962d21c0f32b3377de0d84bab5f7e..59849fbf0c1548ca869a425c986e2ab8ead369c5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f48785447afdfc5a0b3e5dc044a4ee49f6707295..8bf35dc97385e7f25831b824df85a312915e7160 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3ad43bff7160603fe98c21065dd5a02805a61b08..a96b60224c8b7fe84871b6e959cf63fbdeaceaae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d415810d5c4ebfa806fe9563c49761ea9f150655..0c4f239dd711d96be058a4cda8b3a357c02e169d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3fe1604c56f26ff8cfbc0f405328574f08059290..526d479f323540f62ab83c458b5d61a3af551e32 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4dde39d54efab70778da426ab6dc02bf720d6b2..c27f4f2fc4a36802b878e416859d471023623d5b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 703e979d5bc6efd5768b2a31c979c41d0a2f5c45..72a0922bd801e38f244e74ef98c6cfdd4749d831 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2017  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5dec730d3d0ecca619293fd1ae8bced078296351..6cafda7805299562bc6fbb80b12b697b6ca3ec4f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 089027c9d3843784a1943dce9caa602344ce9d4d..88767afdf85656b4388928d8c421df2dc3134e92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0955a0df294f6960c727c21ff5a4313698f4202c..e09aa942d2c375d1c090afa3e09b5af8d1ac34ae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4fbb726751ea956e5a4fc76f7a8869eb270394f..7863c478b78af81b73f591b9ae119a503acecabd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d823b9f4e430658c5f3c63e3d479f9ae555dd5e..f41eed7586f83b98f394d42801605ea8962c9f2a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index 7b91778a43ba0cc861c0a29fce27a1ed8a217c2f..c50fa4f959d6ca5ca8ffd0a91f8635328a9b4c6e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 # Copyright (C) 2007  Patrick Aljord patcito@Å‹mail.com
 #
 # This program is free software; you can redistribute it and/or
index abe0aceda038b16c48c522499cafed9ac79a5009..704238a5cbc0d7f0ef42200f20a3ddfa07eb014d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c42ffd4959eb01344238a6e22b94f34336cd429f..f099116c54236be793b2da7a53d47b1053398157 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c4795c4247a727068039e12c94412b313bb26cc..0c004cea3baa55c6031c620a8d957712c9c2d994 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 503ee1d3fdff4968e60d30e83c82ed336c7a2c85..da121263db8e133d8a5f19832b6c29dfa502e058 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 38359294d4f740e94ccca5519e1653b4c3622263..a763dc1bea89b1a15bf2e8dd5bfccbcc08dab1f6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04314ede9d90ab9071fbcb3b6e4bac9230f912aa..ed09e7df7adfd801d5c735c19f2aa27bf5e08305 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 18d23f45403171ee68a0469ea86584249d2e9f27..94d8660dfd1f539a71809b099fad9c93e1dccdfb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 601e1b962c29e69f59e7f6b3f5db5d91cd0f4eaa..00e3ed17e06712c5173af6c3555204f2dc4abccf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca3bd04dcb76e714f0ed1ef7ea06673c7d6307c9..df8233d6ea158bd837cebe12acafd34e3a0b898a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dd59d1067ce9203ab19d81c2b19408e563d188e5..610e7628e139c9e596fbaf625f35d92b739de247 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8e93918ecfa24d1ab89cbe54fff35d8983944aca..6beed101439e3342af232528667f69b5b41645d1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a3357866d10bca28d7c1ec268ed68e7ab75fceda..9395aa9fa1f9b9ce11aea5452736fd2bc7c84dbf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 76f479bcdb628e8ee96eec3e3b2b199e638a32d7..9a073f1bd7191cae8148fb5209fe126178a7c9c8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 48ae157786b2214625bbeab04b55698a856a5b52..cef422c2f6cf69b9ff102b08871d35b3c32d4aea 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4317025ffb9599aa2712eb8bd3e72422734f550..2a0efb7f95f854ae0f85df0118536fc77a1690a3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ef8d1dc59e76d9098079835ce9e76b6c6cac55d1..85244c5235f12ecd09e673797ed7946723c8b195 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9034e06f9a7822fa531a90b9357cf4cc8680d83..c227539d5621a14d45a8751a5aaf039a0757f624 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15bfaa6dbee579e2fbcfac9d3af92d33517e40e7..00de677b87a0954feabb2304659b8f66f76e0b91 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ed4331f4e93cf1fb8cf33f3594b2f9c7714cee90..1d98c2afd1c6f7ad295379cd4f8bc9068a2d990e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d38c5ca7d431798b858fc5dffa8c64daa6eb9525..e64affff935456c82944f6857fd259354dcd24ee 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bc2aafe4258dcd63da17b90fe227df5f3237d3c9..8b14d0687cb58e23c1e21a55b59bd710d6c7267f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c4da80ff9f3538c7de48f6e84e6236e7aaf7951d..4fc4d47061b76a72b2c3f8e0d547faa91faf9ece 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a54e09b68076bb4e1cd4ab6fa042b0766ca966fd..656a877d184b43ee5e5967ed8bc89925d2564a2d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ed320b1f5358ee7074ec77ec4933ab43b1f06241..9d63c3e0892c9589cbfd4652b2007eb83f11b719 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b17c706db613257fe5b7e28387538a2d3e27a46..b3d01a6ae4796e4c94b3e232a9965db360646199 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1035314711019066570c9312ad36ec649422b85d..fea8179d02e2a90ae3986de74984cd99ee158289 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d8e5fd710636466d8ede904d9a1d518309e8cdb3..2645320429a06db570b1d9976091e5977e54b124 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 051c0b053429183a5fe6ba0474aa02fd87a763cf..d33523aeb7a72c6621a4cb50026aba711c8082a3 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf87cf916eca54caf991b4fc96c7779b00e3ea7a..8621c081fe9916cbb735286db1abf9d2dc5f2611 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine changelog
 
 Redmine - project management software
-Copyright (C) 2006-2019  Jean-Philippe Lang
+Copyright (C) 2006-2020  Jean-Philippe Lang
 http://www.redmine.org/
 
 == 2019-12-20 v4.1.0
index 0c57edb39dfdaf0dcd7f307108fc0c80f3c567b0..d363c8a2a1237153b7a91af39ed2ffccd5e06c7a 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine installation
 
 Redmine - project management software
-Copyright (C) 2006-2019  Jean-Philippe Lang
+Copyright (C) 2006-2020  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index b83ac8b4f4ab6d671ec7b64dca2cfd1a530e82c8..3a498a232fed431aeac30b0f224173e9e8667f00 100644 (file)
@@ -6,7 +6,7 @@ More details can be found at http://www.redmine.org
 
 = License
 
-Copyright (C) 2006-2019  Jean-Philippe Lang
+Copyright (C) 2006-2020  Jean-Philippe Lang
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
index d75042c211e2e119b413480d7860ab324f897a99..f636b9186a4662e1e52b925c96e062163ccb811e 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine upgrade
 
 Redmine - project management software
-Copyright (C) 2006-2019  Jean-Philippe Lang
+Copyright (C) 2006-2020  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index c3d2e032aa442294bc5c08e4e60fa91d22d579de..ea3884704d40e8f88ec3dcec7c2a6a29c2d0e2fd 100644 (file)
@@ -2,7 +2,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ca4ebbf5d5cd20c86666f5c50ba7e272de4e083..85db41dae482133b158e26af6175eff20ad76c10 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c36d5c7a7954eb63f651f6e53ab58966deee93e..82a1e75fbba4da75ae899320173df3cac1da45ac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2926cf0ff90cb229c2f7156a9d572688fafaa611..e414c9c04e1910a371042647f99d683ae166e736 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4837599ce1bac863cffaf3f16ed667d958dacf6e..eccd8d9ce55a1b0468992154242dee1ca7f3f19c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 586a0f7be430f5dbe634753a490f974f2bf4ca51..21e1ee4734b107f71ef7f66dc116e0c812843361 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7a38280422b1e8b7249d4eade0a806e208b6f8aa..7db1939a702b3597e7d16b76f8d91efdecbbaf92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 73b2ae84794410a18a6224b763f09b3195539877..758f7dad0878b49772de22c7338b33d129d0a5e2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c63a21dd3faea76616f18a94345ba1f7a985ad23..d7d6fb0707517dbf1643d96acaf6e28a83f496ac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 83fa39426580224bdceaf2a73b8d9d422655f05a..af7782da432bc23d505395235467b24480a18e1d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ecca63c325aa9197758541e0d3a16d9d86ec0ae..beaebaec8f69c022ac19b3cb8bea6a843ce07868 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a707c56b3d7a2b7a51d308c6dc8fb04f34871aaf..727e60c27bfd6b1e13d590d94a406737ef81a163 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bbc4c1864f80edcc578ee4a3815d72e8678b2067..4db9a552be2599b4465412be64be4199a271f65d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2552ea05ee6f08e918d04f8f2fba419bdaeed0d1..a76d5f19cb698aa25c8f42f266bccb9ece6d2647 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3b58a2d6b644dcd7f6cb14a7e04a6e9c6e83929a..81713496096e3b1ec31f063f85e56c3306e420f2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8134c6deb4c1727fc4a1c0800c5722b0aa6abd1..8fca4d9426f84c9b3ecc0a2137029c3044551fb7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eea7521595c6d9a38d9b3bea4838dc19109b941d..d5ceb0c6c73154efeee00f2f1d5b43da9397beb6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1dfe8ddfc49024f48a08b4cd5ae393c5bf92ed6c..5b4f8878b9d5099d69d6c8afc509389690f93419 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eac2b636503bde7096f7bb9cc7a210a4f06c2502..f51fb661df03c09bee1377390582490e9defda24 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ddc40e12364661f93ef4259622f05192a1d4b98..a6ff884ec1811e32a9f698c4698554eea5b40d7c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b07b24d81b9db6c1eae2ce8a00d495dcae6854b9..be02f84c64bd51728fb0609355c33a50769f0155 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f0876157d732255d37543b7b32ccf03de4b05cc..26be1095f0e8f248b5214e0b86cd4d30e8bdf77f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cccc807fe160f7886530f2120b72ba7a3ebdb2a6..901c7d9c2c234c3069319b7fbaf7f725c9eb0538 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be6bb4b811bac6cdc7d5ae3b4831c06a59323d87..d3c3b3276dbfc5c716c339de26732216bf3585f9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 221703f684fb38bdcc02bf3ca85793743aff2340..2181cf85a575652b341d65010b3929c50f47ff85 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 652622755c3b0a6bf1e498b5474b100797b86463..2f73e52a458914fc702fa087375be7a7e249450b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f1a12158773a7410ed619cca30b1b57b15cb6ddf..e2f408fc465dc325688e441a983ddb899e21765b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1df164e0a395a57e31650368bd0ac1f0a108dd8a..bcf100e3b0e0c04098c6c6b17339edd762a160af 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 097cd11ce729528efc06cc83fb52aaff3d55cdb1..45329d7dc043e6f6bcace45ed44d647779efe0b9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 58bf29e5637212ca87cfe10f9cb34947ed195966..f4f8ab1fc4d038c5d67d4925e9aa2c04a7fccf2c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad4b3c04f4793d5134a966ba85c9d7cfdd7952c3..285eb66a0d49bffde3fcc35eacf872b766cba5d4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eb6abed040d52cb1df512c118aabedbc875abb87..75059d75588eeaa416afd89ceb4a71aa327a282b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5b44555f64ac6d65f2c6a332feb96c7cbdc1137..5f771c66011316e0ab8648994ed78d0dbe018eac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d10ec2c70b9c2d697171f2b4ff78d5ce83abf2f..46b9d4ea5dfa252cb72479849d00ac9634111cfd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a291edd61a04fd4f2d7abbe1f39c1ba14368d7a8..3ad47844fb6a73d486b923787935977b1ad09026 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 411658dd76fe71ded4869bd8a9bca32271a800f7..86fb421e21fcc363594b0b247d01b5b3d0a7f54c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c039fe3ecbda0c87c434fe6925fd4b6bc3d1a80d..3dd010888efed9dffe34a5d4e02f76a85c5c1099 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ab0fce21e5bda67fe50173cc7bce6f21556d26e9..1810cf63e630704456f5f5f9eeda1774bd100d99 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bfd4eacf713c82a9d66e42bbfe2745cba598768b..3b8752a85155a0a0c0a2af70cac806e51ba073f9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 23bd3df1d6674f62401202138745ae70b386386c..d72869a37fa0d0ad0f47cd0b8ac87f812c9fca57 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ac946d9d05f6585a90d4ef74b41e89de36938fb7..f73ef83e331f1305326510b1e7dbefe803313632 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1f62bc0729ec28b3e9c15cf7f817f0bfaf3b560f..ec9db78a438e9f05f3bab58d7e5e1da1bc85b487 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 13f04a4bf431fc790e01008d8786f8f5b85c31a8..1d22e11fbe979cc318c18b5eac34d9a3c5a2d49b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1be46a9985a93461c5cb5aece3df81443003d9d5..6ad6310312917c437377a6360c116d0449da4311 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ea96ed9e425dc9d2117a0ee0497ee7303f8718c0..0b7b1d1fb2c3b2f07c2bdc8caa8b866155b2b978 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6275d301634da2aab34c534641c3d73b057556ed..9fcc5f9c6c6ef559e51aa34bcccf7f06e42deb72 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a96e071b4159386c0d90fed5d98181946bea9259..e9bc6eb39043c16eae0087a9be462892fd582701 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fcaa7f7353ddd0fa673e144392891bd0a8d7d9be..9d0c049d2865f4f26675c845a36c4ebcc49319f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d3116a3ffa24bd4df474cd8bd3631200fbc1072b..f37d78ac9827f2e395ee433a71633dae318627eb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a08e63f7ef5c4e9dbee9ca7a90093394853bbd3e..c2f8ca84f54d566c140313813d1039616f19c1e1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 16f1baa8ab4c6c66c13cde78f98d7479753455be..5cb4e3329311082042e245f32fcd6be01059bf8a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 83ac5ab49214e76b41f8d4f40c79beea528eba79..b1e64edd89a4daf4aab3d1553efea7f82808ecc0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22c35e0cdca962e6392b0d99fd41509ba36696e7..016018bf64a9f2ed4bab004585d39cc378d1101d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1aa5a4d0b656992a90be2ef58e21385fc5305ccd..801926939c14f268bc6e78c88224a49359a18465 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e0a8cd4d8e12ced1364e1e11c7825f2ddc70a875..ae45c43fbb447a942399918f1f1d156d80aa8ff6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # redMine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b6c6f14efb4e3147b7261085184d2f476fd1fe1..9320a46f7ce295e1ad8d3681f0bd3f4c43d1c354 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index eba781013f63772a247a1731c221f176502e0da5..aad42f55b233d7037afa7438859672aadab2d368 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fd3c80de3f43046fc66cf6b0ad074d4c5aab4ad5..f58021dde5fd5d6f01a58cfc22e8d1843182a393 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8748641ce41a77420ba9942b16eb2bdc822bbb14..7676705ea026fbb0921514d078bfc896d00a8142 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 17968e9596e7e135851fb2a88309d8945af283d4..2d51717e4ce495b768be769c0c7e6ef51c8beaf6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 448c13d4103056e163b39e5bfab117a65fa5a57c..efe40514bc58b26d53bedf703ebe79a4f7373a1d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c4176b69e409fd324da8461121de3f6966a20682..ca0139884d77c3531f02f78897985c25b14a91e2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf1c4b1b39b58e7e763f65e1e95ce00c87ebbec5..11a4e3bdd75ee4d338efb8ac60010ab631643d72 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 77fb3c0ee70b50a9f3279b3c2e14bee21edf4e6b..b9df035533f146978e1d76d2a55f4c9b2c87cdad 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 79f7843939a90c56b42a02404fd582a16584960a..e9fe551880ff63d904a3153bac1962da6b73a764 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 64e3f13e81483a47936961133be54e44091a083e..67292cf0f7c255da525de81bdebfdad0c92c102f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4297755b8702f84ebcd48e06009b9538a2177c15..e11be1a94a1ca5ff6308bd868da618adf5507947 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04727086fe9b20596028a45345addfdb566d82fa..8164266ed77ea588e10756300038d775164def31 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2fa2f1af51138387746c669399b23e85141e2884..653c1bd6b4b014c80d03c96913bddf82b879070e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 45a6a20fc1de4a13d17ecb7e6b5b13573d24bedf..905b0f3a57ba5fe154ca7169549c8716911abbf6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 813ba266a4640de54ce85a1b65b9d939642a34dd..acbf187e3267724a83c72a078369fdae5df102f1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eadf62c6ae15ebd3221b4516936c28a1705f26a6..264bd08cf39de647f8214e82b2cf7298897a3555 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7f39d20ca342a469ca6be150840a6d1fd476dabf..879dbc76b19e701f6a5fe134c6bb4cf5ee3a775d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d64004bb6ee35a8b040c1459a61f37bf74bca55a..6eb1d312fcaff2f85421a76f54367a65b6cea7d3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 64f2fc544b5fe03b3a9b524c3f6d6f6fd3786a56..fb7799689ef4534dc1db17c1eb7bd012de2d7da9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f6f9639e001ef3f497980f6bb15d8e299fb2743d..3ae4f9e891b9cf8896480608408999e1fd2549e6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0e1e4234c813800d77380db7b7bd39eb28de8da4..c34e404e2296532bc16b1df869b8266bc8f25e02 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4dd56452bdb54c6fd2712e41fd39cc95b851b82..4782afc13cd4929a62c9db7b3d425bd35efa6e8c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aafa90e3cff0de2f41dd72292aebf212b07b0993..55424d6448e7fc22e2d9e0cf85d9a1ae856442f9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 636a3443e2542d361278e5e0db35723383aae877..ae411342f448f2b493adea06d03314a34857dff2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2858e9805622f2605b6f437491424d9ee21b3061..71f7b331d26832c68a4ea7fade786c9f00c65989 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b45fd38869660f49b3139b03a36b95120fe38e4..6e6009f093cdcff40cfad080e51d7d6944b3fe62 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 27dc5f9756c2ffc4f43c85ec07d6047629f5fe74..9d2f39e1c9734c147034bca5a2af136bd7343047 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f574798c1811a0cf09d4a0918331a7f350d492ad..07e96b5d6a7e139ecc2acc8ef301fc31dc0e3036 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 14deac42509c6103003f56fb6b6bb2d69d43e526..f86f9ee07dd659bebf09499dc6a83ce173735186 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 600a04207998436890e7b43ca7e8eb5686f1df4d..95460e53a258db2f94e187f7928f846f5cc977ff 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c2d133fa03307f042a1b5e73043706af51f37fa2..98ab7ecfbb13a0f0bf66ee90c152ce89152d18db 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index db574df165c02b206479bb1e6c6bfdee0899d342..5e4a9583f32976517191583703dcec6f34591f30 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 16c43493314149897ce92326235c27b30238dca1..5843355fe946e7e68e2155ba5fee8aec51e20d52 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e4e902d9cab65848bdb94e0f2d06f3d25f85b18e..c9b7bb6b59b694ef032386b9d0f5a966eebe5db1 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2019  Jean-Philippe Lang */
+   Copyright (C) 2006-2020  Jean-Philippe Lang */
 
 /* Fix for CVE-2015-9251, to be removed with JQuery >= 3.0 */
 $.ajaxPrefilter(function (s) {
index dd7a8e30e2ddc9da81380639c3415e46ae0ab5c3..61803a6b1a07a1b20599ae35ce41b0b7c8934af0 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2019  Jean-Philippe Lang */
+   Copyright (C) 2006-2020  Jean-Philippe Lang */
 
 function addFile(inputEl, file, eagerUpload) {
   var attachmentsFields = $(inputEl).closest('.attachments_form').find('.attachments_fields');
index b978fe41c1bf715761136ba47445ca4eb6b88cf2..aced92868d8b52cc321a3cc68e7d3ecd9db66615 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2019  Jean-Philippe Lang */
+   Copyright (C) 2006-2020  Jean-Philippe Lang */
 
 var contextMenuObserving;
 
index efda080eed1ee928c0bae4e96eb4635a92ff4938..0af5363d47d48a6944831702293d0c6c435a24ef 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2019  Jean-Philippe Lang */
+   Copyright (C) 2006-2020  Jean-Philippe Lang */
 
 var draw_gantt = null;
 var draw_top;
index cc2cbabdeeb95b44b053fc93d593d6bb9a543a24..7acc82121a1eab60a9b72174c83cb2c421971bb4 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2019  Jean-Philippe Lang */
+   Copyright (C) 2006-2020  Jean-Philippe Lang */
 
 // Automatic project identifier generation
 
index ce57f2813c5ac966adf15ff0bf059ec47c2856ca..61f8446e766db78ea93b6eb54d67b1405968ac09 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2019  Jean-Philippe Lang */
+   Copyright (C) 2006-2020  Jean-Philippe Lang */
 
 $(document).ready(function() {
   /* 
index b1ea59988caa63cad65e708813329c8304dfaaa2..c2edf605bd74b39b7ad14293382ffb227a1acb9b 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2019  Jean-Philippe Lang */
+   Copyright (C) 2006-2020  Jean-Philippe Lang */
 
 var revisionGraph = null;
 
index 6ee256f8cfc759feb2ff92f409d1424d407a252e..f529f07e651c525afc4eb18c0db98660543841af 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 05c935d26624b819493eb2456a14361a71e2967d..601f7695113e3c9749c147b4f71a936ab2d9a33e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1bf033390562072a29f339fe575490641bbf6ec0..058aaaa0f52dcc40f4e270f2f0b39f63dbf16faa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9ce75e4f9d84b2eddffe25a24d9e39ea092f757..70ee1417ced8969135731aec21982691d7bd67d4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04691832906fc98c0166ece947843e3c96e0a92e..0805f31b8d2be0c5b28100feafa2e851f9ed620c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f63b803d7e3bfbbadb8b433b805f4c39b2435fb8..bfb78d1072f65d0f126e5c9725dc20a36dccd841 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b9ced75aa3ed5672641052b8fdcdb753295b3f2..d571ea1ae398cd7ac3c0bc1988fd46313e28ede3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07dad2091d1ff9ed7d2f39d6aa3a96f57706b71c..dc1a9499e9001761320e05c58062bd8322a0873c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3f1a0775edc3b815181bf25eb91d77fa2909e9c6..c9f4dc883bfdc16b7c053f916c96e2e4204fd576 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf889892ded6638d261f9d0b9039f304b87a3676..33181cb8c63c9830a412153f3fe78615e4239aa7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 176e157775a843381825e9a24eaccc3b5209b8fe..bf38666fede49440fa150b403228a9a8603b5342 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f01f62f9d2310a576b62bc466a80030480bf4080..6dc954c94c0e0e902818fbf95940582de1b64618 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5366816e597a3dd4dfe763f4e8e3b23fbf5ac80b..bc1f2eba176d0e5a9cfdd119a2c1d36bb33cca44 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 201328ff42392a26209dc19e1969aa5fb956793d..887f58fd6260c628864f567977d737f3c2a78140 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d68b7697e0902b6d8ea7da497dae86683b7fbd2e..f18dcb5ef338f585e5bc45e87470aa301f9fbb38 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index adb69d7871710e854a90321c87263dafcfe12319..ecfe26954d84b994308d8e6ed681e36f2e5ee43e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5f6d309b559659a9f891d6f7c3b5c34410fbd630..94417bffe3ae1d2daf5454f714ef14bd94d8bef4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d468dd26d9411986228add9b048d0f0ca5f95f5..9ead8f4b234de6cc756a154813ba288a88a564ff 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07229d441389c244d9a8851eef3227b03098c1fe..adce92be2265f631b3784b617a8c029bef822499 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7470833d76e47f6ef2027159f883d8714a3e54ca..f4d218cc0ed1b8cf86ed53a4354f423fe4aa38b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 08932236f2962da4eef9f74f34bf068844b18571..76ff0a561708cedfe53cb505d5103119e1ef81b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 079606276df36e18ca1088b56e55bad1c3c316c6..05e6311067edfe5d2f1fd5b4655b5b40ab7775c1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 68f32b7cde31fa69ddbe1bd8131a962bfc6fc329..597ffbe4c1ac23a56a342dcd8e16d4303c0cb737 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 606d5765e79033a76f825c48bbafd368116dc7af..ec73dd5ca7a0c154629b1d00b5c194bf6e888eb2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7f5033aa1142d9f0256135b95bed92656a72b5eb..eab605d0335ff66b9dfbf8c536b089be1ae53729 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 19507d2e4617cf956fd68b50d5689ab90eee4518..17924f64459d1bb091b45a02502cea6c8a8d0baf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d947f1557ac02bb7c4bb1ddf7704c155a5dbf333..a083a160302e6a674e8a1c2ed5948ab8b3631bdd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f0395c9b897f373558ed0e96567a3be9c843cc97..7ac2f70ef7d2aa558e8427314767f35eabbf880b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 507c13afc99db6d8862c5c43beb8d75edb03af9c..cb7e2d20a5db78a2212c111e2ac5ae5aca780961 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 315125b913d9eac811759c215bfa154abb258eba..a8710632abe95c8ffa0bd09fb0a258054f6714fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fc82e96dbada88545033749aaf9bc3f0f6edfbcb..3b455aab1693251de7279e0ec59fe5073ce7b14e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9adcddb12b1394dce1c1e53d761f9b8bd756ab4..1159cd829299f95982449cfd237900457ecc1289 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6938e8c0ec90ffd19bcd70fccc5410df616ef93b..b05940a2ce0400c61af44a4ed7df93ab529fba72 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a669a6cd5a1db9649ca8a0439413dc4a1adbc30f..f164c0ed93fa87d068f5f58b15507956ae1c0976 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4d53bedcd1d9c7794c5f0f080f5f7fcbb7409478..75f9491cb3a35d0f38b2479009e8d1226e560120 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 46e2c6c61925fec0f1e890a3968dab2c5068084c..ba28e538e34fe938cadac5b88273e100973fb9a5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a054d1616a5484861f580088ea78b6c7770c22f4..9da17d3521b3b6194b83441e9da0a7b2a67d2828 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f3d736b8e2bbedd5cbba61556bc3675c7dcc621a..c870272efb0f4dd09085a4c2a649bd706f4c4576 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4e6b2c4b16ae8dfc12117ccb8e76a3ecc5ac1b33..e54d826acb1c66dfce23c0fdc69962445a3ee355 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5dc7958673a8545e503f151279d1318c3d4e409c..54e9494d07d6daa11558eb7bdf62d4e33cfd98fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dedff7d3f11234276998a74b57c27c15a30a4eea..44209ecebe795f05e3ef172719c25dffe01929c7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a49e609ce92a150585dc6fe340152fefe7736c71..94b8618111f7db3868eea0ad3a9760c5bcc7e2f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fe5501e3237d4c605af4e9d40db913870746c9d1..88fe5048ade4dd9500aa17f86e3949d039c2e77b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cb821f6d24ac3501922ef3efe55a9ef423fda731..c96b7912e3bb0e75c11baa555f1b3523b3e181b0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e729e9c877d976c3efe99d44689e2110d34b8200..cfc2abc78f1432eb94854b737af043d39cc5523c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cca1d99a4d35efdf55b32b565dac00d4bf97c08f..0668cea43a465485e45bc4ec358a64e288523e94 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 792a21112abbcf515386a3c2e741eab29fb502b3..1ac98ee955813237760b98036edae17c31a3874f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4fe7190164fbdb409c217c5e276cd7b77ae33d60..26e85e1b1160de649438f8a6f37a8d1d7dc7408e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a890ccdfee029881a1f4611d421a3117dde1e8fd..555446fa8daca29c3a195a8ca8d1fb2ef8c88ef6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ae399f288b4ebda8a46a44ddd8574c50f9e56566..e79ad04130b66713ee61cc6494bedadde6fcd337 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b1ffd6fd9c32e06b286b65f97a5f364a98a0fbb6..fe23fbecfd6810dfa085a07ddfa347de3e843591 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 89d7c974e8b6cb5339ddc29dad957872232c666a..ac670607897b6301cc524ee3253041a68623f469 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 77286ed425e73462a6a73724b1ec235a8ad3370c..24468eaa1a4c0a1dcac1ecbc9553b2492a96d9f4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d9da17218ecfad172e39de052519c7c0f21425a..0dcb9dac71211ce85c3c47cd9a29494f0913f559 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a15d30701176d8786012b86772f9fac8d55ae463..69e782318f9c9539a8b0f2fb67c45b892b643635 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 56eedc28334dff7d2ef86be245d3b59ab6d1586d..12a6cef38dcf18a3c4b6609dd4d19974d2b7521b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 352903c9a54de6488789feca08dd49c54c8bde73..cde82632baf4e0a4cc4354b0c2c71276941271f2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 55c798b4d840aa701c530da91a223f70feacf54b..b57dfb8c3a62ca16d10fc0ed958e8f80c924807e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fc23ff3fd9bb1a4fa1cce1c16e7a3261c17be034..342920c7d9b14eef21fd5d44f7359ce877c8f9b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9c13b3118940e235aca19a0f2bcac48728d8fc9..f4764faed1a1636c17f7cfa7c9a3e233f9058119 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9203a66f55df3ac567b11ea3f2ef1335b3ccfdfd..eb7a2d26a5777015bfe9f316a09d4d765c61d849 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eda3a2db62a734c1b1b22f357f3028b209719772..591dad9437139305ba3c4c77b053393445903481 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b298153bc1e741eafd6920f07ac392018a3c7dad..7b2249dfee1bba94e50e329158eda40b9e8fc187 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 29ecfba162363e0857e72060d04400bc018415a2..d4326e1d886255ef46e28e2b6f2282b46ed812ab 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 280a4d859e453d609826a224b1f367ab134e1566..4ab9c8243c7cafc0c64909e2322ede3d0d93584f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d57a48cf631b90cad5fbdcfce423958c2633ee04..0b2727676f1f37df825242d3b28d1a4a608fc742 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 219d133173c875eeef568bf45ffb3f6d6f0a2209..d5dfe12478d7e55764691d93091a506f4a2722fd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fad3d8365f3c77995567a0b0ab80e9cf82a2e0cb..27789b644ebf270c2954a5d225f3e16a9cd46005 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e1759ea0385b438091b9d053a9a640be8dfed8ac..cf9ab2eae4144159c529153f9f821aa14d745577 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 956390b71fe56ae0af828ce076aa05cccffed217..43d3bcda7ef54388c28740fffe715923b00614dd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 32b2740e2a413f1b5b883cf062f7ca48e9a9ed61..81e20c1b6f5bbbe8ed7656ec108c0aeebdd2f0b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index de8573f9b5e6a534517e510bd76c96d3c800399f..db75e5f7decdc020c27b889f9c218ff14c764705 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bef33432bb6a2b20f6d842ce13a2a4250134a815..676b34c153ba4d4da6f7b1280bee2582cfbddd72 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 24a3c273a7e216c3d69280bd3a799d645c3f44d1..0865daa5654ff9e78dabb2ab2503be229a4bbcfa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 45e32dbecbb489f221efd9c369261c495ba729aa..f5692911f83fb7792aba959a841429ac4c7d2aa4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bda4945f9b27a8874c0ad8bb2527787e86151c40..3c61388a1ae588a99824a252e9a58cf451e0c95f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2e1eaac282a32f74c6e0214cc915b055aa8091ff..e4f2e1541e5093df94fd17bb8153e6241ee8ec5f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d6c00606189a1b882f9122f60d4319bdd5ce14f..c34670db16a1bc6ec777034119f9077054b5d534 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e70471fe225d374a6ef2227984e99f993c7ba78e..9214e6753cd13f128249e97603fd6213ee78a876 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 752542d1a975d9366d4f26226018b7bacca03114..944c4f42a5316094725dc4849679a981069d9748 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2feb70c5774a8b2850beaf128c7b8116ca9965bd..c47939e1ab12418586252aa0d8f56e0ad97da34a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index efafc4e369db133b230da31d3bf2903b4518ac56..9632089ae90784b069dc2ccdd4bd462e440173ef 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 06d265265b19b650b2dddf146f2bd168639ca6fb..985be1f6336df51e2d60dc7686bf09fc5b9bb61e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8baa4c3c929c2ae4f9514e884cedfbc7910c8c85..e9d0c45a41669506d5f1e71b13e01223e1701ad3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f86f4f80a534ca1bcf5dea0b861563c20c6f3d39..9ea5adc674b0359ae95a403de30132092acf0bb2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 697ed574663a3fc2a99d9152b9006ef9f9e3b0d1..01ecf910f559dc23e903f054d05c7a3ee1deab03 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 47750b5802aa78253d7b9f382527f35177c436e8..ccbc80875c21e5df70f0e7e89bd7f84739450949 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2b52da0ace5f6db027ca0215951db6fc9f633a8f..fc52d4271ff697755a24c198ac42b3b482c5643c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37f812e457017e06abcb61ead35cf947c3e34569..1761efd098e073a230d362c87179b92e2634963f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 09cc909d5b249dbc9145342a8876f17def002a86..21a52d0f14029f3c9aafd3dc7145cfae9dd4b011 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 692389b2b72b70e85c16b2b9fe7798895a1197c6..cda4b16b1b68190aae376119c1551c673a513a13 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 65db622bc1912ca464a6abca67fcc4806f1194d4..af6b7b4922286b16f3739913ad48e1123a149ca8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4a58ccfc04b9608093d70f60591cac661ba247da..85dd895c0b5eed118967be7c9f9a3a2eea38b01d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0a4c12e00919abc351686b9b48415ab334393aba..c31b3728673724955443d0332ed36509d24f0c35 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d8df7ceeef665c7f6e892217716171e2dca8b97..4a57b0ca712e30dee30e5f23601b5b0c6c5e0678 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf66f2158045e2d4a29b0025ac684b627bbaec8d..8514b133594f4243b457e6dbfa37afc5a832c36b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a8a1139a86f6bb9d9180a9a5f99bebceed0f8853..e592030b668928b7f5e49a324a43d8c09b2a035d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a639d38c9cb20c25ab54c0bc322f579418043f6f..6ce94dac0288d121f822fbc1862e427d3932acc3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 378dd7bfa7a27dcad585dd1468b0e1eaaf0e21b0..bef340c0a6ae26499beb8e57f5c59bd95931220e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bd17a03ca50ede1e39f0bba228d944083799aa5b..414fa48fc6cb8a323914b90fc271b75c8bdda835 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6b139f550f669aaa75d73995a08e0f7eb49ca05..5b9edb239c38bf68830bebece629c5155ffc728b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 842f785e2548a273cf58a3bf47575ef18b33f261..16235c6e87e0c0f28d9776b94f4cb7dbc4fbdad7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e685b59b0ad3b4c76f71c3de78114cebe2617203..a185436997fa2638c1fd15e6fd1a758a22d11eb1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f524d805222d0781400fce7ec5a8723870c5d179..fffbc4f7b8de11164fc8198f0046aaa6161586d9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fa017bc902f9fce54eaf11af4574a56f23114053..6e1791985c88dae7289e1a9b2ba98cc4aef483c0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 76e0f58ef0beef3770960d2899c5ccf4606bc074..9efe1e69dcc9cc6a52631446a3bd35c599868087 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f53377abd6c72fe2466cbc5cd44920807432f636..1d87b06b6acdc0c361bc0d22a95524ea4b79adb9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2017  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4fa39058d01bd4c68b2c266645451d044e0f0e7c..1b762cabc678189ac014a2aa2df47414fd317e9c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 96185ce381461f023f4288968592b30100e41461..39d7dccd5685e9a0f5ec5452982319fc98e0274e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5ba21778a5e089763ba0ac02601e51c892691440..a4f6b9b204f3c47d90e2b919e824482facdba212 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 128882c671f6681029b6cdd166ab5330ecc34401..ceb9cb2bbce2194b943605bc34bb810459dfcd47 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fe592a2b9d7f90dbeff7b12885d85c87817d176d..cf254bb290d93e498bddd918362f7cdd363fd634 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ce6d39b96afed00140fece4428d69798037da5b3..33aa88aa14a7dceafa6df4b057ab950e2c0e162c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 92bdb750f37795b135a46a5f2e299f0f3deaeb95..5f220024def9827f9588794c06deca87100aa401 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d0722e7d118fb298b2e2f85160f3e2e71f699eb..8320b4e0a85f14d5a18a8eddadc6ec6f00737767 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e8b0c63cfc70d511541db6f9ff2e2f553d9dea7a..07b30313e54b66521da7d2a1dd925c161ceed816 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9245f9837bdafe3d22b6e9cc71a1c2a293d4cbce..17337d9d8f225f446ea2e49dd95365cdb2bdc9c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a8d26bac6f17bfec65b0b8c71d75b17c6e85053b..7573a912fa34017a980e85891a7a72dcb1d8399f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1ff423e5dc4fd5953888c340d01ab0f951239fc6..d123c9ef1e22cc2f92e609056361d1b306655636 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b85bffa343b2d5335cd9a2bcb30d35e3f1e60b09..178cff641ac39a549bdd0e51c7d063006f45b1ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a7713a17e457b14071a2de78e824d95c8b96a535..84a1a6b6c6964e73d2e63707aa786f358d8c8512 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f152251d5831761c5e6c7f28278411b70f7384cd..02b1278b1fbfecb87e796cb7ffb6a5779716845d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ccb33a9b6df1e03094fa658a869d3c19f3bcf4ba..80f6c99b1984125431e55dc3f65525154119b90f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0a9ff16cbae471d636810720af7678cc67e3ebae..be0c7d74f1eea708403174149c48acc9670f2b43 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cce9ab697da86bc59ec17a5d5b2e6ff7c4a61761..c470f438e48a13f82fce8b91338dddadc5ce2822 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 38d3970f3bb6ffccba6623fce07291a0cf744798..d0b220279576303c4264e9163afa6f9720011eb1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 656690bc558feea7e697adc01eb9ddae3150bd7e..f5f1219f1cdc69cae8ccdc1826c43ac5108a64d6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ecacb9ac37a7d5eb0de6e61985155c975195bf7a..c6761004df7ff192ac169d6f9f8ca94e680a2749 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2229450a5bbe758d68f26050bb821e4b7f8cd737..0e0d8040152193fbb2c5789bf23e25e763dbea1a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 024951ce074c4918009eff1ef740350be69c79ea..ef6e6ab2fb407ddef16aec194103f39fb46de91e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eddd2c8f176f1e306b9a599d758121aef7e068c7..0aad66c1434d7c278d582a334698db2389e1e113 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a03da35576cf90f978ee06d5e43f6bc045383fc6..14a5c784a23f5401095ae2e4ce34d949d16cabae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 50ab5ff23093096247cfe3cafe437e60e952d4c7..073f99432408cb92751fdc0c589e9e87d7a2848e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3e196a40784069c2d54731e39c9d2b9e84521a39..dd30d0d340d0d2f4b8b5cf09c5408be5a1e35d67 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d7f1c38876a4032ec1802ae54e662e08d84fdd1d..b52a3fac4805f4244c259fca62ef652c125e235a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b88563875ea8aafc5a1fc3132cf47fc363b4e789..a920839843330f95102159762c716c40958a5999 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 529edd4df06d01f9ee94cc7bb83007771b19ac9b..31d9157b14259f9b5bcd6eb2fdf57eb98497aa0b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 21556229eacbf643ef59486489d8dfdcbe2535e1..c16d1516b79270af2a1312e9f03ddec606311fd7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c5eef78bba087a0f8807b7e7b2ee83a84a9f983..9e2a6a40851e7b68ab30c584cad882dc03628160 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a9cd1425b1b34aa6c9912cc87e27fdf30fe77d0..35b3217a705dc19c95bf009c1a68d51e21f9c76e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3b807984a873447f67a3c2441429216539821c81..3cf5dd81473e60d282d979ac4cbfa0222fb263e6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 03ceb25f23ebb1f91c13b28e440c2175f36c91eb..7c226a7e245ec0044237ffb104440091a3860f4a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0a96c7a32e5772b8c34f9f06d0d82804aea8b767..4e859c77db821e460baab104f6d6ca3f1b94e125 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0d94886d0a43a255347fbe10b0593e69f09305e4..e8a4690d53284234a3c4521ebbb1b4255618b12f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7fa33370b47da88b7d4cf80f6afc45a3bc55cb1b..0eb63a9b99b523aa22d42d246f0f84b7e3df0dbc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d045dd68690436a10e4f5e590e82150d21bc1549..2480a817624fb3571dda104c9cd651cf2b486bf6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1e72e3eaf78b2841eadd1a81d7c7287f1eddd1cd..f48611bb3a8f5b1faf251dc8f3e3dbb9b44d1435 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3646ab14ab1552ca796571ee0432b2e189d781eb..ac2c5d94f19bf3632610f8383346d274c4b04e3b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 866bfa7a4d1eccfa44521286b73c4b7760cc4e8c..662e888c498ea93d69209fc3235592c5c5caf711 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 46e60277c94f74f497ba07a2c2b3c96c58c0c122..0fd24c4e2c4dcdd702768c45551f76cdaefdd5ce 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f735f98d87c96639ca63b37fb222d728a1aa8bdc..17cca5695bab3fef79965b1e9ff3c5f89292c9ba 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 70c42bf2f5414090e3aa06bc6b50aa338094cefa..f335ff5659ab56c49dabc2970571d8f8481f2c08 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9007b63b037a0f5daa42a2ba1e137dc4f7545eb..94931dd7bb14908c9bf3ef97d46b7ada5782c26f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b70ae7e4f4b7298ff5cb554b7848fb967043be1..f8abe8cf3cbb7190e7448a2154723e58e0d71466 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ae30ebc12d065be2c8a8db925810c47cea3b5ce0..8e62da7742e0e99ac56a89a29088dabb3b78b1a5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e1f64399cecd963a0bdb3a8166273f471bb0cda0..b3bd0b8dea5a6cbed773375dd3cd913c6a239ee1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b47895a72e4d2f00ae3146cb895355c30d354415..212889726d7994aa46806764f6f8662cc3be7125 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 471402e4892a59211faaa0d3b08662068ad93c0f..da141d4e2da313367f4ff40b81bdb71ec7c134b9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0192510ed6f1b1a7b8b5bfecc6448ba5bd7c82c5..d1a98a41bdc9c0834aa61670f60730b0a7e41044 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 01241f5ba9a354041f8e0769bea2f478f575aecb..dbb87e37d70ae364c7f845c6fd4ad59bb3288938 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 696c7de056b376b9b6b3fdc1863d67c94b376c6b..0cfa25e5a7ecc906cbb28ff9794ec32bb73a074a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 44e5f99e40d9e2b0ff5a811c4f9956300089a5f1..74ecf4c1b67d9e80c8bc0749a9370bc0838b8885 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1928c7ef5bf6c71d09ee9adde4c60f021acbf1ea..96df5d62fc6c4a6ee696d94bcdf9605a4d2e3270 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1e2a82303b0e7eeb084653db50a41dae5cb9032a..c97e42966ab7980d9d28adbf865e4f03c8eced7d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aa1f7aaa888d5b92ada7877d95b8c6856b2c196d..c408555674e8f3cc6b906921e6bf259b5cf60e00 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9661852755ca9cf85da8016d840bed90b3547fb..f819cee789ece94a5e6dce8a95d25a73d22f4276 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 696de05cbb2057d935bb1740c7b90592d31b9b76..54d745763689c888b04be3b85475e48c44c8e145 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 47d80aa3771b43faf3f7a55e4d3eceae39f30f08..446f8bfa6e4d5152b0638e412ac939661c1932d6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 00c48983a37d139a75c26d2a54f8fff95bcacb34..9f82bfe5c21b12ca31ac078cbd2e7b484ba107b0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2fd936775276a3eabc275b573f3e4d6b7260362e..1c9827166fae6d850be9d12168fc6bd8451fc7da 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 72512ca93ab11b103a13283d21c93da363ce04f0..287cfe5ee9050415d44693d97b6f2a1f7dbae2a9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0ffb3331606b4f7b096e24a100ba982922e87cbf..fed17e30ca9698fd94cc921d6c9ab72a5acb46b4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2cc45e1b654a2eba995f7a94e4fadd1f36c4d59c..2a2c9fd5fc2fcda409e90ddf78aa58efc6c05c3f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 361dd5967450a117f6539f5f2efae7916291e489..6ead677d61e0eb037de0ab59e0a381e3af282bc9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a1d9ec25b159902fd7b4326687c98eb3190b58f..30850e6d7d963f1177810ccefc047fcdc9428591 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8df730477e88f3acd3b3283eb01cb2cad3aeedfb..2229986d68a11e3c3d79e4665bc44d7cda398ea0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8917337d33b7ea3d5153d8ad079e29f853dbc807..4f6aba0cbfadd578770d9ea0d4dea0d214115608 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b9dcfbf0a00b6264aed802e53bc7655a4e4eb7d..e18a9da65207455992e4fb67cadca6d861090edd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5774e413dae56dd2d1b924e4b4d807bac50ef0e2..70da63ce8d3593984b063aa3cd8d3cbf7ef76a29 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b23f54cf65d083164ec1de350f0b6fd5b7bd9125..be346e447e295e4d5bc16bf3eafeff6b50d76923 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2bafc37b9e11f0bfe5021e3f862df3df8b770a1c..8352a792f5d2924b36d5bceb53f9a2cc8ea7d26d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f39a39b6876ff63de9ebfead11d1ab3b80e922b4..dc9de21ae57712ce1c698ac8cd6f193a568fd6c3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 44f6317e4d64fce959f98bea004446a741defaff..bad3020957706ad4426d5a220a6afe40e9a0389b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 93c04702a0a0cfec5c36f990d25581905546408d..90140a47440baa9e657490af14d2134ec7439c59 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22b0f9d7162b402988492360e6db072ccd980009..926ac7143e6a2885e3df098798f28928dd0200e3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b3956e9afb7c4affb0da573c601d0a83f0d7d1a9..aeea0e2160c5b51bb265d92ce2d09afcc1727892 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6e67b0853317b50d601705e100022058bf758b5e..61d6ee91e1c7f356f50ec4182e36099d763f7fbe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 83127863453abad788e8c68fe4c0d633aaa3d1b1..7e12483f5a64a881d90bfeaf26489dc931a67e5f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 74619518a3f569511c2cb51a9a37c8750566a663..f9046045158113598083a784b297585688b40b36 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4522183291528103f45a59fa0e816941e60f044c..2b317b694463262451884d4999e793e32ee50705 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 52cc37779f5acee25d162154c3cc7a59553eebeb..3f05d58d489581fd663a551cf8ea78447acaaf7d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f0f845c8e76b82578d56d54d571b511b545e55b..e5f43654ff85271dbde84b12bbc1d3062a7a1e2c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d7703cd91b09561f298013d34c2ae8af7ca18708..fbeddd3603a92e36c6ef73376dc62239db203dc3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3316dbee5e023258e8a68f4a8a3822e5b8a41153..753da5192b51d648cc0a4af92009da06dea6d800 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 16509bf22c22ed019ac277fb0f4b798279fb5062..d0326ce397e10a5ccc472ae2d430a9bbf52fad18 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 143ad48fa788a790ce4b0f98acc56b954fa2b835..bb3c49386f05dbb7f76195ab6df7dd8933c13959 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1259f8723790037d11949fd13b0dd7b59c0d4859..aecc335df1679072cecec5c70e08906b604d61d8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 863e062936328c75714364cdf6d412a510ab5505..4bed0a5c36a0c3cb6fd4cbaff82f00e21b5e564a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf91c1b425bb29b0337b95c78afebd44b2cae419..ca4d77491fbdc01799d16eec8c18921adb5f4059 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5a2651a49a63bc0a263bd873da0d65a749e450a6..928ef8e100328870fc2f7cc72da7dacd3265dc21 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 27cd056a6558c3f0c53b34e838358ae44bd41214..ed1fbff686908a8176838863578a4652e523f693 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c1934fb6034722d1c2b1804ed113236ec97621b..5c897f311fed696a03c9f09e93b762d328bd101c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37626ac0ea5187bf4c6a7b14296790b3d306e00a..195ba71458c7a903d8b6e2abb7d060374fbf8cf2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63b565b29b09bb496bed1045423d3172ea03a8fa..aa294db94baaa9c8e22158621e8ad9526719a70d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 78ac54079b4c46d7a9ed69e0a2b1cb65ba4a59c7..c637d365fb88ddbadc67efd656d2cac87bedf84f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 321dceb43f0a761b0333a3900a7f09ac6a656a2d..f744772657ec7ecf07cd2c77a2c210e26725902d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7068f46e310aa469292a67c90e856a360fc4d004..10aa5792f7216354090dbca571bb033181e573c9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 75ec5750e1c5dd824f919f48d9b06ce5d4a4c50b..7b74f93a1715592d6960fce35cedc6621ce1ac4c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e2aa2deeaa88ed5fd5340a96e78fd46459d59e38..3c6f46adf390ea69168ff0fa4b4b310fe8da86fc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d2d17865b87880965002c11b9c62ec38ae611202..21ed6a35f49581abd575b7ff986a66ea97360f41 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 492667476a978041b861ab5f4d09d23e18f57887..35a81ffb24eda99083ef3dbd1cf73f84172cc194 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ec4cdc211c06e6c9cc9b2acd14f21e5727085833..fff117be14925744e3553621b35ea3a18260bb64 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a18941544fe3c0d8736b11d38ad5e8c19d68d001..e4000c14a277f413a095d6e5ba5a1404f086c39a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3deb9561e6ecadb7318b31c6a2c27b28dab7e5e1..85772909b8b8131424bd0ddd570d473bd705f529 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 346208d00575930ed3e77aa1dd3a10b9b86f9101..3bd5927c05a6e341acf9dd99710898a5fa763932 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9a98f2a6d1543f9e795b2505d6e28d129f845fa1..8de7016833c8fa4cc8cbb86c82db08e9402fbf5c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 903773db320ac61af8818644c84efbae3fa6f2ff..0548fd69551df97d79f50a7bb943b0c329ca4e15 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0102c009ae2ce2f0312bc3c8c6d965af2992480d..a67697808497d9454f401185e27ecd8d1c73d73a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e411d7707cb237659f38b7d886f22d56bffb222..c02d27e06e44c9cc4e28a221e07510b55e534983 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 51a83b6fe38c0c740028643525e45e94b938491b..f08c5cf3b282695832870c85808040f144119613 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b3eb3e5c8132293a4ece02be5823a09ae892b358..79a95699ae7517e4fee0c70e3575ef1183bb1c2e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 95b6fb2226bc9f7ef9b9028fdc50646ffe7b579e..d28a5d49d573e71422621e0137bcf2677084edae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bea93c36f2554b201f2ffb11eebd6c0f1701a9be..d77715f9cb14c8406903cb3d5cd218fcc220bbb7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 45c9174f1faf07a6d454f0650b53ca71b33a3f0e..57a7020ec3414399f83c824e6b6df3d6df7297c3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf50026ade24ab55a0f7de0fdf48cbedc85e505a..515ba0b59155cc00d05988b3881e6beaeee9eda7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fbeb853f4917e0fc05eea9b106a8a5fd760efd1d..c9e4e4863e824c89153832ebe7ea34a4288c496b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3bad1d8d980e20dd8ae34dab6d40825aa9f0ff6e..8e851e28b818e3efa32b6f98225c4abe4ad401db 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 29c9a4df9bd2aeeb9296ee6dfc115f68495a74d5..8389da20bc25d8f42ad967920bacf1c44e06f7f2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c9fee583ac330a850a64cd05f81b97d183030b8e..7248ac794ff43266a4fc63a90cb1767ad9ddd3a4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eeec696c95b238129a46f0c25779374db092e9ef..edc61bc8bb4783bdcbde856c65461642241a5cc8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 34bcde5abbfb5498464367512d6cc1ff74dd733e..4470f9c20674fcd433002e93946d7340825104ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b696c62aa66a9e774d77bfbb6e9affcbf5b48d1..bf0432bc1d4fd2b11c23bb59b8940b3172f1c8aa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 792a214d46be0b6ca8d4de06753ffc3789bf0e88..4fe95cd934023d9b38278cb5e63fc709bda08771 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aa06cc390453339a4621e807d21c01d4049c54f1..2592df952cbafe91208b4709af802d968f9f8d1e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 72f6d315c756704fbb8835f02ded74de79bf28af..859c630a741a8c6c4d1b00b9b1a3c7794f3755cc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37576111ff8f81b1c6f9d12bbf567255b98f126b..4287ae48853e9b067e2314700b27d6240a6b6c68 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d8b6ed55771d135c6bb0f204638d8589d9f5c258..71910f9194ba210a4f218c26b1c73920b203652f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1145fcec9897edc0fe3bdf0cb35392ecc18b3013..556cc13c1cde681298714a06d9eee645830a36f4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ef5dfd9f7bda65ec1705324312db7dc0113c7af7..fb95125dfb971ebaf42ba484d0f372344316f6f8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a09bcf470b46f9c46ffbe677cd990df4a5232704..3e45735ef72d1615227c197460758389126c950e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 34927122760133e61b20899b06668a8bf1c53e58..bf009f5d08d77f812b787c39873c2de2b1524eec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b45f070369d3cb4c30625f9add1440ef78d643f6..f8cf11f57e8fd2e2529d88b8838c5122e7c52bec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d795b442ca4e503cd3189ed06482466ab38a16bd..5e80eb38868a7d0ea7987576732eaef8279ff6c7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 661096ddfbfa18dd3139c6091da90cb40795511c..2f761c042687aa09ff9d93925fc07cc1578f32b0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 801479cd5e980005ec9a0bf2e6779f19eea4e1de..6e1badd1601e7b8984549fee9c956d87147d0441 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c73df554c0a3266e6ab952c6f7f9ea1aad546e6d..e7517b16d93877399c783b876320733982075137 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dd4715fdb52800a6ecdd6bee009f619ce3beea58..b403c8436a4508bf7bf5a500d1a987cbbc0c86f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ea231bbca55009b6158680d2537500d05fe28d38..03507baf88d61cd17c05702d5a5e26203d849708 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 42a410a31e22fdf34bed4636d558d6f306a51822..db9f34db8eae2374af6dd368c4cd6c5ead73cdf9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b00016170e9a87b36411631bc91808cd2f46f43a..d40cb6b9689b623da918a4be80060f02202c7fb3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 81d19803a5d6e4e09ac0a6ccaa7b5f810ef5acb4..72d6fb759d7ba92017ac6945c701dab91c6c8e15 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 270cd4f994051ad29ea9d283c142629016bc4755..4984aaca050759fa291a4200051c786bc5fc1ed0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 84d2689232794c78d4b7bf1e6c0f2d3e0a32fc89..a34e6679ccf01b5b84845a25141583bd7f2ec53f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 38a0b78cc748f65630eb78002f6ec0851346dd64..a9a7e284d3fd668a4837a4695e5baa2d045023e3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a427e785dfb3c341b765868ceece8e1124883511..a4e9603c605238351992c1d14e8998c97e5981ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 70c5c9a554ed2e5ed99d57e771ef9944bebcba97..c07ed414511eac9b67b3dc8fb3f9199362cc5701 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 949fabdff43b5686dc66fdcb483656f579544984..0c679d6d24dbe732395da4513312404e1cfb9b97 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f3e0ec6fe5306b4275460f99198bd18e05cd3471..73efc002b031dbea02d82e99eb965585e1aa5182 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3a9cb303bebf1431da9cfc74b08e24d7a30cdb77..b5edaa02f29a382a1aae834680b6ead2d902c9a6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e11f4586c381b170dc957d79a035c37163d206a9..a260373eec126036636c0c74a55dae4a489fcf26 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d7c4eca2c22e499d1963b00ceaa130d7985b5f6..f73480368d00e50ac803219a7ff5b076b860cb14 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8cdd51bc1eb396b389e863d852cbdc6c64552336..18d89cabf41eb1236d9cb8938ac1fe34038defc8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b53e50f24e41d9c226fc583e4de84d134e25544..7e2346722ae048e2a5bee9ed21e6a3a8bffee132 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b9a8aff1a82352595829e9cfe9e6efbef2df971b..0f39619919d16db0a9656f74a684e96529bd5937 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9a7d22cd8e503f6add0d75bed94f63d131f3f4a2..fa1c9d7f2ad0548e532b0c331557546f5f1aa650 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ebab54e13687bd701d15b6324f3775cbe294a042..a20f92ab9c3999a67b498097a6860bffdd17999a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f2006b71caa96fa28bbfda3654a29022526c5f6a..b8aa6821d033db0764c7623098facea6fac9fa28 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 312c5c27b69b9bb9b6ca423e68995fe7149c15ca..f1f7b2393ec8d8ba2a3ab359bfc442d70ba257c4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 72f3eac09e8de46445fc4077fb30f723bcebac56..7b93cc47fc42b18c8c4d3f89de92fd48b9ac3e16 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 214e7786802eb0022536800afc454ff40adb1b03..53a65b204223be61f0669246d4bf5c437d24cba3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 62b47902be19dedecf863862c0cb76b4226bb22f..40be18646e9549f71e5ac475d0a4dfdbfcac705f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8a3a4e4393cc50f07c8efd71b1a62446f107f86..15fec31551caf43d70d95dd402774c51079cb7fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2358ded586bb4471e6a7526012efe9e4f4f5c4b4..8098a54c0021841a70721b3f0bef18a88095086a 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a4ae5adb1513540b4ce04eef81c260a3b1ffacb..9dbf6c55fd0f084c3c9cb953eeb8dba2dbf812b0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a208cf69a10a6ea6c11193b0e2a0871fbc077b53..c9023141d7b1507104018acbdc8311f49a4b9b31 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2f5ce9950c51c962b7e26d5efdfed7be9d801822..8bee5340269fd6bbd8f2a8bb2c27c7e6237398f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 524b370728ba4899bcb88f829923e4edcf9c7a64..07532d82e03341e8cdf20afde0b8d3db14fbfb69 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 31996b11107363777bbb7868c73b0632dd1485c7..e4724b0a6789bef27c4f5c0d0deaec5d45a53682 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ace7d6ff9d77f9c964ad4f2e8ed96200b1e06fab..31fe956c70526da3651b1f719c926c2a610dd88b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5371d4e3943dd6c26c4520e86bab9a0b3cdef87..4be195afc581b6ef3223dfd839f88cd876d4ac16 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e714e09ae93d4bb9c0ddeac078cdc33f8e6ffafd..b4513ad1aff34367342d2e49e0178813b2ac267d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc75f036a4f6ada9571e07c601dbf6ade68725e2..a56c6e4ece8a2769ce74fccf8625a7a7694f20f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 352a2616693c4c33e3b134400c991c124b04a843..06ce69383d8bb0134d6aa1cb7ca2b431e9b01371 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e121dcc167f4ed3dc803caeade8d954b7d328813..d18b99df6300e6b64fbf5c0acae00436f8cbb81d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c71cdb34091656fe77ad18ab7f15d025f20540be..58aad91f35344fb423cb7804f181332efeccc3d4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 57e8bd72f612e85f82ef31160c7011b12e39b283..7db4b2196ea9f9c41a3b4a70a99d800815fef0a5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5895ba8e52b55514ce38111b9e39c3e99934834d..173ef0ffaaeee58e861b2788c95cd0d5a412162b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d441c24d61360994fb6c47b45e96e7c490dda100..09cc20cea3e597ce98bdeec3e5b1de9de5a73aa5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2017  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 50a664760f06cd3d6771b32cb864edd5cb2a3576..9475e764a31c7734a8fd72a9b874784a1af3edd3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e99923fab950995f3892ea9acd264dc2783711be..8099df3f8605ab8a56591e69a50e7624b1128ac8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee47c65b1b7cea4fad7c6b10983f040c5ceffb3d..6c6da23d162fb9ba00b54470412c7f7f45a7a994 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a5add22e62170a3e2b9282e5bd31f2d011f74324..c3c592e68687587009ed194278842807d942f5ae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4382840c92fbaf9222cc8fc36c0d6c69b7c5323..268bda6663c02d229d7a278381d6e24801dea824 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1063894e1570d62264ff361644fd0d6b3582d282..7c0d40b6551f8c03204a64f5f4d80d0742c21405 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b0c666c613c5dca6ccec7057020f036a705eb6b0..b7a2f0fffc16d3ee439675ac2b7ef24fd29a7b56 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 94ac7483debabe6050c1c71afa28073b01775648..efe7d3cb046548840ee65abacda7e10898274457 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e78d3a7184b3613e3dfecadadf438b15589a8350..324b4f452f3c255f0058bbffa64cae9e56e4e04b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5e8f645abe289a2b66039415715d9e7fdcb459f..189b4fc84fff48e41ce3d77775d25743e6b8bb51 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c9bae7d07504b65707d197e82d939846c3dbf36e..03d5bb9d623a70488c77c20a1ae7103b4b1d99f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 740fecc199350b946bd67b920404dedfc2081898..45f97f8da08b96300e7c2a30eba7ef4dd26c8da9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 33a048f43bff46d5ec481caeacc8cf113f2c82b4..9a338b4ce63ad94cdead6edb2ed2ef825f0f71b0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c974707b0f752e5a00d460c9bc1aeea99e805d22..b56e592673af761fe8ac0db25f6f2d7d8f606777 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ea9ca66801489f70ea165271820d3ed021a6c8d4..aa5b4e08062ffde97ce34266b0ba12382ae8f225 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e894a30f942433a0ba223ee17af567ddf3cce9a0..355a1d8fca8677700ebaebd2fef9f3194ce93307 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f349a085ba0999d5f827d1bf61589642287458ea..86ca366e65cb4a5ea4f81995f58895decf85ae63 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 197332bb005f7add55b2ce01abfd1754fa8d42de..89a711fdd613ea312bce01572685110d1fc73046 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc6c5d48cd9366e923cf414720f389e6fee5036f..a95d7a9f75d1d4b1c6992e8f84fa1d1c4da5ea42 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f158904ed9be89ec0a5f3b32ec941568b984e79..56e4c5ecf3002d8c8818cc7b4f57097b25783712 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 113491202b2f86171a74ca90aefeddeb47d909c4..af752f0a111b2346388468ce2233f04953539c38 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 48e619807ea562fdbd400bc6be2a6a39ab842d63..3fdef4c2b531969e13488fc962191a94331c4e51 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dd17b6b7c85bf6a0b938ecca847638c9d544f4a5..9d20f330b68d1fd8ff628f58ff567bf0253194af 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f1916ae35506e3f50dc03a9de75b53ffd41bba48..5ed553da51f19b0b15ad5fa4d5ce2e849cda6301 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6092e3fd51f9e3a31666a023d2a2fb6d4a0f0f05..997063c731e395383c69075fdca8648cacd45c38 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eadd666452a6b8035195bd54b344dce565369b54..cbdca93091a202ac98635476701612795f8bc85b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4688569dde93918344aee80ef074da69e599550..cc7ba95aa39b7910d6236e1875d7c8e289bd5a76 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d963e23636ac5c99751d0679b19e9fa920f158c..b2eae11e9a12be6d4247518cbaa1f73a6f71a694 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index de2cabdd2faebd79ac4130048aa23531e839ff0d..ae4731c05b2b2f14aed427673f012b288ba78f02 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2019  Jean-Philippe Lang
+# Copyright (C) 2006-2020  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License