]> source.dussan.org Git - redmine.git/commitdiff
Update copyright year in source files to 2022 (#36379).
authorGo MAEDA <maeda@farend.jp>
Sun, 2 Jan 2022 05:29:10 +0000 (05:29 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 2 Jan 2022 05:29:10 +0000 (05:29 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81

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

index a55375539269da4517bae92d9fdc66c5b0ad5875..749fc8f642c741d5cd1cdd577e86740c7587964d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 824aaa2ef333fea65eca81eb04ea6967dffe554f..405c7d0a0fd24b6bce42600c8e4d3adc5605fc46 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 27e87670dcf155df6dc1ba0ca675e4524713bc66..6f4dce80812b981dd04d2b8a5ba1da544aa41c3a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15aa665a0ab81f00d55dbe7be7477752ad55d188..2dc99a01fe96a56bdd26415d536a7e05c95bb7d3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 05561f015da17894b7c7eeba4ebb75cb78993a87..aa8bbeec91f9dc39d68b1d3e36f5a6ab1e62b36b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 969b6c8dfcfc02d879731062f102794d5af66515..44de94604baee4bb7b6eb1025f87133cf2c5384a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f2604bde5be3e4215cf7633b04699b0a9dc27fd2..5c60d9d37657583e201ee9d34379b6077d0f2258 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 978faf867ea73348fda8e365e6b2329c1a0c451e..1f84b091eb3e50065b9b3c4246c18af4061d6d44 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 89d09684c7542f33a24481d7c41e6819e6a38bd2..4149d73781e2dfca62d368396af13089df87db60 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 489e26787c7c8946a15f1973655ec907382f1bce..8a3258a0a9078183111317b8280f8b5c7a80b057 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f9c8c69ee27d8f2986f17f21bbef021149c05860..1fd34aabd3c8ffbab8bb63cbc48fc1363e96dc85 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c2ccad4d808a28e3a13cc6c718bc74570fdc8f7..037639d83d291ebe83efd1c72aaad60725f98a38 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c65109e119a9e9aa0df712699635238802ad57cd..01ef7150aa8e567c8facddcac516e1181cb033dd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8583d32c84d9a7794d319d2a035ee3a707b09796..7022858dc6fbdd4113fd91300b94a8368dabf08a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b754895e2d38b361be2d0c5fdb21aaff4c83bd34..1396870ffe30c6986e276857f847d9a355df4f0f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 405e3440194d9cfdda9044f31cc225167949424a..ed031a617d2482d4f3445bbd6acfc392c8f311fe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6ee019c3cecca6b5750127d7cd6305d9d2c09bb..c9fbc0ff4c9e7c2111a93d053f98767981a6a023 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 548fecc5f31e080cc553474072448faa5e6790c8..52d75ff7cc774b3dd32b29e1525a7d3b2506d504 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0ca636e19ed7c290ea3e64c47ebd516272f36d4a..69dd0d592007943d1a39936da2bf75d8c6062b93 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 612bab97bcc674a138aa46e57c8fecb5ac8cc999..acb41999ff0b51a203322c429dd94bac8e5fde9a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 196f9bf98192d96e51c1bc692ebc4f5ab1ca49ee..4adeb29635d56dcab66304555308d0fa53516d8b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8143f4f4aecff109f9838082e4d6032363ed74f5..7d49fa35806953e2af1f390c178b4c3571c1515c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 77d51dc844728dfc9cccb9ab5b8580e92791ddad..e3344591060904b53b10dc658ecb5131c09a20cf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eca53d7f54e2d38b9a354ca3752abe14c27829e7..83012b342b7a56ec862470792778c3c101a95cc4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c2674a4c4244c344c6cc3b6c5c5ae1ba3e2b9342..8c2f433c94a9efd0c45ac32e4487b8ac0e47de0a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0165f848f0e122324f52834e35deb4f2099844a7..649714bcca56c29d3145e64830361503a3ecf0fb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2bfea7b22746334696afd366cdef9cc3c765adee..297c0c07cf24124da33c6e6db31e80fd94595cf2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ba6e29403e35014c7f539c4e11abd94767b44c58..578b056fa548be4f012b10a09e36c6854d45e0f1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 744701e8e1a82a85cd1e8a530ba9c53accff0127..58038d3326fbdb5288e41d311b90cfbe95dccd34 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2500c46a05694c94ce29ecd0915547c264430c1d..e64ca075d234eab5229a3abf2a449f17a0540688 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf025677027a4d8aaad1065170a2b268622d1bd7..607260991d0923b5e0448f583ced5edc8125d794 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 86ab0b1dbdbeac9f1e09366f64c5182f1d8274d9..8ab2d0ff7ca516602b069177a17f0993222010ce 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 53dbd95b6178959d8e81a03018044d0c86cc74de..54086faeefe9709f523d988c390876d3f4661f69 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6ec522dd5f248f5ced11df970a40db21f03b5f9b..c2e2c70ea526b1dfe86c6deb848aa5a6a1d68e1e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bbe09f41559570eb22ded9728626b56823b9b4ca..13fa3ade764325285de996e65db2c188e6c9d581 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6f6d4c313518d78174caadf9abcdcb98481897a0..d818e0b08581ef2aa09314fba631b703c480d213 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 45e969ba45b09cbc71d5045184be239db28abbb2..fe55e17700f9d61f297be1fceaab2c3c29447581 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c0f4629613f58487f425ecf595f0176ba2853955..0ddeb788a0682f03018c7b18f922c7ffd868f90c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5abd8a49b81f2a19417f1eb351f07adac4da25b..9899c67c0a0d155e557cef6dec01749040130009 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8caa33722048339fa59194d629ec9e08c588299..25726d8e3f5d46eb4e15b15e4048253c32b3355b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dcfca346fc1a5ef00cd7c3c8acb7eb8eed9cbee4..4295eed67f185bba7413763e5da946d227f2b9a1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c3dc9df33607855b76d32a42bd41f294deac5ba..7b56a6c27cada6f8cad06e2d15b00f71d421991e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8efc13d2c7cc6b38c68de2ed8eef66d513e9e9c..de6b8a3f8982716188697ecb2bb88f7856d9ca47 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6fe97712194bd885853b32614992d25c98190af3..3b87fb2a5a56079142d05c6d3922d88b4a7039dd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 87f65e8260f20f7464b069996550a96d6497383d..25e69c788bcad156a4af27678f8de8ab13adb32f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 81e7946401fc24da43b44e5775e0730ee8da8e49..2784d2b07e4cda1c382accc0cfd0a971633fb26a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4e84ae3370ce5802320cd23874e841ce2941935..63f84c9ce33f46e370c281a33c4f868fd715f470 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 79b8095160dd3e7591d57149a926b28caf4bf0c1..97afffe012d4a294e66a4b982273f0f6ffef3e77 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9e24193a1d42e534b2599a289cb862b83b9cbf16..a32a944a40d1e4ec8f5a7312b9e4aba8093c334c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 045517b6cc0571d923ef2bb0142e444ba1d1e542..98066a713df9aac629573ddafe9ac5d73886ca40 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3171aa3011611af95169cb4508c80b002f9ec880..a958383bf4135f81dd6870b9faece0f48c5e906c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d396af6f3906a2cf0cfdef122646d2a717287fe3..c0d5f865ea5e043c94e9e9005f4324b1da9069a3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9dd3dcafb5e428b8ddf52685922402c5ac053ead..0e21b03288b1a4329b69a2def244c7a0ffd9b2c4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 79522b98bfa2f74455eb3d6f5a8c26d1b05249ee..6cd3fb7b5a4cd7177ccf5c428c60f2206dd2eb69 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2f8ad77d25968084f26d4c15a6cba75dd7d6b5bf..7b4ef9b1b8606f823c6f8a9f5863c20255b316ce 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63f80f36aa43939256afda53b67f2b7759d5b464..0e3f56c2ceb10bad7cc316fbc81307f30c28fbad 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8f90df87b651f7c93c0f3b63b9d76b52622a6b8..bca2af40e7e47e3d94269a981f4719f4dcfe5309 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c88443c0bd5df2e011819c6c2666ec7596f64143..e6348738b01fe9abd14cf9ff588f0d4b2d05a82f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c2b2034e94e7471b624b05fb02c4153bd8118e5..3998c44110681156650a70de3fa247bde1b11e4f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d42c14b3347d0a5dca70952d9602a7dfd77c5e6..f314d6e1194020a70c36d656b5e2f3ff1226c163 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad52a72d08793a93755ce21a8f66533ee9c4943f..a988ef8dd16332a5ec2d39317b16c3ed915e6062 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4c744b62c131c099dbac3523ea092ab95e3eb86f..a228fe7dccaf891782307ce109fc3fb93fe0e126 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 256d6b635d9bdff28544362a60bac066a915cf31..fd5dcb9dba19adbb3f8fb88c290ce2e50cffba9c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d6fe5166510e97209ba20ae21533747f2ddc525..f9d92d045033256de5c2fdf18baf7fff208a99bd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 434cd53e0a8fa9426736c299206b81de551d6c7d..b719f77ff69d0d92f9d6b6182d277c600b4b32b2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 20c913b5d58ca19cc13ffecc0ecfcb945833a726..6eff6287005cdba7ecc614af37ea8ab735690df5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index efd656bc3dcd5c6735b8111e5a759d6c90b91b3f..ea00d74a4700f3ccb760cf5dbb7ab46a590553cf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eec8fe4aeb8d2f9ce4bd21ab833e77fc5de2098d..4037570a4806b4cd6ae36b0d17e12ec99132aff2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7f5c12ccc084f664c7a14cc85f66ae0fd4f961cf..168e1bd495d80cca04e0d0d8fe69f357b0cdf0cc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2e2a3350a76a8071dea39d159810eb455d5ca6bc..3c62978c4da9ec7c4b0d0a0c678aff6c6059430b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d21d1af362938a0e6cbe12e3ecc3c4a1e2127a81..e335f2bcb437989b5b4c8cde2736abab936d1c2f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4986f614f450054d6985e7979ec8bb13be07f84..47fa35bc550b4497b9d546e7c70d2b8ad4956525 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c226288df556e1b72668e70c40d63130b145a8f9..a64aca0e321f746559c00a1004d7e888b6ae15e0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ec6cb3bbde4e8739f5cdae6ce6916c162c8ea526..dd759ff8857e4d5d882e95ad393fed6371ddf9f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a65330d61c155d5d35ea05dd97a89df75c9e016d..9313d3f1308172ce1ae561a776d66af7c688a5b4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0469b071cc862691b325b546f20028e40097b808..ed1f9ae4c2c74bc1764286ef69075013d81e372b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c76bc5ddfa1d5c40a4e1690cabd0c0522918df3..85db3668dbe05eb75fd7b4fcb8f40abe35ad0aaf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aece653b2d27d1edec7c29fb4b495af0a85e0f22..f53e7998b5acdd0a0ed03494332fa6e4bfac0cfa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 563ac0f5ab55bf4187def54264010302b52b15cc..e3d6c41bf85775ce984f2a36fd8610087fbe4ccc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a16b826f828906dd12ffbf9691c98427cc26af0d..f695fe1f80f0ce96417a1311c498767094339284 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 618650b997246fa0854ff17be4f8b046c55d4f6b..aabb3cb83f210a5ffa27ce706cafb7f49d03a632 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d52a548e5ea891b427704ddd2a4f0237ba17f3e8..50df7506b7027e7fbaecf462663a932d735d48a6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b223f84a7ce5210eb653fcebc85bada96dc1747..77a57799854a700e43c89e9cfcbcd7b270f02d42 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c64ccc768fcffb310bc986338557312b5179ee31..a01abf3a351c0550a380bcef3796d311bcf49554 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e0ca25024cd72bae94b7eed21c1eab0bb8b18f40..f8e602cae4296459d2432e940550490e780d5496 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7efa488ef50c8dd40fb8910ac2d20339fa93bef8..0ae13b18f1e56b07332fae99d5765985d22869e2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c50bad1a63406212f4916f8ccfefcc671c18bca..a6d541735c4f54ed90bf249a5fd8a4344a3b047e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 909f1be92ef003cbfe1a9135e5289e34d59b67ad..654138600b8df2c28154db344d5579bdf0a2b6ac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6563a4fbc786d4932a0a44fe0aa9b5b4734371b..e57506b09d1130567b94b9c6c5df4fbb317114ea 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1f54e189914f84d4948f3677852b33cf0c39e16b..838943a8cdbd1f9d647a7e155ea8892453432541 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 701a66ba752a623b3813dd7695fc36d02fb93132..c44ab12e4e7316bb43f55633cb3a34a5da789b9c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6b1d67890dbf0e2a80b2d4238d6edf6212d6b737..2d134a415ffc7b39cf8d7f298ef9c6667cfcca95 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8ff66a81dba5988b05de7aa0e2e51aceeb9ef4d..9724a348739b29032709054ac5e8e089bfb52524 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b76e5e584719fdc25a3235980b2c50184b37adbb..ffaa54675e11b5bfcca65fab69dae064102b8887 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d00c5b776c51ae48eb794cd943413a4f52368f32..fc97da1056797337bff4a8df0c7df850ec6268a7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b644bedb7709a78f420ef28dc4397cb9082a6f3f..18f35da26cf525aa88c9572992949935cdd3cc56 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aca65c22b1f9362e42a018e2f467218b550662ed..efff2fb46ecb6ba5df2f292dad0e5c856a926265 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 92f0f977bddc954d673ae0d6a99ac8d5cdc3b158..3de41950abeb4b7dd29a232115aac9954495457d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d1b215b8e50db3488b05a67b3d84d86075c09f0f..eddcf814c08653412542fb7b13f747e40f6c8403 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8fba26effc2156b5604dbfd1ad8fa209eb6b3415..bbc9a4660dbfc747b698f3a7cb7800186e09a87b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc9663112e1a8a87e1703d6f6a0fa308aa83acf6..242482a004b91be59e070c4d0ac63aeb10d284c8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 888493338f8e2139d49e3bf65b0dff2cffbe8bf5..5c876869245c63092012053db828291bf2dfb011 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c3aa03dbc31479c114766c117c98864193ec1740..aa3ee7e6cf6ad64170b38d64c9871319db8120bb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c9f75184391830d7739fe1825a0d0f14622eb81..64c8153eaa73e70df0d8827a7d00bf1f329d4314 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index da40bbb6385a9c4547ba3970739483873dbcf3de..4e04e4965ca804aaddfacd4fd85383bba4d094d4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 89713d05f8a91f5835400cf6ca41fdf6b8018e7b..713fca506f9d8dcff0c1e1d18e72d18dc3b05b30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b81dae233e44c715448729edf0862b5ef29c0397..a41e7e9a843b4f548b99988638eaa5b41fc76a5b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1741c075732d25cb551da53765b7f006818a8237..28ad2c59811b362b5d98a966ead854f9a3ca02bd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca9e3945d594426a20ebe4c69d4ecee8017a3669..fa25143105065e147e6488a777694cc9105552b9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f799917a81f14b2eed447014235cdae305484d0..96a4134fcc5ce3df12dfe3ff40735dcfe9a9612b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 610451e4967c6de06769b1cc50dc6c80d566db3f..f9be6a5a619190d9ab89a46fd5f972f71bab59f0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 92959ed88ed892876d48aefed3f82ef497bac195..c6c1a8d16c883011bd48a7546ced091bc6f7ad90 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 75df5c44e6b6c347847deda0e139fecee428efc4..645f3e030bb1aba81d0039568743713d2c2eefc6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63ed8ff0a7d8af44bae7898860bcae28846f3e6c..16a43973f6a1fa373b6755b3aa690ccb70d2c6a8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d031327dbb15133ad86b93eb82d91a4991c824a3..b4e390679a5bb5b9c66143b584d950aa7958910c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f89aeaf0a45eae024337f625c7a95e44afda501b..045e011a5c425f03f1c220f320bf547ab4724791 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 534d8239e115b30cd4553592eb1c866d3e346585..7ea06676695c2302adaee07dede613b216f628f8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 881dfb14965e027f15d58d5ea285a981000fa8c0..66f8eda354c8391be8650a42de6caaffa610b86f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8ff34e3ea0d238548cbf63decc059388489c776..9d93a9724c043602c3b66f037a2def55da4f61cb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d2eccde5d8cbe6ea07ed3910539591e4824f2e9..6870f821cf2635f4d9ea85bf98ae539481308892 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d4da3b19888d3a1cfed87394a8bbe33f55a4eea..13ec143de029a3edf0a0af771a3d50d2ed005c46 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 688349803b1ebb15e8e3ae5f98b0ac87f54e9d2c..66ca32c7d0be48aaf94d9480fb6ef07d900b517e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5665d7316c36fca3c888280bb0155beaa3f63f62..92752a3db68ee4368728c6a43f48f80c89866547 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15c46ced3b4e0b92a55d4ca75e4a42603e88ba6a..36a487455a50e9662c6e447360bb381c3fe4768b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 832cd9b4a9c88395cc77489c01db3f40a20d4c71..02aaff33bee71beaadcf79374074530295be349d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 21713d7fd2dc3f4f3e21dbed0dbe08eaa8386adc..a3a946ab55746248be7002b24c48510b7ff6beb9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index da725fafe1032fda51bb076ebb93f55840595deb..18ec6bb43ffa9f34fe3b711d22c291af3f5ee5bc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f6edf903938c7a152b94d682502a0dbc0b7f997..eb8a599ff1b72c420a07cf3d8257e5c1fefe5113 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2760983de68713415ea3507ecd60f4ec06a343fc..7bf492cbdbedfa8591fff8bde901db4eaf1d802a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 86571d4b86d1edf4b874b897e0a769ab04ff4bd7..929612f7426731c2ab24e325fdda0f0b022076b9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1ba3c5a2c0ba8eb84bdb90de77484f39e2ebb728..e09a808d37c426ee669e4e0736abe159a9acde5c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f9e8bf9175699e22c6b235f5fb2563c112825b6..0bd87b15e4852f06fca5b225f6609e15de95b1d2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9176fcfa8a4635009e28aef3fe7d48844ceffdce..d35edfbc34578642539f76b2b8e54ac618a41ed1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 394a249a6248b87bb718d7d442d6a93f9bfa95d5..333441204a503429d5ae43e62237ab41aaf655c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4581b497b40c4994ec841ef54376c963df6e0c94..503fbb651a5d315725c5b49d20e82f232bd4a820 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f9c73136091cdb6d87d6c4cd6071695936cbf14..9afe2a170055e82680d98f675dd209d068e6d95d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5fbdc828057448515b4ad0e3a4d59f46c41646a6..17518a18a9482487ddbb2d0cd9adda7b849a9b8c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5cf7620de4c3c0ff789e0b05b78041e2ee6e140b..784c980989d8ec2455112013073818bfb71b46f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index baa071ad70ed24840fb401b0bae25bcab5faf519..2a02994aafadfadcf880d04060a59580aacc89ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c745d9e30aff07c68859e81fd8c148726ca584d1..d5cf2c932212d29e26b565acb1e32118080493d0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 423426acf57c3e8cae5c9abe9cf4fea2efcc809a..fd24157c967bd42a3240fe22d1309d588b547f61 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7004e7d93121f9c9d101c2170feef8cd3a5dd601..b3841881689b05c486717898ed676026c9d5d136 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 429189fc306ff54607cd6a463d6bbb8d5551f1a7..fa910fdfe03094f24274cab3e168cd4de2f9a50e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aebce3ef4ac1b40188a396638042aac22d1c99fd..747522ddfc1b7c7a165c43f16a81fe906b3d455d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index df70dc2bce5e33faaf9aac80937e760acb963162..002437aebfd26414d3c825c0fd2bb0852f0bacac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d21d1409f2514fb3ffb96275dcec815b9b45d278..0186cc379a3ef59c0dbc17497d029a45e4938dd6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4e76c3453596d7150e3f1aa838e0e7744dc4f514..dfed2b611c96026a1e28ebb06fcbdd6a263ea3ac 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6307ed97b87918955147243ed1044854cd682813..fda7d5c08eb29d9456408e29307db25055500c72 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a4ac6668d1508469d5b1d55e57d17a2b20f67d7..3f6d85bd8f4beb7ac0a2df08c79de4ce3e524ec6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc3e3426c5d5c65554b8d39df0d34dd6e9c0b019..3ce7c5d7383395a7eeaefad62efca3ce8a0a1656 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index d73ae743e8b1f8cdf2347a022129aa961bd3e0dc..c8bc41b63928bf2bf759cace76a02979fe7dc3c2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 # Copyright (C) 2007  Patrick Aljord patcito@Å‹mail.com
 #
 # This program is free software; you can redistribute it and/or
index 4db2a598fb8fcb38a97c8ab501a12018ee2f9b58..a573e7290b38bcb8a023883a38e274715052eed3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 418db9b222a394e295355db4bad04c7610f573aa..4cafe4fa5493297942e06f6cf1a208a6a41df8b9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee1a664e6f5d20f15fbea7502789243650d30aed..8a984bbba316c6d483f648c5e83eb9046f293314 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b7a1cdf50e6268e4e155e05231046af61e7932e..f4bdbaadfd5820458f64be6c7ad4acac5e7d0f97 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b5926c6129107a00d01a1ba11f66be0f8a79ae31..88e1796f34e694b00ac0b0374232722c5c8fd6eb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4562a8e168120f1cda40cad5e31e9232d57cf2d..973ec923f73e3ad2d3f0d8bec4400106bd2d2b04 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 62efde9e7a5ac846d9ec2664fe777de058597a29..07d3a8840f95e185b7e035fa21e17178b48e48b8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aa22944d776f36137b717ec2b096215c29b61fd7..bf73b9824d63b2ce9d2b4a81c6086a11bac555b9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf46b66800f36d5dba50bb8642b3e627d4fc26e2..27b9e040fdf55e53d92ee45e3ecceb644dd7a233 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 11128cfcd6e670d215651d7b3616c18d3aabfe09..64ba53b6f51df6151bf68e17763745bad571ae87 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5fcd01d7e96fda207c4ff785cf4339df3fba90b4..63b28db4466dba9bfc11e592af6cdfc626fa096c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ffa137a32c02c5335c89f38692bb80b84370f67b..c5665054cdbf3125c7fe321b5d12ec7f83a403d2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c8e0f02af1bdf02c3183c8aaf3d3b2186413862..25530541eacb8d9027cf5f4f643635f678267c21 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fc52537ae1dbd2471ea6a59296bd3c8f1f1af8d3..cdc4f148ed61b53061bc926fb36382fc961b22cc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 609c9b078f9effeed3a2f790ff967e87928772d4..c6ddee9ac5c9718e1d60fba713212dbdc6d43092 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e5c1a390c8df0be36ca56ced419f8165f3d9c4ba..a0fea2851db8425d5d5d50b48fd56a86da139082 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 39dff7a0f2494bdd20b98da2bafba1a4660f43b4..6f254856314ccaaf42b6a9fa055d5be73de21143 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0fa217bc82f647e5c03dc7d396ca1a1ba17bd349..d8cc8c18a670df73bfe3777a79a1e90fef698db4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 90cefd2811f94320e0015bd7c5233cc929ed41f2..c01fcbc05f751c00de5f541b24856dabb5fad299 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6deadf125c16215770c5fdd2d509c6a1757dcee..a865650930e6a8c1f7aa86802c628ea7bcc78c07 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3be95ca0e69b76ab76a1913245e6e72e7626dd22..8cba715051806f52fde84e90337235f056494d31 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be891e8641720dd2a983ef7370ff884951ad41a2..ba16b7e29e42e028b2776969ecb0dcca58c9c27d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b24cb76fd0017a0a00af5a9303705ba5dea212a1..1ab21ff1b7d2de0463f1bcda60bd293c5685bc8a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 00d35bb0b8b7f3cc9c837bbe52b4b39e8f879dde..798d0120b55f4c1465b03ec357f1b973ab49f00c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5040d26fef8f08d31d1485f82010a80a93952561..ff1c598eb1da5d39841a89d4e3047e47349bcb17 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cdc311a341b71b479b0d6b5493b8f347f7afc2c1..57a8dc52ee278b405f5eb91dc3266f9c35a2b00f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ef26c5ffc6d47f20dd3ff8ec2d46e7ed4a042a99..d2d4317d4b8f35ca0aa95bf55c7e0fa5e2d3240e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a1449866d9e40559ff5c44192f8be6b92d9c3694..a50cf01d23ca5ed391dfc143ab8db00b0fb16332 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 062129f3fcef675406f050d57b934b311a214056..4c9f4fed5fd89d3e827371f4076c85a120c72bda 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index df366b04f27980f7054ea93390332e92b3c225cf..b0ea08afce5003eb7b9048ae616ad62d168f1a9a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b608d5b7f138a701f7f629367fc4258c8f3e950d..9e17c65d9a3153a2c64626b523f016e53b6a702c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e5440cf3a0f1eeac9c5eef9b9ac4083c2c031c2..b1b02ab8aeb339aed9ea6a39fcf9eddf9752d10b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 240788b5ff23e11fef7b5a10de5b9a459daa0f86..4668cd3dba725c74021f9d7f8796c08623d063ff 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine changelog
 
 Redmine - project management software
-Copyright (C) 2006-2021  Jean-Philippe Lang
+Copyright (C) 2006-2022  Jean-Philippe Lang
 https://www.redmine.org/
 
 == 2021-10-10 v4.2.3
index 958e54118eef05c61fc8b804399f40660136fa2e..9990ccb75a587b402ff13eff6af567010baacd40 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine installation
 
 Redmine - project management software
-Copyright (C) 2006-2021  Jean-Philippe Lang
+Copyright (C) 2006-2022  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index f800ea3feff9aa7e318a1cd658c8e26f230cd1ec..6363801daa74a10660b21b94300a6c52f066bf22 100644 (file)
@@ -6,7 +6,7 @@ More details can be found at http://www.redmine.org
 
 = License
 
-Copyright (C) 2006-2021  Jean-Philippe Lang
+Copyright (C) 2006-2022  Jean-Philippe Lang
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
index 545aa547e3f8c3678d6ecb56734e035bbfea14dd..b251582b3224f80052897ea2839fca0ea166bc82 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine upgrade
 
 Redmine - project management software
-Copyright (C) 2006-2021  Jean-Philippe Lang
+Copyright (C) 2006-2022  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index 501f583bd998c0dadbc8b9274c89a5053e9f5497..2289ab5c1b288b69548a50411f17c7662561d2dc 100644 (file)
@@ -2,7 +2,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4c43b190876cb56db9ac11f77b698014fdd38338..2249412e360d77e9b85cb3aa1fc69f35bd82a6c3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index de7097e2fe3174baea331758335fa46d023b8a32..67cd5b9fa7c138f727ebca568bbbff04f7a4e378 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a0986481a0c037d71ee9d855005ddfb71ac94210..68f2b45b497812fae494ae6822d3f3c9ddffbc9c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c4069be254f360ff65d3b060398dbe350e0ff496..fecf9bd384f64d1a5a30937fcaccbab2e8fe0e97 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b65b259bc0fefa7190916444accb8ae7ec74bcd1..754fc1708b1bfe366e0ec1862ee18a3d362bdb56 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9cd76388be9ce64c7a0714e6aa990ba263a40df3..fc530ff2f48cb2ffb67b412bb5b3543bb81478a3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ab1fe92016ee5d9360236949aa3a5bbd94f92afb..ca02c9ab332ff496cbde47a5f433e0cf983ce383 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2d3566ef5d4a06f7b0ee1ead0162b3536baafc24..58a5dd1354126dd55fcd0d6008e211f365743846 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 871f39ef3a20c9e41267e3fbad5c0ab0e840f848..708e5091408ce1752432c86e211203f6e8af936f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ce258202452ea4ec649e178ec177c4ab6c74bb4b..98b089cac93e767678ec828152463310bf35fce8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b20d72cb820a424977dbae7080b18524404ffa0..76c9906b19152bd14daaa5029af625c729ee73d0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1d3e7de235b5f1add7a15b33a7551055d9f3daf7..b3e57894d11b6d632799cc392f0ec7f4749135f5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d2b6a23e5d521de926c3bd3ed113f582e5d434e5..f9aca478affd232e6243d9c90486f757feeb050b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 67a59f0142ac63715f546487e7529bfb5ae3aa96..224e1649211f0a64a00a6773bd9a8982a54ddbd8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6ef1bb80c705f27cdd9c4d06de0d35d123452cd6..5194fb6de7d3e5417350eaf339bb476b91ab896e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3be2408a48486ce674b7ff2115ffcfb946cc5649..4221bc20cd0d5b4cfb3d3f7e80cd218ea57dc34f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 147b00400bf285a9222521007bb361b0eee43d31..cd5ebab29746c5a90a7097950bbbea4b61582097 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9518df2a2d1ae3eef3873af45ee456674ebacf73..530b686acdc397c0310c6565a713f0ba7eecc087 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 093dd9b395e398f96af0bea6a6795b468235d69e..29119639309f265e3a6737abc5ea20a9333e9620 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ecc20014362f9bd6a05c8196bb2d175342011b4f..1c9ea353cd884357133d1360eb95c25c571f9188 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 27e2288b377a1a4e9de30e67c339ded6786dcf98..e86f1e87d76c1c64725505f39761b4eea4c3df4e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 046cdc3f1e1427097d0bd4a4a91583cdb0403e46..6adf17bbc2ba0d403880e6e1cc6212d370002d72 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ccac74b1e71e0ad6f82331a8c74f827d4efcf3cd..2976d22283af5ac1660e9033662e41630c67519f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3a770c2a9cd712e083556b6992ce629c1541f8fc..420559f24ffb03eb28fa42ce382f18a4455399bb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3b9df94e1386f9cdcd05747f77bb7b7d8c91ce8a..e586a2a0acb076b40a186bd81f2ed6e770f132f7 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 073b3d845a5a083d09107c38ae001ed4c727db15..2f6e12dea6755e8d293fa95bae4531a0df50d1e7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3bf5e9f8b8643ed4a3a913c4eabc15f1f4a4706a..087cd027dd676013c1bdde9ac1a903c6a8af881d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2f0e2a34d1d6ab7119e2100fd28ddd21c673d7b..5068667e182ed10835289ff2e423bc4b658ef7a7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 99006a862f05f4839ae87be5867d18999144328b..69935037989624c1d6b4f1f8a0ba945d59582a50 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a58dce91e484fa2ca15dddde993c3bd5722ccf6..96345d826711dc6dc631017436384ae4aa5b404f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0d5803c3d18b3960ed975a3a841ed2e7e6ea7fc8..992e287805da423cd75d36ccd030e53db4c4a093 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 89b94ec3c456fcde5c05ca4113ca368e202afa33..cac5f242732accef8e0674158fa330d1ca5785e7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6f1f853e4107c2776d01256ec0ba900df54dd50e..a1636839880692229e43b0c2c19bd31f960c7988 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dc9420cadf5286496608497822981c9c49289761..68d814213ed1f8068c9c153f67d01c2f2230aa66 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c448b7f074480307fef5f2aa6d7b259caa75cc7..d3c2e9c4d689d378fd77d89a097e7508a1d79e24 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5d490db1c2a27573a3056f57f8d6ce03a68197a..2af8af7413444033cc6490df68cb70fe61272ac3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c70ac6971f693ba289401d2071511da884b9283f..1e52439fc0835772b97a237201021ff9b711624e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8922ec1cf15de89315a44f83b19d2e0f6205ef51..54cb0a1b6321d3ed7dd2a841ba213e636d66b120 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6378b19ba9fc27846c05bb6500784cb3ebd9b314..0ff2bfd71a0cc3f83e1a0d8dea249c037260afa8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 148e0fd0c7d68890602d028db83e8283dd3b2188..d99dc6e33a72f64b316aa584c9504b856d9a6087 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f42344dadf01d41bb2ffc79cae6226b3629f84f..bbfe42e12973020ef80085bdc21bbdcdce802e88 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ba1c7a1de9764cd9135c39dbe7b8ab6719bb5909..98cc393740e2947a7adcbae13d6dc49eeb902def 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e7b680fd104de83fcb1c9cd438f52a9ee1fcfdb2..e6c8c61b30c36f395a4c3a4ebeab7c61e465f702 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3963ef6dbe877e8435e1f15437e4c57f24df99bd..6fc1967248f38832bc7329805e21733556399ac7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 28f944ab5276d5ff6c14e581ad649851194e6d9f..86199973a79873dc781eff0d5718ac479648b679 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4696fa76cdfc886daec96ba8b4b88283254d7217..5c772f4d36d0a3cc7bebf7ace8b9a7c37b8ec885 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 50b6a2f4c24f52400c9ade67789110ca93b7b9cd..cdc6defb3e66eac37554906d512eec370a4e50af 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1d2f2db48dd11f03008e2da4fce2cca3b48af345..ea6c4a8b20ef4881082f97b01de2e5e034f5bd2e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 56a4f9cd53789565b088933efda3e0bd8c81e772..f2e19754563ebc0a1fc14717b3897185d536ac1a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7223f2797387a87f0c819ef83d03f0c561fdfef2..4c6b3afe6e2c27417a04b4dcb8679e211c4bc7e4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 90bd620bddbf20a007325f710c55c04abb1c95b7..f3d5b96b2644bef81eb76a2ad62944d3f760f9e9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d2e8ba1af88863e78d504721e1ae82d1b8635d0..2d7ab63f07b9b83400b172be823aecd64fd8392c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 47516d52dde4437c991827f5475fe32d3de50ed4..d1d077b1c9a1ca8877c093998027dfe7fc552d8d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1102fc7305f2db9a1baf8dff511070d42ea1f8d..5d92bb2d7efa306ad83844b027e90da0c8532174 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9b7bad79a0a1ada9029e465d16ef4e2fbdab823..249af17102879e8f02e737af4ffa5da3e20cd76a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7e8c30bbf301614e3ec789eff35fe4bb750f98eb..a4fc045f3b75ccec95be5d025cdc59ed065df27c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4811e4b53790a3535b55fb78400f424f9ae93375..a3e2480339d6dc712134f7ec086abc0e2f5c0953 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # redMine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5656f92f95cccd04df99185c7d58cc8bed0c53ae..5b98d531465b226037a09abcccfc4d491dac56c4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index 363476cd44d1024c11f7699cbf7e0a83345e66e7..9eef1179cf9b3b6a77a45774d92627d76624d228 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 075636ce1bd05627562000dbd15f7c84613c9b81..da831323ff8fbd9a7a4675a1eaaf9a64b6e00c9e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4dcc1fec67dbae36285aa9c0a7ae6c820a1a0f7c..c3748cadf48081a66811a98de769098968c2dfc8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7eae79b5e12ebd83f0232d4db90da6a32fb7fa22..bf8b7633af184420eb0384c61585a33a8626fde5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c644bd89f1b07821a0b6dd686b036d18509a25d..8ef1ba7b5d90ade1694fc56acbefa0113129e2e7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e1d0b091752d5abf8265413468b8a32aa65252de..ec11e5fccc71477892d2c9cbf07b69c5f7454788 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e5270689a8886f2cc357490b94561aa0deaa67e9..731c4eaecbc618def8884c93d01d6d13a4a62686 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b970ff22a03d3e572da5530d961c9c0bb8023e9..477df057b27fde4bc581a82100888a65a16a7734 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1da6aa41eeec9d8cebb116c8d55b2439d8b2c9e..3cd978c8e66af290ed759c7f951c78054fcb495b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cfa0ea422e4375ee5edf571781ebe2bec5a641eb..16304e1910cd493dc10fe1b14d28c47aef59bc18 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aa9fda39a3b901541a59b41f562ac2b458106cae..0cf4eb87c2ca87ad363c8e9d621ee0f18a93cee8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ce1be305fdc5ded0232d15d2b372526f1332144a..ed19b6c558330257ad6745f9b7823532b7e5abe1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 16984016f4556f3138621f0bba58084987860e61..81657c13a0af75cff05cdacd48ccdd34f822341f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dd0622fee4e61561d851a0f7162455534020b52b..c5431123928d798eb241876099b1e34841d93703 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dcdafa9eac4c9b70b277c731115285095d719f3c..4dde80fba339586e27f7cb4c3ce4f89975294458 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 599ff16108a81c516752ccae31fff1ae7d74e375..9e4b0df301337c8e1fbc4987462331b71ee4e80e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b31d33ef708bb85244f6082b1bba661b8b90d74..32c8c09def79f7114514f35314b1512e4718ef1c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 74370c318a6190f3755b714f9e5c30f777da7ccd..6745d0b581be5fa67766748572ca9a3e1cee8771 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 870939ac01e192a52ce5ebf05f9623395ac1e6fb..06b81d7753b1d2b5b3fb18e2dae33b9d66f22d4a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 435a99e8c6254f6d402939ad4f8246e9e2550052..cb90967e087187be8454521c3919607410f227d8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 737fbc51277ff6db846022da801b5aa80bfe05a7..42d8295aacec524495757694aa24ce5c29f37933 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6fcf9ad5b938b0dc3ba32c887c1960909f56667..cf6f1c1927ca8157263ec725a3ce148d661e7cd0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e2d460e752940f5599bec30ae799609ec15e5ca9..165030418233e0654a49e7dbcb5d4cd42b219fa5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8e897a39586964f2fc8395f38d9d1bea122ef0e2..09fc4d3d7833ed2645f176cc32d8ba5312033d6e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 73c5a41771c7a75e1c6bbc0fb4984d2ffd5fdac1..03db1a3b8c8bfbc25f4ce5420e7fe6cdf5f9a02c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 023593b5a75f42b84894f218f7a538c610742fa1..d2ea3fafacdef3a0e608c21e77c64ad88af30e4f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 94120bccf16fed7610fc731f0d80702ec74d6cb1..47050d7040840aba67a19a3710438c8bdfcba6eb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3a50f78a3af74290b04fafe4d6f2bddbc6242694..8510baf14a67c8c7a7ca32d471db2f480aa505ef 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 471835708129548da7818e84764ef5f79e4f9bf4..555c5999aa7af11c3f23084f7b57cb7957072806 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 707829fb672538e47ababc19ebc9fa3c65dda3ed..1e65f6e21eb89e2c11a967f34d325868838ee024 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b93b35b6847324509df0c8f2c87eb5cde802efd3..a7e1d991b03b27e469a1a3ce6b02543280e6023e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 69805491a6f2072519ed9f853918a3a6cf1d466d..9c1dee13ae6c44b654dedf870d2776f9134ed708 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f561488e509ef12e69bfba81b86a2c2d51e5d9db..7ba4a05cb4e1ce003a34ef0b441c102321aeaeef 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6c5d17def06991cac8309dfb2ea936e4866df4ad..f3ee5a3763d6f883ac415c00045825c270d36ebc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9c902b7dcb095a0d269ffaaae1ea2112615a297..8f0353dcfd3a013755b95642427cc484d6ae8ec0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d1a9e81ca032d01a5317dc083a7d49aaa6b4dbd1..0727d6e2652a1fca58b95eb86b25c0843ed6fb39 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 44d65248f9bab468ebc71771932e88ce4f97ccaa..eb49e02db5d9216373a03dfc84049deacb00b500 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2ebf522ff2f66d27685ae2184752ddf8dc8a92c..a23193eec4ad5118d1cb61077100aed8b5415dc1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88dbe1a9f0f1ac6d5833e80e358dc531a1cc9072..e26d7794e7a4abebed74a2e70a35324047b80d2d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 879801932af6a6771c79b102a9a0e216c41ba7f8..61cf0385da17de586f41406dd457a46cd11dd036 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9fcfc4c951a07e838ae7da6548aad75bee6c23ab..0c85a031e28daf8e74713bc11c80bc22dd10a894 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d7f5575daf623b8d96f1563bc900110941e9c1ff..8cb2b7b0efa05a699a4d4e98962e8ee46cfa0329 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 509a54dc82c48c8bc03f89743ab04551b7f1f695..8e6d1e0991d3d0ecfef5ca9afad0890ef8641259 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f02711e899fbd12595ecffa99a55dab80a321d38..44f30438945bb69b6b762d2d3b3755b019ce01aa 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3dd7c1ee8d0e7bef5b4862b7c79aaf064ac4d64b..27b99417fc7c5d34bc0c1493523ed02784f6a024 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7eda28e0f4faca199704ab655c10d22fd2de7537..2913c2ef788a38e46240d0a9e544c961fdaea97c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c7c257bfc35c43a977d773cbd7e2d6b1d2797a02..112a9c5d34519c9871c17d9c01b8af099dcb8e1d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 39c541f25e19714164247db20fcfb2946a27f06b..99722ae27efcbc244bd8f5af96f54991d22d1d57 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4d7ff583ac63cfdc01fc53be27eacda81238bf4e..a2707e43566a5d972f4eb4291cc14886c20907f7 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2022  Jean-Philippe Lang */
 
 function sanitizeHTML(string) {
   var temp = document.createElement('span');
index 38dd06e597ca0f56275827efd818c7c88856ab64..9380d127474318af61e41d9f4e376f7cc0940477 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2022  Jean-Philippe Lang */
 
 function addFile(inputEl, file, eagerUpload) {
   var attachmentsFields = $(inputEl).closest('.attachments_form').find('.attachments_fields');
index 55d77bd77fd6838173e7ee3043f908a264334297..0dd6ad6b9d4644ee88526a71de3007d43db2bacf 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2022  Jean-Philippe Lang */
 
 var contextMenuObserving;
 
index 04e745deff727070d7bf4e871c7f70223ebf6a44..4794f93c400628ba10f800161a8806386d7c9d56 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2022  Jean-Philippe Lang */
 
 var draw_gantt = null;
 var draw_top;
index 7abc0a5dc3d11bd57a907dc97cdb98150e9e1bdd..f926ac5fe6f08a7c507306fbc0e8b528b40d7da7 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2022  Jean-Philippe Lang */
 
 // Automatic project identifier generation
 
index 4ce0ca4ac60977e85165111d693e0987733e46c4..639b00d9a356f034b463f5868bc645f4b67b8773 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2022  Jean-Philippe Lang */
 
 $(document).ready(function() {
   /* 
index 091a1739096742711e89068b3226e5e078cc0c2e..e5356c0f8490eb25cc5ee8d94be182446c864e31 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2021  Jean-Philippe Lang */
+   Copyright (C) 2006-2022  Jean-Philippe Lang */
 
 var revisionGraph = null;
 
index 27567bb9ca9a63591d91426ab0ab674720935b04..a8b6f55d590a2ae12193a9fec7bb5ed155fca35e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 03932035c0f315f700122c0728968aa9714bddb7..5a1bf2059bf5e37c06729db4e2078e2a02a0204b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1cb8ec853255d9a2e73b7e506c59bc346cb9efce..6cc4054103243f970d34cbd86751c1b44acb0a0a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ce0d628e6f822f4bf7ce19c6025832459ca0d4ab..5b86dbcfd64f2a84e5187bda4fb406fea06ab9d7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff975abfa8a8b30b364ee07ea340617b07f67db4..822805c566ca1cf78baf08542d81be7003ed44d8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: false
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d7f41a81ea167d9609de24d8627bb58013cea972..93a434e40d80d0b09b94eb32404d34e0b7bee2bf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a759dab3194a5a35c091a5e8eff0b7bc9f231557..fe112da484677db89f7756e8f00ba3c5c6329fd9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c89c8aa5875989ef6587c07ef53249362df67ee..9a9a73bda456b17d9c4e438167fed80bc4e3de77 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bb73ce1b918b4849530c544a3970d1a5d0e14edf..4e822ab6df491fa6d3cf3f2c48ec8818d5c5bb11 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 08ebe25bf031c39fdcab82686fb91af053198d24..f89b03052082881af95866f63bde7cf8a41d199c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cbd039f501c0922ba4fffef5730bb16390af7bd1..ec1e01490f14705a93dcf19a423c87b0c4b8e697 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 869801a4f7aff0af583f9c6fb56b1668477fc252..a66d351406e457e772da70db8f09bbb4497ff8f2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e25a8763df1db131675f1e602fdd94661825d7ae..adda40422b8f17b40f5bfe3180357550c781a19c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e7fd8b6fe77f2a886b279e7f2db81f397c4863ca..04398e4e3d154a96fe309a4ea4e04c6c6d6e2d2f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a5dfafcab2bc3de4cd9b775a216c8c838dae722..267350dc068ce9d96f3ca2799b214099f6f6a282 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e58bd6cc8d015e04b16606993986eb08e77397ae..4ee8116f980a519ab99a40f624e82c6bc3158732 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 691c83b35c84eb27b669f220c0e18dc8facb7b82..1e533e9f6edf1675c22fd9fa4f014a0cb17e2a1a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 98e2f3923923ba2c41d0d3ab5fcd0c0fa8781b63..ef1c8f6cefe666aabb5d541e051d8f47d3a1dd11 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f3d410d8cb9b3b82b4c1f7bb32f8a69986dfc5a..35d44c26f00bb7114344e5954a40aa0ff89bea08 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d49b5da8c0eb511194308d10c1f03534910f9e6..6feed0103a5d13542d7859a9037a009ea2c4646d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7242bb29456bdbc6a38dde31f8030189f0e64040..b4f631997f87a98eb57d17444799ee9643eb5d7f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b66b5bb67644d4b00aa34e974425d841b696840..534875688729df67abcbb27dc64f1af8259f2cd9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9a28ef445a0de9dbcffd82443cea2752c83a678..e3f2aba6ad9c097e101b7b74a968fc5bd6fcf791 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dcbdd0e6799e4c7ef6da1391f64e2c1671207502..df2ac3f13e35fb4cb437a6893827e70c7ed7f46b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 39d0b2e4ed9372acf2a126e24b79f4c0be5bf8d9..e335e99189ffd433700acb6b0118ddc29b5c4302 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ceb48c7181847a64ea5898e7c9bab5df3f6dd0e5..99e7fd4d9d9cffb31ca3c7eb93ff983b4426f14a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4433e8b011a1b2c8aa619262bf2c9737dc15cd42..380a60e5ec3572d103a7f7aceb3ebb01f04344d9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 099254979641e89427e0489438c5b896e60c0ffd..f42b123c8912f817d90b7912799cd32fa8deb5f4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 68ef684693d30c0348d55be8f468ebd5286324c6..de529d5824d1a9831d65a3fd9baae8e97ae120e7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2348c462ea4f299dd91e42d2e8d4f2daee2a9176..ec7814580f3c696b59f41fb903501306f8a5b4d9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fb29f9b9ed74d98d8c5f8bb235688fcd32394631..492492067401687e2d48588120f41f9eeb20c7e5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b12de5ccbfbe7c3391ab186465887187f55531f..419d742baa61d7ce1f74c2687001663afc5dd5cd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 66fc6034d75a5ae6d49b34dd2a3f9589d6acec3f..ac6b5c69e49e45f841ca1d32fc64b9351392978e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f575ff6e33e894a353b8c6c9cbd95ed2611d4a96..75f6fbef3bc15e1e02e93aa287f4df2c54a78360 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cb7c0ba5d90a246121765c38db762e5f4190d11e..a23cd74729fc4b75e10e088ab98d218617925c75 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eb98ccaf692fec2e04d6ee236470070dca6f00dd..4aff6d23888a076e4b8049a770991804e2b9aa0b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc0be81c7b3b56c1455fbdc0176bbe2d5bffbb54..09f4b081cbc9ecc9b5f2eeb6664e99c0f59277a9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 212248157cc6468053842aa8e6f7e536f5a78149..00eb38d9fff654f19a71079ab0b4dc6b2baec705 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a8c1e8585f2bb8b4c57030e0907a5cb77bccb52d..aa282f36450c252bff2bb5130e5de37bfb743ad3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4af698a40bb1537d5e5addb0124cb8957502808..8db46872a79e39e6884310decf9abd596fb66ca1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b82dc509294c80a17d9725269a84a0bdd7e89075..277ec89ef859fac9b57e0bbd2121803d40267f3c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 38d70150cdd1a1aa0e5bb56bdf12e8b785ceb639..705c1a605c31f9a07d97ea6e8405059c47de3c2a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a7a87c2b970fcb338761a88034c75dfa6502a91f..c6b3fec74cc9048ef5817ad618cd0ab3d3069c2a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca7ad67998aaf67d190552e961d2906653928a98..37536f114eb6f8c5c181281b7caad670e3d3a477 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fa79c521407f1974e9859afce7f7a4957ff6dc60..e8559fc78b08050a3a36f367dc7b65ff07a086a1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7ee84048a2650f6494c44716df07de9cb79f9b0e..2765dd1a1cdc82ba90881e6145310a033f9de388 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 18522d7a7cb7aef262b697a1d863310585d47e77..09db1611a889710e59d5557d895791819b976e3e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fca00796fc45bba7f5612bd85742f5f998c9ab4f..42c1f7decb691cf8058c46898c00eb7930d4efc5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ac3c9209e318ed789db87023b9c9c5a99fbb116f..120118d9c88cbf078f622d3fc5560f79f77d1f32 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 198a9a1d3743e5084011db4bfb745a5147743a4b..fadb9c7f234e726ec187fe853025988b020f112c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f6db7c002494e26c7479b36d2f621fc92868f130..4c248a790a98b936cae37a24b73b11fb80e9583d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 20baae6f930b40f5ffd53c9503ee9f9196045254..598452ee7c9546c17d3613ccbbae5f00e25901ef 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index afe037a050095cf07df930f5b92f122febd1aa43..8b004cbcf4581fd1d484fb7c2ae0ee11816b5950 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b1dc41641d45c4ff3d4304b9b09d9be7ffaedb94..bcb4922ceb275e12a81444da3c3bd06ab66b95a5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aef0aefa6cbee2fbed3c34ff3131720252938e15..bc9d1d99a1cfb075ad56bdf0b4ad7ee432f2774a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3e59d2eeca5ae8035c3f0a42012dd2c8df219f67..e74a38e6183f0e18e46896d4526d3855c867b31c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6212b8dc1e17d0e0fbf245f8d923f1ef87f1c6c6..edc5c4945cc329200655f1968971332a40ad8834 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bdfbf0cfc332e47de2c7ad51be33c61b4774d3b6..9744984e843399a86518f2f6216172e5e5fc7d7f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 68f5f888959026b02eccb7158320f53f081c9b5f..90cc9fe3043acab18ffbc84298eeb7c63001748c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 19ae055ea7748e40d7c9123459776841640e90ed..53b3f2d6f9d4b0f119332876a267ec007404581a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e2ab73e378fead2dff331e2d2ac4c923dba7088f..0007e6c98664e3e0df5bc841623d2b2433c0add9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 247d81120bc9b2618a2bf36d034512bccab9e0dc..8bdc1a9e743b9b1ad2e9514c19e0b0f78982bc81 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3691f71f5faedba058ee28e337f36e47f95ab1aa..78ef16e2012e59d0c4659a2d2d55b4138dd40920 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c0c92c1f15d7e554de69644280c382ca175dd72..6571357375cb94cd70e6962bd3c014e42be56858 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0eac3801233b5722886bb8c373947102683a65d3..5e399b7294fa825625ab44298366ac5a6b911f88 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf82724453643cfa668da134c2a8c22a34bc1e73..3c5b125113334bb099ec40ed97f830ec3960ae0b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0ac5ff248d27cc81c43de143873a830cf1270bff..ef273f0f351984ecaa74a116eb7df884cadde157 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be61c827711c0d42c0453e2a9eb83629d93fd84a..70a4e19fc5ffc2e7ee2ebba625266b248a135937 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e4bdd7084333407b17bf2d96952fb444c08f55b9..d086801ae87b29d80e971cb64058d1cf84dcaedb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8a2e7a1cdacff533d749d6cfb8a510dafdb783af..c5f44bbef74b9e8dc2e14d54b25f3f462fa20163 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f67a615e5fd279d151eed40deada847cf91002c8..50a3d579a3a4f85d5ab25dce122ac19079714622 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8ea5918ae53585ad89c0b5f98d93867da4dad209..ebb36f69cec5a6494d89ef720d76ee57e5a9e2a3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 95b998584a85614f7985f4a2fd145a85d8a788e7..7c560e87e5f2ced3bcd01de1bb5d372fa6c7b67a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7fe89b4e0b7356c4955ca3649bbbdae4a4aa5dbb..92f14e1e454a871b8365ec2918e431b65c9fc003 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 974e30ac626fdae9143d81dfb91ce093a10108f6..60eb78b8ffcd3e028473eb70255aac73cc9e5361 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 75115205a669db10ac563dc9557fef01bade9074..23f3bc791e8cb55dfe9516307e7cbe80130a5058 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 933e8d497f72104f18dcac47d26ef6a05519be02..f475fbd7ceb64acaf67337d5fc005b9504150e54 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 53fb0746601e7288a71816be7aad69fc1f534f73..bfb3d3524cc399b8757b40105192ddf951787d70 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 244c19afc22bea2ccb7e63fb4d15da9925ec07be..c5d7ae169548cc8e4d3aa85b78c30f9d8be4d3f1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b19872cc65040f6b37a7227a6e4bc7928d59db3f..d9ee912e53f129afe8f8a6c9b274495e60f014ea 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 09ed6de1ab6320715031f4f89ec85a25d87aa1fe..fb128bd98d81a698f86092f11b0ed051e92dfb8e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f1ac7280b424bbff45983d8109075ca339296c1..88ae59361b8071ab92ef493025dab48426def229 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 110038da2a230043ef2f97d9ae0d5f3eaa90977d..f0bee97d0b27f03b080582edf04ade49d567b314 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 70ea4cc18b53f1bca87381cc4988a7aa3b90e5cc..7503aa9f418ca7fbb1f317f552e31b486c0c6b16 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0d0020e38fd1954a3d59b7fd978c68c927f0a993..163e48d6f9c0ec643722441469fc92dc98071e91 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index abb60b92c76066354944fcf3be6350701be2bb69..869f1a9797db946b5b7b8d21f8cc0505eca35f12 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d618014326312c807044b47ed8ab154501ae0e3a..40303f369e8fe1abdb3f0ed3bf41e00f1849a7f4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9cfc5e034c25e2d64676aa2eef79ba7c3b1b67cf..dcf4b7a899178303014b8f9560f194be02f084e2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 37b25cac223ec2c747b628e3c29d099625f61560..8ef0b419df95394c55132850e519b9a7e4fe827c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d168361f4548e19d1918cb2e145c9e18f5bc91b..ce64c3f2197a9cc513a21d1301f615b1b79aa20e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c52d525b4c778af147c03002fb98f141bca6739..f5670444f4b92283fb0e4c4e7fda5e09940a45bc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5e2b6d85a7a6df135303863ac300bc2f63d70ea5..1f2112a97e455501093a4085ffd277a2343b7a0d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c72a2aee1e31289017cd9aa422c02c2615bcff9..1b1359f2ea39693e5ef40302194f75d9864c5118 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1589e3f72d22ad4bb1850ff5f7775725b279aa4c..b93b5bcd3b6e4cc596a006f5b6fdf5a67710ea7e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff43242cc805737bea1f871251b8a4d8a5f15255..60d787ea82ee19475fe756c017b9b0f2d5f559a0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b6d0557dd426f96ab01a5ca5b0ce521af7411a9..9194fc4bb1eefcd492fee6715dce2e27bbbd7cf5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c0584f0e6b09900fdec4fef3638b96b2031aa3e..4db397b1a195b04b1d88103c694a000577f78346 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 528f2572e59e590a55165f56c84e49152f51d3a9..28074ecd5f7e354a2d5c20ca986a798ab646b44e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d7b21cef87e95ea93d8cbfd6424d2c303495161..ce45035933e56ec0fc4660968d13bcac1ec9f69d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 72c1c355644b8f3f8dd1899e8099312f6300af9a..0d905bddf18988b3a3b027488a7681bf9da5ce3d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5310be9230999ec925d4c2a51cc3d03c6f078740..1f098ff2b880739a4289be2e1b17202697861110 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1ff369aba0d4b8b2ae9db3747b842ae94caa5656..7b48b736accaee98c2339aac06759812f9ca8350 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 80caaa9f4ec301393fe83caf111a3b4bc687c29e..bc2505f4be4274f2c88fe4ef45760fc200632a5f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf8c596d5187ae4444b2fa816714c0dca6cd47ff..b450bedfda6c4ec94a66ced24de98e164c795eeb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dee213fda9cfd7f2c202c6009c0580f0a9018db8..64ac2d4c88cf03fc4e9d33c68a3cdcd0c4a1963c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 140f6e50021e6f01fe1d13026822e85d1597e335..bc1ee0fe6536e711eb5a7ab692ed9c4b4c6f45bf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b9f9cfa2d8ceeebca97a6005d4fecbe9966f20d6..52af88fe9a23fae2807aefda7c50383c2d920aed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e379ece9b8eeabe14f6c6a10ec32809a7ca5261d..38eab516373b39143c36a26d98991f34a9928634 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6d4e7505dfaa5799258028a8e6c82f661b537a22..d5c5946ad9bcdcd76a22664e72dfe946b142d281 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 789847db7cb1654530223a128fb59d4b8456e812..9ac0e52f6379c10f8a7561d32e2faed84ac75f93 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 995f6f2e2eb0306a56be1b5aab6423b281422fd5..458bd9714e6e254776812ac3d09579bcde1a9bf1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7a52e8113de59096573e0e37833d07ce7973785e..3d847b5a36fb14f39acc30ede7cc457624d02303 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0afb4033b77b2c45d83c39170300c6e781d606e6..f66f9b7964d15f2a3f7685130837e848f01951ff 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d05b650f3f86f3aec5a9774aed42aa43bd19b3f1..67cadad5103a364aaca536786d58aba884a71636 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a8f54d9200f6aacdd138f286092c88378f6e5a88..8e62211e580d40d3e8d277f69e313889376cd988 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e11632512c5ba9ba8aea91af322655f4c8310d9e..93fa0c3bf187dcc5e462b8a36c416da54b08f728 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be0f14420f04f0377004263af8001ed35f95899a..9bf91c61ded2efd71badcd974235e56d839beb7c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2dc9e1b213fbcf75b30124ba295b8910b85c5e18..b551a8ddfe7cb9526468d08e4f39dc8262085938 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1977b843b494453a096a2dbcf381ac80bf039a14..0b81c4341003fc3340728a0c62a9b4280117e55b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d2b9ba1b3733a40af91556c592be486c6d12041b..28cd4aa8d1e76e4f0639c9b5b0b23cf3e3205706 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e98d780fab31ffd8010ce38efe2382a0166e97c3..14c96130bc30a950bd1bc5e20d4d6565afe738e5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6f0f88353fa76c06fe00854d0d61354a47795c6a..30e77dd4e3963b84dfe0c88724086ffe04e2d541 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9193e008892e1ca387f826ad646fe2ea2f2bfaa5..2895f49851160dd4d8d53a2640f3d6c48c9dad90 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9922a053d9c3016fa6fca1d2a8f0bcd3febb8e0..1679bd964c5fe59ecd50547607b534f5fabdd7cf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4d191d48519f71b73fb7f6e1da71bbfcb8a6564..54900d6b44361ad82520c11618cb60bfac59a2fc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07f2d85096e1cefb665dc89df8a4880242c68d2c..e809ff4ed900b6732be078d03a5c78d4f28515ab 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0456bc50e7901bd76c585fe251e5d514077d7227..1f5a2b8b48d2b65a72d5fb4aec568dbb97ee18e8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4ff86f23d62681a9d7e244a95fb3209c4e4a6089..59aca7623fb57c5a6f452981dfde643179d490ed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 133363da904582c41ee37ed00dcb700cc62b87b3..2eaeb7f5a79c7508170bb895b54ff8685af786b6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f29c8c60579859db5813245b572708ff80373fbf..86efcb19cdad65823aaee181c0ce52ea1eb20540 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dc95025c026fd896c37b389b17265f77f9ff63ff..9e244d973c5ddb2d4709019fedb3176ac5d99271 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04983ad3a1b03ee526971684b540103336bb97d2..296db802800e913704bedf306273b8f1c31cf29c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a2128e837c087b14fa1d1e1e4e7606f78092e902..4543cab22f4576b59cc61052ba50232476323721 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 74323d3fc8e31a38bbbeece0696c53f246b12da4..3978aa719afbc1cabe9b83e135b9b98238666fbb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c75c32a2f56da8b4f2c36fff4c3b8ae4547cf7f3..4da485139ba5f6407700e18d9d1b1b8d860aca1b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7025ead0504f4c070cf99a83e0397f3f99f1104f..02fb9955e28b3898c94bcaf8f60fad3f453fe089 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 09af89dc01f74ba95ff3f3bc9a2d57ed9609a9c2..85cc856685d10726df1f0ffb0348353990864af7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3ef7a54e0f4f005cb4872354e7eb6ad8ef9b33c7..da89c063cc36ea49e89a1f91ac86c03de9fc932c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b11678eb1fe029b26a2d0fb6d2fc93bfc1f73974..1759f349f306168bc092696c68f563d095626f76 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8750e07176156e5cb055fdf90565bc8cf6a9700e..6dc386167ca20b29f618a991d872643522fcc09d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b7145278be6254dc3c905108fe4870a41040166..ffce8374a77f7f5bafdd31a243baf471a79d0409 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 58b504d4c7029aaf367d718c2df192bccc56058f..8cbf844bfdcd37bdf647e67d9762d144fe7aad40 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8cfb27488e06043800d6dd40ce71ac4c47b8949b..84fdb9f612877ba9285d6fc2c4cf660827729ce0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e1e58867a45490b936a36f57be887a1a16237421..55c4c49fb5d3db3b5a1e80e3998b43ee7df3a0e6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 38f1f68b56e154fc8f213c45b2000f1542984e86..fe1add01252c8a0242b22ab3c96f871cb8c14fd0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d8f5cfb7fe0744766efde6cabed49a75b2833905..c78967bfd4964280520bd04396cca1126570cb1e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4b779a550cf675c567c485047a538b69f55bd09e..762c643c13287d2163fcc58f7262c55d4ae285ca 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ec82d2ce6548fd3a0cf0d9008e5a8dcd9e39cc60..369ecc09d341070f5e8a7d4a8cc543316e377af6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b9b7e8f89ba3a069d2bb8600f61631b7f75957cd..d3cab7b46dfee995ef5a1ae7cb3182626394b64a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 732a99766f498fa73a3208240b0e9cd5b2d42aab..e5c4f5c41af85c049a48e81bb0f7704190b9ff8e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 33cc72d2c3a9d4cef30bb9fa99e4d6cbd25925ad..25807cbb7865fe316822bfddf3acef4a69e559f0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5949a63fa69dec1edf52bfee08a0a94049aa74cd..b54e26ec4289f1e08aaa24bf70e198a947bb2219 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8bb1ca8597312a0c1b096be9eb0bafffbc57f420..902d105c1e47629c2f089e4ba2ac3aa122a19a9a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cd7253bb987518a78c341399f1bce353c64ac1cf..4c034e00aee03b6beb124dcdb70924aadaf992f9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a77a1acdce947a80654d0fbcc2bdbd635267f48d..259ab9bbf2444a9207fe53e4e7c74bfc6fcb6fdc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 525bd820ca3a4c7087444e3472269bac0598d486..2fdb53aad51c388a48fd365c0860a3dd684495be 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e6c7ae724e2de22939d1afdb0f387c3341fa8e65..0c56f6e33b94ecfee45bc7dc8cfe397cb956466e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4ce60cab762f298b6b8b67e6dca91a7c52f1aaf..8ccbd97a031e6628ebe588ba3bb1b77489e5aa11 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2ccf1c037648f9bb8def8b1863f47968d837aad5..3b3a691747e0f950baaa588b0af6fc4e6b669881 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5fa7567d4b0ef4cec63df20bdbc23623da3e73a5..240d5aac6fd0de954117c8ba0480cfa94a1cf7b1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4805ceb1793354360e53c355ff2a0cf4f760ca7c..855da319026582a71402fcae008f70d06a8de626 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a3a25ea4b3f8ceb0e97b890109759395845e7460..fcd36938baf79fde637df77f9d703d405d7e26d6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e5e8cac80e4d29effd345278e5426b2649bd479f..4595fb7e336e34d0adc80cc938b1a8462f925fdf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 825b9419a3589ca56334527953a4303c0355808d..d871ca85597d1b38363a5b96046bea74ca5a2a2b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b910e028aa3860ad8d5e57e866fbbaabda4d3d8..79defc52d4f2b2db220fae36010ab8ddc25502ad 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d27a3a70acbe03ccdddbb22e9fdc45bb452b887..42395d320fd04a954eaa1bc76c4ee6e33508f9d1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1740a0823ca2ed3f67ae89c4c6c9a167e55481b7..5d37a87c88bdad2cfd27da55d63df4d706e0c8af 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 14832966fb9468d4f0eb036835ef6fe82a33ef9f..d5b12252451c46ae3b08fe209277bb6e21e4ea20 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 93a74e9c0cc74ce82ff8e9bcd563994c27595426..ed94304ac0bff5bb9790784633de95a2d1535674 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 026b89a4d37a41b3edb6cc816ece3e1b110d575b..1abe1f1f6fd5ca18ac15eab0a5d202203c2c2dae 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b6c58dff4752ebe9fa65ca705e532087c594b69e..88d82708840acbe25cae830e68262b6fa4917074 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf5be2981c475c3db9e4c5efaa484d1e7c8779d1..8aab761fcdfcb30e4d6a1c85df87887faeac37a4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index defedf5f0f31721109e25fd06699dd6cc9617834..13cd1a5d9e75c1933f4ee71f366a16a8f1d10ef1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7cc919e29c8191bd08f073feb29ee90b10ee4655..00c6cbe33fb80c4b09cf3ddb4220ac820b47e4fe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 325ccc2a0327dfc68de65457576ec236a148766a..3be9f9b08a60c1b509e6e53a842699f0c5793851 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8ab606b979f4abc5a5458202486b17ebf97a85c1..46e42543ea044ecb8863b2ca4e1673cf3e01fd65 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index de0e7d2a6548b8780f631a1d83bb434064d50fc5..c6320fb183142f0f7e36673aac4a973e35c1b4e3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dfdc1a953d62f0cca0659cfe9816064b5ce27bc9..93b8988c545079e46e2e86b3f0a64316ab6cc58d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 545f2a419ddc92bfe7bfd745f2116b7befe161c0..d23aa5a952a41d17e1f7370b7567fbf912aefcfd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7374f6fe3d2b6154af0af840c0879d07cbc5e6b4..89aae30a61a57a732f29b092e68696798179ef02 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c3cb05e65f2fabc013e91ea4f81c6f06ae803ea6..4337a5a50d1a006338a935a12973f93c8110d3b5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 378d3650b27b6be356e46c56ef8c59e232feeb1f..330696180a0eee59ca195387da15869439272468 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d28dab2cecb955a3e35cb0565fa6d22b81479191..7ac6fb47521988e9c77289a7a0112644ece6daf2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b79fbaa563115988fd0f712403ffe8b036031830..4235b9ed3945e51f59c86a3d5e3fd4d64e90841b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88befd421827d138e98c820a6020c067388a9c21..9a7d8f7874721ac7351be10046f10748ca4d9e25 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8fe7eba7c793097264fa9f65be6e647df326f8cf..5cc9d9cfb02e89e4ead30f3c31b3d1fc4817dffa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f62949d39b677e2944e400f6d0fcdd1d0eeb3130..4d048608895b7d31dbd639d6e72d8700edb55ef0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8c32ac582a48aaf48e14ffc1a4f011134b564ea9..0e79d5650605a96eed3f3966b4ccaeacaea658f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0febf619b7eb0410332b1ba408d83ca7c03a3fbb..7b0b61239692dfa66f9038b06098470468cbc0fe 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a477a23ab3c198adb13df272b5589f57913f84a9..4f38328ff8f707461e89672ba070c02df30298bf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b7dfe36ca74e467ec9c2956a7cfe9761022dd4bb..ba8c1685798dd4b0bc1c94a9973f5a461e784824 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d1579c64c05a40742ba49178c8798d0a8107117..1761d10dc20664bf0f776847a714d63ee840db5a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ac665999286953a97e4022d930b21d8092603f2d..f69cdc18bab46d9c016e73cba991365ac457d42f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 54dfaba9cf008a240942d57aeb77ca40ec50c28f..68683e387cec91a885b8f695c6e34d48e4ff12a5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d411a967d3ada7247642103e17b1d9d8f250c50b..cf20a4e69b7a8794cb7f3e1e1e4ee181c0422f2f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e0b53e07b87e12fb3dae5529223b4749fc48a05e..f721d4662006fda1eb7ea286c0aab9a7544ecc61 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2c58df807fafc44062468e0b267f1003e46c55b4..3751c3ecc2ba43a05bfe4b3ab9bb52060ed37af3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dd85067884f8fcd82dfc1247874bbc21a2bc20f9..d56006f2f8d70f682081dea8c6de895b510bc694 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d74718880c3fa87ace530fcfc43d8429c980695f..9ef31490f2aa682f9a8140e4e205331dc0ec0650 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c83d19eda59047738564256295dc1f44ba1fb6b..dcb77519275da7a6f19a34c22a7b4353311c432c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 660c894ca0491ea96c204c518779057dc4deca14..c8bf08e6ba4d242648928e7d7fc68746c767fcd2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c058ec07245511196986aa5f9450e5d6c42fc71..dd6e754ebda81a1d601bda2f952d30b2fa389f50 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 96877a1bddd4371b702ae3db4f2c4764e0652159..25a8a30b0671118591dccec3f160e443b5484da1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1a3a675e44bc70abefada882649bd3c185d8bcc..380c0ab62a18e7a35cc61580749a0cc46cd84c0d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c37c9497c15df5ad84817a358837006ac6c6230..d5923bf7b4b78e2817f8a136642062c241d82ad6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 558006e87c244b4ebb827d1071892707a8b248a9..aa8aff550b5a0b5a95dae0c11ce2e2675d43ae37 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2243895e69c1da5c04f7a88153788d93078a457c..ee9e8afc2b92d012d05254efad1342315e7414eb 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee9054295176c72235d5ee6c7fe60b07d07e3494..e2a88c85ecc42f5209dc8f07e0900a81e0aff2a4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 206e68188d9bd6e5261320f01569425b6464e026..8b5c0ed51a033d117cd0b1eb1d5a56c00fe4f5f7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fb2e60ebaf5476dba6deae9e5ef861419c1f780b..0315e9ce0d104c9c6950938c13ca147d72a208fa 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fbd511dfbdfae24fa6c71bfc40b7f718f8bad5b2..98b1da7f473884c4759703b0b45a5911547902d0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b20b60f9fb0512410d26422d06adb3f13bfc83c5..d9318746034e87c1e42a56c811aafa693dd31182 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff8f73272463e5049377c2f9ce32c639e248047a..a414e4ded725f327873acabcd570b9ead0129fbf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 33824e3013a7930cfca5d8bd929bd57607549e26..ef97f51e1d82f4ec517689e1b33fcf1c0cb79c61 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fdb7051be1e42195d198aeb7db223fd5243982bd..392e77a82fee8114793afc1971200a52936420c4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cc16a27e53dc642e9d6243eac7565e1076a2ca80..b08629b553c59e1ed1898e42cec39220927214fc 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c081eed5a802bca1ec8bef85fbdc145de6f4145..b6cb57c3ebfcbf052a5f72512718ba22bf58a342 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 02b6670e290d81b2da8c66d555166d6d5e4d6bae..ea877c948c7f9abf589b84311a931186836cf889 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 77a6f70f69a14db483c627d9f2034612befec9fb..1ea5862db794308dd6fb1566c4827111be93e906 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b78938956c0f5aac028ade00867221f8cf6c367..c93ab3ff1484f7158c8f529116e4b53de832a3f1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 701150fca93dc02e739f24dc5c3e06ecf9eff165..69f8cb6805f003e8e333bf8dbb3ac40eb93974a3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 428128fb210556ca089cfe0fbb12c9b18496772a..00e0a0f42ca66f98ddc613ef8432321a12bd11be 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fadbd21fade225cf77f70110672d5e14825182e4..0c2ffaa4d885b2c86cb0f01feb83fd6c1b9b58dd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2749a7fc35c35e3fedc9f3ce39840fef607199e2..a0d9485c22c34648070d54bd84293e697394c65f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5654be514f944f27a54b40d1f10ac4fb0c87e436..b32fbebb4b7bd0f89eee280604fcb8a68a526894 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ee69a6f6dca5da0b440b22db7ebb1e13a648b1e..8f7cd4edcbea194aa41c1ae70fb48cc86f128da1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d6abd1aec18b3bd6ae1610a00483c59586f1f4ab..0e017791773c79f062cf9f41361593b1f4e7702a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7131ab3f3548215e6f3b09baaed437f00f05a6e2..b4236baf3c1cd70a82274e7050899e94b7c6249e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 777d36af6d5452ec8e3aa1ffd3aa5ec4ca02ff3d..83e3bc119f08666374d57fda52a58ef500837e60 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e7e5c27c146189072522b28b01367397ff3be040..b074ca6ae69ab24e40cd57d94093d9a4a76345d6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d3c7f5a3f0f36c9fed598636f712709f397496de..895bc69a744a7b1314fb1a2f9810aaf160791293 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 424b24e7d4ef7624f9ccca7ffac5a1295a5741c1..aaf664047ccbba9fcf9fec27bc60e974e5bdc083 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2647fb7b83bd34d7bd57c57bb63fec3c010c7957..c018aca726800eb07efc075a4b06f3fb377ea851 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 98dbef96aaeb2e55e3cb9ddee812ce8bc428d245..7d1d5b09b230a12198c22bee124e3482ade9018b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 443645897b752b3fe3e6961775722f4ca840d6db..89362796220df7cb5a27d7b51fbad045bc870735 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4ded02802c2d8e69dcb233a4c781c09f4958d94..fb94d9fefd03329ac282a432d8c810481a5fce53 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d95ed60bc2cde50f2eeb4b7374dc596cee300524..85dbc08e82ae348b8f704d6d4971a445d1308f08 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9fc362a3355198bcaeab8707435899c9c738ea7..fc155755233dd90be8f4592bf4d6327cef526fd7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1a67182f94cb72a51b0d99fa60e2d27a3abea630..52f5b58060e469aa4a10accf971e9ae6b93fa6de 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index db10a28a8ab25d5e4789f9ec092e97cdf4ba3909..a4a2ed121afa0633ea51d1992ff8c2abdc55508a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 454b5f912d35d8e95284a4a77715849603aca3a7..8d8874b362be4e0b89ff0002621f69bb1edfa1e8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e23bdb002e1660a94a6f98ba5c38466ad79538d8..e55b0b5af047905eeee58d0b80cd18e0cf90b8b3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4054af3b31d13ad92bc526868c623ac9ab2a51b..2d2a1dbe83b7c57df8eab27631f003303f0deabd 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 205f78cd37ee8b0719e34ca8c0daa140c38f3bab..fa558a3775aa6b11083191cab9816ce94d9a0808 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8ff682ab09ce7cbcbf55d88f2e5ce9b106a6bbb..ed1eb29716ada103186cfaa9fd61cf79b1a8b532 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4fb1ea632d2d38b4cab1da0bb91e6dec96d4230b..7d5f1c2649db5a4ff01ad6c3e7853db2ee833202 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ab2675f87c9fb77ea47d0fef92d4c831150cf1d2..841a496be9dc2e93dea563a0513e8c4d30efc776 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 46bc893968f7e943354b4798d49603846b0b6eb0..26dafb5703f8e7d97ea348186d61122a5bc8141d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b7237325cf838a6d1b1e9569898cbbcfdad9b59b..36f86327e7d73b4a1e63c34a70e1ba659fcb6cc7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9c917e9c49a9ef32ad677e546f15223c34496b4..d927fd0a68fc7f120db9d396b41e80cf675bc78c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 752537177cc273b63444d3f1eb47bb21d25f3dce..3b99b82368e3769bd3f87657396a21a0dd019c8e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 36e986cdf427193a6263ed9b2de4f8eef12ef52e..64503b38cd5d0166dfb4656bb61f48f356123a02 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f9251ed4009472a19a100b458c2b627722e6abb0..8b7016cd8634eebb92872c18fdb2b403a2c130f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3f0194bebf2657196f35695bea3af63e8f30870c..c9abf4fa0f65287043d7ca6bdf1b206f960334ba 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 61c91954766a9bef91adca922eca34e84e3b21cc..14319b3bd8475d7907986054ce2f36ee83de79d4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 65c28ca6f38d6e5cc5fe03f28ccebcf30cee05d9..0c8ec4672a5c25c9f4ca957f265bf83dd015fbf9 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 86985892963aa3796c658550ec9bd48fdae7e37f..1648002ed784c06c824e1282b510a0af8f2511b7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c49ad998f15ebd90a20ab32b09b6456cba59a437..8af8ba5efadfa35f0aab9e958d7f4df51f8649f2 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 356406a42b6022f56ee795e96307ed24e791b2f9..215947bd23b63954f45a3e37cebaded77cdda964 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ec5f3725aaa6fb82ab7ec30334d829a96835b1e..ae194c6edc2791e37d0f05402cfdfb71f779a51e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f993a2c6265f69ba0bbab446e702a3354a15a634..a3d4f58da7a8263518983d2fd5f7602b8baf2ba0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2b103420eec0f4c3a8aeb4be05f5d33ff0ff8124..e161f84e04fc76e7589f13686e780a0312c4d9ce 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 92898e1819cf299cb6a68df0f739f784fab483c3..75c8ece9b3cf3c9d9503eab5cc6556b1df4a8f66 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7c087322d3b948342a39a763f8c85bcc7bd46a4d..c183fabd5ca1fd300c203499225179fc2569c186 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index edad6212b9d3dd03440bb5251ccceabc9226a0d9..58debcf8ad376fe526b7d7ccacb68b5d046d6c2d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ba3cda61bc605a1d1c25e18a3d1e6fa552b577c2..0bef95141e3787183c42c92631f3d5b36d24059f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index af01c7bca2f6a8b6ffc0ef2edb2271fb792accdf..061c8b353f72accf1fbf679703478e4661e81a28 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4289ca22bb61c807d39c28b931cef7198f114385..e23f70a6e2c14f8552362a61560f6f4260f76981 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b81f9a61b0c1d685cc062c65904e9ac03b98dad5..55a9dbad08d745786cc8027f2212eef3dc51a830 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22104a4db0f7b9b1a8196a7c2d91fe0fd8b1a205..cd6a919e8e9bdfd5eb7dc16705914137ae0a3d30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 87c309210992152e61383bcef41dffa653101e19..042dbf6ecfe7b0352a9000ec7b6f16d8b714ec9e 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d369b5370436f0579e94fcb26781b39ecead4fd4..e2944b4acfafd70cff3ab54f515c232c23e47601 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07e0c8d2baaaa4de756254d5dd48b1903818accf..7720a84c79998dee3b1e9b585c782673afab0bed 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 58f8dd03959b4de321b39237f326f4d1a9359e5b..219f38c64447536af7fb6243d7d653e641e9eb64 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b5996e83a271bb31f57719be2a1f879ff70048a..5b9c628e01ac26cd5387799e779a0202c5cf385f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e48b19ccb2962b3cf450239936cb790fbec78476..d4a072f17986939d8b977f5c39f612eb4004682b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 144725d885a71a7b8c9f4f4366468eec7b837a33..5343532261937be88c4a5f3c248e2746a1b618d8 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 58d2212e10d1e41f8d9cdfd28203c090b7737608..26e7c2d9d1c0c674585aa140ce24f9ec34f851d0 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index afac1054544dce9a7a6db34ac1bb95be8ed6f889..ce114425661f0c7d19a4df5c3bf146c9d9bc3044 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 80df0572b24dfd0de053513c2b5adaf23e978670..818093f68507c20e3c8fe674bb736d8b217d5c30 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4e8fa0df110ec68c148630bcbdb7e97b426dc28..fcfc3156b23d65edfcaa648eccff7cd65f484011 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 92b324151779d2934a8cd92bd141df5fb817af2f..18cfe70d301a6791dfa612ec942238dae867b779 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cd5e899315090a06c3160932a22e5033237302f9..c05b8a0a03d4784436769ed372cc0ebf1ffab932 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 195c3e11e24227ed0235a8e9f62be63752c14eaf..9071184d372c732eaa6d9b14d9d0a3200078e175 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a1de2b974c9c08da09a372435d95b5ff3d408c3d..87f67a76a2a10895daab07484be84edb4fbd383a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 586dbbe1ed5ea0a65562922cab0d09f7dee28478..f5aabe2731b64fe2a8aeb027d042543e79939661 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4059f4edced0fab47d1674a0c8ab502be66ea984..a7a13d740a2aa0d43c2793c6b1d0a3cac7369770 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a7940cae84ba527383d4c06a95af9748c0457bb3..39448df31527c52b820ae4af22813181833ef558 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5be1521a515e25a50179b3953d1bc741744e2272..fa6d76f83898632f3f602cedd7fd92531cd35bcf 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c035001eb2b54ecbab19d8ea9507d0b7281da81..df45d9efdba38a121ae08dbda5d8987591de05c1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3a8e0ad0f76ce7427020b28367e1e8e5958182c4..8d9f4ce04e83bfe73dcdc5ff536899785c7b951a 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6e824b1b0ff04ffd529cc8c7e9e4f867b3dff0d8..1c3bae996c822f3eb972b069bf9767e9ea9a180c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2b9df24644d8c9db71e4cc5aa08440ae9670676f..9d09ef59a3e5b29f188c598f4e913fd0987901c6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7bad7b168c4de1316fd782591a0132a1599ce88b..0e7a966bd8dc26c8cb69e02d574479ace55baa44 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 999cb8ceac2b499990df71168f41e8dd79010012..9d0dad1a71ba302322f57410ffc5be8a06825674 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7bea0c446846c6ff443c61513067b0fd5309dfd5..574b690ffcfacee92ebd78ec8d3fefc75aa8aa94 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dc56eba3b7d63375f7c9b625d2a361aba4fde655..4e75ef87448c352e98d7c185dc87ec171d864b9c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88997d62906e44d9b0be07060ab843e3c9488779..0abd7894d3a2774db056ece6e6cf33e707d6bc1a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 200b2e51e965880f6b4f35de61d304a8fe994f63..72dce349932423087d44d5c12ecbfe35b3949911 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9282838f9c1119568c78c61116e5664c117e095..b612466f1adf7a0897fa194437c7099316f6abc5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee6d3179c6045579f946a5ff99429e17e05a1660..804efc9ece0566e41c773ef9585e06023e680965 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 50cc1c9c9806395d61b635915d94f3ec7bcb2fc6..29cac332747079c9907f5bd49e50b0b49f369588 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3bc825a25cdae8628a7fd5a29894a9b18bdad185..76345667530160b4e0af8692960a7879165ce50d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fef3b6ee28d040a332230673e8eae0804eb3859e..376a3d16101b8724e22c5572dccde2daa28ca89d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 69e00b00c265742a3907fe3f4ee0be72c33af071..55535019d2ad0cd49a8a8600c7b221806c9bce5a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8267057a3e3cd54ad2883d7c82480d516c7bc2cd..8166e8363b9c3230f54f28b5f507e7b830dea743 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5a1497809e130d13f513ee678a4a31960bce71c2..676029a141ef1ac2bed1f9968418e6af5034894c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff11ec62ca74ac82d889579e156221a8e602d42f..f27e8c41f9416c316e5f09e95f26cbb41230b073 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index baa862ff7223539eae4cc11108aeac3c18461468..b8f1f7141ab0bef07175a20bce59fc8c6d13e645 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dbc5ab2a1b0824fd981c956d5e6acf6c8283129b..74f48158391da558bafb66fb7af0fbc3642f8491 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88d76d85c89ab72be5af03241dbe92cd9b384a2e..9b49199212a9fcef6c32a08ce15012b5b80b5376 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 506c75055e2fdaf362b30ee0d6c13fd83cdfff33..9ecf723e747ec86877e99f44cdd2eaf8b8114587 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf1f83a8639f964d854489d061903b14a82bb380..622ee5b69095947b86bcee451befae96daf9667d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1b4586dec2157cf1039e49332eb24fe1a22df767..4ee5383bd44ac8d8d9ecd0ed5cfee3f42df2a38d 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5bff5430011f7effd481b7c6f45f4040ecbeff79..84f4e30e38ea2587abb4e6ade8ce6ea429fb80d6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c5ee93a3a1af9356b593f828f3eca086737f1666..78d95782147c3b856e9bc89a7278614c0647cbe3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ae83ed28ad89221a62dcc77e89b5ba54d22fe7cf..39ab793054b6cec54c7597fde7d162ae9b031c54 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9777ef73af5f4672f3b2cb3b5c49c4e53897e6f1..f8d35a6a64777cebec25505df7b031c57967176f 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7953a7ceef2100b39debaa62936620fc1902bfb7..f4437c327147eb23fa34205e4abcb21a2d2315b6 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4d52667b62e636c6ba7eecea790c784e0da06f45..e79958b791e9de5326384a5274f69ad4f6a5b0ad 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b4e8b1e0695dc1fba4791f011f40d1e812cb1bb0..f0ec41cb71b6f1fee159b9e520848f5954f3acc4 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 254496113d1b4caff5844606cf44951c54a1d83c..9db12b44072cb3244d6dea57f275c8f957f47ead 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b5bbc4ff46f5f7f9ad5f822dd0e7a6688d29b24..0998d98b91ba677668c85b562236e126ba89da27 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d2c00e94273e06403cd0d3643511b148019074a..d8da1aca8e53f64fdb01749b947ea7c8caad441b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 52c7b39ee81071c95f2943a7b2533561fb2d479d..f81aeb63b53253c10b2fb1c0809895a63c93a0a1 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf6f73457751296ec4e572c680a801e7c138b12f..87c4c2251e96b8f49a2ca9338f206cd952da3691 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fbe0031e18ffbfd1b7227acba64ea97945d58b4c..9ac213b5fae8f914e36787e37cc97e8f1537396c 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 32f4dd200433636198638a08ede124014152fe61..6590ce2f7fe7012c341046b6feafa3c9ffec88c5 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 061c259d5896d51b1af786424d51ecee10dfce7d..d14b8bc657feb0551597fc40efd8333d41681897 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca27011bce7446d64745ab6f646d9d98d38647a4..1638f4fcbbe8780b12773c827b9b3444d3979328 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fd63a8ab428b4b5ab57610f8e4a971721829b127..fff5f796fa3025e43e24b29b2aa8cab9f403f9f3 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 46f5b6035813d49fb648acee0ab6ce2c653f1435..ca887f09244cea2c2eb9060c2d4fa3128654d57a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 765747388039afe6ce6ebb6003429473d06b1e02..1f82bd9d96b18931f7ebdc88ff8c6f6712ad0d7a 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d0727a3ab7fc08e7967608dbd19601223b9249ec..73c20fffe3bedbe12f26d4f3bf855999172e7971 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a646cad2911c6f4c204792fded13bc320633a301..3e134d303ed91060d290a7c5eeab29961578fdb7 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f69efc3d667bd1bf7f22496c849538f54544cac4..080cc3a9044a8037659f38ba6e31450182ffa866 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f74f3314178e70a732b3873f47833953b6cd43a..eaa11309cb33b3be697ec3b5f03807f8f2b14f0b 100644 (file)
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 # Redmine - project management software
-# Copyright (C) 2006-2021  Jean-Philippe Lang
+# Copyright (C) 2006-2022  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License