]> source.dussan.org Git - redmine.git/commitdiff
Update copyright year to 2023 (#38141).
authorGo MAEDA <maeda@farend.jp>
Sun, 1 Jan 2023 06:40:01 +0000 (06:40 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 1 Jan 2023 06:40:01 +0000 (06:40 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@22015 e93f8b46-1217-0410-a6f0-8f06a7374b81

610 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/twofa_backup_codes_controller.rb
app/controllers/twofa_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/twofa_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_import.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
app/views/layouts/base.html.erb
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/twofa.rb
lib/redmine/twofa/base.rb
lib/redmine/twofa/totp.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/application_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/repositories_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/twofa_test.rb
test/integration/users_test.rb
test/integration/welcome_test.rb
test/integration/wiki_test.rb
test/system/copy_to_clipboard_test.rb
test/system/custom_field_enumerations_test.rb
test/system/inline_autocomplete_test.rb
test/system/issues_import_test.rb
test/system/issues_test.rb
test/system/keyboard_shortcuts_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/email_address_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_custom_field_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_import_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 e1b3d4f2b2c372704492b12b46fcad79b8604fac..9c95f899d5bc68aeb8cb8857fa0731c335d815a8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 824aaa2ef333fea65eca81eb04ea6967dffe554f..9dcd09f21f10615d3b7f5111d28af6ab92953ecb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a7404abccd38f761e9cb96abf4407b8c9fc67607..1ce114559ac367599e18f29de9391933d193e87e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c63382e98ac8ceeaae2fbb6b4fd4d693a01a6029..06bf0c786aa7ce910b2ce8729d8c0bf1e55cf550 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fb6fc0e90e7c8b845094af72ccea04fb4bac8260..d956ac17e193d959b3948f26a013565b302905fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 969b6c8dfcfc02d879731062f102794d5af66515..7c6cce5f6a0a055e8d9cfea2091ef9c5a13a9a6d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f2604bde5be3e4215cf7633b04699b0a9dc27fd2..e4161876ac29b1179a74d0e4e8852a337ac86b4e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 978faf867ea73348fda8e365e6b2329c1a0c451e..781c902a9ab207cd86ed9c186f0889077e3d6e4d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 89d09684c7542f33a24481d7c41e6819e6a38bd2..3b1580c74f0a3a206445f4137af670358bd9f0d9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 489e26787c7c8946a15f1973655ec907382f1bce..ce3bdcb39e7ede982e70d2fde435ec5419f46600 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f9c8c69ee27d8f2986f17f21bbef021149c05860..2eb39685c56e86a4ffdc62b495c82b287200ed29 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c2ccad4d808a28e3a13cc6c718bc74570fdc8f7..9e0ede9558bc554716e35e67b7940dcb2241a2a2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c65109e119a9e9aa0df712699635238802ad57cd..abc4e45b490f68cd0d4be01009614e6aeba71850 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8583d32c84d9a7794d319d2a035ee3a707b09796..51468832a4db6ec4937fe6310618025548a1d63e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b754895e2d38b361be2d0c5fdb21aaff4c83bd34..9c3fc7ec66ff07eb8842da53dfc7de8961a19741 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 405e3440194d9cfdda9044f31cc225167949424a..d5f1ccdbb6ee6a48d781bc5f81a7890a50677753 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6ee019c3cecca6b5750127d7cd6305d9d2c09bb..1e67b95cf1caaf9e00b92829e10f4b98101de0a3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 303fe3590db095c0d0d07e1d49fd7fdee8c262d3..d1c6376cef9be502da65e22b51ec0a2debfd869a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f6358080bb3fe2d3f334f41b3d537ac38aef5bcf..e981861db14486e4d0e714d4967df21d731a0bc6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 721d08fa23fe41179e836a1cd8e223b91f000078..e84fa120edcb8c968f9a23f9c06d9dcda94eb9b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 196f9bf98192d96e51c1bc692ebc4f5ab1ca49ee..d0e3c11c0b2062892beeaea6363d8766932ba086 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8143f4f4aecff109f9838082e4d6032363ed74f5..91297ac76831e93472c5b167dbcb2ea39f7c29c5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 77d51dc844728dfc9cccb9ab5b8580e92791ddad..d24bce009aa0620dc1abac46cc960b06ca417cd3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f45d9bf06669570ad85ce34806856c0e59ee4ecb..f7cfba8d4ee04f2e45962e3420a5ff1a228fa2ce 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 95f47e360b24bc6d6190504dd6f9c867d478eb24..8803453020c5dd11d7df143c08a693f2f9e12590 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0165f848f0e122324f52834e35deb4f2099844a7..59e6c0d154e4565118b4a33a31fef91c021bb160 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 49e06179970fc98871109757095210dc0ff4a443..65f3e06241197f1677a9ea474342f6c0124a5f6c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ba6e29403e35014c7f539c4e11abd94767b44c58..b41830b852d851bb063921bb442beed2cc175f98 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 744701e8e1a82a85cd1e8a530ba9c53accff0127..9b1694516f7d1210a043ebc768e28c203451fca0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2500c46a05694c94ce29ecd0915547c264430c1d..263f4f60779c186c45f6e72c577f45a137f89a3d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf025677027a4d8aaad1065170a2b268622d1bd7..4a252b24523c03221f6e16330c4734955ff0fd78 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 86ab0b1dbdbeac9f1e09366f64c5182f1d8274d9..a4902e7a7d2babaa460f8553f79a3e89c19d4f05 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 53dbd95b6178959d8e81a03018044d0c86cc74de..53d283f4fa6ac61b475b346700a45457ab5b83a3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c2c4c08c1785272859c08d9b150fd14060a55463..be1b9963dfb9554b3b667f08e8d8b3da766bdb4a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bbe09f41559570eb22ded9728626b56823b9b4ca..ba839530a13db1cc61da050ae19d5ac14eb73cd8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bc9605b6de8fa8994265c11ef30a7418a6e43967..a0bf8a8d930d5a0b7c0933c2b9e5c8a7e6f5c564 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index baa3b24e67fd85784114e9e87c3800205c3b75e5..60b27e2f27627df84481cc86319c33be4966d09f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c0f4629613f58487f425ecf595f0176ba2853955..70aa19ae6d9255a877f09764b46c152f1c8a93c3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5abd8a49b81f2a19417f1eb351f07adac4da25b..b9ff59e90047eb2c682238a788bde188ac3458bd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8caa33722048339fa59194d629ec9e08c588299..9a595f3f23bcb4941ae274696fe99b6b851cc75b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dcfca346fc1a5ef00cd7c3c8acb7eb8eed9cbee4..2c096379a8d56e0fea085659be3afcac2c5bbc1e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1b63f3cec0a2d81bf1d6e6719c239c7503667a1a..f70c4d410726ba5ce7b4fba945d50b2fb6329b65 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8efc13d2c7cc6b38c68de2ed8eef66d513e9e9c..88381a1b8d17de12caef2f10aa6c98d6b3dc66cf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6fe97712194bd885853b32614992d25c98190af3..3f32f5244a5310aa44168c7ec04e0a89c0f8e300 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 87f65e8260f20f7464b069996550a96d6497383d..678887ed1502a195e1df5bf0510af0d6f95f85ef 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6c1cc8d8e413b637dfecc205d904c3682fc9dad7..465c626b4a8a17b066db2fc6add81aa323f122a1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4e84ae3370ce5802320cd23874e841ce2941935..d2beef25344ea4b9c89fa93d2a58665d2aae69ff 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ba13e0e0c3b6d5fe41ea7c5cd8c0e782449c4f9c..28f3e25db358119afda9b207cb3fae80bbb14b81 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9e24193a1d42e534b2599a289cb862b83b9cbf16..426687545fa72d55701ce7ab3ced857b016c971a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6b2cfc0a7283516d5865de6ba9bcf83ea9ac053d..4a7c0a63ba740aa41a75c0e9e070032c73215ddf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c6c54e5577d5439ec4274af28f9606eb5861f00..f7ee331f1acbb6e2e401a788bfbd9a4fce82b92f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37b4c0f4b3733b340b2a7ee951f13139da6b9cf3..4bd429e9cf4d15b5dcd9b845d695f49cd9c9170f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9dd3dcafb5e428b8ddf52685922402c5ac053ead..ad00ae481ef290884ba21526ea0c8cb42f269b32 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 79522b98bfa2f74455eb3d6f5a8c26d1b05249ee..15826ff6bd5b98ae9a69aaae6e695d9c2046f494 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2f8ad77d25968084f26d4c15a6cba75dd7d6b5bf..50646f023917a7af16393f8f53b8c499535e96f8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e016df3cb1351a8688a15abf9a36e1aadc790d32..e4bb93f9ebad11ff44967b188abe90afa175f1da 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b59f9446f75a8357541d0c22a2e74f195e51cb0e..be34023cd7ea59e00c705f2aefcf9ad9d73eed90 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c88443c0bd5df2e011819c6c2666ec7596f64143..24ee18abc8883849fbceb9d70c28df21a4b3437a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c2b2034e94e7471b624b05fb02c4153bd8118e5..d114138c0693e2490126dafeb927d2a05055e2bf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d42c14b3347d0a5dca70952d9602a7dfd77c5e6..1bc9714a5b49d51a7104ace3af39db260cf03d4f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad52a72d08793a93755ce21a8f66533ee9c4943f..e207bc3914f2f3fe9e66400b8168d06b5c3a092d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b21560c94d035c18fee9207ede7a5606214bf937..044f2f71d049f362325e63fd2b6bbfabdf891a6a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 256d6b635d9bdff28544362a60bac066a915cf31..4d8343eae1af2449069d9d98e6b80cdccbb27d95 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d6fe5166510e97209ba20ae21533747f2ddc525..78dbdaac9d889d8c4a60f8329a6282295df3b415 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 434cd53e0a8fa9426736c299206b81de551d6c7d..dfddc329d8173454bc84188b09754016a2b0539b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 20c913b5d58ca19cc13ffecc0ecfcb945833a726..e6d4b9035a19863e6a60e0d64866cdbdde6fccea 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index efd656bc3dcd5c6735b8111e5a759d6c90b91b3f..08fea317992b67c8306ea8d10bc6cdd8d48f6b21 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eec8fe4aeb8d2f9ce4bd21ab833e77fc5de2098d..8346234ea9bf62c9417b830ea3e8edb660d21762 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7f5c12ccc084f664c7a14cc85f66ae0fd4f961cf..4b72f043a2b73bc9b4dc420c875335bc0d0beb6c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2e2a3350a76a8071dea39d159810eb455d5ca6bc..37a1967247fb6fb8729d0e05b4c4ab87443fd630 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d21d1af362938a0e6cbe12e3ecc3c4a1e2127a81..02ff9d4270c209f47ab7b966bc64569a63c3fa6b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4986f614f450054d6985e7979ec8bb13be07f84..006b4ccc171f7ceb1c94e437244a73d7ff82e1b7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4ca0cbbd18e510a19a6e48e0b3b86ac15a40b6df..ded912cc480d1325edcf5fd3a6803198ea02b5b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d95d2b77b146231b35dee7f5ae601910355d81e2..1e813ea7ebaa8d21e8b0722a23e5435eed692d6c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a65330d61c155d5d35ea05dd97a89df75c9e016d..a22c1a19aa094cba5a951b81bd68b54a4f2a47f4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0469b071cc862691b325b546f20028e40097b808..e7e2e09e023e20e13e4ad6be57a79e16aee2c475 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c76bc5ddfa1d5c40a4e1690cabd0c0522918df3..d1caad5ad2fbdc1ef9e428d29ca121c6273746c3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aece653b2d27d1edec7c29fb4b495af0a85e0f22..b7151f999ed4417804d79d08f4cd8806d9d95c3e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 563ac0f5ab55bf4187def54264010302b52b15cc..1dc2b3079df194bdbda3f161dce1a810c5d4d735 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a16b826f828906dd12ffbf9691c98427cc26af0d..be7b20aa030ef3f3cf62b967563d7428c9dfc1ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f87c5b91791d81029c297ae7fdd3db8599b8fcde..2d5322bfeb85599212d4f019e83dd89acbfa7972 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d52a548e5ea891b427704ddd2a4f0237ba17f3e8..886dbae98cf2b4ca171c276f3b4c610919a2e83e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dccf35adcaf931fdc2206ef35c7fe20da97a5532..5e522c8128818b329580e4480536bafe7e51ad6f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f8e8eb84f57378bcef82502822b64eb35dbb168..7d480341307ca127e61ddbf1c538087af024e9e7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e0ca25024cd72bae94b7eed21c1eab0bb8b18f40..2a338799e95ce43b3a607c95cbd08deff67ce26c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7efa488ef50c8dd40fb8910ac2d20339fa93bef8..e3bd08fd20f3dbd771ff12960241f8100bce6534 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8a799b17b159fbaa94e5c24f45f4d3182bca81c7..b999ab7f5efdb0f1cc44fd249c031cefac349e39 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 909f1be92ef003cbfe1a9135e5289e34d59b67ad..61331d728dba09c866bf81a726afc25d124a8a15 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c807f1f85bbf9deb434584e028ae1800b2e6f52..bc32d3d06181078561a63c14ceda5167d6c1e515 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1f54e189914f84d4948f3677852b33cf0c39e16b..862c43b596d2ee9e78948abf18d6c28a9f2ab4d1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 701a66ba752a623b3813dd7695fc36d02fb93132..99a079d4d88959cf5d4f40e9b1d469e6cece040a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6b1d67890dbf0e2a80b2d4238d6edf6212d6b737..c33f9e9167b76b6bd107a45b5635f0a7c05d7355 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63e0f75fc679dae0703fde26fd4666190b5169fc..20243929036702ff7df7c491cbb138fa63698c1f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b76e5e584719fdc25a3235980b2c50184b37adbb..397556d9050d815c09e63b3c9c4c81ccc3b8b311 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d00c5b776c51ae48eb794cd943413a4f52368f32..bd3f6c4b2e71698cd60adea8c695d001b8b22aaa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b644bedb7709a78f420ef28dc4397cb9082a6f3f..2a675b46a2d8f2bf88c63712f835c31d8b33e487 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aca65c22b1f9362e42a018e2f467218b550662ed..0b5f3b8f4e20675b783a51d0707cf34265b79b0e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 92f0f977bddc954d673ae0d6a99ac8d5cdc3b158..b39d7db0e2e0cca5c64963db973a053239eb3727 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c3c3fc8b3ef77b48238b94d21e372d9f38a716f3..976f417ab5ff5f549c628a40ead2b351799f5184 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0e4b03450f6729e33f94066767d5d7aa5a19641d..f9fb81eaca0624c81583e1f88b3a09d4c04265a2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8ed7ce27f8430e63a85c261124255c3c6f907635..bc5f5885d10bd23465c6f4adcea0723b73461645 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c3aa03dbc31479c114766c117c98864193ec1740..8cf16f559ade72db41611859e4355a3224406b84 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c9f75184391830d7739fe1825a0d0f14622eb81..f2eff4ea1c7dfbeed56bb9097930f6d7ee77e557 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f1580ce334ff2c9b061cadc916241cf05daf8506..df9b6aabf792202be201a813b9b1bec89d7f1a75 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 89713d05f8a91f5835400cf6ca41fdf6b8018e7b..0954bd707794d8028e4f28308967f720104631c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ed44d552ce7c992bdc54556f165043909b38843d..8c94f5b30b53c5e0cb40d23640f5634c05c4e4cc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1741c075732d25cb551da53765b7f006818a8237..547d6a359c86bba83c747f0b2b7f8a78471fef57 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca9e3945d594426a20ebe4c69d4ecee8017a3669..ee154af2c3801bebdccfab9ea197fe5ff14d7707 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f799917a81f14b2eed447014235cdae305484d0..9cfac307979c997bd39d3f4b65e58877f5ae5080 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 610451e4967c6de06769b1cc50dc6c80d566db3f..51cc8d837ae121b6fee23cdd91c9393bb12e75ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 92959ed88ed892876d48aefed3f82ef497bac195..81e3936250fcdfe29baca61074f84ddc368999d0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 75df5c44e6b6c347847deda0e139fecee428efc4..f901fe03c8b959defb8b6cec87eee3358a621ac7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63ed8ff0a7d8af44bae7898860bcae28846f3e6c..094f1b54b5d8f4eb1948f938ba0481ddfcca05eb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d031327dbb15133ad86b93eb82d91a4991c824a3..1888293c40956e58bf01d803e9da40287acc3ad2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8e5191a634ad0e2c034cf3a7c7c1ffe0ad37b3b5..7cd4096eb5ec570d10636df464be03774404a87b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e564aed05d2d91a9bb087eb67b364177e383b320..8f9a963268b102f8f3ad27c7a2072380cab7ad85 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a84f8650f560e2788a73a6cdcdf1482711488693..d2fa608c0d3a547bba369f9b616483910ae86923 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8ff34e3ea0d238548cbf63decc059388489c776..28e7364e603ee9dba916c59b6b1ed9980705b3f8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c29d50da695313d6294957d951a50f06ae67340..8a3c2cbdf62a334ede7aea9fd9cde947d6370fdd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d4da3b19888d3a1cfed87394a8bbe33f55a4eea..31cbf9ebbfda5090350f10443d29771ee9765ecb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 688349803b1ebb15e8e3ae5f98b0ac87f54e9d2c..5a5f880fdbebf538c5efcf37d9a6827e05f11a36 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9c40270a0650e404627f3d713da744f558d45df..96fba1bd8a6f9631bc1cded3fc897731f4d0c352 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15c46ced3b4e0b92a55d4ca75e4a42603e88ba6a..5f0432e9b451e6b8f14fe3a65e82f3a177c63f3f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 718639bfeb5d3f767fc0de10addb4092ad0dbedd..26f8e9bb4c180945b96417d385778cfaaedbfd10 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1e1883392d793883ef9bb11f9a9327729a492985..dddcedcfb53ef7a77704b64ec1881c0724f25726 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 285a0d48c26f4fd14eb040d32aefba90194be64a..9453b61bbbcf3f59d4582566babe9694e6fe5fb8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ccfd663e016b32537608f119184e890332fd43b9..6bb9fc9f58a4507cd71e5c6a3adaadc17de9df18 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2760983de68713415ea3507ecd60f4ec06a343fc..6cc75b9043ccfa3d5a15ad0f98b5146402a97d47 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 86571d4b86d1edf4b874b897e0a769ab04ff4bd7..142a608f8941bb6bb53bf2aae085ecd62aa7ec3c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 81d9cdff2ffa4f69332cb38db7325c448064b956..674f0878534718d71b14c21484263f57124b37c1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 09ee8b8cdfb68eb12b4457bdd22577af8665d9fa..8738062aa4a6f4e62c597a0ba0b414f58e0e80c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f53c650a1a57f56928801e5fa5ff14df035f7df4..4e9136ac2c8085d8078279e237b9fcde5fa0c660 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 50cee4aec83ac94ffabb8fda9c49ae89214baf2f..138456c35e61b6f4d97fa18c8f991b55711dbaad 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4581b497b40c4994ec841ef54376c963df6e0c94..08a38e026dfdec1065fd789a39e34223a20ea18c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 26ff7cc648ef26e3acc94b6fb9154c8725f9af40..71844e34cd5fd05a5c16fe0d360a45ded2488957 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1cea7c60fdecaabddf4736e1ae894a4df33156bf..566b480c7eb38dfec0bf045b3ed2dba420510525 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c4044e15fec297529a4c12921c2bf62aba70eb0..188e571b80bdfcc9b2ac08457ac96a3dc17395c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index baa071ad70ed24840fb401b0bae25bcab5faf519..0fe0fc2d80483a139bf671b4c7ee48ac27bfca3c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c745d9e30aff07c68859e81fd8c148726ca584d1..3f7ed285c069e24c9246263671a07ad4356b766d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 423426acf57c3e8cae5c9abe9cf4fea2efcc809a..8860d6c97c7f8b73a4357a5f4cf1980b50107d40 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 009d2ab834b6afa3e21a471760e7ee7153964d73..859feef8098eb8170d307ac14a7b5d7684ce016f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5f58e9d4132e03ad8bab669e588e64fdd1d0c1f6..53cba845454bfc332d5187a20360ecd747bf701c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aebce3ef4ac1b40188a396638042aac22d1c99fd..a8e25090f55313aab7ab10b4087346f51761092c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a99dce5e26675f13b6b2832ade4c030fb1995bfe..ac91023c153819b39e34325610ba6addd6899bbe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e33697302b9bbf6c04c702671b356d74b684d96..30fdddcf70a82ddc086ef757a934db46ad8068b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 47c369981b0b893be0376162a4a16f9c5e1a15e5..b6b52f6f166d86efb20229727f5ac7c88acbded9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6307ed97b87918955147243ed1044854cd682813..bdd701596a1ebf4171a42e8d4b032f2ca47650f4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a4ac6668d1508469d5b1d55e57d17a2b20f67d7..df1c51c9fe20de05341ad3e7ab54a1b23fd56c03 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc3e3426c5d5c65554b8d39df0d34dd6e9c0b019..ce4c01beef42d62f899055bbffb722891acd3857 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index d73ae743e8b1f8cdf2347a022129aa961bd3e0dc..d99083cf2871874f3aaca5e44181d835d4f81d5b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 # Copyright (C) 2007  Patrick Aljord patcito@Å‹mail.com
 #
 # This program is free software; you can redistribute it and/or
index 4db2a598fb8fcb38a97c8ab501a12018ee2f9b58..30cd59fd54001aa34294453ea7d5d0f727aa85aa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 418db9b222a394e295355db4bad04c7610f573aa..228e9476c658ef0cd8ae212e9fc5170a4a9ece16 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6b9a5f9d9f44858d3032e6902cc55ab11401cadb..54d69c24fba66eaa381f01f6e191f39cd09fc0df 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f38e54f4c4728cef150c9f0c8f1e93d60d57d4f0..ac63057772fcddbe360c764241e07b71450eeb36 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6867dc95c2a34daedbd917a75809d614c62bc79f..d2a1ee6cd9c917fe5423bf16f897d883fc02daff 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d988129c95c2264a704a5fc5af5f769854e9f2f9..c9f69099f07c6fae4c7f6c0466f5dffd5fe7028a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 62efde9e7a5ac846d9ec2664fe777de058597a29..06fdd5bd4159f8fef592de889266b479edda2e81 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aa22944d776f36137b717ec2b096215c29b61fd7..33c59f8a5930661e32b42583512e057920b2134a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf46b66800f36d5dba50bb8642b3e627d4fc26e2..f00b24f613a9966eb89ee2cea3b19cfed016396e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5fd4790893cd694e8cfab7b6bc9e435675d88d36..4e14e0b40d4700d62bc80dcd6880adcc664c9dc9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5f91cfa958084176f36afa36637067a4a4293b95..024e30871f10cf348bd731c1cafd64476b7fb1fd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f788ce5662e7ce279500d09318a841a756a18419..5073b5d10c36d0ece44422d1112c31454eb61b2c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2d2e61e633224a941a5ad4778c7c424c5b49253..f494a3d19f95938bae9ebdf1c73af7fc1fbafe70 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fc52537ae1dbd2471ea6a59296bd3c8f1f1af8d3..a7c5ac6efe8f347306b76fecb2837bb8b01fc10d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 71407c14e31f7e1865bfe2dbd72b40c11df5698e..81a24efd7182f85d3274e684c0d66757644f38dc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 930effb6736b1053b52ecbc518a9b5061a5a1419..9dac1a6dcfc13ac430be4d8ef9ebc2313e101913 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 34fb55546d0922572462b191457b20e47a45f7e5..7e5733f6dce21e1023bae01d0f5655856460bbbe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0fa217bc82f647e5c03dc7d396ca1a1ba17bd349..bbd68fb0a481a2c8b2ce99b2564dca5e6dbd0b08 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2828fd0a07425d950191a85a68278fd57043ab08..3c1aecc9dea02b80e2e951d532e78d04ecac5763 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6deadf125c16215770c5fdd2d509c6a1757dcee..726dcea7e68b46be07eb786e7f28d5e46e407726 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7758caf2ce5cfd6b536d031d834ba668fda13176..bbf5abb83d47ca7a7c8beb3aa26810ce766a2824 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b24cb76fd0017a0a00af5a9303705ba5dea212a1..85bd84fe7b94554ea6b491846321d7488cedda12 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b0c5da3d28bc1de2913db473b1ab1b2556edc9cb..61475fd77aeb2e5053a624dd87340bae5325e3c9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cdc311a341b71b479b0d6b5493b8f347f7afc2c1..f338e20b0290d25a84522e26a4fd9cf35ec31bc5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ef26c5ffc6d47f20dd3ff8ec2d46e7ed4a042a99..a5c17bc1cdeee229c5552fa559d4620b70e3be75 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a1449866d9e40559ff5c44192f8be6b92d9c3694..ec4e506c8d31d8b39edbb504b819c41125e02cb7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 062129f3fcef675406f050d57b934b311a214056..e88fc1a2cc627d660ef433b2bda67a175f08ab82 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d027570dfed0e26885d23bb5a72b446261551f53..1a5eae83ed552f3ba78504da6c008e9c549d48fe 100644 (file)
     </div>
 </div>
 <div id="footer">
-    Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2022 Jean-Philippe Lang
+    Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2023 Jean-Philippe Lang
 </div>
 </div>
 
index a01456dba4aca9d2f274af6372c2c9632b2330dd..3cc6728173e22c10d4c0b17793afbf50fff7f1a6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d7a3ad946cbced2c3a0ef88cf9731adc9ee62b1..0f75fdf710bb2838481c7db0301599464628ba1f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 324305faad0ff89bc4e91fc88ed22765b9e9dc67..564a30e25ae2a051af62ccf3bb9ef73f042093fc 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine changelog
 
 Redmine - project management software
-Copyright (C) 2006-2021  Jean-Philippe Lang
+Copyright (C) 2006-2023  Jean-Philippe Lang
 https://www.redmine.org/
 
 == 2022-12-01 v4.2.9
index 168776c89822ca9181642fb28e4f916d341b5d1d..bf8391f95b4b126675795b54020d2de55b819e9e 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine installation
 
 Redmine - project management software
-Copyright (C) 2006-2021  Jean-Philippe Lang
+Copyright (C) 2006-2023  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index f800ea3feff9aa7e318a1cd658c8e26f230cd1ec..a2b920cd510ac30563155cb0064cb3f4c71bcf98 100644 (file)
@@ -6,7 +6,7 @@ More details can be found at http://www.redmine.org
 
 = License
 
-Copyright (C) 2006-2021  Jean-Philippe Lang
+Copyright (C) 2006-2023  Jean-Philippe Lang
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
index a41388136724566837d0890bd01ab4ba4f477b6d..98b898fa3c7131a344edd07fb02b95b45f2fe2b9 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine upgrade
 
 Redmine - project management software
-Copyright (C) 2006-2021  Jean-Philippe Lang
+Copyright (C) 2006-2023  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index 501f583bd998c0dadbc8b9274c89a5053e9f5497..3ef520766cf54251f14db934fc9833b5ee4afc20 100644 (file)
@@ -2,7 +2,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4c43b190876cb56db9ac11f77b698014fdd38338..1c0602bd13d3acbc51795ab9dd56d17b27e33688 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index de7097e2fe3174baea331758335fa46d023b8a32..6ec2976077b786977a96c0f3ac4d9228679dc3e1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a0986481a0c037d71ee9d855005ddfb71ac94210..83f9b5e69fe2eb42bfa4e995d4104d870ce13fa8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c4069be254f360ff65d3b060398dbe350e0ff496..2715a7bbe6a853b7b50062eccdf395d53d484a2b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b65b259bc0fefa7190916444accb8ae7ec74bcd1..d77a8cbe2e2daeef388f8dfb675faa69a2d0cfcb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1ae9406668c9ba49d158b8db27f1afd08380d92..35d66a7d2abe8561aeede343d7ecb63e7a5090b9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ab1fe92016ee5d9360236949aa3a5bbd94f92afb..e35a2bcef91c2f081fbf94b6067a8eeacaae5960 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2d3566ef5d4a06f7b0ee1ead0162b3536baafc24..5b5b307213cc0539897a473c88140fea5301c0a6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d8fd38447349976a8710bbe7799d5f9380880fc4..72306e13daafa1068fd1af736de9981272713a40 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f015f1d7948fe6efe4152edc989697c080e61ae8..44023834b87bbbd250a4d3fb6935eaecf6498ea1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b20d72cb820a424977dbae7080b18524404ffa0..515386e199ef4e2dc8869e1d0ab13e07e2a96fe2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1d3e7de235b5f1add7a15b33a7551055d9f3daf7..85cabada9c07a2bf4b8776bb349739e61a7325e4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d2b6a23e5d521de926c3bd3ed113f582e5d434e5..eaf9ddc6e3f1f89d91807fac7523e6ffac118ad3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 67a59f0142ac63715f546487e7529bfb5ae3aa96..9fc914a58b7b7e98fcf463640d8ae7dd92e12398 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ef25e48c7610518d74719a3a695a88067bde2864..c26616a9366daefbdbeac4f6c3bdfea29e825bfe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3be2408a48486ce674b7ff2115ffcfb946cc5649..2806ae14da346b099e1fde36954fddbaece99269 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d2d27f775b04a508d7e026b8cafd92bfac2b01cf..3064008286689f58db0c1222dd1f9be63b971435 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index df366b04f27980f7054ea93390332e92b3c225cf..9fd60bdd342686227aa5c257bdfb00460e4f9372 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1cf7dcbf1aa29ac8661765d617bb860b6331bdaf..00422a8ba58ff128a484683811106d0083882a02 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 999236f94ee874609c98c456eced030eb1f48779..6e14d2dc441c60aad029acdf2336bc6abfc22f66 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2d84ff35e2d042172542b856f58c33109fad3936..7d5c3b5514dbd306419f369d3da6fab1b8d589fa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 35bce70d29213491e1bf27f7e20aa23afa3ac8b0..f9376999c496ae8434630d974d7aafa8e27c48ea 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3a770c2a9cd712e083556b6992ce629c1541f8fc..e7726bacdf297fe07d200d2a201bee42aec9a7af 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 251af10412773d5deb3d2fb00a53e10207bfa421..7cbce2610ae9fdfbd31a73796db7477187d21d36 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 67fbf1cfaf1d98ee3156eb293834bfad674e9098..52b75d10e2262b83a934855150902864b10c7ea0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3bf5e9f8b8643ed4a3a913c4eabc15f1f4a4706a..2f699e609d2e013b63c20d5ced3550dfda6cecd5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ca0a644d6c8e7b0d4d9342ccf7ca5b81f7b9de2..05dc21f4b222e283b59faff4a25466d83287479e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 99006a862f05f4839ae87be5867d18999144328b..2f5b5d097fd00883e735debe966f6ae2c2fd76ee 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5df25b33e6168f4b8bedc798771e0995cfe331c7..4e506e03869565e46040c2cadf1d60ae021aa443 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 532c06150c4aa2be253fb04e73a657967bf0324c..bbcd501248e7b47973bb3361da921e016eee4cf5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f2eb281165ccd5a42aa5e4a9de99ef2b8b45a96c..4bd268fc580cf93d38af52472e3c47126570d5a0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c6cbdecd7b97452e65eff7665f8ea7d7f345ce8..54fd3cb6184aa85493db2c75e5f1eeca9dd7483d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dc9420cadf5286496608497822981c9c49289761..5d491979e6f206eea0f23480d1a7c68964c39895 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c448b7f074480307fef5f2aa6d7b259caa75cc7..7130434779689e98ad7831ce08d88b19d2252681 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5d490db1c2a27573a3056f57f8d6ce03a68197a..2a9efd34a7a6fe506d09ef7c4c4672f4c8ce327a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63c3ac194a1f3f4aeaa4c39fa037bc9bade3d0c2..0cd2de61765bf7fd3411ade93bf3855df3143f4d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8922ec1cf15de89315a44f83b19d2e0f6205ef51..73cbdf5fa5bd856e2d0e2e1fee946a0f71dce4ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 16315a725851c75acbbc5f798cac53555a751831..3a8401c167d94c005c9eb0e8bcc6b137b066012b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 148e0fd0c7d68890602d028db83e8283dd3b2188..65d15aa4bb5047f0fc733e654b2569e164bb7777 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f42344dadf01d41bb2ffc79cae6226b3629f84f..23885fea1046121e41a46d0b73d52eb7632d48c7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4b97e1c19cc52cea3bc4d08fbaa5809744c0dc46..17a439a489061cb5fe4532d486f4a90ebef298ce 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 13a63aca2d6dcd879faa0b37236e7135ff458138..6c011892ac2f46b26ba446ccba18e7cbbd9b927d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3963ef6dbe877e8435e1f15437e4c57f24df99bd..91cda3403a1be0a562919ff1e2ea30fbc9bb00c6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 28f944ab5276d5ff6c14e581ad649851194e6d9f..42c15d65e91e472f8eb06aec9b87120296121663 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4696fa76cdfc886daec96ba8b4b88283254d7217..b0e3ff3a2d0e123986a9f8f3e001363a485231df 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f20a199350abe1a99d0b5efe8f20721c12b4bdd..f53ea2c06becd2ea8ae272e3cec7a706575b4a65 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 56a4f9cd53789565b088933efda3e0bd8c81e772..dc6a8d166d242496923ad57308f7e8db943c7e59 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 90bd620bddbf20a007325f710c55c04abb1c95b7..a2694b45dba664155523120d50435610c0896ddf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d2e8ba1af88863e78d504721e1ae82d1b8635d0..166d94bbaad2f42a8e76e2fa807d7987455ded59 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 47516d52dde4437c991827f5475fe32d3de50ed4..0b256b040348337a51950d62770ab99a89346cae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d0c3293a6e4f23f88604c9ef5a8c4ad8083f5867..c94bf19ab5e069e9def8838728904bd64a0f995a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9b7bad79a0a1ada9029e465d16ef4e2fbdab823..e35f876fbf06ecd1dee7e6abcbf6ccd98530277f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e8c30bbf301614e3ec789eff35fe4bb750f98eb..1781bd52bfd4b45a746842487438c85683b6c77c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4811e4b53790a3535b55fb78400f424f9ae93375..e5cb524ab759d9484b7c100aeed95ffcc813ec05 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # redMine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5656f92f95cccd04df99185c7d58cc8bed0c53ae..f09a846c3a7c2a89c2a3fe20544bd8e0ec2b46e8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index 363476cd44d1024c11f7699cbf7e0a83345e66e7..489397ef2b60fa2bda9b0d28666372905a93f894 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 075636ce1bd05627562000dbd15f7c84613c9b81..ce4e45029d36ca2da9cf592cd1bd50ed639dd059 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0bcadc1f0ef4ebf9f60116cf62a880a15c9060fa..b7827cb93c92a3f80b163afff88e81a794d4607a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3aeedbcd25524a4d825022f1de0f5095a5f49094..403b132b71487e04e15c3ec87b0e0faa81279ae7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c644bd89f1b07821a0b6dd686b036d18509a25d..62a9edd4d3b9693cc0888c619c0b16640a1b5f36 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e1d0b091752d5abf8265413468b8a32aa65252de..7e06b40232b017fdaddbfa8050128589b2ac1050 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e5270689a8886f2cc357490b94561aa0deaa67e9..68578f67438c9cbf5009d68be5dbe0153ac44ee3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b970ff22a03d3e572da5530d961c9c0bb8023e9..a73184090eeecf5c31d941919f41292a1439396e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4bee4085a35a32e085ec05ed34ec8b2d84197ebc..e7f1968a663bcf98ca351d6aa75e3c2ac2ae5532 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 612cdec9925adf2d95f4c347fe2cb28f62db755f..ccb97bc305055724d08c7a72e0041aecc5a929e1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2d288207048c1a73aa031788e545534dc7e7da4..f308db12af9802e89e4cc5ff379b40e80712773d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ce1be305fdc5ded0232d15d2b372526f1332144a..a61ef22506a24f60a5c3ab186233bfd4e1adc9b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f82d376209b5a74ec5d2fce5ff5e31ee8f7be1fa..3f1836716e932ad5246e58e17e1f2d951686c35b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1954499efe9efc75c4c304352c873c1fd43d2c1d..1346879914172b968715712cd09a2b0eb8e8ef57 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e777e1a70426db2b5e263f61876c02c8907e4517..79c7b12a7eb1f3ae9abb3b8e75ef2cf974e380b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 74370c318a6190f3755b714f9e5c30f777da7ccd..ae353770b1235f87401f1f0541b357510f424407 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 870939ac01e192a52ce5ebf05f9623395ac1e6fb..1a94e0f47cc574495297b068b6f92c7afe64c86b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 435a99e8c6254f6d402939ad4f8246e9e2550052..c948961179555e274aeeb0a720d8e8c795380aa5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 737fbc51277ff6db846022da801b5aa80bfe05a7..462f2b4306fa94c20994d38d4808b6ed9cf304f9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6fcf9ad5b938b0dc3ba32c887c1960909f56667..5d8ae59a6a52c4846d76cc8c1dc63c102a36da6e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e2d460e752940f5599bec30ae799609ec15e5ca9..22451a9045e02ab2a5ac7f33fce5e6eeac91e789 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 99058462bec41da4e4a2faa7af467a8f79c278be..6bd4d4c3f0bd7530c28325d0b7efe4d0b1220754 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6c5d17def06991cac8309dfb2ea936e4866df4ad..b7fff8e704875a3b734ac2e40d116cd5b5b4247d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c62eaba13766d2c51f3ee423d3268396abe63854..be398c5a673d35a0907bd1c5105db9d7cc7064cc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 418ab8b14283b6b871095115de7217eaac4c9825..616949cdf5015bb0fb4ad1a8e3701b740199aa2f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2ebf522ff2f66d27685ae2184752ddf8dc8a92c..a3efbb04de43995934cbd605cc031d8be1ea0747 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88dbe1a9f0f1ac6d5833e80e358dc531a1cc9072..ee1f31e41deae13b7bf9ef35dbdb62bf2dd6ee5c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f0200b33dbd97b3a9ebae397af1834ef9494ad1..b45ebfa86b360126c78b86e6bcfef147f40d7173 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9fcfc4c951a07e838ae7da6548aad75bee6c23ab..c4057673a570179071313172b66a20e3f9cb161f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d7f5575daf623b8d96f1563bc900110941e9c1ff..b6719fd80173be02734b6b6ef4c6c22f4bf26dda 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 509a54dc82c48c8bc03f89743ab04551b7f1f695..a18745f96cc81a868bba8aca93ef404b99b68daa 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f02711e899fbd12595ecffa99a55dab80a321d38..245e3c0ebf5130de430702bc14a86a6584eda738 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3dd7c1ee8d0e7bef5b4862b7c79aaf064ac4d64b..caea2ac73924a489dfd3bad02d07357bdf05dbe9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7eda28e0f4faca199704ab655c10d22fd2de7537..acf560d544e31e1b2d0e39178aaeeb8a2f39c36d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2bebaf18cbd69307f12675fb030729fb4785c093..7cc745b266d974ddb171cc8ed7534cdbf31d13ae 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 39c541f25e19714164247db20fcfb2946a27f06b..f60bd8e65384180969463c1ffed3b5214d7e8dd7 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1d6197804b6466f2132be1b5166d1b2040916ba..b6446c82e0719a4b7d0d75718e40ddc09a6edf22 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2023  Jean-Philippe Lang */
 
 function sanitizeHTML(string) {
   var temp = document.createElement('span');
index de043815a1bcc4cc353cacc8a8055745d23a54f9..157513e007a625ae50f24f502d169fe0cdd105c3 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2023  Jean-Philippe Lang */
 
 function addFile(inputEl, file, eagerUpload) {
   var attachmentsFields = $(inputEl).closest('.attachments_form').find('.attachments_fields');
index 28771a25a3ebe7f80f959499b10950a7701257b2..d5b9c6b5283158a48e684756120a9a0e6397f21a 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2023  Jean-Philippe Lang */
 
 var contextMenuObserving;
 
index e3db1f79655ec70a40f63dd582ea49f17684517f..2a97ddaa53c976c1003874a770437d461c78a9bf 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2023  Jean-Philippe Lang */
 
 var draw_gantt = null;
 var draw_top;
index 7abc0a5dc3d11bd57a907dc97cdb98150e9e1bdd..c89cb08c2abfb108b1c6ab80cbfece39c4a20695 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2023  Jean-Philippe Lang */
 
 // Automatic project identifier generation
 
index 4ce0ca4ac60977e85165111d693e0987733e46c4..43c1559e6520bf5488c266493c15d9a3a90198c2 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2023  Jean-Philippe Lang */
 
 $(document).ready(function() {
   /* 
index 091a1739096742711e89068b3226e5e078cc0c2e..9a8f25f8c2933e38e97e6b16e906625146b85d8e 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2023  Jean-Philippe Lang */
 
 var revisionGraph = null;
 
index 1a572a07c51d070b265d29590633cd14afa298fa..49117a74fe4d2c1f8ffa3ff0c5643ce8cd0bfe6b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d242a00f06cbcb7c7d2ad4ea461cbe7db80d5cca..7cb969016aa251cb191fa10eadf68e50385dc541 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fac1017b61e3fe7e0907edc9e052c5fe25a8a6d0..8389fd9c7d17fab3b08d0e5ffbf03d8d419ed976 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9934b3e904ec81c6751c0b8fc311624a5b43902b..4880908f3ecdbdca64860f40a297bc2d2b61f748 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff975abfa8a8b30b364ee07ea340617b07f67db4..cc731c9df619fe18f73629870421d8e3b7ee3c0c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a16421bf3cd6e6020be6ca2f7151e5a6b3632d38..9d77375fe7595aedcd8e10d47fb296a13e575d9c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9b227121bffa160254c280c8b3e302bd013d0c6..c8fefca8b0d6f37961570a0888ce86c2cf765a85 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a759dab3194a5a35c091a5e8eff0b7bc9f231557..1d31ed1ffdf8cea08226f6b59c50be724d2e1ff5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4ac9906d4965bc7a36de5b7a32c6d8ebedaa2b78..027b1084ea616fea684dec980292cc1f99ed5cae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bb73ce1b918b4849530c544a3970d1a5d0e14edf..4f6cd93ad8812505491acdedb4014cba859b8fc0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b630acf037bc011cdf3440f59d55d2dbcb4ac94b..b0c7ccf12cba662708f6864677ac2f8811f6787e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cbd039f501c0922ba4fffef5730bb16390af7bd1..57514ebb76fdd0d54bb6d7acb2de9123bca6c77b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 869801a4f7aff0af583f9c6fb56b1668477fc252..914cdf78dfb7879514e8af11d5a74b831f2f7b3e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e25a8763df1db131675f1e602fdd94661825d7ae..17c26410745c7f1b236891ddb2ba40153e882948 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e7fd8b6fe77f2a886b279e7f2db81f397c4863ca..132ddf8ffed28fb3d86ca105a5aad26025ab8b09 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a5dfafcab2bc3de4cd9b775a216c8c838dae722..98ee771bdc82eced41a7295a14f69b39c3c5a9b4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e58bd6cc8d015e04b16606993986eb08e77397ae..ac37197cdd84206a0dc73740f803af9cbc2d52d7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2fbd3f78553bdbaf44d622fac1d50f7c4a8ae44..74205487440a000b29695fdc8c79576e72365456 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 98e2f3923923ba2c41d0d3ab5fcd0c0fa8781b63..7427e11fe3d9f8fc94f3f84c6fe03432418c73e3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f3d410d8cb9b3b82b4c1f7bb32f8a69986dfc5a..ad686047f6d0426f3030728b45cc39fbd8a664ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d49b5da8c0eb511194308d10c1f03534910f9e6..18e8d27b9f20140fb979aa5a5a207243ab1b08c8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5984cf88684818baa356614967f18f14063f2c8f..9f0095c60da9ce9cf86484e93ffb304acfde1914 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b66b5bb67644d4b00aa34e974425d841b696840..076694e35ba8488f43fe7e39fb70043511996b8a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9a28ef445a0de9dbcffd82443cea2752c83a678..070f1cc42b51aa56a37412b8faec048907b2cc09 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dcbdd0e6799e4c7ef6da1391f64e2c1671207502..ab4a2ff439fde64d791694d5af2bb7d7cc400b73 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 97681520972526aa073b71b3f7b44aada779e724..39f34af3514251cfe9040d4163ba23a4c2fd90e0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fa122979143c77c9a798f0653ee6eb2edae36dc5..04acbcb9ec0dfc81d57addc7401a65e8bbadb6fe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4433e8b011a1b2c8aa619262bf2c9737dc15cd42..c686ce6e6b862a93aa8c189dda79d6f0c38fd173 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 099254979641e89427e0489438c5b896e60c0ffd..6c17a82f6d4f444e7ce59a4fedbdd31c8f274d14 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 68ef684693d30c0348d55be8f468ebd5286324c6..9e7f1b5f11150160be76c4f641adcbffcad66f04 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3e454ffd272a9729afcd9f08649a113b490a5079..bc5f31caa0738e4bd020d21743761ad6640ddf66 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fb29f9b9ed74d98d8c5f8bb235688fcd32394631..2774531188976daeca903092fe7030f0b997c860 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c263fed99445acd82b8e1a581bee57a6234f8b8f..4e8eed0f081facb9ca49b444f68024975278e54c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 66fc6034d75a5ae6d49b34dd2a3f9589d6acec3f..1c6176b7eb4827d9ada3f6dc09204ff37f3acb24 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f575ff6e33e894a353b8c6c9cbd95ed2611d4a96..84cce6b332391a69ce4433e37053a03da75c81fe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cb7c0ba5d90a246121765c38db762e5f4190d11e..de04fa18acf47c3bfe40963adad59f765fd18550 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88f3691e45b1b1c284f896c462848070c2a508cb..9648fb6711a875b1ba10f9ef158393d8a55b842e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2bf8b3516f00d9688674988e534992cc6aa7224a..160adf4f269c83106bdccd61ad4895f3712060d5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 212248157cc6468053842aa8e6f7e536f5a78149..0d62b8f196321d95c0c3ea2a5723dc81b970f074 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ccda609231b933f1b8328a3fb166a1772c04aad6..dd439e370d0ab7a2690dccb9e3aa2f6774a285ca 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4af698a40bb1537d5e5addb0124cb8957502808..2dc3cfac8e59af0b2bea3bf7656a893e532b6a37 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c4f44f32e929987149709b4274d74f8e0ac0356..59b6337306f4d9fa7484e422215ca3bc3ce16257 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6bb1bfe70845c4636213d683f36546609f1aca42..a538e8dc6293ca5f66ef4f55aaa6486e6c4a1d33 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ef1de2eb6b21001e20a3f00c2947ad32a125cf43..b9210b695149fec2635c4bd04a2bcca0ccc824e5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f2b3e69f019554b4ab5e2d7233cdcc7ee86fd8a4..c419238cc77085dfa5be9cb1c2e834bf39eb4541 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fa79c521407f1974e9859afce7f7a4957ff6dc60..92286f592c927cbee2e86abb1a7a8005d0bc52bb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7ee84048a2650f6494c44716df07de9cb79f9b0e..694f0e2c824f8dfb2dbf981e7d316d6e73ed3fe2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 18522d7a7cb7aef262b697a1d863310585d47e77..03819525eb62472ef32e63a5afccfa5c812e4e28 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fca00796fc45bba7f5612bd85742f5f998c9ab4f..5e7dfde871b1bda859e05d780ccd7c9ffc45241c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ac3c9209e318ed789db87023b9c9c5a99fbb116f..51286b8834c4419b05292da222d4f458cc51fef6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 198a9a1d3743e5084011db4bfb745a5147743a4b..12412bc94f9fc19d5173c41ef4e104eac3bf319d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ef19f267803184752e1583dcb8a6bf72e97163a3..c5dcca81b81efdcd3d660028be84b00278dda96a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 552f85287b79c218de7dcac042b4d321cf67048e..a59d90db7da75d213d01f94f2a3db2a49cbaed42 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index afe037a050095cf07df930f5b92f122febd1aa43..0b5bc98386cccf6491c32662ecdfbfd848fb6724 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b1dc41641d45c4ff3d4304b9b09d9be7ffaedb94..b0b21620bc48e823b47accb5f335e05858c06a54 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aef0aefa6cbee2fbed3c34ff3131720252938e15..a64991b2e47dd789a9b9ce03693aac16d4397bc3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1a2125c2f0c9205f5ffdfc0371e48e74b8bc608d..9fc6a82a250f8bffbbc5bbc2e3ffa6d32cd3ab00 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6212b8dc1e17d0e0fbf245f8d923f1ef87f1c6c6..c67b81149ceb63f0424ae0903e630e8124de23ac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ebb256cdf4536fb8746f35aa9deb783cfe99df7f..6b04e7d001d0436ed2494f3c544db46800c82892 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 68f5f888959026b02eccb7158320f53f081c9b5f..cd21c1e42294773dd51a13f364a8b10f5011c957 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bfdfdae01462330b3b9b354044c29b5496a1424a..e1f55f6a90f0416565bc5d8143d3543eadb8ae85 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e2ab73e378fead2dff331e2d2ac4c923dba7088f..f359c785bbaf656238019cb8c7b0e953f8364562 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6f1ea74747fa93f1c1baef547e7999c351837eb9..644b2e6fcec35d5097d05c5100cf71b7d73d455a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3691f71f5faedba058ee28e337f36e47f95ab1aa..90112cd3c66c933758d740a1584d94ded72b1a02 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c0c92c1f15d7e554de69644280c382ca175dd72..d03cfca65a99f42a76e126d9bfabe7fe71ecd584 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 48556120d92fe19cd9aca1eb43a923ffaeb86d8e..b54eb35d60ab2a92de754f2c89dd6f2df51bb511 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf82724453643cfa668da134c2a8c22a34bc1e73..650328e106d824f78248128e72c5af1b0677e7a8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1ebbce9f37a8e68c6b38c5ca4e4ef1392fe8bea7..7a58a7902dac99403ac0ab3d3046927a572911b2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6eef2061a0d65811241e08a03f79999c4056e261..162941ecfa90fefcdfd73eab995b88e269fcfb37 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cdb1f320f8f641a8f9bd8cdaff979b4c8805c057..edaf4d60bb7aa8b1dddb0f15eac4741190c3d666 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8a2e7a1cdacff533d749d6cfb8a510dafdb783af..b5116fe5a249c1d9c846d7f64221711a2b075c7e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7226902e4c55e865aa5d1ea599d29ee2102fe8b3..617c79c6e046be3a78ae593227290648126acd83 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8ea5918ae53585ad89c0b5f98d93867da4dad209..d6110f9e5a21b2d0d7a5e56e37609163f5898a96 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 95b998584a85614f7985f4a2fd145a85d8a788e7..73a92a204b01b780ae471994034cc56bbbc5cf30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7fe89b4e0b7356c4955ca3649bbbdae4a4aa5dbb..fb8d98132fc050fabdb43b7de4279959f44ca4b7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4e91598b875d818a967a35b8402153b3e9fae5fa..64926484a83e0dad68140730c3e9d7ad1b643b8c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 75115205a669db10ac563dc9557fef01bade9074..104e5652329331c8f26ab32e06a64363b34c5537 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 933e8d497f72104f18dcac47d26ef6a05519be02..7aa8fedb680db933fa31a1942ffc139298e5140b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 53fb0746601e7288a71816be7aad69fc1f534f73..68814f1ead3051fd159801c5cbc0337f533b5e24 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 244c19afc22bea2ccb7e63fb4d15da9925ec07be..043a450eecaa7fb4eb704a90dba0448b2e5a0777 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b19872cc65040f6b37a7227a6e4bc7928d59db3f..bbbb947001fe6de19d54281dedc4ed5b1a7ce3a8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 653c8f2e3763552d0f04ad369a72d1c0cb3d7849..d99240ad59f44ca3f9c256c59b2b6c3f4ba39d46 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 110038da2a230043ef2f97d9ae0d5f3eaa90977d..acb871acd5a0a0f3bf8618b12e8437b42ad00527 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 70ea4cc18b53f1bca87381cc4988a7aa3b90e5cc..a203f12cb90b3a9826bbe0b597466196f90e225b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0d0020e38fd1954a3d59b7fd978c68c927f0a993..d49f9d56433063788ed619d9f801d9c2c8f0981b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index abb60b92c76066354944fcf3be6350701be2bb69..f7a002ba7b825a0ebca2701da73bd1c38092b2d2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d618014326312c807044b47ed8ab154501ae0e3a..09557a32ea3445d0f3dd9974e5522a2b263d8402 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9cfc5e034c25e2d64676aa2eef79ba7c3b1b67cf..cb4799826434bc158d6f0059ae53523b52987d52 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37b25cac223ec2c747b628e3c29d099625f61560..1d9bf5b034a0b2cc5e42c08eb2e583d60928b0bb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d168361f4548e19d1918cb2e145c9e18f5bc91b..ba93dad9224f2c7ec9160f3824ddeba5d3e35e96 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c52d525b4c778af147c03002fb98f141bca6739..bb775a5fca93920c177475571d91b2f2f0f0d022 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5e2b6d85a7a6df135303863ac300bc2f63d70ea5..e4b320f7831fe71e7792382f71a30be34273dbc8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c72a2aee1e31289017cd9aa422c02c2615bcff9..dffabbd9864217b277e8de69699d5d52f1350d51 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1589e3f72d22ad4bb1850ff5f7775725b279aa4c..1a16e0a4b6b0118f7a6dc66fbef926693cfd4a69 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff43242cc805737bea1f871251b8a4d8a5f15255..9a551efb6d256451528fff1f3e8752d54caf7e2f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b6d0557dd426f96ab01a5ca5b0ce521af7411a9..2905a3b6f82ab6b898b78388401d3b4404f933ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c0584f0e6b09900fdec4fef3638b96b2031aa3e..e09bca49f4ff9ad67722c2933f10b240489f3212 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 528f2572e59e590a55165f56c84e49152f51d3a9..3b14a6e38218c34e7b4cdc159d93a79badf07815 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d7b21cef87e95ea93d8cbfd6424d2c303495161..791b7369b095f0d6ac22eb9157786993489d73a9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 72c1c355644b8f3f8dd1899e8099312f6300af9a..7226db497afc51c3cf1212470b5092f2155e8ba1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5310be9230999ec925d4c2a51cc3d03c6f078740..198ac02c32b818d035431871eb4e10ce2472f5b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1ff369aba0d4b8b2ae9db3747b842ae94caa5656..5ec44eb6bc1c7f27d31d3554e1cac3ed3cdb4feb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 80caaa9f4ec301393fe83caf111a3b4bc687c29e..f229a0bfae18d4602dd7d259dd40d872d301b488 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf8c596d5187ae4444b2fa816714c0dca6cd47ff..cb764758594d8903a273934b0162a5f21af73bf6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b10f7dfa5f85fff1f9b10ba7cfe4b43703221e98..378dfdacfdd8d8f7f38b6f7ac520c10380fd29f1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 140f6e50021e6f01fe1d13026822e85d1597e335..59f19a65051069ff0a77f5b9622ce9287e76dfcc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b9f9cfa2d8ceeebca97a6005d4fecbe9966f20d6..fa4593569d586c48439770f17345c53a8500e95a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e379ece9b8eeabe14f6c6a10ec32809a7ca5261d..33e2f59a2656eaff846f46a6c7e69c9b4dc257da 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6d4e7505dfaa5799258028a8e6c82f661b537a22..1827c8829d89bb3beaed82ea27aab35f41b264d5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d9602c74fd1a69d62d18c5efced836396d40aa0..4b0c79fae520b215fd23d9259b9aaf0c6c60a1db 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 995f6f2e2eb0306a56be1b5aab6423b281422fd5..01f0ac901633dad137dd25699ab8123d2cca86fc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7a52e8113de59096573e0e37833d07ce7973785e..7a96c8373001039ebad39b85e261edeeca731751 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0afb4033b77b2c45d83c39170300c6e781d606e6..34b0ec784dc052db1bcae9672ea37cccef5836cd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d05b650f3f86f3aec5a9774aed42aa43bd19b3f1..f008dab5959ff34c3ccbcb49ce93a90779a08edb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a8f54d9200f6aacdd138f286092c88378f6e5a88..797a6655ac77143d710707c850218637d5eed863 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca425f06dbb1c83ed68a84fb39198c69d6c6b870..97ea297514dab2d823e758a9a2fee60405ef3a0d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be0f14420f04f0377004263af8001ed35f95899a..3ec1affbcd4aeb88bb033b4d581f964f529485c5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2dc9e1b213fbcf75b30124ba295b8910b85c5e18..1c0b07e59630519365387c604950ccffe7c9bb9b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 389f2b97ad86684a3ca66594bd95db174c2281db..e3d2a34a06719a0e0c1ba4909bd128751aebc796 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d2b9ba1b3733a40af91556c592be486c6d12041b..684863736c0273e02f0582b03bc6ac952bfbfe62 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e98d780fab31ffd8010ce38efe2382a0166e97c3..e7a620953f0fc6e07916bcfd7d04eb06c001528d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6f0f88353fa76c06fe00854d0d61354a47795c6a..265a1db17b5311d61c4f62ce65af19ab08fd8257 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3dafcf9f6d8cbe4b47d082cf82259f6521e1e800..ea4beca93f21fd5cbc6f9a877c84d4516ed99c31 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9922a053d9c3016fa6fca1d2a8f0bcd3febb8e0..c0239dbc437fe10376673056fd71a9e3eb1e8af2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 414e1c159211b5a815ded8a3a101e941b3ca0601..b6682c6ba1dd4ccda2318258ebc3f9ec9f98d924 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07f2d85096e1cefb665dc89df8a4880242c68d2c..ae24f5bd1e49955beeaa2644d76487d49dcbb404 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9bac57ad49a321b2150ca1db03727141ff1870e6..6fd8449d1b5ebd12ac9cd0e807accf02633dd541 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4ff86f23d62681a9d7e244a95fb3209c4e4a6089..9c5cefb7aeff006d1ea29061489d7625b5a3e5b8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 133363da904582c41ee37ed00dcb700cc62b87b3..c5a16d954a317193894fb11eb89402295ed07880 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f29c8c60579859db5813245b572708ff80373fbf..05eef97a7e5594949c2ea709b9706bd3af60f0b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dc95025c026fd896c37b389b17265f77f9ff63ff..285748d65215f9f6b32a989b99707373936ea4bc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04983ad3a1b03ee526971684b540103336bb97d2..f145e56d1a477d1b7626ef2ef4aecf35aa672b10 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2128e837c087b14fa1d1e1e4e7606f78092e902..7ed9149299326caec1c7d00c6b1ab4f569b76c13 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 74323d3fc8e31a38bbbeece0696c53f246b12da4..8976f8b89a12737ac0f9daa995e90c54e3cc2596 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c75c32a2f56da8b4f2c36fff4c3b8ae4547cf7f3..c5d8dc99f994f0ebfe7d1815914e73e15dae277e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7025ead0504f4c070cf99a83e0397f3f99f1104f..e01e4d19b8acaef2447f49a87002d2513122f0b5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 09af89dc01f74ba95ff3f3bc9a2d57ed9609a9c2..cca82b29c072df8eb515d89e86116a19a5234d95 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3ef7a54e0f4f005cb4872354e7eb6ad8ef9b33c7..a020cfe5e6ab05c1b82e23c1e6b5879b62bb8f39 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b11678eb1fe029b26a2d0fb6d2fc93bfc1f73974..376da97ed0b4872de9890e7383d3c211282d371f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8750e07176156e5cb055fdf90565bc8cf6a9700e..cbd517e5fc62215211dfedf010f31c316e936a20 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b7145278be6254dc3c905108fe4870a41040166..81fd6325e0e1b5e6ed791ce451abc00e375fc1c6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 58b504d4c7029aaf367d718c2df192bccc56058f..d968ae81f154dfabd1ec1cbf653d5fd13bd32ceb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8cfb27488e06043800d6dd40ce71ac4c47b8949b..2704513dfd06762145afa47a668ddf9c83ce0775 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e1e58867a45490b936a36f57be887a1a16237421..2c08ef9cddb3926fd3ca3a2209a81a9b109f4b34 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 38f1f68b56e154fc8f213c45b2000f1542984e86..421edaacbff510c0f53499af4316a5f64532b62c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d8f5cfb7fe0744766efde6cabed49a75b2833905..440a213b8d66f1bd888c33208cd6354a6d6521aa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4b779a550cf675c567c485047a538b69f55bd09e..300301308be054872365d2e31b2b6590997377d6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ec82d2ce6548fd3a0cf0d9008e5a8dcd9e39cc60..ad64ebf317a408179c5dc2054fc5dabae3b32a65 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b9b7e8f89ba3a069d2bb8600f61631b7f75957cd..7400d7eb8327709235cbbdc71b671da6d283e9f1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 732a99766f498fa73a3208240b0e9cd5b2d42aab..d4d7f7f8f8f005b87c8d5a911cbebde7c7d3b0c6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6ce58218b5e077e4e6c9c7ef922f2955fb97a1c3..11d6ed5eb9192b816104eacf5f028c1e39033d3e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5949a63fa69dec1edf52bfee08a0a94049aa74cd..6c41286dc137c3ea0c3a714bc1598ad33347a240 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8bb1ca8597312a0c1b096be9eb0bafffbc57f420..430f60d64d02c6b08f186bc5055c9c06260db1c3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cd7253bb987518a78c341399f1bce353c64ac1cf..8fd671784b1d187dce4e321986c8394968bf1122 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a77a1acdce947a80654d0fbcc2bdbd635267f48d..6ef1b37bda1bb17cc8ff5735a380f4b56d3d8f6a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 525bd820ca3a4c7087444e3472269bac0598d486..fcd46cf17bc1fafe35ad269a1c9a4c570c7e2b9b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e6c7ae724e2de22939d1afdb0f387c3341fa8e65..854a36ae8a376d9c1219ab5884f3781f2cbf9a88 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4ce60cab762f298b6b8b67e6dca91a7c52f1aaf..c1064cedccc062c2607a351c452c15e00e644f30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2ccf1c037648f9bb8def8b1863f47968d837aad5..b2a7c9b204e05f79cf0d6002f56af45f62759d7f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5fa7567d4b0ef4cec63df20bdbc23623da3e73a5..b889278f33e97f3365986d9d47d2a68249e1c6f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4805ceb1793354360e53c355ff2a0cf4f760ca7c..c8ab6aa937a0488c96c7c254b6a6d68345cc3e49 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a3a25ea4b3f8ceb0e97b890109759395845e7460..9895ec5112660eb3eca721139712c2f25f177aa0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e5e8cac80e4d29effd345278e5426b2649bd479f..a15b1adea54f573e5d385776739244c6b5fb5702 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 825b9419a3589ca56334527953a4303c0355808d..79a4a1bb0d01a39cda0dbf6ba0a5352d8b787c61 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b910e028aa3860ad8d5e57e866fbbaabda4d3d8..302b02c5649d72eecaacad87f6a2d66c8768830a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d27a3a70acbe03ccdddbb22e9fdc45bb452b887..5130b18cb7221cdcc80b0edd97d3b2d1eb86ab4d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1740a0823ca2ed3f67ae89c4c6c9a167e55481b7..d1438258ce873564872c6cc90d261a4c6b19de87 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 14832966fb9468d4f0eb036835ef6fe82a33ef9f..0437866278565f2ff1e6c1873cd767d498f97627 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 93a74e9c0cc74ce82ff8e9bcd563994c27595426..56cb4f57f9d4b4d5bafe0ca3dece2b7fe8d14b1a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 026b89a4d37a41b3edb6cc816ece3e1b110d575b..546f77354f3b7583542f93509305cf79b9af96ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b6c58dff4752ebe9fa65ca705e532087c594b69e..f2ac6162c8cb5acf1e4834179dc45e58e7460420 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf5be2981c475c3db9e4c5efaa484d1e7c8779d1..8af3fb1f0ad503b8bcc1cc0233d8245a16020e74 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index defedf5f0f31721109e25fd06699dd6cc9617834..8f2b7afdfff5472d996e5f6f19a9ba9326cbbd35 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7cc919e29c8191bd08f073feb29ee90b10ee4655..c123046e4a760f60dc95854d039d40373e156576 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 325ccc2a0327dfc68de65457576ec236a148766a..a1fe5622eb08ed714de473a12cc8a940321ac14f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8ab606b979f4abc5a5458202486b17ebf97a85c1..ab19118f5610c6893c6455aca79cd055d707e425 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca6b16e48f93f63a16e20b8d8c779a6d058d2556..dfa6804f825cb2f9e8f979befbd0f43ed42b6a83 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dfdc1a953d62f0cca0659cfe9816064b5ce27bc9..c7b9081c941cc655fff3b4355b1d71336106767b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 03ab6b2fc3fb5a1efd83cf3183291719fe52322b..8d89b4ac4ca457f8ed5e9a62f18558f519cf2160 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7374f6fe3d2b6154af0af840c0879d07cbc5e6b4..780053c8ef30d767c2e31f88d0a9a28697f0b06b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c3cb05e65f2fabc013e91ea4f81c6f06ae803ea6..89fe1691f3f4d28c7d4b70c12791924f3724960c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 378d3650b27b6be356e46c56ef8c59e232feeb1f..8f15bf9e8bb08eb518eb018df5741b0a06012417 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d28dab2cecb955a3e35cb0565fa6d22b81479191..e47933afe99a3f369db23218f8ff2d733a0a1103 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b79fbaa563115988fd0f712403ffe8b036031830..78815cb206ce6b3c2c6e5b8b919480f6affafd05 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88befd421827d138e98c820a6020c067388a9c21..74ff56ce7937ff95afdedf07e6e80e492dc1dd49 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8fe7eba7c793097264fa9f65be6e647df326f8cf..324d8ed407a1309d0ed2023feae07aee5507db90 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1d77a982982f4ebf569fb7887a2cf2cc078c8e39..e457954cb8ade6d398cc36e46e01c673556f8cdd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c32ac582a48aaf48e14ffc1a4f011134b564ea9..a49707c7c28fbcda402587b9579cce8ac1730a9b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0febf619b7eb0410332b1ba408d83ca7c03a3fbb..bd7f3d3432ef702a1e56375d0b271156b1f978a7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a477a23ab3c198adb13df272b5589f57913f84a9..eb7c83dfd97a9d4ea137e6a7635f5c91ecbcd61d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b7dfe36ca74e467ec9c2956a7cfe9761022dd4bb..cc0761555a05b51e8841a905e1b6397722068569 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d1579c64c05a40742ba49178c8798d0a8107117..baccdf60897979eeb0c26e728f74b3593b25c91b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8e8815adf5a0b82555cc85f8b3eb5076c28a5419..117d30e58e2ec99cb8c99e7555fbe36499218269 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f6ee879d4893072f9f0d0dd4e7a712717d89570..d89a4fe4e2c3c9624323dd6ee8f74c9b876b404a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9484c93600074af59b37dd4c84beddc40751c795..266bbd8b4744ad65fe156cf1debd3b4cbaced0d8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2c58df807fafc44062468e0b267f1003e46c55b4..b838d25df8169d069456b5e034ff93d276fb4dd2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cec88ae7eb085d19b61599d62041f5f9f64b2d4a..7d2757b50d6e5e895072bb4d89c91e7693be5388 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d74718880c3fa87ace530fcfc43d8429c980695f..516acd01846f8de1b5922b40041c6dfac23c0e0e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c83d19eda59047738564256295dc1f44ba1fb6b..251f0773a84fb0f7ffd06402f267227e165ef9ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 660c894ca0491ea96c204c518779057dc4deca14..d4b0ce757fe57650bc434fe451eca4463fa64a59 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c058ec07245511196986aa5f9450e5d6c42fc71..17e7edee21428b265f815bf263bf29d05db81fda 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 96877a1bddd4371b702ae3db4f2c4764e0652159..66cb44055f7b6fc9d30ba99f3c0f887e82305148 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1a3a675e44bc70abefada882649bd3c185d8bcc..1fe58f45ef5f15fefc469a72f02618e6a3407c24 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c37c9497c15df5ad84817a358837006ac6c6230..c1ff6988e25236fe446bd191ef931a5e2a247b45 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 558006e87c244b4ebb827d1071892707a8b248a9..293281094a2457d989e160e74bf24af8e46e8bd5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2243895e69c1da5c04f7a88153788d93078a457c..52f7ad90fe6cebaa111535145a0b95d3a13f2b3c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee9054295176c72235d5ee6c7fe60b07d07e3494..82d055d2c0a782f27339206796ccdde3cf8564fd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 206e68188d9bd6e5261320f01569425b6464e026..2a1636dc9ce361ba4b27908ec647af3c35471d0b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fb2e60ebaf5476dba6deae9e5ef861419c1f780b..6d99e7efe683a7feaae1607612cb7f3dddf66825 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fbd511dfbdfae24fa6c71bfc40b7f718f8bad5b2..075f0a0290f940e6e1fb46496fd4e08e21a30961 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b20b60f9fb0512410d26422d06adb3f13bfc83c5..0ae78e73a32a2234801d6fbcd240bda621ea39ba 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff8f73272463e5049377c2f9ce32c639e248047a..9403efd82665f66a82aab15e3064561260335f81 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 33824e3013a7930cfca5d8bd929bd57607549e26..14ad3385f973fe137c6ecc817e0af24d9dcee34d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fdb7051be1e42195d198aeb7db223fd5243982bd..3174d7e10130d739a1f296dd57ee27ec7554f72f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be4b0b34e265b4267b2db4e85646d1924056c3a5..ddccfd74340efeb38082608cd0304258066231ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c081eed5a802bca1ec8bef85fbdc145de6f4145..2767426b2ba9a4e010fd7e5c65499bbc351c17b2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e60607b59c57790433e7ca354ae689ecccd4605b..0e887d7df745fa86a28e7a30e75a74079e21d745 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 77a6f70f69a14db483c627d9f2034612befec9fb..54659f95b0929bb96ce9fb9058afb5066e6225ff 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b78938956c0f5aac028ade00867221f8cf6c367..b250f62a43d00531534013a29c3c53d089a17d54 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 701150fca93dc02e739f24dc5c3e06ecf9eff165..fe71ad9c33930dc34817a5f44321ec32fbe68a20 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 428128fb210556ca089cfe0fbb12c9b18496772a..a6ba05387c8f3a014e6b6cbe7a42dcc106f58641 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04f8aa301f6e9a74d3be76a7208461352985a1fb..22911bd8583be7929a902757bce2f4f7003b408c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index af736e1a33cd1dc477569d46963966960fc6d84c..8e7629d9a9962521d9d4a083196f523067993f23 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5654be514f944f27a54b40d1f10ac4fb0c87e436..057214dbc42fe23ad753d1d092f77c653f833c76 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ee69a6f6dca5da0b440b22db7ebb1e13a648b1e..ac1df561ff4b8566fed6d5f86e884e9222e488c1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 096240734826c7a517e0b4030c34661866d56f7f..0b5e9e33aa346515e8c2fb74a559c3d3085eced9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7131ab3f3548215e6f3b09baaed437f00f05a6e2..fec562499e6bed6c20539619fcc7ab906297efdb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 777d36af6d5452ec8e3aa1ffd3aa5ec4ca02ff3d..3c7a48347f1dbc5a895f0af3b3fdc003f8723a1e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e7e5c27c146189072522b28b01367397ff3be040..fce6b8de8e15de81de702e27dfde35e0f454f170 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d3c7f5a3f0f36c9fed598636f712709f397496de..1981a40078deda4b1e88b88b3e40a6d9dd65d86a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 424b24e7d4ef7624f9ccca7ffac5a1295a5741c1..aedc3a5f254f664456a79c26d6fb0bd7050371ab 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b33de6e436e18a54336fc3071261e2abb283d7b5..94923b20aa8e944e3b76d984139584eaf1632b2c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 98dbef96aaeb2e55e3cb9ddee812ce8bc428d245..596bb1762201b56d976041df66f34aa3ce2256f9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 443645897b752b3fe3e6961775722f4ca840d6db..079d8580bf9fc59e0a5431a8eb117946b363e197 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4ded02802c2d8e69dcb233a4c781c09f4958d94..edea888c1e918fa30bc57bd29e5b6982eeb1c018 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d95ed60bc2cde50f2eeb4b7374dc596cee300524..d0910c3b5086da11fddc59dea1bcd550401e7a12 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9fc362a3355198bcaeab8707435899c9c738ea7..2cf1144c6c5c08e4982628d20e785668f3032e02 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1a67182f94cb72a51b0d99fa60e2d27a3abea630..dfa3be6fbe6ecc49569410262dcf6545304291a7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index db10a28a8ab25d5e4789f9ec092e97cdf4ba3909..4bb0c59e96a8577e2daaea6d8986a4d708372718 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 454b5f912d35d8e95284a4a77715849603aca3a7..bda14e848a6599628bde7889464947947fa47336 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e23bdb002e1660a94a6f98ba5c38466ad79538d8..57750a7f5ecbc4c9fc02f82d1b2fc4554a170b66 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4054af3b31d13ad92bc526868c623ac9ab2a51b..a45ed7bd37e8435b402973c3d14bc08683f08799 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 205f78cd37ee8b0719e34ca8c0daa140c38f3bab..7f95cd5148f331c19ca65f685859f839198ff459 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8ff682ab09ce7cbcbf55d88f2e5ce9b106a6bbb..195a27f51c5ef2220bfd8672197b3c8e43993f72 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4fb1ea632d2d38b4cab1da0bb91e6dec96d4230b..d3c5873a645abc7e026389b5d7f65765500bbcb9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ab2675f87c9fb77ea47d0fef92d4c831150cf1d2..c95999853ede1ef8427b1f933db29cb498ca1f16 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 46bc893968f7e943354b4798d49603846b0b6eb0..90e5f0b6434198d7212be3dbf72bfa36aa709c98 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d82523463f64b6b4187c23092e9169de67db4e5..61b72d859aa44d4f34380cab70473a3e5915efc7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 013a7ecac4adb5e47c0969ea11e74a6c693cbbde..fe143393b85dd2017e8bc42cb311a5e50dbea037 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bbe12f0a78e69f16e98c5d0fc6276ea8d638f8ed..1101f242d5a0459d93fdccb637461aeca9b6b7be 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 36e986cdf427193a6263ed9b2de4f8eef12ef52e..198b01f85eaf7ca4c7421c25f8bac066166a21d5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f9251ed4009472a19a100b458c2b627722e6abb0..cd87f0450e2663fe7066fb067611f9618f8ff58b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3f0194bebf2657196f35695bea3af63e8f30870c..cfc0595e9c0a50a1b435c35aad3ecd3583750270 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 61c91954766a9bef91adca922eca34e84e3b21cc..8015b583c26337197264f03ca5bb0c5959c8a2a3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 65c28ca6f38d6e5cc5fe03f28ccebcf30cee05d9..a2fe2abf70ab5db47bd168c579c7882045a4f6c7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 86985892963aa3796c658550ec9bd48fdae7e37f..2bb4e8deee9ff1cc73d925ed8c8fed446d652e97 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c49ad998f15ebd90a20ab32b09b6456cba59a437..42587044c0af9258bbc20fa168274b068cef5434 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 356406a42b6022f56ee795e96307ed24e791b2f9..57c0b578410146e20419d3089a1eb13c8ce199e4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ec5f3725aaa6fb82ab7ec30334d829a96835b1e..5d03c9663368829dbf013c5387d4f39172de8535 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f993a2c6265f69ba0bbab446e702a3354a15a634..513606405d0dd06245a823a9bfe685cd9cce44c0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8e8cc3cdc71aa4a49fefac54bbd7281106a73ac2..473040218ef7fa2edde563f7de3d07e8e8cc83f1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9edc948e0cc3a3131c0a35f11d88827e84eb022d..ce4860f130eb4a7b0aeaf11c398f32674235c27d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 64a215870e480fb754e31f18aed4b1faccf82c2a..7ca3d717ed36de4cead714c53840a3c77524ca39 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ba3cda61bc605a1d1c25e18a3d1e6fa552b577c2..29da7ceeb040d7b2f93d448f9a45b5ba2d42af6f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index af01c7bca2f6a8b6ffc0ef2edb2271fb792accdf..ec75cf010da303ec238e065ac851c7af8b789a89 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4289ca22bb61c807d39c28b931cef7198f114385..419f97324888ffbe450369465c2f42d2f464e24d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b81f9a61b0c1d685cc062c65904e9ac03b98dad5..1e017828e78e6dee81d3d28f89a72b2e4f9a8be6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22104a4db0f7b9b1a8196a7c2d91fe0fd8b1a205..0f856d8db8c0229cd4765e3029163f7037b135a6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 87c309210992152e61383bcef41dffa653101e19..f7b1d560c49c093e534192f9d27859c8aaf54e63 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07e0c8d2baaaa4de756254d5dd48b1903818accf..47c5ba014134da29eef9b24af399e736862004c4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 58f8dd03959b4de321b39237f326f4d1a9359e5b..aa3bf3de3c041065a9fe59920a5f076c290c2b32 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b5996e83a271bb31f57719be2a1f879ff70048a..df466360b75b4aefd76d67291339148c2ef65b36 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e48b19ccb2962b3cf450239936cb790fbec78476..c4eed7318f2db14481c40a1ffd12f5ee13124f92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 144725d885a71a7b8c9f4f4366468eec7b837a33..acaf6a27c6b3329b0f75ec11d63d956d01c55f8e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 58d2212e10d1e41f8d9cdfd28203c090b7737608..808b7b93d61298e6a9d455b86d555d331540ea64 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index afac1054544dce9a7a6db34ac1bb95be8ed6f889..93e2b0d23e43276b350ce504921b6fc6d544d3ff 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4059f4edced0fab47d1674a0c8ab502be66ea984..6930251dfd74841a6b20f0899b44f575f3f407b0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4242814d14dd0bfb0bed5141205f66400a9f3bec..61ad8ae9df148ec9d1de7206958631bf7d935f2d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1264f77b7a5ebd3c8817a6dee3ad8765187a647..e1b6309414fb8888ea809d009baf0c34ca7d86fd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c035001eb2b54ecbab19d8ea9507d0b7281da81..f057bdf445f0453659408dc8f3700e7ce6a173fd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b7d3d2fa9f6785f69e2234bd6d98648a9dfd2c4a..d5e8cc61adc616a55a17ceb0a0d1852691b81947 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6e824b1b0ff04ffd529cc8c7e9e4f867b3dff0d8..fe48f2be91f0e337fc7cb0a8718a16316c3d3a5a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2b9df24644d8c9db71e4cc5aa08440ae9670676f..a9a824112ff2d8f4e5a2b79d42d1bee7d28527ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7bad7b168c4de1316fd782591a0132a1599ce88b..eb6346bb0c16f5eab6f32d01674a9d938f81b456 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a31bdff3458b8fcefe4261264faed14c2b088afb..9edf9a8c6ab2027d88a205ecb271d6b1c2600c8d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7bea0c446846c6ff443c61513067b0fd5309dfd5..ddc3f90e3a2ad0f687b6862bbb8e63c20af5b07b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3f7aadf8e0d5e4aff2dcf80d2d2421704ea35459..b25f00643f2e9b8f08f8b281e47acc7a75b90e73 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88997d62906e44d9b0be07060ab843e3c9488779..7fbaff6d6316b19c6647acb41cd830c9b7760e13 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 200b2e51e965880f6b4f35de61d304a8fe994f63..7737d4e345390f41c4fe2f2a6bb4f5ac439b4732 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9282838f9c1119568c78c61116e5664c117e095..63b409d46f9e89a7e8410ac12385d6f11ad3bad1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f9953620dac94fe3512c201f5825ceb3d9f21d1c..193535fc75de133c20098efe17b18f35d49559e1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aca9cbf3fca4fa443c0e7ebadf9038e6205c6a0f..5956a3bdab8f0cfca85931ad297f914c58894761 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3bc825a25cdae8628a7fd5a29894a9b18bdad185..dd0c4493ea9b9f3304bf929dcc2665d36b7308ca 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fef3b6ee28d040a332230673e8eae0804eb3859e..e98a4b9ff61c218635a4a7c6f9bd56f5fc86de57 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 69e00b00c265742a3907fe3f4ee0be72c33af071..29e457942ee1df45d6e1dea63213bbbc5aec618a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fa914ce4eb996e3da7b85bb0d2c633fdcfd6c9ce..591652fb374a15f1702a775c4ebc5ddf155d649d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 10d55b9990c59bb8301b0c8244d9090b5e6c65fd..964e8a1477bb22be8d6893a15390e3e4429fe65f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bb1f01dbc76d5f7efa3a1af18a0b59c549367202..9bb388ef5ce25b8d7dfdb565dd19d8f99469a730 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index baa862ff7223539eae4cc11108aeac3c18461468..039e9dafa647208cafbd9ecee853aaac8eb5399a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dbc5ab2a1b0824fd981c956d5e6acf6c8283129b..5185e0c0650ab2ecdd77592237b75d806914fdc3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88d76d85c89ab72be5af03241dbe92cd9b384a2e..1a5c15b1f4b5a2abeb6e5a99c5b4c89a3d2f967d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 506c75055e2fdaf362b30ee0d6c13fd83cdfff33..3c39d5aa46d9693419718b4787997c5f427ced0c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf1f83a8639f964d854489d061903b14a82bb380..3359b1337ee27331b7494d6f43457901f292ffaa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37364aa9ccc92a39c3d192bff034c093ceddc0d3..5098180850011093d56cd315d2a9915b5b13db40 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5bff5430011f7effd481b7c6f45f4040ecbeff79..136bad1b98464663815b8141507f8aa409ccb330 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c5ee93a3a1af9356b593f828f3eca086737f1666..472ff805f81b5d3665fb51864d7df8430763aacb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c6f52f67c733e73591e18d746fce7f1447aba5d..a91f961ee994c072aa9646d40823b08436d8d188 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9777ef73af5f4672f3b2cb3b5c49c4e53897e6f1..3001100cce3c13f50d5c8e072a4aa4e74f5c784f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88f5b7c56432397f604cecd727f8389d28fe161c..a8b434d38792668bf626cb6a7729d609e86b6db9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aade174062c22905a79c2ee6f019c52ce694025c..99126b4f7358bc94dc8ea2a14ff79892a96b8a81 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b4e8b1e0695dc1fba4791f011f40d1e812cb1bb0..9f2cb6cc2a1e5b2282ac9977410ae2727bf97336 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 254496113d1b4caff5844606cf44951c54a1d83c..c6cdbd945b6a42265cd3eb0845e1903066e1a984 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d012ece3be3bd93f811b8a572772e0d26a6a6b44..15f9a98369685a2af7092f81126a321ee05783a4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d2c00e94273e06403cd0d3643511b148019074a..bf2fd2b38446975373919c2211c06ae857c0b7a1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 52c7b39ee81071c95f2943a7b2533561fb2d479d..f5ca909640befc7cd3d1f62df8ef16dbc55011b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 733d41415fe4ee7e34c79453789646bdb9aa6d94..11ccae4264ed7a6d231f86f1d9059ac076d3a81c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fbe0031e18ffbfd1b7227acba64ea97945d58b4c..543ca4b565d1e0ca65b0db0b5a39c4a07d10e123 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bd536899a9749baf13e76480fe8a000893295aec..11947d50980c75a731e020dc5b3565bcaedbd12a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 057a97e6ea54b1c24ef9da7b9cbf86897c81a598..1c9637cd9dcc6eae84fd294c8055f95d3c0af442 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca27011bce7446d64745ab6f646d9d98d38647a4..f6acba1fae9fe9b8ffeacfaafa132167b175e6aa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fd63a8ab428b4b5ab57610f8e4a971721829b127..d215c3f207d88cd6a8715205284b90fef773b6df 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 46f5b6035813d49fb648acee0ab6ce2c653f1435..7ad000ee52bb8916bae5ded69dfd3bf795fa8d36 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e6d1f604d13e343082d6b9a66e05763ee7510987..37eac1fb1f8878866250b8a7bb51feb8448f7fc9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d0727a3ab7fc08e7967608dbd19601223b9249ec..dcdcfb99681bc3ba7385147dc3c1c2c9b0c0610f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a646cad2911c6f4c204792fded13bc320633a301..e051b7772c0b805bab7c9872653ed82d11360cbb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f69efc3d667bd1bf7f22496c849538f54544cac4..6196c4081de7e89b852f159d5fc5f6ff7565a749 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f74f3314178e70a732b3873f47833953b6cd43a..3bb6db3cc9a9e3d0ab01185acd9eada5ea38e635 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2023  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License