]> source.dussan.org Git - redmine.git/commitdiff
Remove current year from source file copyright headers and update year in footer...
authorMarius Balteanu <marius.balteanu@zitec.com>
Mon, 26 Feb 2024 22:55:54 +0000 (22:55 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Mon, 26 Feb 2024 22:55:54 +0000 (22:55 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81

695 files changed:
app/assets/javascripts/application.js
app/assets/javascripts/attachments.js
app/assets/javascripts/context_menu.js
app/assets/javascripts/gantt.js
app/assets/javascripts/project_identifier.js
app/assets/javascripts/repository_navigation.js
app/assets/javascripts/responsive.js
app/assets/javascripts/revision_graph.js
app/assets/stylesheets/application.css
app/assets/stylesheets/context_menu.css
app/assets/stylesheets/context_menu_rtl.css
app/assets/stylesheets/jstoolbar.css
app/assets/stylesheets/responsive.css
app/assets/stylesheets/rtl.css
app/assets/stylesheets/scm.css
app/assets/themes/alternate/stylesheets/application.css
app/assets/themes/classic/stylesheets/application.css
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/help_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/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/user_queries_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/anonymous_user.rb
app/models/application_record.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/user_query.rb
app/models/version.rb
app/models/version_custom_field.rb
app/models/watcher.rb
app/models/wiki.rb
app/models/wiki_annotate.rb
app/models/wiki_content.rb
app/models/wiki_content_version.rb
app/models/wiki_diff.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/validators/date_validator.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/init.rb
lib/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb
lib/plugins/acts_as_attachable/init.rb
lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb
lib/plugins/acts_as_customizable/init.rb
lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb
lib/plugins/acts_as_event/init.rb
lib/plugins/acts_as_event/lib/acts_as_event.rb
lib/plugins/acts_as_searchable/init.rb
lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb
lib/plugins/acts_as_watchable/init.rb
lib/plugins/acts_as_watchable/lib/acts_as_watchable.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/asset_path.rb
lib/redmine/ciphering.rb
lib/redmine/codeset_util.rb
lib/redmine/configuration.rb
lib/redmine/core_ext.rb
lib/redmine/core_ext/string.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/diff.rb
lib/redmine/diff_table.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/export/text/versions_text_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/info.rb
lib/redmine/job_wrapper.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/notifiable.rb
lib/redmine/pagination.rb
lib/redmine/platform.rb
lib/redmine/plugin.rb
lib/redmine/plugin_loader.rb
lib/redmine/pop3.rb
lib/redmine/preparation.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/scm/base.rb
lib/redmine/search.rb
lib/redmine/sort_criteria.rb
lib/redmine/subclass_factory.rb
lib/redmine/sudo_mode.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/utils/date_calculation.rb
lib/redmine/utils/shell.rb
lib/redmine/version.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/common_mark/append_spaces_to_lines.rb
lib/redmine/wiki_formatting/common_mark/external_links_filter.rb
lib/redmine/wiki_formatting/common_mark/fixup_auto_links_filter.rb
lib/redmine/wiki_formatting/common_mark/formatter.rb
lib/redmine/wiki_formatting/common_mark/helper.rb
lib/redmine/wiki_formatting/common_mark/html_parser.rb
lib/redmine/wiki_formatting/common_mark/markdown_filter.rb
lib/redmine/wiki_formatting/common_mark/sanitization_filter.rb
lib/redmine/wiki_formatting/common_mark/syntax_highlight_filter.rb
lib/redmine/wiki_formatting/html_parser.rb
lib/redmine/wiki_formatting/html_sanitizer.rb
lib/redmine/wiki_formatting/links_helper.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/section_helper.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/ci.rake
lib/tasks/ciphering.rake
lib/tasks/deprecated.rake
lib/tasks/email.rake
lib/tasks/extract_fixtures.rake
lib/tasks/initializers.rake
lib/tasks/load_default_data.rake
lib/tasks/locales.rake
lib/tasks/metrics.rake
lib/tasks/migrate_from_mantis.rake
lib/tasks/migrate_from_trac.rake
lib/tasks/permissions.rake
lib/tasks/redmine.rake
lib/tasks/reminder.rake
lib/tasks/testing.rake
lib/tasks/yardoc.rake
test/application_system_test_case.rb
test/autoload/plugin_autoload_test.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_test.rb
test/functional/activities_controller_test.rb
test/functional/admin_controller_test.rb
test/functional/attachments_controller_test.rb
test/functional/attachments_visibility_test.rb
test/functional/auth_sources_controller_test.rb
test/functional/auto_completes_controller_test.rb
test/functional/boards_controller_test.rb
test/functional/calendars_controller_test.rb
test/functional/comments_controller_test.rb
test/functional/context_menus_controller_test.rb
test/functional/custom_field_enumerations_controller_test.rb
test/functional/custom_fields_controller_test.rb
test/functional/documents_controller_test.rb
test/functional/email_addresses_controller_test.rb
test/functional/enumerations_controller_test.rb
test/functional/files_controller_test.rb
test/functional/gantts_controller_test.rb
test/functional/groups_controller_test.rb
test/functional/help_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/generators/migration_generator_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/reports_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/journals_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/help_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/plugins_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/repositories_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/jobs/destroy_project_job_test.rb
test/unit/jobs/destroy_projects_job_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/mentionable_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/asset_path_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/export/text/versions_text_helper_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_loader_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/scm_data_test.rb
test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
test/unit/lib/redmine/search_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/common_mark/application_helper_test.rb
test/unit/lib/redmine/wiki_formatting/common_mark/external_links_filter_test.rb
test/unit/lib/redmine/wiki_formatting/common_mark/fixup_auto_links_filter_test.rb
test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb
test/unit/lib/redmine/wiki_formatting/common_mark/markdown_filter_test.rb
test/unit/lib/redmine/wiki_formatting/common_mark/sanitization_filter_test.rb
test/unit/lib/redmine/wiki_formatting/common_mark/syntax_highlight_filter_test.rb
test/unit/lib/redmine/wiki_formatting/html_parser_test.rb
test/unit/lib/redmine/wiki_formatting/html_sanitizer_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_query_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 89429833f0c5c9f21aed585f4ac06ac2f1b77e7e..320efd263a49c961ca315d9bbddfa0f67cf8abca 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 5d6426a3d1edc396ff6fe37c38d5051931b747db..e8e9ac6e83c6be13a7a771c03c33e85804b97c49 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 303d3d52d4de6c448f6c298b61a8b0a2c3873ba5..58d3ddae67ebe52a3d3ebea2e8b252db3cd0720e 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index a12f5241ef47699b2da5b3e3e44d9e64698086ff..08bf3463198727e2d54833f517116da4671beccd 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 4bf7ad133f1b2fb3e447a34543b600ec8b1bebea..de1656aec91d77caa12b85a072b7604e8556420d 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index f97ef6e0981308eb4a4d769b65ec98c97b668e66..27da5eac1866c220a5bb86631f85b915980b75bf 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index f3593243df98d41901939f439b772c1903602852..da51903aede65fa180db41c5e87611e27d38903f 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 86403d428066d97f291e160cfb868e6644f52fef..faa8722872f0045054c214c984dc6aab0f584ac6 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 84a26c16ffdeec815cc3464f51f004d5263c4d7b..fa77a8dab4158f037dd7422f702e42f6f182bda7 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 47b5f0839096679cbccbfa0cf395614ce6316f9e..b0acdcca99ca800a6c3d98e6110568b148242d8c 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index ab83bc7ebf22424e0f3bf0d43b53ba72ec3b043c..cab05ad64a5539189797a1fadff67f5a89231b61 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index c73bbf902da2bd931198ac91ec5739d0f8ca4927..6870261d792bbb8cab6e21dbc8660e5503d939b0 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 3dba8b469e5b162ef405ab4f70d075b2bad9ad59..78c87ec709b5d897eab917b6979c4fd3be03402a 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index b6d083facaa3f1e9d46bab21e30a036b46b2efc8..a8e919de60d10f015dbe36e5d6750d6052ff51ae 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 71a6ac34eb8e6c6e88271bd9cd42e188ef29ecbc..fc79472b255f1b8f64a6d980a1f58754006a4075 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  * This code is released under the GNU General Public License.
  */
 
index 080c190abc98c4e93b54360bda73a6698b99a390..d13773dff5e019aa40230af574c2835c216f222f 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 9227735993641f7b1dc6440024174dcef5bf182c..88f37eeabdddfe1628b8558a141e4d7e64df5e84 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
- * Copyright (C) 2006-2023  Jean-Philippe Lang
+ * Copyright (C) 2006-  Jean-Philippe Lang
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index dfe229526d3a5e078b56b81b72a518b45f05aa09..5e615d17f4664afbf86e73695fe2ea8b7ab9d8df 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 61713afb27dcc2e39c24dd5076a702645186d4e4..3c711a6bebf14314c13ba9356604049730f3dd91 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9bbfc400bfdc2253263836dc480a59e8ef7faa82..7fcb6ac5d5dab01482b33f88e8306864dce5d55b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 29c14f61231aec48b55a1c2715337e3089673fce..51ea2e2fd0cbb3f2ac02b7cfe90f19a30de933ae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bc64f01b99daa65cd58b022923f8af16a05e24d5..db95d5df4229d427de1a81a51e13d206031e10f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c6cce5f6a0a055e8d9cfea2091ef9c5a13a9a6d..a88d87016a420cb9d935e216142ae26a3b921491 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e4161876ac29b1179a74d0e4e8852a337ac86b4e..2982447e915bd67ff121e5f209e3384d52302e3f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 43de1d0777d9df480d387c31433f7523059abe19..5782a2f60a06ed1a0e7a89b92f19124029c04294 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3b1580c74f0a3a206445f4137af670358bd9f0d9..9c4838ee67a3e76ee27c6f4b158ad971e1237f92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ce3bdcb39e7ede982e70d2fde435ec5419f46600..4043db08b6665e1d284bc25dc62dbe579c00cb89 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b3f7751567d540f601b7c99a713166a4284ed072..4c7305873f1880f310dda636874f5f395d2c8a56 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9e0ede9558bc554716e35e67b7940dcb2241a2a2..c06d05b6d0d8fffe6b4fddf6adcca0448dedd74e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index abc4e45b490f68cd0d4be01009614e6aeba71850..fed45d3ea859e4677655155c25a2eded6f0e751e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 51468832a4db6ec4937fe6310618025548a1d63e..bd6c3f46185480fafaf06f1cf892547d1dffbe57 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c3fc7ec66ff07eb8842da53dfc7de8961a19741..4c7e6deca740ef1dcb64c3ab8aa408f82dc5aab5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d5f1ccdbb6ee6a48d781bc5f81a7890a50677753..664193fa782487eae20d7d685aa93aebbe0ee60d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1e67b95cf1caaf9e00b92829e10f4b98101de0a3..40e0d35a222f0cb930a79b1848bd4b634fef196d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7ad002d40b63fed2072f7f8afa060e6aa37701b5..66c93b34a2018203be94bd8328757996cb800951 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 41e7b100049b6ebf42342d672465592beaa811e7..45631939f9ba8deb847934ee8ca75a5f490773b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index da7fa21064c495855f4b8640bcbf13c142bba278..e6da130e008c515cab8d73efbe45937fbedd40e5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aad9dad8385f8b119664a16dfe140ec786acba74..c93032b41414aef6a3367f30b472a695b4b5f3ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d0e3c11c0b2062892beeaea6363d8766932ba086..6148fe66362ab12e3d78674ba764c08fbb12f4ab 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 519cb99226f87c94b5f18430f1e757fc37d9057b..d487e09542688acb2f0d0fed873347960c1d1a71 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d24bce009aa0620dc1abac46cc960b06ca417cd3..1048417a52b57f3f7edc5c4c9d68f5d51b63209a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d823975ae99530d9a73b3ebd08c209c0eede587b..b449d9ee913ebab5e1e4da4077a26150b959f109 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b26f1994384dd56053a1d3d0ca26d31734aafcc..f7b8213127195dd1e2127113d565bec1451014fa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fe12aedb7c5c10a6bff24e61a8d2b989e0c05f00..ca1468aac7c99baa4c9cd0433980c844a711d2d3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7923f4d0f45073b996d1f005ec857a8fa663a34a..239a48978c96a02252d118376fcdc04a7bc6b0d4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4b4478a235c450d301f24a378eb875cce288c73..c197757f5778417c69822de3bb330202db0f0521 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 860a91f064fb695ca55b069aa7788c09d1fbfa38..e30ae093cb8da9547cb8886a987296c436f54bbb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4c48614f188fd26985bf2040beab1d436cd7b5c..06240e35998f424e51eb2953b75aeb7f533377d5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4a252b24523c03221f6e16330c4734955ff0fd78..9dd228a3d53994c18ab063ed483833a46bee334b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4902e7a7d2babaa460f8553f79a3e89c19d4f05..b36e56e1394f9a8fe50bf85686f8b1c085cf2a5b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 53d283f4fa6ac61b475b346700a45457ab5b83a3..4e225b7844af807a16fc75fb66f1a3698ae76f1f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b67d01b7bc0ab23028c15a404034d961fb5d97f6..66d54db38f1e5e7ac5df85a617eb4cedeebed1af 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 089121708c143c02b6cc2c33389fd58bb7d14ccf..db5d785f97b4fe3404fa180400f1d1b079b858fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf0ec05b56ee1aa28b9bbbb445d16f0543e56a53..94a875540946a23dd29fb5f86506bbf08b6399af 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b18f14a66c70df0a7f8da803715b54959ecfd14..2645ded4079fed4493c02aa9db8dfd069d0cd8ea 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 35b753f3111bdc93cd329790243285047663512a..3b4fe1b303840c12cbcef214c312f5fd6dc97ee7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bc0905c901fc04d8e357e5e430ea1e9ee4853b55..5dbb88d8fc6ef15d9a7fdc47ebafbaeaf1cf0205 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4662950c17babd578519ae621ab4e04e2d3f085b..0caf55cd2feb6e46aa548c38ea5c65d5fe6f27c1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b3564cdbecaa3e4f54be46f6321ea08c4248ee5..f5e3335549ba93248f4e4a55f67352a9a5d38cdb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad7ee4c703e969b11acec22eee550062b92460bd..a7ad7d8a676aa59fc5fe8df02989dbf12efc30de 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 05ef336ef066d1711600e6fb20bc53dc0dbd5012..c8624c3987c31015836972174c2fc61fd4cf7b2c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3f32f5244a5310aa44168c7ec04e0a89c0f8e300..8e14247b0c3379cf7e2b09c1045ae019ed17ef69 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 678887ed1502a195e1df5bf0510af0d6f95f85ef..446d2f105d422ae6aa0c6daab7346f7b932cfedf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e8f5aa0f7095279fa41c3b2879bf594c9ad19a4a..299c34c98b70cd1bd65c6893afc60087fb77a4a5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cdec397a8ea0c83198a30c1658eb42c0af399b09..fd74f5208b68f9c555c280d2a8e9586e616c2752 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ae7d09e95be7c13c2178696b67344e4ddd0d3bb4..0f566e7f5f6c47bacb20c466fd7e03667564d9a9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 96f7a49a44d7cba15d8c69c8be52117c70134a80..a42affd74a1318832f7b729eeb78e6341585189b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2669c60e6fd652988492add488826055d42763b8..36b90da772e836345d19054718d9ded1318fa9e4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b753b13b15329dc7c5e072df19b1a80e2826adc..3b456fc3c0a01c0e00c9cba2ccac1954ce5eecd3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index abad0f710791b88c855a373c8b9804adce695e19..a9582a34cb241ec052ba3879f0582c8c7babcc62 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad00ae481ef290884ba21526ea0c8cb42f269b32..c58b263e019012492efb83767a4777f39f2c4c64 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15826ff6bd5b98ae9a69aaae6e695d9c2046f494..1c778b6ad2c7c0203a0d8a2168e1b2d80d356572 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0060035015e48900890b8b28c4308c460f80cfa6..9f8a9e57bbbe2c2255e436caf32ee258bba1ed87 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8be8c699f0d5b9bd62516bc0a6828041baaef4ae..d6d40e943bd17797f423a8f6d53b0ef7e8d504c6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fc2cca351fbeee2434fa216e82314bb4b3400068..cf534fdfe4d3884a2c243fb75818bf25c2f1c324 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 24ee18abc8883849fbceb9d70c28df21a4b3437a..852a038fc8caf6d3b7e9bb8dc91ed2167b1a56b5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d114138c0693e2490126dafeb927d2a05055e2bf..b39427bdaab0ac6c52b719b17e36b8faeed8ef3f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1bc9714a5b49d51a7104ace3af39db260cf03d4f..bfa9525fb3026b95a5a869dbc678b2ccb3b2ff31 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6ae79eea0200e546161bb4e650feed628449a65c..0f208397cc897e18edbd6c5dad4f6de801594528 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 435634df8b0d753f43da54e4e498538dc0f0ac6b..2a188cd0a2a583d420ac9422477389dc55bed225 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 78dbdaac9d889d8c4a60f8329a6282295df3b415..35bf0c8b404d3a509cfd55c2ad8cf9dc78ac4bf8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dfddc329d8173454bc84188b09754016a2b0539b..4edd8835bf2f0f069e787743bda4f517a4eddec1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e6d4b9035a19863e6a60e0d64866cdbdde6fccea..dc2fd8896cf9049392e2ef0e42e7f83dd87df444 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 08fea317992b67c8306ea8d10bc6cdd8d48f6b21..674e0605396141db451159250163ef48cdbf3bfc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8346234ea9bf62c9417b830ea3e8edb660d21762..a8d624e459c786d20b30e29efc66b1adcc3c6f0a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4b72f043a2b73bc9b4dc420c875335bc0d0beb6c..5875a14c38b76913867cb6b463663cb5ceb2420d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37a1967247fb6fb8729d0e05b4c4ab87443fd630..6a7bbb2e4394c82b680acf64801446b5847cf430 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4323ea73098432f180d9c9f19d10f4cb49c86280..05bf47b58ef124d066710a2cf5c27fda0c8a1291 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 006b4ccc171f7ceb1c94e437244a73d7ff82e1b7..beeda623442ebfae5a0b1e81a5e4807111cef3ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e2ee6d535881e76d7fb59fbdd3812b4151aac736..4784096acdc21afd9111308c6a56cd3bdb8d35b7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8a771d813432b20f254e3f520bf110d42a229d9..5c5b6913120efb6f54e1027a925d7c4eed95a92b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a22c1a19aa094cba5a951b81bd68b54a4f2a47f4..231d29d86637db67d18d0bf8413a40be89322e24 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0e542768c3aba264540607c2e10c3c2eb6d461b1..013e963943c46919202a2fbbbadeaa8430c5a007 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d1caad5ad2fbdc1ef9e428d29ca121c6273746c3..24218e46e124b7c9cb05be9db7a56472466a6f13 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1abecce96a9498cd274573a47f6f3b6c1059a18e..f65288de1d3de5c24c633ad5bd80956e67837afd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1dc2b3079df194bdbda3f161dce1a810c5d4d735..a5c50fdfdd6779cc15237a99bf4ca8818cd3376d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be7b20aa030ef3f3cf62b967563d7428c9dfc1ed..d9caf4f50ab602edfdae7fc7f019903f401ca72c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4f7339a0572243cd0f47c420fe62fc7b6b8805d..43c89a3501abede64d8732d38d8199fc5ad05b78 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 886dbae98cf2b4ca171c276f3b4c610919a2e83e..3319576513c240dec2a97784a95e7aaf7693bd3c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 92459ae00f4f829b10593fb9ea964d6b0dfb8cb1..7d132642b923e79b721b2928198d7b57d98a33a2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e66b8c229d4bdbe4ec957df0d5a1ac0b4d64798..bd0da005fc1142d9e037b636fa0b8ff68e3876d0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7197612651e0be1ac6b1984273d075c54315a2c9..abc994495849cac634e15613b9235c427727230d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e3bd08fd20f3dbd771ff12960241f8100bce6534..f360c1176335f6199918b10ef729f22ca332b43f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 39f5a6398d7f318442854891bae9d4c61d12a8d2..369b14c4bc87ca4937473ea43832a289dc2c6737 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a37d75b2dd39ebe12a6423ada8d0ef9b822aaa03..7246d397dd64332fe53c00b03103faa1625492ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6fec8fe659db99544460ebe4a6ac24a6f41b2100..77abaf2e3954c408686b0c8213310ae7ad286b3e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4aa74e5e1d014d0be686151ba1118f68276747d..17c903c9a696d6f3630451c81b8c99512817b16e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 99a079d4d88959cf5d4f40e9b1d469e6cece040a..4189147039eaf1ce30090172521bc4c2aa22a5da 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c33f9e9167b76b6bd107a45b5635f0a7c05d7355..d755c8efa91c093162a0285d651439d9629fd3ce 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37de7690609ae90f6f17ef6f72e0f337da763edc..488ec117a449a473c1c1fc8b68b4f8bbd896ef86 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 860a60ccf03a2dca4128c05165550f6f5383eaf6..2fc2d809cf3de0174c5ff61057cc9f34d076730b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 694318e2e0e1d180b8dfdd1e62b2c96bbe1c2b82..5ad319c7f8a434b284ce7bf8fef1c6b042dbca92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0bbd8fcabf6189514e0e80b4c4e9d8729e9d6d66..d01d4858d1dc0c068b5e00082c42faa9df42f53f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a675b46a2d8f2bf88c63712f835c31d8b33e487..517f70328afbf5cef36f3d4b459641e0f0adce1c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b5f3b8f4e20675b783a51d0707cf34265b79b0e..38a650ed0254f6a010cc22b71145d4d4f2dc3194 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b39d7db0e2e0cca5c64963db973a053239eb3727..b3bef191fa390d85435b4dfbb525aff89579cac3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 08d2cc5fa6161ad8123d648de22e054f8c69892e..15a9169f14220f1983ebd0a61b3a7ad5e08beed9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 53b55f90d1bb41c0226f00dc7c3e5ea443105832..3d289e18d952b753993f78ce798ee31f07ba70db 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b168f07291769207e1a775b03c80c59a33b0ec93..c9054e903276807b0414a8e636f52a28d13f6fbf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f444bb5a39117043ab3011e73932b06e55b469f..9361b4b0f9fed231d77c7ca50cc27a261358bf43 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9cafd9b0ef7f9707fb14869e3a55fabf83637ff9..1ab96c2d2f8edd385c437540d2a37909d9034333 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9cbf60eb70d4726ecec7d1959f26c3556653a4b..2857ac2cf9f00ef7c9ea6c0f19027c3850e5b5be 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 62d41e2611976b0f3c6adeeab676870776d95a8d..f512ad036d0ce952b24866ef8032090374274a9b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 833d09d45bef6c70d4928f6fee1bcb55c4cf7550..d8ce4475be5f0d908132877b34966ececc915f53 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 71856035d622a78fb567cd20287e5f6a3628b2c9..79eb59748881dcb3b8ff2158f8be7f5e7c6dd8cb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fa9d5ab73c9ae589bdf1a7c3f7fea4eb5d7d0e55..97bc70228b9174226863d54bda49ac78b6a75962 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 81c5fbe79cc01e62ca9c7cef7009524ba1fad0ba..4947043e46e809ad69dea03ecf27c8cbec73f194 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88fadf28062500ca3680eda0629e09dbcc954cdd..f93f18f0ce3594f10fb4d76cc265de88b9c87663 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b90a05549174f44445d407af283a6f0c981bbded..972331dd736aac1177837674c61277d4c51f19c4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c2fc75c666f7879282ee5111c5cf94cbfa3ea634..f573f58274feb8889a498804811e16c992e5e7f0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 81e3936250fcdfe29baca61074f84ddc368999d0..ec2d14739d3e065dcb60239e20b4a7d38710d840 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f901fe03c8b959defb8b6cec87eee3358a621ac7..b530baf093103355b17e2fbf6d7664cb8bc99156 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 094f1b54b5d8f4eb1948f938ba0481ddfcca05eb..a4570fd91c184c322b591b07c8e563dab0e5bafd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f06c3b62e646b5b2daff7547457ef625d47aef7..8b9ecd415b86f0f74ca9d22b35a78a2467b6ad8e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 17ca8a9f4f446ec6cea5655ea7cc33e064ee077d..874a08f4dd473c5e990a7b936db01816dee776a5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b61711644079c7ff9fe334faece4d7f33cfb2829..c96c18c98b6957f41a852a8e6da72a7dd7f8b265 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b2b4342a274b6ae873f3d5fb279a26f91b79167..ea5454558c1b016e9e0ac356db309e2c3aac9a37 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 28e7364e603ee9dba916c59b6b1ed9980705b3f8..834305ee51a4e10cea23ecdfbb95a10f1ddfe79c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d6fa70acbe555ecb52867491cf7c5b7561802b9..6ad384033c17b03d75c7eadecd7471f4c2f58c1c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 31cbf9ebbfda5090350f10443d29771ee9765ecb..51e5c7f535f2a4cbdf7d69d971f758a0dad5276c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5a5f880fdbebf538c5efcf37d9a6827e05f11a36..07f878e469006f42206b4b74a397006d60d7799f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 91cc8cb0f7b888028b9d5ffe97fffb4f333507c0..94e44c5e24ac57817f3962f6056de790b15493cd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2885cacd039e7276d22500be965c28fbf8746b08..e4dab34495996f9c8141632bfcd7d145984deb18 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 670921eb03a1b52ad0adf4cb98067a6c6de2d496..ad4728444a33a16a3d0084b224ef08146c726c1d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d30af17051c63a1080d6c2a5b7dea90252aa9df5..9097e09bb494e0df1fe965dd7cc032c0a4426c7f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9453b61bbbcf3f59d4582566babe9694e6fe5fb8..8363bc39731fa6c2962de4c75062eaa1ad8fed9c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6bb9fc9f58a4507cd71e5c6a3adaadc17de9df18..d7e0919d3749cee3cbb5ef8447c0647cad776519 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6cc75b9043ccfa3d5a15ad0f98b5146402a97d47..d60098c066aad7f85ac924f68343ae4b764e869a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 142a608f8941bb6bb53bf2aae085ecd62aa7ec3c..edc6952686fad0ed401f64bc71954ba80ec36f09 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4905b1cfb6d43690a4673250683eb354bb94ed0a..97df44b02f0b94ea6f0ab3edab60c442a1e5538d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index defd254fdc3f9dbfed49c412946074b27e1e6a01..e55875e4df44f6f0cb49e44ef713308bb13d0b40 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8c8c14b1c4fdb6725b1fe732dc1daf983a9395e..7fb0ce007992c42f8981519f07d55dee41baae47 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9bf12735ec89ec48b1eee43863c8777e1db86d32..5468c8629eb8a06269e5d6cf5457bfbb2bdf62fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c4fb1dd2ece62bb266df16f7e54a48ebe9ab9ff..a2a7beca7c7f088b90d65a53a1322d0318b235a0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b1f8d304aae88c1819b80ba18a37039a81dfc451..2cbc8a5c7b3cf6eb25a6afa7c38ae3fac550925a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2fe9673c9dc8f7b4ed3d5811217e3d288df7e5be..716482ec3f60b09acfc9d9008a503c8c987532d7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0ab9f564fa50eaa08ca35aad3c96208046025218..ffad207541db74d6c038cb56a791b549769651c9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cb228d05a5dbbf4685f166a50a4b8c58ca759f81..11f1a04e7e78d2e2e46334f20df877e404bb13f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 28aa6fe886d473edf0167aa0b92a88cc737886c9..c7f78d2d912e110f8ecb73a46f7a0017a1901dda 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cbd7023ba156e7a70797810ecf915fe719d06416..40cd63db980b727bb530588d0faa18f479f3a3a2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fe5ef35d2a56ee3a9d7f2051125e437e1c6755f4..56da6d9c76e622526098d2c11c025639d289e865 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d101bedd4f9f8ea9f4e0eed72f19666620245172..f9000829b9ca26348a647806ad12db4104a252cd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a8e25090f55313aab7ab10b4087346f51761092c..be2892b56fc03ad00c54997a43970370be9e8182 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 714136f6ff6d3a994f9d4894bb8451f080c44ced..113287ed80659543b1a3a7d425adebaaf45743e5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 65aba26bd920fc8bb79c4554fb3c3c2f2dd8e615..2bcc1b1295729a3c30df0e17d996b9ec90e465d0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9fb8206f63b35283a08e2908c9ad8eb193f7533e..a1e81baf3a1d0b5942f9e6aff291df899fe111e8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bdd701596a1ebf4171a42e8d4b032f2ca47650f4..d9cffe8104358c80d0c59a001843491b769daed3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index df1c51c9fe20de05341ad3e7ab54a1b23fd56c03..532f8b3286570746eb1aa966f8c981eb62d5dfda 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1914f4e3b55b9e1d5ed386698c945fc63ff3a53..9347de0f3526ebbf00ba1d9f5d9cf5e65960a7f0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index d67540f8b075ed230e879d7a7c3de2c34e2b6747..9637702abd02558102bbaeb486cd0f0dd2ab16e7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 # Copyright (C) 2007  Patrick Aljord patcito@Å‹mail.com
 #
 # This program is free software; you can redistribute it and/or
index a152950c913726b7c12baa8f7e62bef5fc049030..8794cde7577dcccfadb57d8e1abf485e6364a3c0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 373d250bc199e283856bee84fcbf53637e14321c..030bdb46f3922e7cbb8defbb66a8620c77bc0ddf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e67a64554fda312ccc5a18886d22e4bf74d7b848..3ca4f92a1502cb4ebc3624c99aec56651d52a022 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e649f2deab904a0bceee5b627004429073d199f7..e955a7335595162b0d9203cf570c43f5c11fa7a7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 66f5c5031bc6744f9af76b6d7f9cf794b01ff2e3..b784c4f2d835b9cb0113c010a7d998dcb0df5e8f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 82a85f2d2c73ecca7abf3fa1094cc04401b02d41..aced467070c11f303b6d2ed533fb1e575f411c98 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 06fdd5bd4159f8fef592de889266b479edda2e81..51aeba0b962b5d2e18d90083ba76a5d6c60739bb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 33c59f8a5930661e32b42583512e057920b2134a..69dcce59d3c54b94e33b841599fadc7be3875fef 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6dfee53cc8f8488217242c9bcb5c9060696fbcf..a6d05f5208560caa196c63ac07292c57d49fdf7c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bd7b72a7ae08e1a0fbb1424041a66f980e9f6b7d..fc5f222cf612698e4eca101a8a37f5b1bb736c92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index efa8764f2ce01e91fd28950c6b05e1a70bd9a2fd..b98c6dbf38ab34c4724a37288a66534d991fd32a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index df3d4814edb8eb2414ef5d68d65cdfc6368e33dc..f693d15f521fa76e457048d28b3d74c32de05dde 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f78a8937aac158154a2b8a72928f1c2122227ab..4d78070d0049da75b69f7535bf0529bfedc12c30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a7c5ac6efe8f347306b76fecb2837bb8b01fc10d..f1d689b3c68247aafb67b976fa01275248e08a79 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b2011d82a249c616f079a2ca5314b1b562cc9414..595c2b4ccb01aafa16ad52350d252d7c902e5263 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 17eec682dae09ece01879602a543cc14e236b04d..8b19d9a5a86586308383b39f10f60ad6215179b9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 12729fc0553ef7885c75eb7c80c4ee5c187c569c..e805af2b5bca51f42f0724667548c0d783ce194a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1968cff423a882d9e568f87a619daf3e8c41008d..17e1128e488d29b37ca64a0b79efabaff2757c07 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bbd68fb0a481a2c8b2ce99b2564dca5e6dbd0b08..075bbe675f85f26f0d677d5fd55ca03c1f2e2821 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 78a63f81c1b2c09336f27b04a4f94adb5dd4c32e..fdeba2b94f88cb57560df044f3da9aecc72fcdec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4d177050879e726cb530889c8e23640c2780b53e..2b84e8fb7b24c83d25c1f1a95d00925b05225143 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a0eae111fcbfaaa5b8f8d09b6441ceb0a1de046f..9898c6f8e12aa54f261cb1594d671095970ca47a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4ec4bb438f4b645d425c5ecf0a6ba82c8f203f9d..ff1431941262f0a60d9b7f0ca6326e03555d152d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bb7570806ee2a53dc090abb48a362e677f825fc6..78e056649e357df984233bc26d70d7b38bdec4bb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e089cc146a1a1456fb7fab312dac76c9c471b590..16bc660969d03e9456c8f5c74fafc294950ff15b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 290ee779829c077e59a208a0c5afc64fd1251c78..4f7e55c39094fa529231a96226cd7ef350b4950a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 564be06f2809abd58de87bf51d48a58afd9d970d..3de331fb546ffa600793c452c9af16ebc8106daa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a5c17bc1cdeee229c5552fa559d4620b70e3be75..95b23c0782b36825118f53ad5aa25784a4450f35 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dd0a824d62f7288b20de6b47ea5cb54091659073..a3edbf2ef3dde7fc997c21e5fcc7070a5fef2313 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e88fc1a2cc627d660ef433b2bda67a175f08ab82..524ef6ff93dce8d0fd639bb26c8dac2836dc1234 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9fd60bdd342686227aa5c257bdfb00460e4f9372..acb2e5bad8ac667838ec13a4c37da96395002548 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 16a640267b942e8ed64990e0a2ccfdadc484fb46..89ea2ef809c15627143498809c50664a47f16a39 100644 (file)
     </div>
 </div>
 <div id="footer">
-    Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url, :target => '_blank', :rel => 'noopener' %> &copy; 2006-2023 Jean-Philippe Lang
+    Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url, :target => '_blank', :rel => 'noopener' %> &copy; 2006-2024 Jean-Philippe Lang
 </div>
 
 <div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div>
index 3a1e7e697fa5540a67f57ad7541bea94343ba591..02e245b7210439229a60bbb091e50ae7da43650e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4a67aae4faaa406b22c62c73b7329a1a8b822b39..bd37957560bb346250868d92a297d3c5d33d8330 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eb4b3e0c5e0fc4de70f01d358ec0d49fb2bb72c3..6fd16bcf917802eac7d6d49e19636f77e15fe5d4 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine changelog
 
 Redmine - project management software
-Copyright (C) 2006-2023  Jean-Philippe Lang
+Copyright (C) 2006-  Jean-Philippe Lang
 https://www.redmine.org/
 
 == 2023-11-27 v5.1.1
index d0367cf68ef75ca275df5087274bcb8a48f5b248..15b07ceaf78922bd72e04ffda834ed58df58857a 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine installation
 
 Redmine - project management software
-Copyright (C) 2006-2023  Jean-Philippe Lang
+Copyright (C) 2006-  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index a2b920cd510ac30563155cb0064cb3f4c71bcf98..dab32fe9973ae242e06d54c191a4234ffa0806ed 100644 (file)
@@ -6,7 +6,7 @@ More details can be found at http://www.redmine.org
 
 = License
 
-Copyright (C) 2006-2023  Jean-Philippe Lang
+Copyright (C) 2006-  Jean-Philippe Lang
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
index 56e5344519f24a30b93549c68e1d8f0a6341c1d4..3b3f63d1364ac3f385fa525092b99321dfffed7a 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine upgrade
 
 Redmine - project management software
-Copyright (C) 2006-2023  Jean-Philippe Lang
+Copyright (C) 2006-  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index aba18cae87d3b3d08ee9789db5d062d590ba764c..0ea1b71a1eab3c7ce7b39d129ae64f6d606e92dc 100644 (file)
@@ -2,7 +2,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c0602bd13d3acbc51795ab9dd56d17b27e33688..d16cd976abe2e0e17b3e0bdfb29cb244d091cd17 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6ec2976077b786977a96c0f3ac4d9228679dc3e1..b90c5e14fa1350195f057b7158787e6f66c9b1bb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c0cd3267653c9d1360688cb958a1fc055feecaf3..8b50328b4b00b8168b659ec72ebfecba488e6b83 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9fafbec77356ce0e87613a724db3ade74aa3ceab..17b6493a0dc947a12f8642e5997c6d8086b58f90 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 47f23c5f1eff9628c2bc85dd16a4db76284a7592..ea046fa9a174b7a67485e83aa3979a730fabe4e2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d77a8cbe2e2daeef388f8dfb675faa69a2d0cfcb..5954d501dbd3eb583697a3619c082db43a10b1f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a19ae059542cebe06889cdfb672f929528415382..b69c84c2a86d68b1337e5b09c637554ed873c141 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 43efe8cd3c7dddc00af07d716ab7b13afcdb62bc..f068d80b35c4f253ac0ff872ce4eb64694dbfade 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 27bdb2f84a8ccf6790eed9cc12d08c0ce4514741..57fdf49f890a5625e70231b62b64f828619ed3cc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -20,4 +20,4 @@
 require_relative 'lib/acts_as_customizable'
 Rails.application.reloader.to_prepare do
     ApplicationRecord.send(:include, Redmine::Acts::Customizable)
-end
\ No newline at end of file
+end
index e35a2bcef91c2f081fbf94b6067a8eeacaae5960..a63af9d2a9b4cda54d95a6cf9236ed0453577d94 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2b4feb6074fae5c96a7b7a214b5c4dabf0672114..8879113a4c0d01af842601347ee0f7ff41b7145f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -20,4 +20,4 @@
 require_relative 'lib/acts_as_event'
 Rails.application.reloader.to_prepare do
   ApplicationRecord.send(:include, Redmine::Acts::Event)
-end
\ No newline at end of file
+end
index 5b5b307213cc0539897a473c88140fea5301c0a6..5963cfcc928da0763be83d9c4eaaaf43f47a66f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 18598688be47cb320a119e7a52c09d9950a6a785..85db20ec445810ab2a7dcbb41865a2a750d3978d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f272029054ce7ea397712e8c95aaba429954d59e..d393285b09e3315770447489d08f81d95e1364b5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 565e27e1d6aa22a235019a387329514a6d2cc944..6bf32d766e6bfeabebf5b4a7b21aa50518971394 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b6d4ba4555531609145d6609c23a60dc7a21b30f..200702cb9e956c84b61d75bc5b2609bfe61f8226 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 90f685b844a67f29adf168fdab841eaec9d6bdc6..63961614d95721d80e3d2ad11e3ba107f3e453f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c1208df61b79e8d4b33ace869e426f5e6518a31..fdc051edd5e8f79c798cec4badc269a3abf1a684 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 85cabada9c07a2bf4b8776bb349739e61a7325e4..8bd8dc949ee037640b6cce5a0cc9693bc2fdf11f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eaf9ddc6e3f1f89d91807fac7523e6ffac118ad3..b758431ed19ebb528b622c7eab9be9c99b0fa172 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 54c177586ce5890ea0ffae64ea1f1ec96dd5d407..cbd20425d2e1898df07e616a89f3278808136aae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f1a99a62c9dd0cb543607929a988c440f32ec41..adcbac8b910f4167c5faefecd932d05fa3636167 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4284e1971560f5023c6b4e715696f0acbdc8517a..d425d39f04f8858d319211849c8067ce787474e3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f3397446fd0443a5453dad78e66315e28da20d58..a1e8b6ed4da50cc796d7bd0cb9340f9d81b99cfb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bc24e0b12cb307704f7f02ac5a6bf6c6cfbb65c9..b26e0ad04b372a353359ca71f062a0f2e4a939f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 43506836f55367a78b210a4388b60e89c90450df..00b76cbc178c0f4903264552eba2a69eaebfd3e8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 34155b53990c62da1a2cf7e0e7c0206442ec8e10..e2aef525974de9317fad32f9798c82c1936eb051 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dbcef1ddd66f8f5cd9cf76b82c1745e2f77349f2..1b5d9fc52d0c14dbb01ce1a23dd21442d6553706 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07e844ea0a21378b30207a24c3d4833da7a9ae7a..e98e400e4c5cb695f9c39ba0483eb52be32a4937 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b6e0ee2ab76980287edf7043043b852425cc15e..986946bfaa3735e5209cdc37c9a9c69e2f6a0d3f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0081bfa907b5367f027688c1b81dc4afc12350a4..b3cbdc66189e589ece5735625f9a2958c27fa390 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c358437f74d845c41aa88052797d8c74219574ce..541bca177d3bed07c8c63e5e131dab8f9d96dd7e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07ef423cc932f7ef9a1d02a8c30f2f9adb710f36..40c444a42cb7f00b43094855cddfd2d8392c7a21 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bd31c7cde3c47a301cb2abe135e01f4ae4ff99c9..a768d9af9991cf561aa40b432d5550292ac1dc11 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8606eb43812c4dadfdcf7873d95a93342c3f903d..9e0f23c5c22b28b5229bb9959178344d4d4c261d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e7133210d4de16b948ad8b1fc6a97d6abb25c7b5..a0aeec0c97e767241567b336f80ea66b54c1d5e1 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 834cd6db8838e656b1b17580b8d89c970d842a6c..6a6f09437caee67d43a77e73215ebf5641acc2de 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2f699e609d2e013b63c20d5ced3550dfda6cecd5..87610d6647cce909fb0b818542126b350a750475 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a460c4cda62bc91174a107f1638ec57985182019..b935b636750ab037731fa75c3980a8ec5489ef14 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5e81055f1389ef6a14b2c3980a080d93abaa105f..9ee57cca81b500ccd40aa5a4fa382b50b80fe434 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d6730840f68248c851d31f0ec57e29306070ceb0..618e9fbf0138646eaa80f9736053ad61ee3a9765 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4be067ea3951bd5dd7801a3054a4ddc5b01afc3d..31a09918646dd65959c5e33787548ae5be679618 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a5c6e4b9ff2cee1230b1cc8afa593c8455eef158..6802c43420dda6f7c7e1890def5775f46e4737b5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c6e98ebf1ca43921286b2b4975c67c301739036a..d6512ffe075fcae421f37ebd407b1805418e601e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f0b409a683d0c934bdf9db5c4ff42f70d5ab9eee..af4854c8d2b7e0d5add9dcb36689f3a60f782dac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d491979e6f206eea0f23480d1a7c68964c39895..7f9c37a9cf96a1d5588f79d467643595dfe94b30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7130434779689e98ad7831ce08d88b19d2252681..31bd939c9e0940a7f0c046928766de8676dd4e98 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22511290370a1b55d36d2d45abf55e6a62123085..bc7d7aaf67f24045a59a1575d9a7648bfa57ca27 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6c4d2aad75d783a47b0e5770012f67829070072d..83ecb05eb4d53d54ebcf38c54a49716d16990304 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 73cbdf5fa5bd856e2d0e2e1fee946a0f71dce4ec..cb91bf5660587c2e8d01fdb68b74c4b86b57f353 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6c2f39d09048593675b8107c27de1e98d04a5ae4..be1d23d6ac1ceac340edac2096accf03e15cac39 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2d20b8e82c2049755d70b3e57cdb83d7e6ac9dd5..e14269b125db1a10d01249950d891560a57829bf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 66ae6f4884ebcc55bc97f0c17206ae21b14726cb..19169cfb7596a022bc2113db656265b1692882aa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 679c9aa8de48a88b903254008581ab29fc25ce2d..a97994ad54f9f91cf743da63758c110bb9ed9475 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9a202190b88e359bf7303f33e4510a6f931545aa..7aa2753ec6569e8e565ced52367cee4261095935 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5812d337f3ca06e50e45ad862a87b816596792b2..8655ee325e06c220ad9c6758bec3e7c63b510437 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dc65ba8baa909aa0d8afb27a0a4f7f82d039f132..c3a095888f62493a34b9fe17e1c029b835415bdd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 91cda3403a1be0a562919ff1e2ea30fbc9bb00c6..5c62ee90a61eca3a8e915267a5c3e8f7499ec7f4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 35b9d1413cee2b836f52b0ce54f46507be309301..6fce9122d5cccce0b7c78de7f9c757de13711032 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9d88920102f1e1a4037ff2f2a768e20f7c26020..9857711f5145c8aa5e5b6dfbdae4aab867d86af5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b0e3ff3a2d0e123986a9f8f3e001363a485231df..82324a539d5695956aea3ed4f72462d25fdcf7b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f0dbcc30daba01b7f0c38df716e15716d9f1e73b..c750c492ddf02a13670443c3f268cd47e5f4f6fe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b4b4937415272211d5eb7db94bc7968744c1951..9fc634a6dd7bf28df35c47682bc3a93b83af245a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dc6a8d166d242496923ad57308f7e8db943c7e59..6035c4c1190c1ef638f4c318a48bdf95ad47b5a2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3042eaa9480b2d4a98748e7945be3021f07c3c7f..ab6cbdff687e6bf07acf388fa498c9879a660d21 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2694b45dba664155523120d50435610c0896ddf..1d00c8f9c7e84fda79ec6d742388ffeab20104f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 166d94bbaad2f42a8e76e2fa807d7987455ded59..387b93e257e85c1dee5329f87b7e860effce87a6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b256b040348337a51950d62770ab99a89346cae..d3a089e213c9196f3ac69a8da097747d84f3bd5a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1464172d7820bcfa64fd0e88971559869558797..f28137ed5077d1815f5a163bce6a33eb048477d9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1d9481d23343591e0a1f09e9c329acb8b287c8c..559063c3795d36409c43d4c88791208f57a0907a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1781bd52bfd4b45a746842487438c85683b6c77c..4deaaa932f9b431faa0599499f530867abd974dc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9439eb5139a6e8822ba2852b1c26f482952ad16c..439adcbebc08ad30acb8232d55aebd9d759e0ee1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # redMine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a99d0c2ffb30ed5a283e3c6c1f67029029524624..71409c545fffa845e4eaad35d000cdeda49d7c56 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index f4c3902e2dce9b6ab75150ff39f25faaf02a135c..f946d286600fe40076d81db2207713e479ee199a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 24a2705c2dee2577f9ce8a19f4b1b8ccfb26eccf..c9a6dd22e77ee288b4d7d129d20c44e35f8dad95 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a64006ebf25bd37eca160b84c6885468a82b6bc1..f0e6722f0b053896308e5f7f7bdd5c2683cd13ee 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f965df4e1017d004fc03d04e24fe1293287ecf9..d806948985c23b730a05c093dbc7143d0df688c6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 83afe2c6540e8457973f6508126a0013b69260c2..c07f93aad1f16e2885d6d475183b2358e553b215 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 62a9edd4d3b9693cc0888c619c0b16640a1b5f36..1825197eb0ca0192ffc38142fc4ab2a7d783febe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e06b40232b017fdaddbfa8050128589b2ac1050..0905f907a20991df6ff73819be56f208fede7e98 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8df6d48d791dd6888042df1fa6518146ff1abc6c..90a8a267997ad473b2f1fea6c5bfd691b535abc1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b1d30f04a84c661e03d77c73182614020aee28c..69688a45ae8db64a329fcf17acff57e73b2606ba 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 873409d1eb25d723827d647f0589e1d50e6b71c6..191bafc21460c24bd1723d8259b58e11dc3074b5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a777ed9e8e7083e45c74219dcdec1dd0ba3ab283..4c886a5b3ecc1c3606afc0119d32a667e75f0f6d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3ba011f206dcb2f8b39a96083c3bd8b1ff590df4..84c6627af950dbc567ac0b0d1a11319420ce6d6b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 81f90e95af164182ca551f92af218b4a31c24375..b225313416d7b40b048a2ab2a81b294fd2fbbc98 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a61ef22506a24f60a5c3ab186233bfd4e1adc9b1..444ac9e61673ef208aa94e3d731ebade5d9211b4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 62fe3e5fc29f491fd32faa142a2966d1943e259c..e8b1c918c417b0668e24c3a58dd8a0dd3d036faf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a42cee94deacc1abecbe5638fe814018ea0f4b9d..c74fdef639ee1fe80a4ba95ea1527d66633d7a58 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f002797eb3d4499fde470ba80b623babcb77973..6a2a5201cec2d42f045cc723ff0ac46f3f40db54 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f3b769f578e439304d39a54826513f91bdf87e84..bd6fe5abaf6783e0e6febf8bbc199105d7a43d5d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 28a50279e64db32be5722c90786e5341d70dd38c..1ef8f8ee7081daa5a3bd3d877765bd5b27ebeed7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4563bfece606fe94e9f2bdbafb914b6fe697fbf5..17bf231003b1bc2a19eed97ad9e2a115288df136 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b8ea9175c2ca81eb8b4f2e2b0978f0729d4dcf98..894d25ef558b3268cf8d78ee2f7469857ef99873 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1a94e0f47cc574495297b068b6f92c7afe64c86b..47ce0cc9b7d05dd588ab17f3eeb408710a03111e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bfcb6dc6287b221497e45908d3822971dc323b95..f4524143f9a658a6b8bc32f933c298c5bda14d8a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 462f2b4306fa94c20994d38d4808b6ed9cf304f9..7ead34d7d76aa6d231626f60b80b05bab02c6c3c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d8ae59a6a52c4846d76cc8c1dc63c102a36da6e..8c97b8215ba442b2bb78e08d7d7bcedd5e0253ca 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22451a9045e02ab2a5ac7f33fce5e6eeac91e789..168516fab21c078acb076aea75b47336a7ae52fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4e6428478792977a66d15ac61e8b0b71a39abe6..3486c74c615f342c3feb3d6f01daca1360abab54 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 29ca6b9202fc399438c6d8a619f4bfb986aa46ec..3d6290f62f03ed9f49e949dc7a6aec267f772230 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 467105f60bb3c7ca37b142349429006ab83ea2de..5fd31091b38f0073e561860702dbacff29b8f844 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a949d8f097d9c7042e08391a9b03013e1f1e95c0..7a5a5978a4c869c9e95de8f6846f2aea1337eac3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f3445ab9bf7434e623b296129828f31d3f28dea3..42cae4f3ae4081282ad752a1995fe78b9119859f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3cf3208ff7180f285b9308a5c85b2adbcb7a4e21..d0dacd156880ebf9b22cc74b0103244f3283d6b7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b0cfbecdfb5a92fa523c69c9dfb798255275d576..ba79dfc142ec4e51d89dbf6c296179176ada7473 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c05389f1931ba9e572fad3e61194beb55768fa4..8b28c2e95fd7417867aaafb3a0730b347bb4bfdc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 54e0db4cbc115e5b929dc05151b17e0524aae084..c689f6d9b60408882869ceb8e2dd9596ef929c16 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eb6c5187777fc96d492a5e2fef237fb66be9860e..196b938c2ac622789372f7ee891db5c895e67271 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3763c95db54eb5912eb2792434d982de8957860a..8db5fe4d8d3af30c4d9fa95443571b471b9d8670 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dfeb6df20f65b72cf2971f36bc2f4a5846b2aa25..3cd44bae28ead669960c29d882e873973e8f9a6f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 797ec0fde7ab207ef6744202abb1a5bbc8864e21..e7903ab0b60c6b7edb56693b563202fb1dcdd9a7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f1a4b62d30e2234c47aaf3998cd59b52a2e275f..a6238ef1ea45a5b4bdb54c35401410097d2dd73e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ac600179ea1b9c41aef8f4d28eac0b5ae4d84673..f2e7a6581d8bb8b9bbd420d48d7903a418e04104 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 333671dd1637397b38f9b7088e40dcf43cddc606..a5a8361848322480082be4ded2339baaf2b2d20f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee1f31e41deae13b7bf9ef35dbdb62bf2dd6ee5c..4e221792627d534b0e00f793b534b90965cf80ca 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b78c3c4c25ef75d7233007a73b7d0e2c1fbdbf4..9221d990df79d16364282b4a7e64650e483ca73c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f29b3960ed34a3cae9f4ccde7f3cceb702738ab0..1cacfeed61c3b1dbb613b77d4b3606b9eb9261d8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3b00abe6d723cf600c57feef72a38b141591993d..4fa3bacb68db2a4b1833596f560b4f42248f0ebf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b6719fd80173be02734b6b6ef4c6c22f4bf26dda..531fcd4b79fbc4e4362042665b5dc31e06e322c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0257fd2f6862e7235b9415a04d041befeef5cb3a..58bd77ee91fa67cf94b9164f68f9a1ea09a97b6b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a18745f96cc81a868bba8aca93ef404b99b68daa..8c558321b9b489f958d33ce954f92b5345496d4c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b4b21059c94c36b4fe31e1cd850021a08a5d0dff..cf53baeab521f662690b2990a0d3af4f49f2bf6d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 245e3c0ebf5130de430702bc14a86a6584eda738..e02230be712755a122b55b519b0ec74b6af0f91e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b53c3e95f41f316aced64ae51b8b798cd9586baf..787eecaa949bc3137c6973b9c9bf6886656fb9c2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2de4e9b42c7695cc0e1f1ce4ee056e1b93cf568e..121a47890f282ee7fb0100bb789fe8b5f86620a1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f4d7ab100060de07a89c0acf6304b52953c6a4c..75e66559327f10d00f08a31f15c0ce5433c1fb5d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aec65a9713f75ed14409e46a1fbcb829126580f3..39563176025783bd3bcb880c68d86da9c8a634a6 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 059e8ba7a2a876bcecc13aefbb95d07bb997fbbb..cda07a4b5ad2b63d06ac89cf7916696773948152 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index caea2ac73924a489dfd3bad02d07357bdf05dbe9..f07f4a3061d178a9fdb594f9b0a899bc1848d84e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index acf560d544e31e1b2d0e39178aaeeb8a2f39c36d..c079d90618ac4ffc38deca50b3138561bb30beac 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b2befce601d18e051d44aeda79eb8bfbb096ea0d..2a09bbc4e1690103c4a07f6460b127f5554875af 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4bbd95f391818240bdcdf097922311beecfef0ad..8fa9d2ee38e36fb884be8db0a0785365537d1f39 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f60bd8e65384180969463c1ffed3b5214d7e8dd7..e7e25610ed10dd676f2158ede77787a515875aed 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2d946b355f3b2ce2dcfd327b0dfbd6d17b362376..08d5cf07cff0638865c85ee3d94a1d4d2c27cdf0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9778d2abe85e23f8830e02d99ceb7a528ff3c95b..6aa42aaad9bde7e1f30fc286e89975e7f1129cfb 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9e2722fb5b4881af1dcd048ba5450681676fbb20..4a6fd0d3089f1885f0bcebf9cea9deff29dcd85f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index daab80ec0b2d345c1f81ea1f76f12ae1a03d9dcd..85e625821cce3a2e1b4bbd0d45f24335e96f4360 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bd70d4deb577cf4b9f68083d69870590d336be41..224f73fb686c1b03575e2f9dfcf0bcce8b741ed6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c76df823839fbd8247ba086bf4cfb5486e47abbc..6faca20f58060fe9bcf2739413c2f005151badc9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9f24695c0200506cb419c40a537ddff78b7167e..4dc5bfe66f1a0ca9bc94cd32a71f13ca55c804e4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -256,13 +256,13 @@ class RedminePmTest::RepositorySubversionTest < RedminePmTest::TestCase
       ldap_user = User.new(:mail => 'example1@redmine.org', :firstname => 'LDAP', :lastname => 'user', :auth_source_id => 1)
       ldap_user.login = 'example1'
       ldap_user.save!
-  
+
       with_settings :login_required => '1' do
         with_credentials "example1", "123456" do
           assert_success "ls", svn_url
         end
       end
-  
+
       with_settings :login_required => '1' do
         with_credentials "example1", "wrong" do
           assert_failure "ls", svn_url
index 4d69cb9b263e3429e41f09c535d248e736b49097..6abe06a996759e9ee75d93227ac337e42e820642 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -22,16 +22,16 @@ require_relative '../../test_helper'
 module RedminePmTest
   class TestCase < ActiveSupport::TestCase
     attr_reader :command, :response, :status, :username, :password
-    
+
     # Cannot use transactional fixtures here: database
     # will be accessed from Redmine.pm with its own connection
     self.use_transactional_tests = false
-  
+
     def test_dummy
     end
-  
+
     protected
-  
+
     def assert_response(expected, msg=nil)
       case expected
       when :success
@@ -44,17 +44,17 @@ module RedminePmTest
         assert_equal expected, status, msg
       end
     end
-  
+
     def assert_success(*args)
       execute *args
       assert_response :success
     end
-  
+
     def assert_failure(*args)
       execute *args
       assert_response :failure
     end
-    
+
     def with_credentials(username, password)
       old_username, old_password = @username, @password
       @username, @password = username, password
@@ -62,7 +62,7 @@ module RedminePmTest
     ensure
       @username, @password = old_username, old_password
     end
-    
+
     def execute(*args)
       @command = args.join(' ')
       @status = nil
@@ -72,11 +72,11 @@ module RedminePmTest
       end
       @status = $?.exitstatus
     end
-  
+
     def formatted_response
       "#{'='*40}\n#{response}#{'='*40}"
     end
-  
+
     def random_filename
       Redmine::Utils.random_hex(16)
     end
index 034094e7b18af30ed76d3f9402a927634d68984e..1bf1bb1bbf12ce1cdae3016d4393bf0fba90d563 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0646df97fbb3b4a44fc0bb76e02208219162771d..0d5f44b15f07fcdf65e576c3d547e4e550c83991 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 78631b3096e853f2587645175d00273f9d372a81..4594c76cdd78624dac73737c183b2a9e0ae2e315 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 82d0b18ad4e114104aa247cdeeff0f46d23fa738..7fd72ae52a94dc4a329ef9c878a26f0eeb681996 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d64a6053e347e0bd36462cd08b5a6f47d8769ac2..e9692dfcbd50754a57be1174175cc9ccd2316605 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 606c33b86d9204778ee2577255f4455d514a81f6..7fdd2f3769f92f4829fad6caa71180b4fab2179b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0240a391d7b25cab670cd94787481b2b75e6cd23..c881784007ac1ae872e614bfa584639cb049036c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5a2289ff707a58942fad6ba99f843cc8cedc06e8..e6fbf5c8dff08d29b392bdfde0558c898f253032 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b6dcbdf01979dca7e7a990b6db3acc04e3ea05bd..f77872ea28d7931505e3a72db8d6bc8c7c9c9278 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 64a6f1209b5a0ef48e180066d1adf328e0b0a65a..bd25a2673cc0f66d628c78f1725826a17241c0f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b604c280211be67f0a3b85d42a1c939ed8f30f30..ed3d40c4593721dac1434b2f640560a0f4aac671 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 034e4979764c7b103cfdba67e7fc0a2ed6dab6e4..a431877868d3b26033977968261d42159b1fbcae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fd9c83b5f7d47e0a397ef006422ad105123f8f70..9ccb7acb8c8f0ee0223985c74dd8d7643764a442 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 099683640d76c44bb12e1bd04cc402a1c890adc4..beb0718a95e8b174de9227ea6b9cc1ec21688d31 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b01c8233e13328d1d77bff9d30df2872269860e6..2468676b6275b89b25785ab437f237b42c4f1e11 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 686de39cba63bf59b5ff46608753d7071d15ab02..06b56d024af9afdde8306bfdd1ce51d20fd4aeec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dcab66d9acc85c7b18615c6cf656c11d17408a8a..2f983e28793259f9495b2598e52aefbe5cfa4fde 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b3a68c4831aa4531f7c3ef68b305ab5dba480d51..821294bba69967a9c6d5df96b9006be5a4ef909c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1f4e6b35f35a0e52981455623d9f635edff8a877..23b84de7e5b3091011ac38f00e4bdd56fc70955a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 023f9458d50ba96ed14949ef5fb67c3cc6ebb19b..c3ac44d718d6baeda25e607e7445eb4e2827a580 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0297eca6e0001a5d7d8e3d16be8e99e17b93255f..c368b64b9aa1f03230b303cf636ef9ef955c2152 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 49163ef6e4977fd26b713f3d33f076d0d25c431a..0e527fdc5e303093e3255dedec7530d15c604703 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff92e1be55b5452f863c6fb72b4d90301e8113d9..2497309bdd57198379a07bc14075886ead001c02 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3ab88c6144501483734c3e805ff7ceba9cb4a616..099460624afaa540fe8188193be8b6362fb64fc0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee477dffa8655f56f9a22a0611d923c604427ded..cce8ddc625290f2acbc816074c74b743e7cca262 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b822ccbe1a8b1cb4389fcc63a6ed349632f5aeb7..1f4e2b268c7e294bf9d5fd08ce1b2ea71765e0e3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a06abe12432584dfaf72971321759de144a4023..524a6dc00d6f3426fb28bb636f21f55192fdca34 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f4f27ee91673c3fb5468e9a4091162a08a738e4..dbd8511cf875ed05d8d08f22a8aa6672176e0636 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b8089f982c08756d098e928eb760a3683578b352..64b3e5dc335be9c4bdb37a295ee8d66328727223 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e28f50d2e6917f5185a95fa9a4419381d3c8d116..0a368e10d150fa22935ec5aadbab8ddc8568dce1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 62ace05b0f621cfbd59facbac7704821b6868c1f..85f45f1d708372e4c669d09affcf95ab14ee4f3a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cb3014fdadecad67fee38783fbdf9ea755661cb2..af3ed516bccb46ac0140c92632362fbce47eea37 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4812eeeab1cc3970b09fe8e30b3d33a68fddd708..1a130b5131e3322a803cd8cc117ad6d044f644cc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 766442f4d10a736018fe76013df8d4f68bbe48ea..49df91dd31bfe9c85c1df00813486050620b2a95 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 95663b4f541b2a02765bb3d8c1cc7773e0bf28af..35eb3b6653a25ea63e0a2b6a472a32397e2117c7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 52388286384a72a92826b5f7c439572f1fc761e1..1d6d4b5b6e75a8607ec8cb235318ec608aaaf62c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0ac0ecc3611818e364c9aa9366818f56ebce4be6..a2356185bfd1be5f3a258ae5344602e57ffb7d91 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0d15c4087c90854402540e606196c6826f99fb00..fa5c744b6852fb926f721a80b0d61d737be7efbf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 938fc60239bc4c6636ca7b4a1a6e769330f66b4e..67ea188f2e79e1d69d7730e171410827205bf585 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b59c330ede0b1a09f65a8344051b4d884db84b3..36539a75f6791395d49a82b9d7bd937ade3f0660 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 779d7d63d24a9e697b489f49690276788c07692f..f2d20e3d94fd5ddd562076b3c36f4e573a0c0e0e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1bac8023a2a36a26b49d947dd9b02439fa685bac..d28f34e8e17479e0255830d66acf185a29fbc844 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8866eeb12f0dd9438eb49ae195f08fe038dab0f5..0428ab9d1d31649a5a04240f0989e9b8a6b74ab5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5367c3cf22c93581995b3b8a6a43065360ab24d1..d20918d5a829e4a49dd0b99ff0fb43219eabfb66 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index afaff18a872fa3d54470ceb7de7e58b28a4d1adc..52611141f377ab38ef61fe4b433aa1ad912e6125 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3572607168f8aed47cde5261ef17df12c67ad573..fa49d818e6a5320968e5b5cbaa4a7a725da3e334 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d827713545a8ac329d9f00238e312415580b47c9..5d2f94dc310c0ea4366499e9050b7bf19130a9e6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1e786df64834d9e9892d288592f508da45afbd7b..21b1fc27440732a5e152f1fbfc310a59b64fce25 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 59c25d07c61406747a33d0f9951a15fdbeafa7cd..e79f9664eeb5b7e1ca3d4305500b29d1e122206b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f1ad6201f4067cf6961fd70b5581ec90895ba421..cc09ad6cd62b0fbff823d27efd85e480275626fc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 23f65bc002c97a9cb61ece06a9c096c95ac568f7..cee769a16eb1bca2be86091af6e5c1a65182c847 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 06d139dfc0bbd46a553d0fdc815ba7b2a11f2a26..41986deb5ad3100e927a9a28052b69b96e8be845 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e50952f51b0e1bbb43647b73dd3def5190a16c9..f3ef5cbe346f0763a8e99e039ef16a792913a65d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 84039aec3c1798213daa5d389c2ec43712a9bff6..0daf90a22cf11155e5311119abc9e18094ca1152 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1aac36077aa82eb6f9f1190299d4e5e3dcb65ad1..0433442ddbc609619680f492645f8f093ff8abb9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 49e1e18c266915261663e83ff242f9bc3cce2979..196dcce1ac88a4443354f3a2912275d8b29acbfe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e452371ff7e095e6e45f08a89f9259ce23ef3821..387e965a5c8a13154dc7b653726850ee9e898807 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0e6b018f66b738aca7e882946b8d4aaa5aed75af..0bd7019da9ecd77af680e2c2e8b7ecefaf5b868e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc43e027aa701a19507451100160b6cbc565580a..2e0c154510c9f92e3040858f2d7c22d11c6a9268 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 30662480dac964700d5c5b2102ce299b1afb874f..369d30b5ba0f393f1fae06f65a9971677ff4a538 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d7c6741c9e861036450da577d0f751f3723fcaf8..e157a0c85f3f0424c7515210f7465f1a0f8f5dc2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3765ac8676287bc741e871b07279a80e9f6449ef..215c9caf4f3fd022b6ec945de4d30eb92c20f53a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ecad3a4a4d682a21d45cf2a799dc1510666e0d34..59cf9f6e82b2fd281d28b0df0d51d354921b789e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a3b9250cdd0c1f952b869dfb75ea4e511f80fc68..c543ebd6b170cf7f73ba60255d73eb3403fdcfe1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 34b69e5166e4ed665f764c2d4f7cc27c9481a72c..8342d574192872adbfaed86564a236737564e113 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 67a9bbc9a7504f3777bfc30e975212cd6cf08ed3..032237bbece88032ac82631349a9b9b995abebd2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 03edf922cf0a07dc25374696ba9db9941b5f1e02..cdbad8bc8412b4a62827ddec3fea3b4524f3ff1d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc74a47df8efdd4940894fea3c2795b964564afb..03a4b1ea1385c03152153ca829ef4e3fa8220d33 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 522c843afb39ab49e13c073de7eb5a8430453dbc..c6e2d6190d705f10bc0db967e2f11224babc5ecd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 65debf9d160e020cef52761068071fabfca505ff..6162388a8dfa55f29e870df19dc3a488f6ca4e1e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 01466bac42dec7eff5fae5240136d99ed7da186f..c91c47c4a1005148d3df11432b1639a3ce1fb84c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d158a88645da82f2dc2fce20f1531710f5562e5..a33313e7853a5de70f401087de858532ec5db373 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9851ecc85170f961ec28204231a94deebbd815ed..bae1b58ba5d02ca1d8e918c50880a92b653a59ae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 33b6d09f70498e09e3611b1917f8f7bb75509ead..5831127df67c127e293c5d2b7272644555836d30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8be430075f724ab065b630cea2a75b62fc0db42..e3423e212c8dfc2a6fccbe8faedf1e1c6431f9ac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c2fd1cb34766befbbbca81dff920b79e4f9280f..8a124a42d3b909ce5e66b8505950a5d85d928ebb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8acc6a20c0c690f90cb33e3101978f5abced98d..88a7aad56afb9f365c976a331615f072118bc0e1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 55b49c9cc1d6c924acf8eb7c231b50040fbca874..4a2427c13a9573496172eb64af26b1c0aa06645e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 12b8fa82f4b72f8bec0ee8f4baa69c03bafffe79..886d39bc840a8b7375bdf0ff69b36a3c46707f73 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ef9bb05788535c0463d9f47fa648396f49b541f1..c32861d1c5fab09e5b4ce08b9a9f56039863340d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b9ff8ad3940731a965e099e9340b2f257e69d304..b1967510a5efb953e4cc121ec9c2e8b789373cd0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07b63084f039fa6d7e7e248f81aa6d6ebc5e7118..e550ae194abb02052df54264c4bdb2747ce3cf8c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 73100316e50746c08c34951824d6827366f6aad4..bb083a4e0649536ae12651dfa54bcc30b8622c61 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1fe0de5566653956b1ba6c65c950b4107d6b740d..6375c565e245716a4015c00c4373f6663fcac539 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8028b77c1265135fb840156d34a799eafef6e628..dfae80b0b23b53e988fee73d4f70d15659527d7d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04bca2d2ca49c609b16e10fa3037800460429549..302fe665cc20498391fdb2b717e2d88351e50101 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index efca29e66a8b661bcbdde13771b3b5abee308f4c..1b9a029bbb9dd7fdd180a1311b99bfcac31dc9b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b9526aa4e05b1ee4df1cc8047ebfc5343b150905..d5e19f06c97f4bad848cc6149aacce22d097e00e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 45925c48bfc54365438cf78507c33a7f559c2934..d8ab172a3704d285ceabc0f579f3e19f51678032 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6de463843e6fbdab81c99330ce884dc4e58e4cbd..2c918b080c7d3e66092b05f8d58b2c7b39164934 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ffabf9ff210778c005d28d2339ee3a0756bd5cc2..56e918c9d53997f8896ff99f6be002da4ea828de 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ffa4a4d4302377c6547c2a8b019a5e3b8401f61c..ad7521aa0733569e3f8ba0ac20a4b94f7ddf1419 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5cdbd88160287e11d3c85435426f2c630a4a060e..436fe71718630800ee27b0172dc005f1d7aed73c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63b0aa913fa2a52635e12b9aee174e49813b3513..187d345c2d740fd6454fae9f35ea6969efb78b35 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c96a39893a18071c64a08f93902daaae7ec74d11..41756dc38c3d6659f2f0aaf71fc4f032c3256d92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 00d0b96e44f1b1d4f1e94fb567ec495344ae5fa0..1a66d445fbc00acb3e460c53a57b05f0dc059bae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1278731612f5148994ba97ffdd5ac475842963b7..b293d96b647e052b630af1cfefb7ba350827ff64 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fb4e18f93c79244b1de04d4a6b3c9ee7f70571e7..1de78cd9040b723dffc5b0609dc519703e769a0a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4978b6f5b7be152b6d1a6c0a79e2dc3611e9a703..9189875b27dbc80f08b69e4da7cf94ef588a1e30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e7de65acd446d201ba0831a307d7de39c06fc06..c7a3cd85c9634f71e2d1c131485be9591c2e90fa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index af9123ef0fc4fb09de969d89b2e666f4657ca2a9..485f051372177c90c3ae2a23252cecf730d6a340 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c5d71162455795ac864013d67975e2a31891098a..48c6e90d0639a90fb774ab8517ccea1897c3b581 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 628125735e5c135eb0e9b910e0a162b9455add5c..fa7ab9b53a33d908534f2dbfd57a3b3f7960d48c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 01ebbf610891a00c5c0fc0983971b37f5ea1a5d0..3346e844d20c8faf1603af57530577469062138a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 76a2087e9a30accec4c0d449c387d7afa8cc529b..e84d9d61923d8338b58ef050b1935db4fc4d7e07 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7bdc8f839150e06826b22ce28f1879816d02e73c..ee802e1030d8394aab8fce1842530b90656183f1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fbe0d1cbe701a53ea67a42e2be5ac1061d1ff060..1ab995d4527690f8191116e6ea102732f9849dc6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 268f3be7497b8b74b6b4c8f8e572cbb33d57a4d5..1476e8dbfa844bedc9c4cbfa85a194509950be30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 01d46a5fd8468e2ea47965022bc4f3661f22db21..c35023b60abd472600e3453acb72dc9c3b2b42ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cdd9c2803229ef3e55f0691b2bbb157e59305adc..0cd4fd72b18cab67823206d5b7c1f205d10b5007 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e1871f89315c256923fa56554a899a67ea94fee4..3226f76c9885e9227126f8373e112e15c8e4c7ea 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1cd5765c8dec79772496dcf1deece7ef4b3417e0..bc8b5c4a15456c6af0e334ceb9e9b2f95e025514 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d239aabb697503e56b4242fee57de3c4892e866e..b9eeafafd468c96f94cfcff7f190435add388f71 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c204b4c2a2de98d8e1b54e8d9186c4530977dea..9549e43083b5924e616ecc0a35a3a0407f12210b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 267a4bef98fdd43f25fd4a60bb7dc379cc1e16e1..614d98950f4f5bb0008bce2470d947b3e3c006de 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 98c11e7f22587bb36d99e1d7e316cdd79d8a17ed..a871d809f9dbe48f22ed3158da1028f2f55de830 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f80e9f81a8dec283f801a2e93afd7eab6bca5cc3..aa33cb095c6d43be4a5f0710b7dfca62be49a930 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 90b676621f45cb07c94f75958289b229820b743c..09027d8951730fe3502daa05796ac102cdf39b1c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 139e8f1e5f071543b668c9a32b18390e1342b17f..c5e1162bdbb484958fbae5141d8f3eda4bb5899a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fe9cb19d0e43adadf60119e3187b4fbc34972e55..d69b0f052bef865f845837466420b72bbc587d58 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b6112ff8758fc62b0eda32a06f970a740be8aaa7..89f9d4cbe7e580f6cc9e45212cd696751c48bb21 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2b962ec79e215292b653cfefafc7946213415eac..68de8e155f33c7381e06a48404c1382703f43d9f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 13d154677b5c49fb5a0775fcb8b998c244ae9d9b..922d0267ecb170d195058b4e6dff0f3e56bcd6e9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3bc01ee8f64cc5bdf45c8e7d20696b6124875508..4070cdb0c1b7200709d0fb1f79cb654f43f7fde1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 857092b7ea5a4d076d1a92c20e788922f21a2192..c5eaee65d98801f1d7af7172cbeadbbae710faee 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 600c65484fcfb1e50338bdc8bc40e47b90cce83c..4e4367371169b2ffb9ab6657a35759032dc09f36 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cffd6035636d0dd498306226c1525dd73842a5c9..67c61575ca71da396ac7b97117c3bc8135cd9db6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6219a6367fff4e3749b69faa184ea69a41eee042..56a7f65ea064da99eb09f1bc25de64cf4cc2048f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b2dcc2def9950fc7139dca90626c2e94af629880..1a89e13cb24ee796165c03ea454c806c84786aa5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index af56e372c728519c6ca494722f88670b13d96bb8..92d535f60178396aa9c8dac69c321ff2ddec3f81 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0715c0cbc06ec4696e56a4879cf999d45bc997f7..15e61635b653374ccbf44a2774c02a08997eaef5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 281fddb86899926d7a1238c60925f25b7489fe5c..bdd83d24278e5d803b41690551cecbbdbb26834a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ea5080d19e5af16e1eb10c2f17cce5a5ee3d60ad..c0497687f257941a0169917f236fb7f959c3a9dd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b00cd5649b420b40ea2f82c4f9608444c6f75fc3..32f3fafafec3c0d3b5dc4971b1f10d2e37930088 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 53ad75e0421d1aed2ffd01a8c68fac4ed61af427..18cf30cb6cb4261564bbf7d1cc655f8a31c52377 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5242699d712e019294e778c7858826aff1bca43f..cf5f9fd108907821b416245db487cfdc4e0f57e4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 43d03f88aa7e79447ea03f2a05e30a671df71f01..b6bb592815b5d2b5e963ed46957029cd73d749ec 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d1814fc33c7151e03d741f96b9f1d0c3948c658..639d292ca8bb43647f61c969303f406f5cf9604b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04315f1081714c19c817983ab4a9ed4334af3905..1e22816a7efcfa0b3969fc81dee65cb8989305ac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6eb6f6535a73bb92f8bf56a3a4894675a0131e54..e0dcc3b1780dec897220009b864ac4328aa53c5f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e90322d882b0422699d10c743f70b811ee274c75..57b5607166f9469a2936ad74d74569e67eec6b81 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 205e8b1d971374ab5b40fbab7d9eea5a6f448fc4..3fb4623dec9edb0f8973b15ccead0a987347e312 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 11612d1739312adad63ebac0636c2baadd3d73d7..2ee5c27fafe8164a94e2f23f93902d5ea914a2ab 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6c1e5edeb40350095e8b29f037e846c5b10db4f1..a98c4cae7d8688ebc6ad8acc2f890296d2f0203e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6894aea4e03ef37988db18029dfc0461d980f9a1..78e270418a23f4f746be83d3d05db65cd798ec59 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 69ba843a729d484e5d95f82bc0338ecbd54aa037..aae5dfdbc3c45acccd907620b2923f1eb1493e98 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 17f685ad2754144247c8f6e209d524c4621c4114..8e11f50ff9b31e5f8827b89add437dc93f970edf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d8e92ea3125979dba402f1b035bc93b6b210f1ee..ec372ce589784a9858b97d9962ad5058e5e98a0e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7a2bc3f11e23c80c672d000fbac898f7649d0a43..21f381ec8f7f222e3e1d7ea1cad6a76e3e0b86ee 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index de7d5b81153cfb3ce253f7e9fc42a632a87070d2..3e118cc9e513794580c8d38d36c434d4ee22194d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 979de312b1ac5d8b67674494035289c86bcd8176..c362d4d26446474ff5a548f93ec4cb47b266c8e3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8dd50161cc14fd1fd97dca2a5c1f9786fb3731a6..769377cacec18f0f03ab03005120ab7688283754 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3935278bc6110f595f2e73c4638448649fc5f595..6fc442b25a1e0a56b44209483cf9687420535d0f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 023eddd1c2392906ec00a71c7934f88bf96653c9..ff428c1dc48fdec6eb3ba77858288f675be07a92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 46055da7c43e914db15c49cb2c91b9e0539a0c19..a1d87cd07f177c0a4ad890e723eaf28dbbd4521b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 77af654f5d03ef897a529c90b43275821a5774c3..dceeec7209e1cfd8ce4080a9bef9cf86612bf0a2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e3895a634ee4e06991f895385db8b78228e61443..32e14868296a2c17d2ab41bb2060beed38a08b64 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index da39f83c4ae7b694801c41a81a4e391745fae575..9bb4480afd5c6104cff227435b22c7d450573020 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3a12119b4907da38f1117e32b07b6c425221e522..2c97ebe8933284d4bee6ace7c68a7eee0f01779a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e4116691c6ee0db7017cb4a9a448d7944cb72a2d..008282cbce2b311b95a6f0a365931ad0c15d2b4b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c2087bfbe0ce31ace26ffc70e39251763e615c3c..49f6a0e9b83c34aec65efff84bb688ce8dd8f998 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 00335897538312c02bce1b0765f0733484e744d8..1d748df92885755fc9c23b710caea945a9adaeae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b1a4aa74c0609095aa16f41bfe3af514c88e6dc..466b140bfdea11d783700ba3c613606cbe6d3c45 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8d3c8026b30ca9b53e8b3edfe69411845b61b20..0bbd886180eb97ecab6b2dd9ab51811fd158bfd8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f90c965af9a93de7b1f6ef44de6eb272fd172b89..93447b72f7fb7012d9d8d655adab52fc7099bae7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f5246fd5c9fb3f338db64b283e04be389b369b5..30b8eb89136c8d6288adba95aa7113426a7c9229 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 208b935eae799a9bc4b963024e79f8179624f3f1..ae8288781be75782139b463d7b236309f0319662 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6caeced1395f64ec755b2cc00e82f2bf73669487..4ba57709f3a34f3a9d812688975665746b9834fd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cacf2860ab8d14384a3507181f15074e5b8c2f83..4bc938d7268b2c9e130d2e3340d66bf3b9d7f65f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 18c674f4f1e834ebf329fd89afb33f9544f4970f..fbfff6547bce811726aee7d050b08094461d0c28 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b4ba669694da206b2965da07b37a5df665102054..a18ecf06222902f42966e3215b74b15bccc345b5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff41832be9addb34d31fcb9929a544a18e479629..63c391e9b09cd5a3a78472c1aff29fbfaca17389 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c46784766f30a15be7733c7ba87fcd359841e814..e1ff9ce4eee5354efc5ff8c748782c104f8e4b1c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 67a09cabd57590d5a7b4b8a9bd0d82ad9d10aef8..571c7a84622c5999b39dbe143762224aaf5c9e9d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e1af82a6063849d679097d143da6a56559be0bde..08ef4a045ccd92dbd84ffeb0d6546bcb0f6e1c73 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c68f874b89ead13edf9b19f18b45f15d6d75d2a..a231518d1f63a91b192b7cfb688b9adc2d6503c8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b0ba8ebda54f762c1ef1a704cae8e81db2c209e..c297cd502b9bc5caa99bb60990ee336bfa49321c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b35a44575232cf6986d8a22a06797af988d19538..4b33fdfe603e492489c27d80eee9cf157a808693 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e08dc8307e611770513b46a3b6f025b41b1e0e16..46b0032e07c066b6ff659913accbf79e62a08aa1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4fff2827c8c55d9ec59e28686a40ed6e3acad725..3097e73e5055f81a7f03c73d3d434d0a5014b7fa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cd6bf5491a7279c56127ff2e1222d26d4af2adc2..e91a9748dd5d8de8449d868dcd664f737a5cbb92 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e47933afe99a3f369db23218f8ff2d733a0a1103..30a041ae047cd2ac77bfd066a6e2c60e822abe60 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3df23254b11d3690413f5fd25155ed1e16714f37..a1a09c2b569bcc4873e036e7a77a0920c26f0b06 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index db63c953b51feeb1ac51b1cfefe5a6f80573a917..97f90e55f11aebe2b5772fc7f1cb91a709e669ee 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d45d98868e84f5ec4470ccf446c2ab17e0477424..fd25715e672cf24efb8f5b4440d0a306e97f282a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f0a74923886558dfc79a4e9cffd28dd6ca207616..2b83ef3620d36d0e97df500513b6df81afa9ef6a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5a5040685c2a82cb90b50edb9a5b1e5a529e93a3..bc5e2ea31588f51937a97d3e60403a7b09d4eecb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4aa580bd5b8aa6661b5ad8d7da9db777f2756ec..fee76af0f1ca138d78cc7b75ace1e290705edf3b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7722f4f5f568aef0d6e1125843578dcd4abecd6e..275cba791d8ea83acc795b3573883257a0f0c1e7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9183bd04159a39f100a04c01c4f9ce49be838d23..e799d0e42e65e74661045ea36f32efeada3820aa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index de6e9c47aa929a6caba6a5a40d3e1c24ebfb1261..20904edb64459ccc6f872d55eb33b0943c183200 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8bf9cdde433088f842d033d1e84d349456dcb47f..2545dc694bf0ac3545b636b349a5353c9696d381 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dcd5f198f4251ac0cbbbfc84e6245b523f79e45d..975b5f883b20ab4dc32ddf663d15f8892df8cd55 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2cfbeae00ba01b8518da4f0159636eb4dfedd80f..9ea960f7074a91c490853648fcc6569df1ea8c22 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 891e6145ab0d224c384b3825b00fc6b4896fb8c5..2e37672ab2bf59bb0d0c8c4627aa0a107bfb45b7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 392322d0b5f09d3d7ef41bba1386880e6c5f521a..d18b8157ab52837591ef82a973519159254de57b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 97b11f53fd00867c5b05be1fe965b6786746ec72..e270ff906a7bd17f27c2edfa4f7d7000d6ac483e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 38e66e386e1b4606a23b9d1296ef1eda75c48595..d792bb4432ff844917faad85a6e41c0af142e60f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b36fc7dcca7684aeb915a77e8496602293554723..d108861f1d0d2a0cf648fba06023c2c89f7bf0dc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 68ae898f19ce1cef59143806ed89774ef4ada712..2a2ba19fa7a5e8943acb64fef2e3a61cb115514d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 95f3cccc7cc06de98f350062ba1388da7acc26b4..92d4d33afa461ce67c23f2b6c2b699fbb5959e32 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7f9946312c60b1ded524754a55966cd26f2074dc..f972daf67001a280bacadf2b21464a30219ab31c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8962aa301b852846ff978fe9feb4d79bd7e1f241..219f3343a6025ca1492f687411b7d96cf56fbab8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 166429e3bf82b072e52b17e1c9507fdbb283ffc4..c76382a53b5fa89c63e5734c66986c0c2aaf4d2a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9adf97c14d1dcd9702aa5f0dbbd4fc35e31c0d25..0f4e08aa389107597eb0aeb47a129d6dc9e294b5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7ae3962eecd5a8722a16e56b4942a43eb02e34c7..8d6f9fc5efa6299679ee1ff80f3472a7141fac86 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 19e162cadf4b116f2262dd88bf0a82536d3d9120..0011e53c355419003c99d5412a82ca4a7457ad05 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 03d249403dc35ae99c5fdf8aa3e777063b289e3a..a25a0bed0613fb82aff408c6ed832f20d01126d3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4df1562b3529280afe1edf679ce94141f8bfcb93..50bd49066da23f01dbf478d7be532b2f7b2340a0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad516b615277e578d13d802f9d22d0a65d7d93ef..c92024e5ce18204b7d4ca06f42f1a9358ae41294 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d7d037ab65b003a94ab97b132bacf4c983783c4..0e5288f1b6727a5fe0279b1cf40aed89d6598003 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index db1b60ca3d0f8e355312a9581aa829387e465b50..c26e8173c95dbd603e2a48d0a3e84eea6fdc989b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c5f2dffa6df5c40cd14c454fa7f3e60e66de1df5..0df90d132e85edb79a0aea50ea80575ad74396a9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 716fda7186cb001964ca2d4489f1eab37c7a52aa..cf55bc252b6c7768dfbbe5218070dc18501483e4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 00c13e0bb063b34794239818d64d3925d0910d11..ed913fe44606cdb3eb4fe4a124aeec59e88352eb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7f45a4b8d01a8fd60d570dc5749bc1b2afc0d977..3d5bde0479afa2c008f34c718ecfdecab5843b5f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5f9873844081873912f4c926aa6472aebc87f0da..2e21a5150114cbb3a2b5b16ecdc5158cb20b83c5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff192e3178a3b8601e1d4625e73682f56f91b1ea..693f73a4455e088e13a6b89c9328566659b50cc3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b64b117cb9bff2345e3fa2915bbfc6af001dddb..a223fe42c08251d68b6ec77f7efe39403be87d12 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 358cd5f67f8182a3063e2f6f02af845ff131289a..b5bcafcf7ba9a27901a2bd41722dfb6cacc31850 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 25514d8e14578219edec6534be7eb09a28a0b4fc..ce5922f6a58691749e766eccc331dc931debca91 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b65c20b0e32f94fdf5869d1e5768dffdf1e92db2..86e9e7708f2c47da4cafcb33431d6223c279eedc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3957a7a6000f738fb297a24fde611208423c99c7..599c0046dd8d3e579b70aa0f004d9974ed896766 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b022546ae11bc5c750d88ceb13061386b0e5af9d..dbbc162f1aef147e91a39afe3e0f158fc20c24dc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a8f912efd3409c896c98ef8fc6c23856026e45fc..2fe1a9fe3ed294b4652c38bedb3e54972776184b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b6809bb51a6f594e02b79f31cff968491bee19e7..0008ce18945ef155a1184e77934dd54a9c191af4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6e692c9fd095be4f1a0256735b0ccc79a8db2b0a..0452d66c3cb220e5411e09b3f8b04d523fe8f3a5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 42843e37ccfabd31d5069082f745e580b35be8cb..bab30833c1ff529de1822b34e9c422e2df56b412 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9fe7517934d434fac4a157d93e0684cef5701e73..4b4dfb5f993f78ad6c74712710cced6ccd9334e8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0e3b141827f12110d3f576c229ad8d6c35c7fd0d..4ccb88b224fb2b3cc0625f109e62a77dc3b5d6dd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22dc746c73d0b44eb2af2f0c587ec3ee9326ffaf..27e1c55c9f7556de12702c593108319473b77cde 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8a93bf11a4f8b14953d6e8cb4b367c5fb2dc185..9b7f6f1eec8dd5d00d298503b4b9a0e81ca8e4f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8ee4bc5860f9bbcf4deac14ab2db953dd8680489..a88d0af5c2bc28b1a32f9f9783347eb1e4a6c719 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c04f3636941a35e66ace3af4c90b460577683d7c..f9a699677dcdd1f0e0910efaa21433b1555d352a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5a00f1afdedb1dff1aa4137c53a1bbf7cf6d50a6..39a619d4c11bf9c9925d65e73fdcecc028ef69e4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b62ab68c898e55e2354798c4710a394c236e3317..a16352c27dbbc44ceafdf63e69cb22fa47c71b45 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bdb0e38fc06c2ae9b20b163868959de7ef3b9ba7..dd72e5b076b122907a390303e30d80f276a27a04 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e150aca846ec9edadea72c936579e33d8f739258..fa8f6616aac5a75bd9a247056d5d8ac34272f675 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 899d6e0f62e51a61e8effd59e834133186d3dbcc..fe94d00f40b1b3a415f96c9a010329d48d270cc8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 57c49a0632b567e81b54e44006f6061152a163b8..b09501d68b2e4efba20f719e794713bf63c56e0c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6e8b95424edd5bdae09366b0d8db00109f96696c..8d1619782b7b71f43e00baf506768b0a10e58197 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 87f4f47cdf79c932df2746a9c506c33e19c63578..2e696615c5bbed9f8077c30b864d23f7eec099ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0e65d7499bff56e894670e6074e7ea9886251245..d8c3969a66452877d9d1fbd8bb77961fe1c658a8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3903a3d50b9d4cb936a65a871e3df3cb69bc2fc9..a53c8fe7fb4bd385e0380384a13e9080113b2cbb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 295376c6d4c2bbb576d8e3b6876c32f184d30822..0ea7aea2f226fb4b17a8c87a2c5bf4a8ae28342d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 32c881fd5dbe722d344d5ba209528bfb68d07f2a..51346210151e7ffc5720dba3154831554968735f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 116a03ad2c4b8063d6bbd6528f516b55102b57e2..bc26db757b5e200925259c7980f1e8f749ca76fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1914d2e8427637faedeb769c713bd0399e49e97..2545c79439c92f749bdcadc9331972d3f568e421 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5df3632bf984a727310d1444d2ece8c5483320d8..15031e97fe0227a01349efdfb6d094c89035416f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8cae63ca7917cf466c64b2666b93c61dee558432..6ca119775d0f51ca42b30318585b29a56dbda4f2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca9f9c904048e3b07f7638f833793eeb4ece9402..6002f801ebaa9e40e05897dce7c186753e7f5fe7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9cce69b1447f53cffd370f19c5bc9f5ec392a65..0c23647b7673de19906d56b8c1a96bfb3fd04592 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b494ecb1974bcd5d70a76327455edded035094d4..25aebbcafb163a8b162bf8e4c3e8f53619807a29 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8ba8aa9c42eb7cccd1d38a0798c1385b52bb2f71..f8f1a0732707f4cc854ee762079d89d86f68ebe3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 78119ee73bcfe0c01e8a0839ecd8c16b948c0d60..7fc3e461fd35a2326b68ef2bfb3b7dc882305cf1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c146549f188506a1671dc4fd2ba3f137ab25b25f..72643b9e635a710c2aed14f4ef6680ecebb19ad3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c56a222015462b1ed2324d905d12697c856c9b8a..5d90bf69d4d8b921b21bf0ee221d6bfbcfbfa6d5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4bbf6ceef712b0dd35177fb22eb6e3b48eef7a48..668c6b11b20dac99adc268ff6440bfd1e4d13a33 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 673e4590121b5686ed155f1837bef97df895e907..6cdc4b11e22f2220a130bc764266a87278b2e5ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2d7491d82dbab5b440866151d8fd370e2ac9acb3..12d6fa2f6f79a600ecf39d035ffd5c1d6272e66f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e74408f05112cd02892ea084336007088f021515..882b5c695a66df3b325bdb978031834854fb27fd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 943fef03cf543f6fcb8e38bb91d9f5aa5057517d..95aaef0345fa9f7c4db4b5525941871c2fa2f6e6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 11e73bad4d0b35e5c1d20d230772f1763bd5e1e6..69acbe59627b0a720632f30c6a773a6e1e6b5771 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07d3f72843ad885e714c785ee523d7f0d413fd5b..86f05c8412d75f4b2244a5eadcab27a0cac84e6e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c2383bc082ea76cd0d92b541b2c3a655a8ec495b..5a7e538b453bedc5a96bdbffd2db831ef4f453f2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 26a0f4b2a0998f3baf402bc1905402357c084e2b..095d0a76231fd4df8728c94dec1ace920f10e0ef 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 02df2323684800818514934af5e649942bf37889..1b53f7ebf8cac092d51932cf91de830691d986a4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 372de4d54bb3e966abc352d97fbf89e17125e264..135f10e51f9854695c119f4fe11f5151c4dcf1b6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 99059f326778e62dcea10237a34b86e2824b4f41..73891b740295d7adc08734119d828730f5c09b8a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 080c177bbe2ebdd8b7aef7e2c08a9e17e52bf4ce..c0bff9b1f2193ae8c84998e6ee10d0947c4854d1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b934c047fcec1073ecefe0a9b79994de9ef47884..2ed9dc6185bed3c0c74b5537ec433c01bea1770b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2d13173e68935ef7e1e35cc06ac6bff42b4a818e..81646d085b93df039f43218aaf1c0d5f9860777e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 68bc37def4a22537f6ac8c7b361b45428553a61b..6ea41e75e22e74e949c2c3a714cc3bac399d0b08 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7eb86a62163d3d4a356a9e424fed987746895d1e..d8347c6dda3e564ba3b5f364b8186461db0f8a0e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 743e66e8feef74d4d8f2b4b0d7c10c6f13772c47..99c941fd7ff774b73d0b5cb232bf0d59b372c0a9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bb233637537f31d5dad19c60a360fa6ae225e343..fe574a4ff917842926d13eaf6a25c43d3155deab 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 67ad46183dd0dbcaf273b22f5cd33ff43d9beda7..72cf14492695215cca45531f29048abac517451f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cebc66c7f05f79cd1709bdc5c6dfac5fd0901d02..baa616d108b09db9f2bdb821cc4f403ee76ab657 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1794196f8b1c3ea2f61a51bb659fdc31807c47ac..139dded65ebc2e6387031a4ff093096c22d97347 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 53138b4cfe6f0bc8084f777d1280dc53a3e95105..daea19fe74b331a93c7cda442f54780adf132880 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 27e86289ec8044dbdae1aadce648756439572f32..ac270f82a72d2656ec4438326145328db9c7ed00 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2d7d8de947e9b013f5c4ae508c21b1ec0a931403..7622a4c19c1661e53e0085261b5a604d24f64daf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6aa259c8622915e5bae7279e1a80aa736c2e16e8..42ff882d7dd687678fc3de281da1183f104eef5c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be96c875d453b9bbdac78b6afdf75b3a87907502..e7701c4bcb8459db28f2d72b648000c6eb0df7c3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6ddfafcb4cfbbe0623ca963b9f27d599a079b10a..b5c79335be88e7a36bbcfa08bd6ea7a5120cbe1f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ec2d319ed2eb7a852448b73e86529f207874bcb0..179ff9bbfe3b14c89b145484e5ddfc031dcaf242 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index af7aea46adf5544248ffde3dd26756998bca941f..2ed04df8f6bc0746f184ec73e4245d352c159b83 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63e9772ce27a58212f46d958adc0ff344c887619..16bd8c972962366656deee5e9d812b921e187796 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 98bbb49a1970c49eb28c1285b185d35475952a28..374705423c13a8d12c25e7d38c42a95821c037cf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca2e141f1ff7ae4b74743977855e4bea55c12a50..d3956e8026d9df6e4bb4712842872f4b47858cc7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d3c57f619dbf5a1866e097f5be700cca9e6cf7be..630d9a27332eb1bd387a66ed54d380372f1434f2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f3c2c5345f672e0820a6f39ff7a49246396002e..f24a1a3a27fbb258bc717f525aa01fa11f0da8c9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 39144aa472caf0bb59e1b6ab1b7efa5cdd99592b..11dddb5f84c73a0211b4fbdc65b8d790c30f0aeb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04781ca21f2a01bf5567fc8a955bd5bb710beb2d..73233cdb191e67e2b704600d60853ce9909e305a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d24d30b90203ee443fee6a41a62dfbcb3910e0a..75d3ff3659c70474f13b850d7d53b58d13fb1b79 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ce67433656fd626e30f3d58a3372642cb2d62dc4..e567ca0979fd815cbd331afbf56cf32e5a769c82 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b3b81ae122064e0a30ab5229000222c72f29c532..cdbad2a552eea290424edd4e33fc84d3988cf8cf 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f3c8a8138d75788541b2653c93a249da2cda3fd5..5120ab25d505a2be2f67ac4e954e8e5a7e07b47d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c882ecfb8c05976fdfa38d3ca3cdf4ec4998554..00273f717395458e3cdb11be888e472caadf381f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f59c908ab2b188c29756f9343f09fcf785797469..af6c257e64d1788cb0ac4607e031985b879575fc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c4771f55613565b1f620dc9c04c8ee81abb4aa83..ff77f3676f1c845bd6492129bed5e0177e8e39fc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c8a9895aeb6b8bb11f761a41dd068bcde0c044a..c125e515d142ec678551fa24f076352c7d2d1ab0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 889035a27d2626791ef457aa2a61513c0034f70a..0506e27d27f9a922953cb37af911236dd4a992d8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 139651f1b168ce1076a711c53d1fd14abd52bd27..38a568bbb4ea3c2760144666d98f66e7d33d425a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 82446c0a317ba25f4b3c336ba7108e3d9083cd84..a2da6c05a7b8cfefe2181068efaaf415602c767c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9d39c60bedbb346c93caf0ea201fc8e6d7068aa..21ae6e218257ee9ccdbb70ce8308e8f0806b4c7a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8e8a4bdc122e067bc96334bff36eab6d022ae592..6ec79caec4a6c10ed29188b32bfc3329e207fe4a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 76cbec891800e62ed88159e3e55fac702dca90e2..7f9376d3d3e52edddf49c8af9ed2bee41f8d7fe6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b1b414db9ddaef412915ed77d95266ae18bf5d28..ed6b613499f076edb7a46574e9e3c249aec0c353 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 077731040b4b6a19628d326fefb75a81f23fa675..26cce92bd8e055c0f620aaced7904acea9f40eb2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 72b62dc4e0c7a15ace419cfbcb136b05510a40c6..83dd7c8136297dbc910ca3972008ba9e2dfdf710 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index efa761d020cf06851abcb18d6822ceae3473cf91..2929d8e6f328e44facee3a57667705551e8538ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4ee1e1b3610ace73cd4ac3752647ce34b99fa8c5..eacbf0c92e9b3a098d481e91700e8b4d53df097f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 462934f1e37d162992b38518e75ab1e136fe0c8e..78205013adfabbae029d5ed43076ef915da3f843 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 64e6b67057d87cd18486f67350551f34072f3a98..d75b234a247871d3cf840cc143a1872ed511eb5f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b7052e3ca279b41d2155d149a674451115f8ec21..1e5cf467b83f8ef921bf162052dcfbe5aecf5b3a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c6e5acb262872620842c79d7ae6f082e58449e2b..59c6337b805751843583f07a5f11b33fc15970c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 95f0ac386585c3f64e29ec82112e9b5650c9d4d2..7f848c043e9b11d91bb0624fa93ebfc5eb5a0a41 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9555583077fd1a3c08d7cf3b1e722e9334decab2..8c58eea2461c0d9bafe5b8aabe8ee7a01e365094 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be7085c432ac5792bfe5f62f077372cfa7eb78dd..d5953b88bc5e7dad036d53dcd5a16f624abb7c64 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cd4cea9b7ed6bd02f238bbb7121d7b8f24f78c06..520786f2f818398bf66fdf09ff2ef0f52be924b6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 209202f472e87eafc034bc3f7bf4c487c299934a..e75edb3b8fb432ab740148c893eb8378ecf69186 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c9e3d19a93487fd798672cfbbfa6cbc606ea46f..6620f6a833d5f62b79fc34dea90389e7919541bd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3927949c029631271a1baef44fa7fd14dace0683..d64dca66d586fccabf38f5c188ee10f741dc1cf1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 09c984f283671d2b62c3e9318bc115f5b8a29d96..282a5661fd98635207e358f20cb37a8b9e6867b2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index acad84e381483f82f5133db58d197e70c8ac3eb1..3bdcda9737b6b771df93bab1644830b112f1bdf7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f2feb275c2e30052188d685d1adec15efa54b10c..08c113251bbc5679fa5bc9ca04873dca04937908 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 66243d92bc56c08ca3647a3f8c5f785a9e82bbf2..2ecca123193ef7ec072fb94421a6fa48cabd4098 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 380f8bb3723e01db44116850e50cd0338f48494c..8722a86cdd70135ed9e93ed69456e4d23943f3eb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index da6c6306472f7f6e23389771d306e5997d9d7b8b..a0801ef90cb546267f580a96da532069fa2374f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9c34f96aa04a9c5df89bb1313e097251b758adc..f63a994bf5729e9773f573f888d2cfbb98cfd56d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 55cf0988ab99449bce3e42860eed698e3ba1da8a..2a00f36c91e1b2843267688e5a0864a94b455160 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a74dde0a9e2f7cd3be4199082943e4d43e1ae29..2b0f606de84eabcf16c55f86da012f2af0e31400 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 76ad3bd369a8760d92aa2b015967ed7d892836e0..e2d61a338e879fdbb8bb8c4f3c3e10eedb816145 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 374679f179ae60c652fc38bf96daa807e51d276b..be4e4791f6fe33920479cfea82a04de0422f4658 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c7ea0f4733287c853c05b63b43c39e9609a2ba4e..45c5bed3734f32ae35fa34181031ec86a2f124f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 10023787fad3cafb5631cf2c403cb972c91d5c2e..51a1bd402c40bf0254678b48c233ace597c3d25f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c94a386f04c37cac41f3f6914e312238c2db212c..05cfc13d04dbd865e1850fb21b85fa444bc81120 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9822ab40dfcc7baa49e25cf2f1ce06b6ad8f3a8c..0575470754792585663f7d16129966c30d3463aa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9e7633f0845dea31b02ff5c35b17febbf9be074c..6508579681ad9df12fdcc3c558d91c2407611296 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5289895cc0132046f063ac3c76bc7343a5b5e5c1..f5390815475ddb6582849842458d6e488f4ba60c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eeb6aa2bbd7f384f484053ae9024e99f14f1401f..6701f6f2dbe08152087b915c73530d9e2f766419 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c37f7f440e9b5f096ca5fefd4452eb810b3e87d0..99c784ce71872c6814c595cc9fda59ed4e301fa1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22bc532009cd1f798c3954da35302687309cf055..345ac83397ca7635ea3e16861c53b8d71ec2298d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2023  Jean-Philippe Lang
+# Copyright (C) 2006-  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License