From 21a696ef9b170e14ad2daf53364a4c2113822c2f Mon Sep 17 00:00:00 2001 From: Christophe Bliard Date: Fri, 30 Dec 2022 15:51:26 +0100 Subject: [PATCH] Update copyright information for 2023 --- COPYRIGHT | 2 +- COPYRIGHT_short | 2 +- Gemfile | 2 +- Guardfile | 2 +- Rakefile | 2 +- app/cells/individual_principal_base_filter_cell.rb | 2 +- app/cells/placeholder_users/placeholder_user_filter_cell.rb | 2 +- app/cells/placeholder_users/row_cell.rb | 2 +- app/cells/placeholder_users/table_cell.rb | 2 +- app/cells/user_filter_cell.rb | 2 +- app/cells/users/user_filter_cell.rb | 2 +- app/cells/versions/row_cell.rb | 2 +- app/cells/views/individual_principal_base_filter/show.erb | 2 +- app/cells/views/projects/row/show.erb | 2 +- app/cells/views/projects/table/show.erb | 2 +- app/cells/views/row/show.erb | 2 +- app/cells/views/table/show.erb | 2 +- app/contracts/admin_only_contract.rb | 2 +- app/contracts/attachments/create_contract.rb | 2 +- app/contracts/attachments/delete_contract.rb | 2 +- app/contracts/attachments/prepare_upload_contract.rb | 2 +- app/contracts/attachments/validate_replacements.rb | 2 +- app/contracts/attribute_help_texts/base_contract.rb | 2 +- app/contracts/attribute_help_texts/create_contract.rb | 2 +- app/contracts/attribute_help_texts/update_contract.rb | 2 +- app/contracts/authentication/omniauth_auth_hash_contract.rb | 2 +- app/contracts/backups/create_contract.rb | 2 +- app/contracts/base_contract.rb | 2 +- app/contracts/concerns/assignable_custom_field_values.rb | 2 +- app/contracts/concerns/requires_admin_guard.rb | 2 +- app/contracts/concerns/requires_enterprise_guard.rb | 2 +- .../concerns/single_table_inheritance_model_contract.rb | 2 +- app/contracts/concerns/unchanged_project.rb | 2 +- app/contracts/custom_actions/cu_contract.rb | 2 +- app/contracts/custom_actions/execute_contract.rb | 2 +- app/contracts/custom_fields/base_contract.rb | 2 +- app/contracts/custom_fields/create_contract.rb | 2 +- app/contracts/custom_fields/update_contract.rb | 2 +- app/contracts/delete_contract.rb | 2 +- app/contracts/empty_contract.rb | 2 +- app/contracts/groups/base_contract.rb | 2 +- app/contracts/groups/create_contract.rb | 2 +- app/contracts/groups/delete_contract.rb | 2 +- app/contracts/groups/update_contract.rb | 2 +- app/contracts/journals/update_contract.rb | 2 +- app/contracts/members/base_contract.rb | 2 +- app/contracts/members/create_contract.rb | 2 +- app/contracts/members/delete_contract.rb | 2 +- app/contracts/members/update_contract.rb | 2 +- app/contracts/messages/base_contract.rb | 2 +- app/contracts/messages/create_contract.rb | 2 +- app/contracts/messages/update_contract.rb | 2 +- app/contracts/model_contract.rb | 2 +- app/contracts/notifications/create_contract.rb | 2 +- app/contracts/oauth/application_contract.rb | 2 +- app/contracts/oauth_clients/create_contract.rb | 2 +- app/contracts/oauth_clients/delete_contract.rb | 2 +- app/contracts/params_contract.rb | 2 +- app/contracts/placeholder_users/base_contract.rb | 2 +- app/contracts/placeholder_users/create_contract.rb | 2 +- app/contracts/placeholder_users/delete_contract.rb | 2 +- app/contracts/placeholder_users/update_contract.rb | 2 +- app/contracts/projects/archive_contract.rb | 2 +- app/contracts/projects/archiver.rb | 2 +- app/contracts/projects/base_contract.rb | 2 +- app/contracts/projects/copy_contract.rb | 2 +- app/contracts/projects/create_contract.rb | 2 +- app/contracts/projects/delete_contract.rb | 2 +- app/contracts/projects/enabled_modules_contract.rb | 2 +- app/contracts/projects/unarchive_contract.rb | 2 +- app/contracts/projects/update_contract.rb | 2 +- app/contracts/queries/base_contract.rb | 2 +- app/contracts/queries/copy_contract.rb | 2 +- app/contracts/queries/create_contract.rb | 2 +- app/contracts/queries/update_contract.rb | 2 +- app/contracts/queries/update_form_contract.rb | 2 +- app/contracts/relations/base_contract.rb | 2 +- app/contracts/relations/create_contract.rb | 2 +- app/contracts/relations/delete_contract.rb | 2 +- app/contracts/relations/update_contract.rb | 2 +- app/contracts/roles/base_contract.rb | 2 +- app/contracts/roles/create_contract.rb | 2 +- app/contracts/roles/update_contract.rb | 2 +- app/contracts/settings/update_contract.rb | 2 +- app/contracts/settings/working_days_params_contract.rb | 2 +- app/contracts/types/base_contract.rb | 2 +- app/contracts/user_preferences/base_contract.rb | 2 +- app/contracts/user_preferences/params_contract.rb | 2 +- app/contracts/user_preferences/update_contract.rb | 2 +- app/contracts/users/base_contract.rb | 2 +- app/contracts/users/create_contract.rb | 2 +- app/contracts/users/delete_contract.rb | 2 +- app/contracts/users/update_contract.rb | 2 +- app/contracts/versions/base_contract.rb | 2 +- app/contracts/versions/create_contract.rb | 2 +- app/contracts/versions/delete_contract.rb | 2 +- app/contracts/versions/update_contract.rb | 2 +- app/contracts/views/base_contract.rb | 2 +- app/contracts/views/create_contract.rb | 2 +- app/contracts/views/update_contract.rb | 2 +- app/contracts/wiki_pages/base_contract.rb | 2 +- app/contracts/wiki_pages/copy_contract.rb | 2 +- app/contracts/wiki_pages/create_contract.rb | 2 +- app/contracts/wiki_pages/update_contract.rb | 2 +- app/contracts/work_packages/base_contract.rb | 2 +- app/contracts/work_packages/copy_project_contract.rb | 2 +- app/contracts/work_packages/create_contract.rb | 2 +- app/contracts/work_packages/create_note_contract.rb | 2 +- app/contracts/work_packages/delete_contract.rb | 2 +- app/contracts/work_packages/skip_authorization_checks.rb | 2 +- app/contracts/work_packages/update_contract.rb | 2 +- app/controllers/account_controller.rb | 2 +- app/controllers/activities_controller.rb | 2 +- app/controllers/admin/backups_controller.rb | 2 +- .../admin/settings/aggregation_settings_controller.rb | 2 +- app/controllers/admin/settings/api_settings_controller.rb | 2 +- .../admin/settings/attachments_settings_controller.rb | 2 +- .../admin/settings/authentication_settings_controller.rb | 2 +- app/controllers/admin/settings/display_settings_controller.rb | 2 +- app/controllers/admin/settings/general_settings_controller.rb | 2 +- .../admin/settings/incoming_mails_settings_controller.rb | 2 +- .../admin/settings/mail_notifications_settings_controller.rb | 2 +- .../admin/settings/projects_settings_controller.rb | 2 +- .../admin/settings/repositories_settings_controller.rb | 2 +- app/controllers/admin/settings/users_settings_controller.rb | 2 +- .../admin/settings/work_packages_settings_controller.rb | 2 +- app/controllers/admin/settings_controller.rb | 2 +- app/controllers/admin_controller.rb | 2 +- app/controllers/angular_controller.rb | 2 +- app/controllers/api_docs_controller.rb | 2 +- app/controllers/application_controller.rb | 2 +- app/controllers/attribute_help_texts_controller.rb | 2 +- app/controllers/auth_sources_controller.rb | 2 +- app/controllers/categories_controller.rb | 2 +- app/controllers/colors_controller.rb | 2 +- app/controllers/concerns/accounts/current_user.rb | 2 +- app/controllers/concerns/accounts/omniauth_login.rb | 2 +- app/controllers/concerns/accounts/redirect_after_login.rb | 2 +- app/controllers/concerns/accounts/user_consent.rb | 2 +- app/controllers/concerns/accounts/user_limits.rb | 2 +- app/controllers/concerns/accounts/user_password_change.rb | 2 +- app/controllers/concerns/attachable_service_call.rb | 2 +- app/controllers/concerns/layout.rb | 2 +- app/controllers/concerns/password_confirmation.rb | 2 +- app/controllers/concerns/user_invitation.rb | 2 +- app/controllers/custom_actions_controller.rb | 2 +- app/controllers/custom_fields_controller.rb | 2 +- app/controllers/custom_styles_controller.rb | 2 +- app/controllers/enterprises_controller.rb | 2 +- app/controllers/enumerations_controller.rb | 2 +- app/controllers/forums_controller.rb | 2 +- app/controllers/groups_controller.rb | 2 +- app/controllers/help_controller.rb | 2 +- app/controllers/highlighting_controller.rb | 2 +- app/controllers/homescreen_controller.rb | 2 +- app/controllers/journals_controller.rb | 2 +- app/controllers/ldap_auth_sources_controller.rb | 2 +- app/controllers/members_controller.rb | 2 +- app/controllers/messages_controller.rb | 2 +- app/controllers/my_controller.rb | 2 +- app/controllers/news/comments_controller.rb | 2 +- app/controllers/news_controller.rb | 2 +- app/controllers/oauth/applications_controller.rb | 2 +- app/controllers/oauth/auth_base_controller.rb | 2 +- app/controllers/oauth/grants_controller.rb | 2 +- app/controllers/oauth_clients_controller.rb | 2 +- app/controllers/onboarding_controller.rb | 2 +- app/controllers/placeholder_users/memberships_controller.rb | 2 +- app/controllers/placeholder_users_controller.rb | 2 +- app/controllers/projects/archive_controller.rb | 2 +- app/controllers/projects/identifier_controller.rb | 2 +- app/controllers/projects/settings/categories_controller.rb | 2 +- app/controllers/projects/settings/custom_fields_controller.rb | 2 +- app/controllers/projects/settings/general_controller.rb | 2 +- app/controllers/projects/settings/modules_controller.rb | 2 +- app/controllers/projects/settings/repository_controller.rb | 2 +- app/controllers/projects/settings/storage_controller.rb | 2 +- app/controllers/projects/settings/types_controller.rb | 2 +- app/controllers/projects/settings/versions_controller.rb | 2 +- app/controllers/projects/settings_controller.rb | 2 +- app/controllers/projects/templated_controller.rb | 2 +- app/controllers/projects_controller.rb | 2 +- app/controllers/repositories_controller.rb | 2 +- app/controllers/roles_controller.rb | 2 +- app/controllers/search_controller.rb | 2 +- app/controllers/statuses_controller.rb | 2 +- app/controllers/sys_controller.rb | 2 +- app/controllers/types_controller.rb | 2 +- app/controllers/users/memberships_controller.rb | 2 +- app/controllers/users_controller.rb | 2 +- app/controllers/versions_controller.rb | 2 +- app/controllers/watchers_controller.rb | 2 +- app/controllers/wiki_controller.rb | 2 +- app/controllers/wiki_menu_items_controller.rb | 2 +- app/controllers/work_packages/auto_completes_controller.rb | 2 +- app/controllers/work_packages/bulk_controller.rb | 2 +- app/controllers/work_packages/flash_bulk_error.rb | 2 +- app/controllers/work_packages/moves_controller.rb | 2 +- app/controllers/work_packages/reports_controller.rb | 2 +- app/controllers/work_packages_controller.rb | 2 +- app/controllers/workflows_controller.rb | 2 +- app/helpers/accessibility_helper.rb | 2 +- app/helpers/admin_helper.rb | 2 +- app/helpers/angular_helper.rb | 2 +- app/helpers/application_helper.rb | 2 +- app/helpers/attachments_helper.rb | 2 +- app/helpers/attribute_help_texts_helper.rb | 2 +- app/helpers/augmenting_helper.rb | 2 +- app/helpers/authentication_stage_path_helper.rb | 2 +- app/helpers/backup_helper.rb | 2 +- app/helpers/breadcrumb_helper.rb | 2 +- app/helpers/calendars_helper.rb | 2 +- app/helpers/colors_helper.rb | 2 +- app/helpers/confirmation_dialog_helper.rb | 2 +- app/helpers/content_for_helper.rb | 2 +- app/helpers/custom_fields_helper.rb | 2 +- app/helpers/custom_styles_helper.rb | 2 +- app/helpers/error_message_helper.rb | 2 +- app/helpers/errors_helper.rb | 2 +- app/helpers/frontend_asset_helper.rb | 2 +- app/helpers/groups_helper.rb | 2 +- app/helpers/hide_sections_helper.rb | 2 +- app/helpers/homescreen_helper.rb | 2 +- app/helpers/icons_helper.rb | 2 +- app/helpers/individual_principal_hooks_helper.rb | 2 +- app/helpers/mail_digest_helper.rb | 2 +- app/helpers/mail_notification_helper.rb | 2 +- app/helpers/members_helper.rb | 2 +- app/helpers/messages_helper.rb | 2 +- app/helpers/meta_tags_helper.rb | 2 +- app/helpers/no_results_helper.rb | 2 +- app/helpers/oauth_helper.rb | 2 +- app/helpers/omniauth_helper.rb | 2 +- app/helpers/pagination_helper.rb | 2 +- app/helpers/password_helper.rb | 2 +- app/helpers/placeholder_users_helper.rb | 2 +- app/helpers/project_status_helper.rb | 2 +- app/helpers/projects_helper.rb | 2 +- app/helpers/queries_helper.rb | 2 +- app/helpers/relations_helper.rb | 2 +- app/helpers/removed_js_helpers_helper.rb | 2 +- app/helpers/reorder_links_helper.rb | 2 +- app/helpers/reports_helper.rb | 2 +- app/helpers/repositories_helper.rb | 2 +- app/helpers/roles_helper.rb | 2 +- app/helpers/search_helper.rb | 2 +- app/helpers/security_badge_helper.rb | 2 +- app/helpers/settings_helper.rb | 2 +- app/helpers/sort_helper.rb | 2 +- app/helpers/static_links_helper.rb | 2 +- app/helpers/tabs_helper.rb | 2 +- app/helpers/text_formatting_helper.rb | 2 +- app/helpers/tooltip_helper.rb | 2 +- app/helpers/types_helper.rb | 2 +- app/helpers/user_consent_helper.rb | 2 +- app/helpers/users_helper.rb | 2 +- app/helpers/versions_helper.rb | 2 +- app/helpers/warning_bar_helper.rb | 2 +- app/helpers/watchers_helper.rb | 2 +- app/helpers/wiki_helper.rb | 2 +- app/helpers/work_packages_filter_helper.rb | 2 +- app/helpers/work_packages_helper.rb | 2 +- app/mailers/announcement_mailer.rb | 2 +- app/mailers/application_mailer.rb | 2 +- app/mailers/digest_mailer.rb | 2 +- app/mailers/member_mailer.rb | 2 +- app/mailers/project_mailer.rb | 2 +- app/mailers/user_mailer.rb | 2 +- app/mailers/work_package_mailer.rb | 2 +- app/models/action.rb | 2 +- app/models/actions/scopes/default.rb | 2 +- app/models/activities/base_activity_provider.rb | 2 +- app/models/activities/changeset_activity_provider.rb | 2 +- app/models/activities/fetcher.rb | 2 +- app/models/activities/message_activity_provider.rb | 2 +- app/models/activities/news_activity_provider.rb | 2 +- app/models/activities/project_activity_provider.rb | 2 +- app/models/activities/wiki_content_activity_provider.rb | 2 +- app/models/activities/work_package_activity_provider.rb | 2 +- app/models/anonymous_user.rb | 2 +- app/models/associations/groupable.rb | 2 +- app/models/attachment.rb | 2 +- app/models/attribute_help_text.rb | 2 +- app/models/attribute_help_text/project.rb | 2 +- app/models/attribute_help_text/work_package.rb | 2 +- app/models/auth_source.rb | 2 +- app/models/capabilities/scopes/default.rb | 2 +- app/models/capability.rb | 2 +- app/models/category.rb | 2 +- app/models/change.rb | 2 +- app/models/changeset.rb | 2 +- app/models/color.rb | 2 +- app/models/comment.rb | 2 +- app/models/concerns/tableless.rb | 2 +- app/models/concerns/virtual_attribute.rb | 2 +- app/models/custom_action.rb | 2 +- app/models/custom_actions/actions/assigned_to.rb | 2 +- app/models/custom_actions/actions/base.rb | 2 +- app/models/custom_actions/actions/custom_field.rb | 2 +- app/models/custom_actions/actions/date.rb | 2 +- app/models/custom_actions/actions/done_ratio.rb | 2 +- app/models/custom_actions/actions/due_date.rb | 2 +- app/models/custom_actions/actions/estimated_hours.rb | 2 +- app/models/custom_actions/actions/inexistent.rb | 2 +- app/models/custom_actions/actions/notify.rb | 2 +- app/models/custom_actions/actions/priority.rb | 2 +- app/models/custom_actions/actions/project.rb | 2 +- app/models/custom_actions/actions/responsible.rb | 2 +- app/models/custom_actions/actions/serializer.rb | 2 +- app/models/custom_actions/actions/start_date.rb | 2 +- app/models/custom_actions/actions/status.rb | 2 +- app/models/custom_actions/actions/strategies/associated.rb | 2 +- .../actions/strategies/associated_custom_field.rb | 2 +- app/models/custom_actions/actions/strategies/custom_field.rb | 2 +- app/models/custom_actions/actions/strategies/date.rb | 2 +- app/models/custom_actions/actions/strategies/date_property.rb | 2 +- app/models/custom_actions/actions/strategies/float.rb | 2 +- app/models/custom_actions/actions/strategies/integer.rb | 2 +- app/models/custom_actions/actions/strategies/me_associated.rb | 2 +- app/models/custom_actions/actions/strategies/string.rb | 2 +- app/models/custom_actions/actions/strategies/text.rb | 2 +- .../custom_actions/actions/strategies/user_custom_field.rb | 2 +- .../custom_actions/actions/strategies/validate_in_range.rb | 2 +- .../custom_actions/actions/strategies/values_to_string.rb | 2 +- app/models/custom_actions/actions/type.rb | 2 +- app/models/custom_actions/conditions/base.rb | 2 +- app/models/custom_actions/conditions/inexistent.rb | 2 +- app/models/custom_actions/conditions/project.rb | 2 +- app/models/custom_actions/conditions/role.rb | 2 +- app/models/custom_actions/conditions/status.rb | 2 +- app/models/custom_actions/conditions/type.rb | 2 +- app/models/custom_actions/register.rb | 2 +- app/models/custom_actions/values_to_integer.rb | 2 +- app/models/custom_field.rb | 2 +- app/models/custom_field/order_statements.rb | 2 +- app/models/custom_option.rb | 2 +- app/models/custom_value.rb | 2 +- app/models/custom_value/ar_object_strategy.rb | 2 +- app/models/custom_value/bool_strategy.rb | 2 +- app/models/custom_value/date_strategy.rb | 2 +- app/models/custom_value/empty_strategy.rb | 2 +- app/models/custom_value/float_strategy.rb | 2 +- app/models/custom_value/format_strategy.rb | 2 +- app/models/custom_value/formattable_strategy.rb | 2 +- app/models/custom_value/int_strategy.rb | 2 +- app/models/custom_value/list_strategy.rb | 2 +- app/models/custom_value/string_strategy.rb | 2 +- app/models/custom_value/user_strategy.rb | 2 +- app/models/custom_value/version_strategy.rb | 2 +- app/models/day.rb | 2 +- app/models/design_color.rb | 2 +- app/models/enabled_module.rb | 2 +- app/models/enterprise_token.rb | 2 +- app/models/enumeration.rb | 2 +- app/models/exports/concerns/csv.rb | 2 +- app/models/exports/export_error.rb | 2 +- app/models/exports/exporter.rb | 2 +- app/models/exports/register.rb | 2 +- app/models/exports/result.rb | 2 +- app/models/forum.rb | 2 +- app/models/global_role.rb | 2 +- app/models/group.rb | 2 +- app/models/group_custom_field.rb | 2 +- app/models/group_user.rb | 2 +- app/models/groups/scopes/visible.rb | 2 +- app/models/issue_priority.rb | 2 +- app/models/journal.rb | 2 +- app/models/journal/associated_journal.rb | 2 +- app/models/journal/attachable_journal.rb | 2 +- app/models/journal/attachment_journal.rb | 2 +- app/models/journal/base_journal.rb | 2 +- app/models/journal/changeset_journal.rb | 2 +- app/models/journal/customizable_journal.rb | 2 +- app/models/journal/message_journal.rb | 2 +- app/models/journal/news_journal.rb | 2 +- app/models/journal/notification_configuration.rb | 2 +- app/models/journal/project_journal.rb | 2 +- app/models/journal/wiki_content_journal.rb | 2 +- app/models/journal/work_package_journal.rb | 2 +- app/models/ldap_auth_source.rb | 2 +- app/models/mail_handler.rb | 2 +- app/models/member.rb | 2 +- app/models/member_role.rb | 2 +- app/models/members/roles_diff.rb | 2 +- app/models/members/scopes/assignable.rb | 2 +- app/models/members/scopes/global.rb | 2 +- app/models/members/scopes/not_locked.rb | 2 +- app/models/members/scopes/of.rb | 2 +- app/models/members/scopes/visible.rb | 2 +- app/models/menu_item.rb | 2 +- app/models/menu_items/wiki_menu_item.rb | 2 +- app/models/message.rb | 2 +- app/models/news.rb | 2 +- app/models/notification.rb | 2 +- app/models/notification_settings/scopes/applicable.rb | 2 +- app/models/notifications/scopes/mail_alert_unsent.rb | 2 +- app/models/notifications/scopes/mail_reminder_unsent.rb | 2 +- app/models/notifications/scopes/recipient.rb | 2 +- app/models/notifications/scopes/unsent_reminders_before.rb | 2 +- app/models/notifications/scopes/visible.rb | 2 +- app/models/oauth_client.rb | 2 +- app/models/oauth_client_token.rb | 2 +- app/models/ordered_work_package.rb | 2 +- app/models/permitted_params.rb | 2 +- app/models/placeholder_user.rb | 2 +- app/models/placeholder_users/scopes/visible.rb | 2 +- app/models/principal.rb | 2 +- app/models/principals/scopes/human.rb | 2 +- app/models/principals/scopes/like.rb | 2 +- app/models/principals/scopes/not_builtin.rb | 2 +- app/models/principals/scopes/ordered_by_name.rb | 2 +- app/models/principals/scopes/possible_assignee.rb | 2 +- app/models/principals/scopes/possible_member.rb | 2 +- app/models/principals/scopes/status.rb | 2 +- app/models/principals/scopes/user.rb | 2 +- app/models/principals/scopes/visible.rb | 2 +- app/models/priority/inexistent_priority.rb | 2 +- app/models/project.rb | 2 +- app/models/project_custom_field.rb | 2 +- app/models/projects/activity.rb | 2 +- app/models/projects/ancestors_from_root.rb | 2 +- app/models/projects/exports/csv.rb | 2 +- app/models/projects/exports/formatters/status.rb | 2 +- app/models/projects/exports/query_exporter.rb | 2 +- app/models/projects/hierarchy.rb | 2 +- app/models/projects/status.rb | 2 +- app/models/projects/storage.rb | 2 +- app/models/queries/actions.rb | 2 +- app/models/queries/actions/action_query.rb | 2 +- app/models/queries/actions/filters/action_filter.rb | 2 +- app/models/queries/actions/filters/id_filter.rb | 2 +- app/models/queries/base_query.rb | 2 +- app/models/queries/capabilities.rb | 2 +- app/models/queries/capabilities/capability_query.rb | 2 +- app/models/queries/capabilities/filters/action_filter.rb | 2 +- app/models/queries/capabilities/filters/capability_filter.rb | 2 +- app/models/queries/capabilities/filters/context_filter.rb | 2 +- app/models/queries/capabilities/filters/id_filter.rb | 2 +- .../queries/capabilities/filters/principal_id_filter.rb | 2 +- app/models/queries/capabilities/orders/id_order.rb | 2 +- app/models/queries/columns/base.rb | 2 +- app/models/queries/days.rb | 2 +- app/models/queries/days/day_query.rb | 2 +- app/models/queries/days/filters/dates_interval_filter.rb | 2 +- app/models/queries/days/filters/day_filter.rb | 2 +- app/models/queries/days/filters/working_filter.rb | 2 +- app/models/queries/filters.rb | 2 +- app/models/queries/filters/available_filters.rb | 2 +- app/models/queries/filters/base.rb | 2 +- app/models/queries/filters/empty_filter.rb | 2 +- app/models/queries/filters/me_value.rb | 2 +- app/models/queries/filters/not_existing_filter.rb | 2 +- app/models/queries/filters/serializable.rb | 2 +- .../queries/filters/shared/any_user_name_attribute_filter.rb | 2 +- app/models/queries/filters/shared/boolean_filter.rb | 2 +- app/models/queries/filters/shared/custom_field_filter.rb | 2 +- app/models/queries/filters/shared/custom_fields/base.rb | 2 +- app/models/queries/filters/shared/custom_fields/bool.rb | 2 +- .../queries/filters/shared/custom_fields/list_optional.rb | 2 +- app/models/queries/filters/shared/custom_fields/user.rb | 2 +- app/models/queries/filters/shared/group_filter.rb | 2 +- app/models/queries/filters/shared/me_value_filter.rb | 2 +- app/models/queries/filters/shared/parsed_filter.rb | 2 +- app/models/queries/filters/shared/project_filter.rb | 2 +- app/models/queries/filters/shared/user_blocked_filter.rb | 2 +- app/models/queries/filters/shared/user_name_filter.rb | 2 +- app/models/queries/filters/shared/user_status_filter.rb | 2 +- app/models/queries/filters/strategies.rb | 2 +- app/models/queries/filters/strategies/base_strategy.rb | 2 +- app/models/queries/filters/strategies/boolean_list.rb | 2 +- app/models/queries/filters/strategies/boolean_list_strict.rb | 2 +- app/models/queries/filters/strategies/cf_float.rb | 2 +- app/models/queries/filters/strategies/cf_integer.rb | 2 +- app/models/queries/filters/strategies/cf_list_optional.rb | 2 +- app/models/queries/filters/strategies/cf_numeric.rb | 2 +- app/models/queries/filters/strategies/date.rb | 2 +- app/models/queries/filters/strategies/date_interval.rb | 2 +- app/models/queries/filters/strategies/date_time_past.rb | 2 +- app/models/queries/filters/strategies/empty_value.rb | 2 +- app/models/queries/filters/strategies/float.rb | 2 +- app/models/queries/filters/strategies/float_numeric.rb | 2 +- app/models/queries/filters/strategies/huge_list.rb | 2 +- app/models/queries/filters/strategies/inexistent.rb | 2 +- app/models/queries/filters/strategies/integer.rb | 2 +- app/models/queries/filters/strategies/integer_list.rb | 2 +- .../queries/filters/strategies/integer_list_optional.rb | 2 +- app/models/queries/filters/strategies/integer_numeric.rb | 2 +- app/models/queries/filters/strategies/list.rb | 2 +- app/models/queries/filters/strategies/list_all.rb | 2 +- app/models/queries/filters/strategies/list_optional.rb | 2 +- app/models/queries/filters/strategies/numeric.rb | 2 +- app/models/queries/filters/strategies/relation.rb | 2 +- app/models/queries/filters/strategies/search.rb | 2 +- app/models/queries/filters/strategies/string.rb | 2 +- app/models/queries/filters/strategies/text.rb | 2 +- app/models/queries/filters/strategies/validations.rb | 2 +- app/models/queries/filters/templated_value.rb | 2 +- app/models/queries/group_bys/available_group_bys.rb | 2 +- app/models/queries/group_bys/base.rb | 2 +- app/models/queries/group_bys/not_existing_group_by.rb | 2 +- app/models/queries/groups.rb | 2 +- app/models/queries/groups/group_query.rb | 2 +- app/models/queries/groups/orders/default_order.rb | 2 +- .../queries/individual_principals/orders/group_order.rb | 2 +- app/models/queries/individual_principals/orders/name_order.rb | 2 +- app/models/queries/members.rb | 2 +- .../queries/members/filters/any_name_attribute_filter.rb | 2 +- app/models/queries/members/filters/blocked_filter.rb | 2 +- app/models/queries/members/filters/created_at_filter.rb | 2 +- app/models/queries/members/filters/group_filter.rb | 2 +- app/models/queries/members/filters/member_filter.rb | 2 +- app/models/queries/members/filters/name_filter.rb | 2 +- app/models/queries/members/filters/principal_filter.rb | 2 +- app/models/queries/members/filters/project_filter.rb | 2 +- app/models/queries/members/filters/role_filter.rb | 2 +- app/models/queries/members/filters/status_filter.rb | 2 +- app/models/queries/members/filters/updated_at_filter.rb | 2 +- app/models/queries/members/member_query.rb | 2 +- app/models/queries/members/orders/default_order.rb | 2 +- app/models/queries/members/orders/email_order.rb | 2 +- app/models/queries/members/orders/name_order.rb | 2 +- app/models/queries/members/orders/status_order.rb | 2 +- app/models/queries/news.rb | 2 +- app/models/queries/news/filters/news_filter.rb | 2 +- app/models/queries/news/filters/project_filter.rb | 2 +- app/models/queries/news/news_query.rb | 2 +- app/models/queries/news/orders/default_order.rb | 2 +- app/models/queries/non_working_days.rb | 2 +- .../queries/non_working_days/filters/dates_interval_filter.rb | 2 +- .../non_working_days/filters/non_working_day_filter.rb | 2 +- app/models/queries/non_working_days/non_working_day_query.rb | 2 +- app/models/queries/notifications.rb | 2 +- app/models/queries/notifications/filters/id_filter.rb | 2 +- .../queries/notifications/filters/notification_filter.rb | 2 +- app/models/queries/notifications/filters/project_filter.rb | 2 +- app/models/queries/notifications/filters/read_ian_filter.rb | 2 +- app/models/queries/notifications/filters/reason_filter.rb | 2 +- .../queries/notifications/filters/resource_id_filter.rb | 2 +- .../queries/notifications/filters/resource_type_filter.rb | 2 +- .../queries/notifications/group_bys/group_by_project.rb | 2 +- app/models/queries/notifications/group_bys/group_by_reason.rb | 2 +- app/models/queries/notifications/notification_query.rb | 2 +- app/models/queries/notifications/orders/default_order.rb | 2 +- app/models/queries/notifications/orders/project_order.rb | 2 +- app/models/queries/notifications/orders/read_ian_order.rb | 2 +- app/models/queries/notifications/orders/reason_order.rb | 2 +- app/models/queries/operators.rb | 2 +- app/models/queries/operators/ago.rb | 2 +- app/models/queries/operators/all.rb | 2 +- app/models/queries/operators/all_and_non_blank.rb | 2 +- app/models/queries/operators/base.rb | 2 +- app/models/queries/operators/between_date.rb | 2 +- app/models/queries/operators/between_date_time.rb | 2 +- app/models/queries/operators/blocked.rb | 2 +- app/models/queries/operators/blocks.rb | 2 +- app/models/queries/operators/boolean_equals.rb | 2 +- app/models/queries/operators/boolean_equals_strict.rb | 2 +- app/models/queries/operators/boolean_not_equals.rb | 2 +- app/models/queries/operators/casted_greater_or_equal.rb | 2 +- app/models/queries/operators/casted_less_or_equal.rb | 2 +- app/models/queries/operators/children.rb | 2 +- app/models/queries/operators/closed_work_packages.rb | 2 +- app/models/queries/operators/concerns/contains_all_values.rb | 2 +- app/models/queries/operators/contains.rb | 2 +- app/models/queries/operators/date_range_clauses.rb | 2 +- app/models/queries/operators/datetime_range_clauses.rb | 2 +- app/models/queries/operators/duplicated.rb | 2 +- app/models/queries/operators/duplicates.rb | 2 +- app/models/queries/operators/equals.rb | 2 +- app/models/queries/operators/everywhere.rb | 2 +- app/models/queries/operators/follows.rb | 2 +- app/models/queries/operators/greater_or_equal.rb | 2 +- app/models/queries/operators/in.rb | 2 +- app/models/queries/operators/in_less_than.rb | 2 +- app/models/queries/operators/in_more_than.rb | 2 +- app/models/queries/operators/includes.rb | 2 +- app/models/queries/operators/less_or_equal.rb | 2 +- app/models/queries/operators/less_than_ago.rb | 2 +- app/models/queries/operators/more_than_ago.rb | 2 +- app/models/queries/operators/none.rb | 2 +- app/models/queries/operators/none_or_blank.rb | 2 +- app/models/queries/operators/not_contains.rb | 2 +- app/models/queries/operators/not_equals.rb | 2 +- app/models/queries/operators/on_date.rb | 2 +- app/models/queries/operators/on_date_time.rb | 2 +- app/models/queries/operators/open_work_packages.rb | 2 +- app/models/queries/operators/ordered_work_packages.rb | 2 +- app/models/queries/operators/parent.rb | 2 +- app/models/queries/operators/part_of.rb | 2 +- app/models/queries/operators/precedes.rb | 2 +- app/models/queries/operators/relates.rb | 2 +- app/models/queries/operators/required.rb | 2 +- app/models/queries/operators/requires.rb | 2 +- app/models/queries/operators/this_week.rb | 2 +- app/models/queries/operators/today.rb | 2 +- app/models/queries/orders/available_orders.rb | 2 +- app/models/queries/orders/base.rb | 2 +- app/models/queries/orders/not_existing_order.rb | 2 +- app/models/queries/placeholder_users.rb | 2 +- .../placeholder_users/filters/any_name_attribute_filter.rb | 2 +- app/models/queries/placeholder_users/filters/group_filter.rb | 2 +- app/models/queries/placeholder_users/filters/name_filter.rb | 2 +- .../placeholder_users/filters/placeholder_user_filter.rb | 2 +- app/models/queries/placeholder_users/filters/status_filter.rb | 2 +- app/models/queries/placeholder_users/orders/default_order.rb | 2 +- app/models/queries/placeholder_users/orders/group_order.rb | 2 +- app/models/queries/placeholder_users/orders/name_order.rb | 2 +- .../queries/placeholder_users/placeholder_user_query.rb | 2 +- app/models/queries/principals.rb | 2 +- .../queries/principals/filters/any_name_attribute_filter.rb | 2 +- app/models/queries/principals/filters/id_filter.rb | 2 +- app/models/queries/principals/filters/member_filter.rb | 2 +- app/models/queries/principals/filters/name_filter.rb | 2 +- app/models/queries/principals/filters/principal_filter.rb | 2 +- app/models/queries/principals/filters/status_filter.rb | 2 +- app/models/queries/principals/filters/type_filter.rb | 2 +- app/models/queries/principals/filters/typeahead_filter.rb | 2 +- app/models/queries/principals/orders/name_order.rb | 2 +- app/models/queries/principals/principal_query.rb | 2 +- app/models/queries/projects.rb | 2 +- app/models/queries/projects/filters/active_filter.rb | 2 +- app/models/queries/projects/filters/ancestor_filter.rb | 2 +- app/models/queries/projects/filters/created_at_filter.rb | 2 +- app/models/queries/projects/filters/custom_field_context.rb | 2 +- app/models/queries/projects/filters/custom_field_filter.rb | 2 +- app/models/queries/projects/filters/id_filter.rb | 2 +- .../queries/projects/filters/latest_activity_at_filter.rb | 2 +- .../queries/projects/filters/name_and_identifier_filter.rb | 2 +- app/models/queries/projects/filters/name_filter.rb | 2 +- app/models/queries/projects/filters/parent_filter.rb | 2 +- app/models/queries/projects/filters/principal_filter.rb | 2 +- app/models/queries/projects/filters/project_filter.rb | 2 +- app/models/queries/projects/filters/project_status_filter.rb | 2 +- app/models/queries/projects/filters/public_filter.rb | 2 +- app/models/queries/projects/filters/templated_filter.rb | 2 +- app/models/queries/projects/filters/type_filter.rb | 2 +- app/models/queries/projects/filters/typeahead_filter.rb | 2 +- app/models/queries/projects/filters/user_action_filter.rb | 2 +- app/models/queries/projects/filters/visible_filter.rb | 2 +- app/models/queries/projects/orders/custom_field_order.rb | 2 +- app/models/queries/projects/orders/default_order.rb | 2 +- .../queries/projects/orders/latest_activity_at_order.rb | 2 +- app/models/queries/projects/orders/name_order.rb | 2 +- app/models/queries/projects/orders/project_status_order.rb | 2 +- .../queries/projects/orders/required_disk_space_order.rb | 2 +- app/models/queries/projects/orders/typeahead_order.rb | 2 +- app/models/queries/projects/project_query.rb | 2 +- app/models/queries/queries.rb | 2 +- app/models/queries/queries/filters/id_filter.rb | 2 +- app/models/queries/queries/filters/project_filter.rb | 2 +- .../queries/queries/filters/project_identifier_filter.rb | 2 +- app/models/queries/queries/filters/query_filter.rb | 2 +- app/models/queries/queries/filters/updated_at_filter.rb | 2 +- app/models/queries/queries/query_query.rb | 2 +- app/models/queries/register.rb | 2 +- app/models/queries/relations.rb | 2 +- app/models/queries/relations/filters/from_filter.rb | 2 +- app/models/queries/relations/filters/id_filter.rb | 2 +- app/models/queries/relations/filters/involved_filter.rb | 2 +- app/models/queries/relations/filters/relation_filter.rb | 2 +- app/models/queries/relations/filters/to_filter.rb | 2 +- app/models/queries/relations/filters/type_filter.rb | 2 +- app/models/queries/relations/filters/visibility_checking.rb | 2 +- app/models/queries/relations/orders/default_order.rb | 2 +- app/models/queries/relations/relation_query.rb | 2 +- app/models/queries/roles.rb | 2 +- app/models/queries/roles/filters/grantable_filter.rb | 2 +- app/models/queries/roles/filters/role_filter.rb | 2 +- app/models/queries/roles/filters/unit_filter.rb | 2 +- app/models/queries/roles/role_query.rb | 2 +- app/models/queries/scopes/having_views.rb | 2 +- app/models/queries/scopes/visible.rb | 2 +- app/models/queries/serialization/hash.rb | 2 +- app/models/queries/users.rb | 2 +- app/models/queries/users/filters/any_name_attribute_filter.rb | 2 +- app/models/queries/users/filters/blocked_filter.rb | 2 +- app/models/queries/users/filters/group_filter.rb | 2 +- app/models/queries/users/filters/login_filter.rb | 2 +- app/models/queries/users/filters/name_filter.rb | 2 +- app/models/queries/users/filters/status_filter.rb | 2 +- app/models/queries/users/filters/user_filter.rb | 2 +- app/models/queries/users/orders/default_order.rb | 2 +- app/models/queries/users/orders/group_order.rb | 2 +- app/models/queries/users/orders/name_order.rb | 2 +- app/models/queries/users/user_query.rb | 2 +- app/models/queries/versions.rb | 2 +- app/models/queries/versions/filters/sharing_filter.rb | 2 +- app/models/queries/versions/filters/version_filter.rb | 2 +- app/models/queries/versions/orders/name_order.rb | 2 +- app/models/queries/versions/orders/semver_name_order.rb | 2 +- app/models/queries/versions/version_query.rb | 2 +- app/models/queries/views.rb | 2 +- app/models/queries/views/filters/project_filter.rb | 2 +- app/models/queries/views/filters/type_filter.rb | 2 +- app/models/queries/views/filters/view_filter.rb | 2 +- app/models/queries/views/orders/default_order.rb | 2 +- app/models/queries/views/view_query.rb | 2 +- app/models/queries/week_days/week_day_query.rb | 2 +- app/models/queries/work_packages.rb | 2 +- .../queries/work_packages/columns/custom_field_column.rb | 2 +- .../queries/work_packages/columns/manual_sorting_column.rb | 2 +- app/models/queries/work_packages/columns/property_column.rb | 2 +- app/models/queries/work_packages/columns/relation_column.rb | 2 +- .../queries/work_packages/columns/relation_of_type_column.rb | 2 +- .../queries/work_packages/columns/relation_to_type_column.rb | 2 +- app/models/queries/work_packages/columns/typeahead_column.rb | 2 +- .../queries/work_packages/columns/work_package_column.rb | 2 +- app/models/queries/work_packages/common/manual_sorting.rb | 2 +- app/models/queries/work_packages/filter.rb | 2 +- app/models/queries/work_packages/filter/assigned_to_filter.rb | 2 +- .../queries/work_packages/filter/assignee_or_group_filter.rb | 2 +- .../queries/work_packages/filter/attachment_base_filter.rb | 2 +- .../queries/work_packages/filter/attachment_content_filter.rb | 2 +- .../work_packages/filter/attachment_file_name_filter.rb | 2 +- app/models/queries/work_packages/filter/author_filter.rb | 2 +- app/models/queries/work_packages/filter/blocked_filter.rb | 2 +- app/models/queries/work_packages/filter/blocks_filter.rb | 2 +- app/models/queries/work_packages/filter/category_filter.rb | 2 +- app/models/queries/work_packages/filter/comment_filter.rb | 2 +- app/models/queries/work_packages/filter/created_at_filter.rb | 2 +- .../queries/work_packages/filter/custom_field_context.rb | 2 +- .../queries/work_packages/filter/custom_field_filter.rb | 2 +- .../queries/work_packages/filter/dates_interval_filter.rb | 2 +- app/models/queries/work_packages/filter/description_filter.rb | 2 +- app/models/queries/work_packages/filter/done_ratio_filter.rb | 2 +- app/models/queries/work_packages/filter/due_date_filter.rb | 2 +- app/models/queries/work_packages/filter/duplicated_filter.rb | 2 +- app/models/queries/work_packages/filter/duplicates_filter.rb | 2 +- app/models/queries/work_packages/filter/duration_filter.rb | 2 +- .../queries/work_packages/filter/estimated_hours_filter.rb | 2 +- .../queries/work_packages/filter/filter_configuration.rb | 2 +- .../queries/work_packages/filter/filter_for_wp_mixin.rb | 2 +- .../filter/filter_on_directed_relations_mixin.rb | 2 +- .../filter/filter_on_undirected_relations_mixin.rb | 2 +- app/models/queries/work_packages/filter/follows_filter.rb | 2 +- app/models/queries/work_packages/filter/group_filter.rb | 2 +- app/models/queries/work_packages/filter/id_filter.rb | 2 +- app/models/queries/work_packages/filter/includes_filter.rb | 2 +- app/models/queries/work_packages/filter/manual_sort_filter.rb | 2 +- .../queries/work_packages/filter/me_value_filter_mixin.rb | 2 +- app/models/queries/work_packages/filter/milestone_filter.rb | 2 +- .../queries/work_packages/filter/only_subproject_filter.rb | 2 +- .../queries/work_packages/filter/or_filter_for_wp_mixin.rb | 2 +- app/models/queries/work_packages/filter/parent_filter.rb | 2 +- app/models/queries/work_packages/filter/partof_filter.rb | 2 +- app/models/queries/work_packages/filter/precedes_filter.rb | 2 +- .../queries/work_packages/filter/principal_base_filter.rb | 2 +- app/models/queries/work_packages/filter/principal_loader.rb | 2 +- app/models/queries/work_packages/filter/priority_filter.rb | 2 +- app/models/queries/work_packages/filter/project_filter.rb | 2 +- app/models/queries/work_packages/filter/relatable_filter.rb | 2 +- app/models/queries/work_packages/filter/relates_filter.rb | 2 +- app/models/queries/work_packages/filter/required_filter.rb | 2 +- app/models/queries/work_packages/filter/requires_filter.rb | 2 +- app/models/queries/work_packages/filter/responsible_filter.rb | 2 +- app/models/queries/work_packages/filter/role_filter.rb | 2 +- app/models/queries/work_packages/filter/search_filter.rb | 2 +- app/models/queries/work_packages/filter/start_date_filter.rb | 2 +- app/models/queries/work_packages/filter/status_filter.rb | 2 +- app/models/queries/work_packages/filter/subject_filter.rb | 2 +- .../queries/work_packages/filter/subject_or_id_filter.rb | 2 +- app/models/queries/work_packages/filter/subproject_filter.rb | 2 +- .../queries/work_packages/filter/text_filter_on_join_mixin.rb | 2 +- app/models/queries/work_packages/filter/type_filter.rb | 2 +- app/models/queries/work_packages/filter/typeahead_filter.rb | 2 +- app/models/queries/work_packages/filter/updated_at_filter.rb | 2 +- app/models/queries/work_packages/filter/version_filter.rb | 2 +- app/models/queries/work_packages/filter/watcher_filter.rb | 2 +- .../queries/work_packages/filter/work_package_filter.rb | 2 +- app/models/queries/work_packages/filter_serializer.rb | 2 +- app/models/query.rb | 2 +- app/models/query/highlighting.rb | 2 +- app/models/query/manual_sorting.rb | 2 +- app/models/query/results.rb | 2 +- app/models/query/results/group_by.rb | 2 +- app/models/query/results/sums.rb | 2 +- app/models/query/sort_criteria.rb | 2 +- app/models/query/statement_invalid.rb | 2 +- app/models/query/timelines.rb | 2 +- app/models/relation.rb | 2 +- app/models/relations/scopes/follows_non_manual_ancestors.rb | 2 +- app/models/relations/scopes/visible.rb | 2 +- app/models/repository.rb | 2 +- app/models/repository/git.rb | 2 +- app/models/repository/subversion.rb | 2 +- app/models/role.rb | 2 +- app/models/role_permission.rb | 2 +- app/models/scopes/scoped.rb | 2 +- app/models/serializers/indifferent_hash_serializer.rb | 2 +- app/models/sessions/sql_bypass.rb | 2 +- app/models/sessions/user_session.rb | 2 +- app/models/setting.rb | 2 +- app/models/setting/aliases.rb | 2 +- app/models/setting/autologin.rb | 2 +- app/models/setting/callbacks_helper.rb | 2 +- app/models/setting/mail_settings.rb | 2 +- app/models/setting/self_registration.rb | 2 +- app/models/status.rb | 2 +- app/models/status/inexistent_status.rb | 2 +- app/models/system_user.rb | 2 +- app/models/token/api.rb | 2 +- app/models/token/auto_login.rb | 2 +- app/models/token/backup.rb | 2 +- app/models/token/enterprise_trial_key.rb | 2 +- app/models/token/invitation.rb | 2 +- app/models/token/recovery.rb | 2 +- app/models/token/rss.rb | 2 +- app/models/type.rb | 2 +- app/models/type/attribute_group.rb | 2 +- app/models/type/attribute_groups.rb | 2 +- app/models/type/attributes.rb | 2 +- app/models/type/form_group.rb | 2 +- app/models/type/inexistent_type.rb | 2 +- app/models/type/query_group.rb | 2 +- app/models/types/scopes/milestone.rb | 2 +- app/models/user.rb | 2 +- app/models/user_custom_field.rb | 2 +- app/models/user_password.rb | 2 +- app/models/user_password/bcrypt.rb | 2 +- app/models/user_password/sha1.rb | 2 +- app/models/user_preference.rb | 2 +- app/models/user_preferences/schema.rb | 2 +- app/models/users/inexistent_user.rb | 2 +- app/models/users/project_authorization_cache.rb | 2 +- app/models/users/project_role_cache.rb | 2 +- app/models/users/scopes/find_by_login.rb | 2 +- app/models/users/scopes/having_reminder_mail_to_send.rb | 2 +- app/models/users/scopes/newest.rb | 2 +- app/models/users/scopes/notified_globally.rb | 2 +- app/models/users/scopes/watcher_recipients.rb | 2 +- app/models/users/scopes/with_time_zone.rb | 2 +- app/models/version.rb | 2 +- app/models/version_custom_field.rb | 2 +- app/models/versions/project_sharing.rb | 2 +- app/models/versions/scopes/order_by_semver_name.rb | 2 +- app/models/versions/scopes/rolled_up.rb | 2 +- app/models/versions/scopes/shared_with.rb | 2 +- app/models/view.rb | 2 +- app/models/watcher.rb | 2 +- app/models/wiki.rb | 2 +- app/models/wiki_content.rb | 2 +- app/models/wiki_page.rb | 2 +- app/models/wiki_redirect.rb | 2 +- app/models/wikis/annotate.rb | 2 +- app/models/wikis/diff.rb | 2 +- app/models/work_package.rb | 2 +- app/models/work_package/ancestors.rb | 2 +- app/models/work_package/ask_before_destruction.rb | 2 +- app/models/work_package/available_custom_fields.rb | 2 +- app/models/work_package/custom_actioned.rb | 2 +- app/models/work_package/exports/csv.rb | 2 +- app/models/work_package/exports/formatters/costs.rb | 2 +- app/models/work_package/exports/formatters/estimated_hours.rb | 2 +- app/models/work_package/exports/query_exporter.rb | 2 +- app/models/work_package/hooks.rb | 2 +- app/models/work_package/inexistent_work_package.rb | 2 +- app/models/work_package/journalized.rb | 2 +- app/models/work_package/pdf_export/attachments.rb | 2 +- app/models/work_package/pdf_export/common.rb | 2 +- app/models/work_package/pdf_export/formattable.rb | 2 +- app/models/work_package/pdf_export/view.rb | 2 +- .../work_package/pdf_export/work_package_list_to_pdf.rb | 2 +- app/models/work_package/pdf_export/work_package_to_pdf.rb | 2 +- app/models/work_package/scheduling_rules.rb | 2 +- app/models/work_package/status_transitions.rb | 2 +- app/models/work_package/time_entries_cleaner.rb | 2 +- app/models/work_package/validations.rb | 2 +- app/models/work_package_custom_field.rb | 2 +- app/models/work_packages/costs.rb | 2 +- app/models/work_packages/derived_dates.rb | 2 +- app/models/work_packages/scopes/covering_days_of_week.rb | 2 +- app/models/work_packages/scopes/for_scheduling.rb | 2 +- app/models/work_packages/scopes/include_derived_dates.rb | 2 +- app/models/work_packages/scopes/include_spent_time.rb | 2 +- app/models/work_packages/scopes/involving_user.rb | 2 +- .../work_packages/scopes/left_join_self_and_descendants.rb | 2 +- app/models/work_packages/spent_time.rb | 2 +- app/models/workflow.rb | 2 +- app/policies/base_policy.rb | 2 +- app/policies/query_policy.rb | 2 +- app/policies/redirect_policy.rb | 2 +- app/policies/scm/authorization_policy.rb | 2 +- app/policies/scm/git_authorization_policy.rb | 2 +- app/policies/scm/subversion_authorization_policy.rb | 2 +- app/policies/work_package_policy.rb | 2 +- app/seeders/admin_user_seeder.rb | 2 +- app/seeders/basic_data/activity_seeder.rb | 2 +- app/seeders/basic_data/builtin_roles_seeder.rb | 2 +- app/seeders/basic_data/color_scheme_seeder.rb | 2 +- app/seeders/basic_data/color_seeder.rb | 2 +- app/seeders/basic_data/priority_seeder.rb | 2 +- app/seeders/basic_data/role_seeder.rb | 2 +- app/seeders/basic_data/setting_seeder.rb | 2 +- app/seeders/basic_data/status_seeder.rb | 2 +- app/seeders/basic_data/type_seeder.rb | 2 +- app/seeders/basic_data/workflow_seeder.rb | 2 +- app/seeders/basic_data_seeder.rb | 2 +- app/seeders/composite_seeder.rb | 2 +- app/seeders/demo_data/attribute_help_text_seeder.rb | 2 +- app/seeders/demo_data/custom_field_seeder.rb | 2 +- app/seeders/demo_data/global_query_seeder.rb | 2 +- app/seeders/demo_data/group_seeder.rb | 2 +- app/seeders/demo_data/project_seeder.rb | 2 +- app/seeders/demo_data/query_builder.rb | 2 +- app/seeders/demo_data/references.rb | 2 +- app/seeders/demo_data/version_builder.rb | 2 +- app/seeders/demo_data/wiki_seeder.rb | 2 +- app/seeders/demo_data/work_package_board_seeder.rb | 2 +- app/seeders/demo_data/work_package_seeder.rb | 2 +- app/seeders/demo_data_seeder.rb | 2 +- app/seeders/development_data/custom_fields_seeder.rb | 2 +- app/seeders/development_data/projects_seeder.rb | 2 +- app/seeders/development_data/users_seeder.rb | 4 ++-- app/seeders/development_data_seeder.rb | 2 +- app/seeders/root_seeder.rb | 2 +- app/seeders/seeder.rb | 2 +- app/seeders/standard_seeder/basic_data/activity_seeder.rb | 2 +- app/seeders/standard_seeder/basic_data/priority_seeder.rb | 2 +- app/seeders/standard_seeder/basic_data/status_seeder.rb | 2 +- app/seeders/standard_seeder/basic_data/type_seeder.rb | 2 +- app/seeders/standard_seeder/basic_data/workflow_seeder.rb | 2 +- app/seeders/standard_seeder/basic_data_seeder.rb | 2 +- app/services/add_work_package_note_service.rb | 2 +- app/services/api/parse_resource_params_service.rb | 2 +- app/services/api/parser_struct.rb | 2 +- app/services/api/v3/params_to_query_service.rb | 2 +- app/services/api/v3/parse_query_params_service.rb | 2 +- app/services/api/v3/parse_resource_params_service.rb | 2 +- app/services/api/v3/update_query_from_v3_params_service.rb | 2 +- .../v3/work_package_collection_from_query_params_service.rb | 2 +- .../api/v3/work_package_collection_from_query_service.rb | 2 +- app/services/attachments/base_service.rb | 2 +- app/services/attachments/build_service.rb | 2 +- app/services/attachments/create_service.rb | 2 +- app/services/attachments/delete_service.rb | 2 +- app/services/attachments/prepare_upload_service.rb | 2 +- app/services/attachments/replace_attachments.rb | 2 +- app/services/attachments/set_attributes_service.rb | 2 +- app/services/attachments/set_prepared_attributes_service.rb | 2 +- app/services/attachments/set_replacements.rb | 2 +- app/services/attachments/touch_container.rb | 2 +- app/services/attribute_help_texts/create_service.rb | 2 +- app/services/attribute_help_texts/set_attributes_service.rb | 2 +- app/services/attribute_help_texts/update_service.rb | 2 +- app/services/authentication/omniauth_service.rb | 2 +- app/services/authorization.rb | 2 +- app/services/authorization/abstract_query.rb | 2 +- app/services/authorization/abstract_user_query.rb | 2 +- app/services/authorization/enterprise_service.rb | 2 +- app/services/authorization/project_query.rb | 2 +- app/services/authorization/query_transformation.rb | 2 +- app/services/authorization/query_transformation_visitor.rb | 2 +- app/services/authorization/query_transformations.rb | 2 +- app/services/authorization/query_transformations_order.rb | 2 +- app/services/authorization/user_allowed_query.rb | 2 +- app/services/authorization/user_allowed_service.rb | 2 +- app/services/authorization/user_global_roles_query.rb | 2 +- app/services/authorization/user_project_roles_query.rb | 2 +- app/services/authorization/user_roles_query.rb | 2 +- app/services/backups/create_service.rb | 2 +- app/services/backups/set_attributes_service.rb | 2 +- app/services/base_project_service.rb | 2 +- app/services/base_services/base_callable.rb | 2 +- app/services/base_services/base_contracted.rb | 2 +- app/services/base_services/copy.rb | 2 +- app/services/base_services/create.rb | 2 +- app/services/base_services/delete.rb | 2 +- app/services/base_services/set_attributes.rb | 2 +- app/services/base_services/update.rb | 2 +- app/services/base_services/write.rb | 2 +- app/services/base_type_service.rb | 2 +- app/services/changesets/log_time_service.rb | 2 +- app/services/concerns/contracted.rb | 2 +- app/services/concerns/with_reversible_state.rb | 2 +- app/services/copy/dependency.rb | 2 +- app/services/create_type_service.rb | 2 +- app/services/custom_actions/base_service.rb | 2 +- app/services/custom_actions/create_service.rb | 2 +- app/services/custom_actions/update_service.rb | 2 +- app/services/custom_actions/update_work_package_service.rb | 2 +- app/services/custom_fields/create_service.rb | 2 +- app/services/custom_fields/set_attributes_service.rb | 2 +- app/services/custom_fields/update_service.rb | 2 +- app/services/design/update_design_service.rb | 2 +- app/services/grids/copy/widgets_dependent_service.rb | 2 +- app/services/grids/copy_service.rb | 2 +- app/services/groups/add_users_service.rb | 2 +- app/services/groups/cleanup_inherited_roles_service.rb | 2 +- app/services/groups/concerns/membership_manipulation.rb | 2 +- app/services/groups/create_service.rb | 2 +- app/services/groups/delete_service.rb | 2 +- app/services/groups/set_attributes_service.rb | 2 +- app/services/groups/update_roles_service.rb | 2 +- app/services/groups/update_service.rb | 2 +- app/services/journals/create_service.rb | 2 +- app/services/journals/set_attributes_service.rb | 2 +- app/services/journals/update_service.rb | 2 +- app/services/members/cleanup_service.rb | 2 +- app/services/members/concerns/cleaned_up.rb | 2 +- app/services/members/concerns/notification_sender.rb | 2 +- app/services/members/create_service.rb | 2 +- app/services/members/delete_service.rb | 2 +- app/services/members/edit_membership_service.rb | 2 +- app/services/members/set_attributes_service.rb | 2 +- app/services/members/update_service.rb | 2 +- app/services/messages/create_service.rb | 2 +- app/services/messages/set_attributes_service.rb | 2 +- app/services/messages/update_service.rb | 2 +- app/services/notifications/create_from_model_service.rb | 2 +- .../create_from_model_service/comment_strategy.rb | 2 +- .../create_from_model_service/message_strategy.rb | 2 +- .../notifications/create_from_model_service/news_strategy.rb | 2 +- .../create_from_model_service/wiki_content_strategy.rb | 2 +- .../create_from_model_service/work_package_strategy.rb | 2 +- app/services/notifications/create_service.rb | 2 +- app/services/notifications/mail_service.rb | 2 +- app/services/notifications/mail_service/comment_strategy.rb | 2 +- app/services/notifications/mail_service/message_strategy.rb | 2 +- app/services/notifications/mail_service/news_strategy.rb | 2 +- .../notifications/mail_service/wiki_content_strategy.rb | 2 +- .../notifications/mail_service/work_package_strategy.rb | 2 +- app/services/notifications/set_attributes_service.rb | 2 +- app/services/oauth/persist_application_service.rb | 2 +- app/services/oauth_clients/connection_manager.rb | 2 +- app/services/oauth_clients/create_service.rb | 2 +- app/services/oauth_clients/delete_service.rb | 2 +- app/services/oauth_clients/redirect_uri_from_state_service.rb | 2 +- app/services/oauth_clients/set_attributes_service.rb | 2 +- app/services/params_to_query_service.rb | 2 +- app/services/parse_schema_filter_params_service.rb | 2 +- app/services/placeholder_users/create_service.rb | 2 +- app/services/placeholder_users/delete_service.rb | 2 +- app/services/placeholder_users/set_attributes_service.rb | 2 +- app/services/placeholder_users/update_service.rb | 2 +- app/services/principals/replace_references_service.rb | 2 +- app/services/projects/archive_service.rb | 2 +- app/services/projects/concerns/new_project_service.rb | 2 +- app/services/projects/concerns/update_demo_data.rb | 2 +- app/services/projects/copy/boards_dependent_service.rb | 2 +- app/services/projects/copy/categories_dependent_service.rb | 2 +- app/services/projects/copy/dependency.rb | 2 +- app/services/projects/copy/forums_dependent_service.rb | 2 +- app/services/projects/copy/members_dependent_service.rb | 2 +- app/services/projects/copy/overview_dependent_service.rb | 2 +- app/services/projects/copy/queries_dependent_service.rb | 2 +- app/services/projects/copy/versions_dependent_service.rb | 2 +- app/services/projects/copy/wiki_dependent_service.rb | 2 +- .../projects/copy/wiki_page_attachments_dependent_service.rb | 2 +- app/services/projects/copy/work_packages_dependent_service.rb | 2 +- app/services/projects/copy_service.rb | 2 +- app/services/projects/create_service.rb | 2 +- app/services/projects/delete_service.rb | 2 +- app/services/projects/enabled_modules_service.rb | 2 +- app/services/projects/enqueue_copy_service.rb | 2 +- app/services/projects/gantt_query_generator_service.rb | 2 +- app/services/projects/schedule_deletion_service.rb | 2 +- app/services/projects/set_attributes_service.rb | 2 +- app/services/projects/unarchive_service.rb | 2 +- app/services/projects/update_service.rb | 2 +- app/services/queries/base_service.rb | 2 +- app/services/queries/copy/filters_mapper.rb | 2 +- .../queries/copy/ordered_work_packages_dependent_service.rb | 2 +- app/services/queries/copy/views_dependent_service.rb | 2 +- app/services/queries/copy_service.rb | 2 +- app/services/queries/create_service.rb | 2 +- app/services/queries/set_attributes_service.rb | 2 +- app/services/queries/update_service.rb | 2 +- app/services/relations/base_service.rb | 2 +- app/services/relations/create_service.rb | 2 +- app/services/relations/delete_service.rb | 2 +- app/services/relations/update_service.rb | 2 +- app/services/reports/assignee_report.rb | 2 +- app/services/reports/author_report.rb | 2 +- app/services/reports/category_report.rb | 2 +- app/services/reports/priority_report.rb | 2 +- app/services/reports/report.rb | 2 +- app/services/reports/reports_service.rb | 2 +- app/services/reports/responsible_report.rb | 2 +- app/services/reports/subproject_report.rb | 2 +- app/services/reports/type_report.rb | 2 +- app/services/reports/version_report.rb | 2 +- app/services/roles/create_service.rb | 2 +- app/services/roles/notify_mixin.rb | 2 +- app/services/roles/set_attributes_service.rb | 2 +- app/services/roles/update_service.rb | 2 +- app/services/scm/base_repository_service.rb | 2 +- app/services/scm/checkout_instructions_service.rb | 2 +- app/services/scm/create_managed_repository_service.rb | 2 +- app/services/scm/delete_managed_repository_service.rb | 2 +- app/services/scm/repository_factory_service.rb | 2 +- app/services/service_result.rb | 2 +- app/services/sessions/base_service.rb | 2 +- app/services/sessions/drop_other_sessions_service.rb | 2 +- app/services/sessions/initialize_session_service.rb | 2 +- app/services/settings/update_service.rb | 2 +- app/services/shared/block_service.rb | 2 +- app/services/shared/service_context.rb | 2 +- app/services/shared/service_state.rb | 2 +- app/services/update_projects_types_service.rb | 2 +- app/services/update_query_from_params_service.rb | 2 +- app/services/update_type_service.rb | 2 +- app/services/user_preferences/set_attributes_service.rb | 2 +- app/services/user_preferences/update_service.rb | 2 +- app/services/user_search_service.rb | 2 +- app/services/users/change_password_service.rb | 2 +- app/services/users/create_service.rb | 2 +- app/services/users/delete_service.rb | 2 +- app/services/users/login_service.rb | 2 +- app/services/users/logout_service.rb | 2 +- app/services/users/register_user_service.rb | 2 +- app/services/users/set_attributes_service.rb | 2 +- app/services/users/update_service.rb | 2 +- app/services/versions/create_service.rb | 2 +- app/services/versions/delete_service.rb | 2 +- app/services/versions/set_attributes_service.rb | 2 +- app/services/versions/update_service.rb | 2 +- app/services/views/create_service.rb | 2 +- app/services/views/set_attributes_service.rb | 2 +- app/services/wiki_pages/copy_service.rb | 2 +- app/services/wiki_pages/create_service.rb | 2 +- app/services/wiki_pages/set_attributes_service.rb | 2 +- app/services/wiki_pages/update_service.rb | 2 +- app/services/work_packages/bulk/bulked_service.rb | 2 +- app/services/work_packages/bulk/copy_service.rb | 2 +- app/services/work_packages/bulk/move_service.rb | 2 +- app/services/work_packages/bulk/update_service.rb | 2 +- app/services/work_packages/copy_service.rb | 2 +- app/services/work_packages/create_service.rb | 2 +- app/services/work_packages/delete_service.rb | 2 +- app/services/work_packages/exports/schedule_service.rb | 2 +- app/services/work_packages/schedule_dependency.rb | 2 +- app/services/work_packages/schedule_dependency/dependency.rb | 2 +- .../work_packages/schedule_dependency/dependency_graph.rb | 2 +- app/services/work_packages/set_attributes_service.rb | 2 +- app/services/work_packages/set_schedule_service.rb | 2 +- app/services/work_packages/shared/all_days.rb | 2 +- app/services/work_packages/shared/days.rb | 2 +- app/services/work_packages/shared/update_ancestors.rb | 2 +- app/services/work_packages/shared/working_days.rb | 2 +- app/services/work_packages/update_ancestors_service.rb | 2 +- app/services/work_packages/update_service.rb | 2 +- app/services/workflows/bulk_update_service.rb | 2 +- app/uploaders/file_uploader.rb | 2 +- app/uploaders/fog_file_uploader.rb | 2 +- app/uploaders/local_file_uploader.rb | 2 +- app/validators/not_nil_validator.rb | 2 +- app/validators/secure_context_uri_validator.rb | 2 +- app/views/accessibility/_empty_element_tag.html.erb | 2 +- app/views/account/_auth_providers.html.erb | 2 +- app/views/account/_login.html.erb | 2 +- app/views/account/_omniauth_login.html.erb | 2 +- app/views/account/_password_login_form.html.erb | 2 +- app/views/account/_register.html.erb | 2 +- app/views/account/consent.html.erb | 2 +- app/views/account/exit.html.erb | 2 +- app/views/account/login.html.erb | 2 +- app/views/account/lost_password.html.erb | 2 +- app/views/account/password_recovery.html.erb | 2 +- app/views/account/register.html.erb | 2 +- app/views/activities/index.html.erb | 2 +- app/views/admin/backups/reset_token.html.erb | 2 +- app/views/admin/backups/show.html.erb | 2 +- app/views/admin/index.html.erb | 2 +- app/views/admin/info.html.erb | 2 +- app/views/admin/plugins.html.erb | 2 +- app/views/admin/settings/aggregation_settings/show.html.erb | 2 +- app/views/admin/settings/api_settings/show.html.erb | 2 +- app/views/admin/settings/attachments_settings/show.html.erb | 2 +- .../admin/settings/authentication_settings/show.html.erb | 2 +- app/views/admin/settings/display_settings/show.html.erb | 2 +- app/views/admin/settings/general_settings/show.html.erb | 2 +- .../admin/settings/incoming_mails_settings/show.html.erb | 2 +- .../admin/settings/mail_notifications_settings/show.html.erb | 2 +- app/views/admin/settings/projects_settings/show.html.erb | 2 +- app/views/admin/settings/repositories_settings/show.html.erb | 2 +- app/views/admin/settings/show_plugin.html.erb | 2 +- app/views/admin/settings/users_settings/show.html.erb | 2 +- app/views/admin/settings/work_packages_settings/show.html.erb | 2 +- app/views/admin/settings/working_days_settings/show.html.erb | 2 +- app/views/attribute_help_texts/_form.html.erb | 2 +- app/views/attribute_help_texts/edit.html.erb | 2 +- app/views/attribute_help_texts/index.html.erb | 2 +- app/views/attribute_help_texts/new.html.erb | 2 +- app/views/attribute_help_texts/upsale.html.erb | 2 +- app/views/auth_sources/_form.html.erb | 2 +- app/views/auth_sources/edit.html.erb | 2 +- app/views/auth_sources/index.html.erb | 2 +- app/views/auth_sources/new.html.erb | 2 +- app/views/categories/_form.html.erb | 2 +- app/views/categories/create.js.erb | 2 +- app/views/categories/destroy.html.erb | 2 +- app/views/categories/edit.html.erb | 2 +- app/views/categories/new.html.erb | 2 +- app/views/colors/_form.html.erb | 2 +- app/views/colors/confirm_destroy.html.erb | 2 +- app/views/colors/edit.html.erb | 2 +- app/views/colors/index.html.erb | 2 +- app/views/colors/new.html.erb | 2 +- app/views/common/_diff.html.erb | 2 +- app/views/common/_error_base.html.erb | 2 +- app/views/common/_file.html.erb | 2 +- app/views/common/_no_results.html.erb | 2 +- app/views/common/_tabs.html.erb | 2 +- app/views/common/_validation_error.html.erb | 2 +- app/views/common/error.html.erb | 2 +- app/views/common/feed.atom.builder | 2 +- app/views/common/list_attachments.json.erb | 2 +- app/views/custom_actions/edit.html.erb | 2 +- app/views/custom_actions/new.html.erb | 2 +- app/views/custom_fields/_custom_fields_header.html.erb | 2 +- app/views/custom_fields/_custom_options.html.erb | 2 +- app/views/custom_fields/_form.html.erb | 2 +- app/views/custom_fields/_tab.html.erb | 2 +- app/views/custom_fields/edit.html.erb | 2 +- app/views/custom_fields/index.html.erb | 2 +- app/views/custom_fields/new.html.erb | 2 +- app/views/custom_styles/_inline_css.erb | 2 +- app/views/custom_styles/_inline_css_logo.erb | 2 +- app/views/custom_styles/show.html.erb | 2 +- app/views/custom_styles/upsale.html.erb | 2 +- app/views/customizable/_form.html.erb | 2 +- app/views/enterprises/_info.html.erb | 2 +- app/views/enumerations/_form.html.erb | 2 +- app/views/enumerations/destroy.html.erb | 2 +- app/views/enumerations/edit.html.erb | 2 +- app/views/enumerations/index.html.erb | 2 +- app/views/enumerations/new.html.erb | 2 +- app/views/forums/_form.html.erb | 2 +- app/views/forums/edit.html.erb | 2 +- app/views/forums/index.html.erb | 2 +- app/views/forums/new.html.erb | 2 +- app/views/forums/show.html.erb | 2 +- app/views/groups/_form.html.erb | 2 +- app/views/groups/_general.html.erb | 2 +- app/views/groups/_memberships.html.erb | 2 +- app/views/groups/_users.html.erb | 2 +- app/views/groups/_users_table.html.erb | 2 +- app/views/groups/autocomplete_for_user.html.erb | 2 +- app/views/groups/edit.html.erb | 2 +- app/views/groups/index.html.erb | 2 +- app/views/groups/new.html.erb | 2 +- app/views/groups/show.html.erb | 2 +- app/views/homescreen/index.html.erb | 2 +- app/views/homescreen/robots.text.erb | 2 +- app/views/hooks/login/_auth_provider.html.erb | 2 +- app/views/individual_principals/_memberships.html.erb | 2 +- app/views/journals/_diff.html.erb | 2 +- app/views/journals/diff.html.erb | 2 +- app/views/journals/index.atom.builder | 2 +- app/views/layouts/admin.html.erb | 2 +- app/views/layouts/angular/angular.html.erb | 2 +- app/views/layouts/angular/notifications.html.erb | 2 +- app/views/layouts/base.html.erb | 2 +- app/views/layouts/mailer.html.erb | 2 +- app/views/layouts/mailer.text.erb | 2 +- app/views/layouts/my.html.erb | 2 +- app/views/layouts/no_menu.html.erb | 2 +- app/views/layouts/only_logo.html.erb | 2 +- app/views/ldap_auth_sources/_form.html.erb | 2 +- app/views/members/_autocomplete_for_member.html.erb | 2 +- app/views/members/_common_notice.html.erb | 2 +- app/views/members/_member_form.html.erb | 2 +- app/views/members/index.html.erb | 2 +- app/views/messages/_form.html.erb | 2 +- app/views/messages/edit.html.erb | 2 +- app/views/messages/new.html.erb | 2 +- app/views/messages/show.html.erb | 2 +- app/views/my/_password_form_fields.html.erb | 2 +- app/views/my/access_token.html.erb | 2 +- app/views/my/account.html.erb | 2 +- app/views/my/password.html.erb | 2 +- app/views/my/settings.html.erb | 2 +- app/views/news/_form.html.erb | 2 +- app/views/news/_news.html.erb | 2 +- app/views/news/edit.html.erb | 2 +- app/views/news/index.html.erb | 2 +- app/views/news/new.html.erb | 2 +- app/views/news/show.html.erb | 2 +- app/views/oauth/applications/_form.html.erb | 2 +- app/views/oauth/applications/edit.html.erb | 2 +- app/views/oauth/applications/index.html.erb | 2 +- app/views/oauth/applications/new.html.erb | 2 +- app/views/oauth/applications/show.html.erb | 2 +- app/views/onboarding/_configuration_modal.html.erb | 2 +- app/views/onboarding/_menu_item.html.erb | 2 +- app/views/onboarding/_onboarding_video_modal.html.erb | 2 +- app/views/placeholder_users/_form.html.erb | 2 +- app/views/placeholder_users/_general.html.erb | 2 +- app/views/placeholder_users/_toolbar.html.erb | 2 +- app/views/placeholder_users/_toolbar_delete.html.erb | 2 +- app/views/placeholder_users/deletion_info.html.erb | 2 +- app/views/placeholder_users/edit.html.erb | 2 +- app/views/placeholder_users/index.html.erb | 2 +- app/views/placeholder_users/new.html.erb | 2 +- app/views/placeholder_users/show.html.erb | 2 +- app/views/principals/_assigned_global_role.html.erb | 2 +- app/views/principals/_available_global_role.html.erb | 2 +- app/views/principals/_available_global_roles.html.erb | 2 +- app/views/principals/_global_roles.html.erb | 2 +- app/views/principals/_global_roles_header.html.erb | 2 +- app/views/project_mailer/copy_project_failed.html.erb | 2 +- app/views/project_mailer/copy_project_failed.text.erb | 2 +- app/views/project_mailer/copy_project_succeeded.html.erb | 2 +- app/views/project_mailer/copy_project_succeeded.text.erb | 2 +- app/views/project_mailer/delete_project_completed.html.erb | 2 +- app/views/project_mailer/delete_project_completed.text.erb | 2 +- app/views/project_mailer/delete_project_failed.html.erb | 2 +- app/views/project_mailer/delete_project_failed.text.erb | 2 +- app/views/projects/_project_export_modal.html.erb | 2 +- app/views/projects/_toolbar.html.erb | 2 +- app/views/projects/copy.html.erb | 2 +- app/views/projects/destroy_info.html.erb | 2 +- app/views/projects/identifier/show.html.erb | 2 +- app/views/projects/index.html.erb | 2 +- app/views/projects/new.html.erb | 2 +- app/views/projects/settings/_form_toolbar.html.erb | 2 +- app/views/projects/settings/categories/show.html.erb | 2 +- app/views/projects/settings/custom_fields/_form.html.erb | 2 +- app/views/projects/settings/custom_fields/show.html.erb | 2 +- app/views/projects/settings/general/show.html.erb | 2 +- app/views/projects/settings/modules/_form.html.erb | 2 +- app/views/projects/settings/modules/show.html.erb | 2 +- app/views/projects/settings/repository/_vendor_form.html.erb | 2 +- app/views/projects/settings/repository/git/_local.html.erb | 2 +- app/views/projects/settings/repository/git/_managed.html.erb | 2 +- .../projects/settings/repository/shared/_managed.html.erb | 2 +- app/views/projects/settings/repository/show.html.erb | 2 +- .../settings/repository/subversion/_existing.html.erb | 2 +- .../projects/settings/repository/subversion/_managed.html.erb | 2 +- app/views/projects/settings/storage/_storage_field.html.erb | 2 +- app/views/projects/settings/storage/show.html.erb | 2 +- app/views/projects/settings/types/_form.html.erb | 2 +- app/views/projects/settings/types/show.html.erb | 2 +- app/views/projects/settings/versions/show.html.erb | 2 +- app/views/repositories/_breadcrumbs.html.erb | 2 +- app/views/repositories/_checkout_instructions.html.erb | 2 +- app/views/repositories/_dir_list.html.erb | 2 +- app/views/repositories/_dir_list_content.html.erb | 2 +- app/views/repositories/_link_to_functions.html.erb | 2 +- app/views/repositories/_repository_header.html.erb | 2 +- app/views/repositories/_revisions.html.erb | 2 +- app/views/repositories/annotate.html.erb | 2 +- app/views/repositories/changes.html.erb | 2 +- app/views/repositories/committers.html.erb | 2 +- app/views/repositories/destroy_info.html.erb | 2 +- app/views/repositories/diff.html.erb | 2 +- app/views/repositories/empty.html.erb | 2 +- app/views/repositories/entry.html.erb | 2 +- app/views/repositories/revision.html.erb | 2 +- app/views/repositories/revisions.html.erb | 2 +- app/views/repositories/show.html.erb | 2 +- app/views/repositories/stats.html.erb | 2 +- app/views/roles/_form.html.erb | 2 +- app/views/roles/_member_attributes.html.erb | 2 +- app/views/roles/_member_form.html.erb | 2 +- app/views/roles/_permissions.html.erb | 2 +- app/views/roles/autocomplete_for_role.json.erb | 2 +- app/views/roles/edit.html.erb | 2 +- app/views/roles/index.html.erb | 2 +- app/views/roles/new.html.erb | 2 +- app/views/roles/report.html.erb | 2 +- app/views/search/_mini_form.html.erb | 2 +- app/views/search/_pagination.html.erb | 2 +- app/views/search/index.html.erb | 2 +- app/views/statuses/_form.html.erb | 2 +- app/views/statuses/edit.html.erb | 2 +- app/views/statuses/index.html.erb | 2 +- app/views/statuses/new.html.erb | 2 +- app/views/types/edit.html.erb | 2 +- app/views/types/form/_form_configuration.html.erb | 2 +- app/views/types/form/_projects.html.erb | 2 +- app/views/types/form/_settings.html.erb | 2 +- app/views/types/index.html.erb | 2 +- app/views/types/new.html.erb | 2 +- app/views/user_mailer/_errors.html.erb | 2 +- app/views/user_mailer/_errors.text.erb | 2 +- app/views/user_mailer/account_activated.html.erb | 2 +- app/views/user_mailer/account_activated.text.erb | 2 +- app/views/user_mailer/account_activation_requested.html.erb | 2 +- app/views/user_mailer/account_activation_requested.text.erb | 2 +- app/views/user_mailer/account_information.html.erb | 2 +- app/views/user_mailer/account_information.text.erb | 2 +- app/views/user_mailer/activation_limit_reached.html.erb | 2 +- app/views/user_mailer/activation_limit_reached.text.erb | 2 +- app/views/user_mailer/attachments_added.html.erb | 2 +- app/views/user_mailer/attachments_added.text.erb | 2 +- app/views/user_mailer/backup_ready.html.erb | 2 +- app/views/user_mailer/backup_ready.text.erb | 2 +- app/views/user_mailer/backup_token_reset.html.erb | 2 +- app/views/user_mailer/backup_token_reset.text.erb | 2 +- app/views/user_mailer/incoming_email_error.html.erb | 2 +- app/views/user_mailer/incoming_email_error.text.erb | 2 +- app/views/user_mailer/message_posted.html.erb | 2 +- app/views/user_mailer/message_posted.text.erb | 2 +- app/views/user_mailer/news_added.html.erb | 2 +- app/views/user_mailer/news_added.text.erb | 2 +- app/views/user_mailer/news_comment_added.html.erb | 2 +- app/views/user_mailer/news_comment_added.text.erb | 2 +- app/views/user_mailer/password_lost.html.erb | 2 +- app/views/user_mailer/password_lost.text.erb | 2 +- app/views/user_mailer/reminder_mail.html.erb | 2 +- app/views/user_mailer/reminder_mail.text.erb | 2 +- app/views/user_mailer/test_mail.html.erb | 2 +- app/views/user_mailer/test_mail.text.erb | 2 +- app/views/user_mailer/user_signed_up.html.erb | 2 +- app/views/user_mailer/user_signed_up.text.erb | 2 +- app/views/user_mailer/wiki_content_added.html.erb | 2 +- app/views/user_mailer/wiki_content_added.text.erb | 2 +- app/views/user_mailer/wiki_content_updated.html.erb | 2 +- app/views/user_mailer/wiki_content_updated.text.erb | 2 +- app/views/users/_form.html.erb | 2 +- app/views/users/_general.html.erb | 2 +- app/views/users/_groups.html.erb | 2 +- app/views/users/_notifications.html.erb | 2 +- app/views/users/_preferences.html.erb | 2 +- app/views/users/_reminders.html.erb | 2 +- app/views/users/_simple_form.html.erb | 2 +- app/views/users/_toolbar.html.erb | 2 +- app/views/users/change_status_info.html.erb | 2 +- app/views/users/deletion_info.html.erb | 2 +- app/views/users/edit.html.erb | 2 +- app/views/users/index.html.erb | 2 +- app/views/users/new.html.erb | 2 +- app/views/users/show.html.erb | 2 +- app/views/versions/_form.html.erb | 2 +- app/views/versions/_overview.html.erb | 2 +- app/views/versions/create.js.erb | 2 +- app/views/versions/edit.html.erb | 2 +- app/views/versions/index.html.erb | 2 +- app/views/versions/new.html.erb | 2 +- app/views/versions/show.html.erb | 2 +- app/views/wiki/_content.html.erb | 2 +- app/views/wiki/_wiki_export_modal.html.erb | 2 +- app/views/wiki/annotate.html.erb | 2 +- app/views/wiki/destroy.html.erb | 2 +- app/views/wiki/diff.html.erb | 2 +- app/views/wiki/edit.html.erb | 2 +- app/views/wiki/edit_parent_page.html.erb | 2 +- app/views/wiki/export_multiple.html.erb | 2 +- app/views/wiki/history.html.erb | 2 +- app/views/wiki/index.html.erb | 2 +- app/views/wiki/new.html.erb | 2 +- app/views/wiki/rename.html.erb | 2 +- app/views/wiki/show.html.erb | 2 +- app/views/wiki_menu_items/edit.html.erb | 2 +- app/views/wiki_menu_items/select_main_menu_item.html.erb | 2 +- app/views/work_package_mailer/_work_package_details.html.erb | 2 +- app/views/work_package_mailer/_work_package_details.text.erb | 2 +- app/views/work_package_mailer/watcher_changed.html.erb | 2 +- app/views/work_package_mailer/watcher_changed.text.erb | 2 +- app/views/work_packages/_sidebar.html.erb | 2 +- app/views/work_packages/auto_completes/index.html.erb | 2 +- app/views/work_packages/bulk/destroy.html.erb | 2 +- app/views/work_packages/bulk/edit.html.erb | 2 +- app/views/work_packages/index.html.erb | 2 +- app/views/work_packages/moves/new.html.erb | 2 +- app/views/work_packages/reports/_report.html.erb | 2 +- app/views/work_packages/reports/_report_category.html.erb | 2 +- app/views/work_packages/reports/report.html.erb | 2 +- app/views/work_packages/reports/report_details.html.erb | 2 +- app/views/work_packages/show.html.erb | 2 +- app/views/workflows/_form.html.erb | 2 +- app/views/workflows/_toolbar.html.erb | 2 +- app/views/workflows/copy.html.erb | 2 +- app/views/workflows/edit.html.erb | 2 +- app/views/workflows/show.html.erb | 2 +- app/workers/announcements/scheduler_job.rb | 2 +- app/workers/application_job.rb | 2 +- app/workers/attachments/cleanup_uncontainered_job.rb | 2 +- app/workers/attachments/finish_direct_upload_job.rb | 2 +- app/workers/backup_job.rb | 2 +- app/workers/concerns/state_machine_job.rb | 2 +- app/workers/copy_project_job.rb | 2 +- app/workers/cron/clear_old_sessions_job.rb | 2 +- app/workers/cron/clear_tmp_cache_job.rb | 2 +- app/workers/cron/clear_uploaded_files_job.rb | 2 +- app/workers/cron/cron_job.rb | 2 +- app/workers/exports/cleanup_outdated_job.rb | 2 +- app/workers/extract_fulltext_job.rb | 2 +- app/workers/journals/completed_job.rb | 2 +- app/workers/ldap/synchronization_job.rb | 2 +- app/workers/mails/deliver_job.rb | 2 +- app/workers/mails/invitation_job.rb | 2 +- app/workers/mails/mailer_job.rb | 2 +- app/workers/mails/member_created_job.rb | 2 +- app/workers/mails/member_job.rb | 2 +- app/workers/mails/member_updated_job.rb | 2 +- app/workers/mails/reminder_job.rb | 2 +- app/workers/mails/watcher_added_job.rb | 2 +- app/workers/mails/watcher_job.rb | 2 +- app/workers/mails/watcher_removed_job.rb | 2 +- app/workers/mails/with_sender.rb | 2 +- .../notifications/create_date_alerts_notifications_job.rb | 2 +- .../alertable_work_packages.rb | 2 +- .../create_date_alerts_notifications_job/service.rb | 2 +- app/workers/notifications/group_member_altered_job.rb | 2 +- app/workers/notifications/schedule_reminder_mails_job.rb | 2 +- app/workers/notifications/with_marked_notifications.rb | 2 +- app/workers/notifications/workflow_job.rb | 2 +- app/workers/oauth/cleanup_job.rb | 2 +- app/workers/paper_trail_audits/cleanup_job.rb | 2 +- app/workers/principals/delete_job.rb | 2 +- app/workers/projects/delete_project_job.rb | 2 +- app/workers/projects/reorder_hierarchy_job.rb | 2 +- app/workers/rake_job.rb | 2 +- app/workers/scm/create_local_repository_job.rb | 2 +- app/workers/scm/create_remote_repository_job.rb | 2 +- app/workers/scm/delete_local_repository_job.rb | 2 +- app/workers/scm/delete_remote_repository_job.rb | 2 +- app/workers/scm/relocate_repository_job.rb | 2 +- app/workers/scm/remote_repository_job.rb | 2 +- app/workers/scm/storage_updater_job.rb | 2 +- app/workers/user_job.rb | 2 +- app/workers/work_packages/apply_working_days_change_job.rb | 2 +- config.ru | 2 +- config/additional_environment.rb.example | 2 +- config/application.rb | 2 +- config/boot.rb | 2 +- config/configuration.yml.example | 2 +- config/constants/api_patch_registry.rb | 2 +- config/constants/ar_to_api_conversions.rb | 2 +- config/constants/open_project/activity.rb | 2 +- config/constants/open_project/null_db_fallback.rb | 2 +- config/constants/settings/definition.rb | 2 +- config/constants/settings/definitions.rb | 2 +- config/constants/views.rb | 2 +- config/database.yml.example | 2 +- config/environment.rb | 2 +- config/environments/demo.rb | 2 +- config/environments/development.rb | 2 +- config/environments/production.rb | 2 +- config/environments/test.rb | 2 +- config/environments/test_pgsql.rb | 2 +- config/initializers/00-load_plugins.rb | 2 +- config/initializers/03-db_check.rb | 2 +- config/initializers/05-null_db_fallback.rb | 2 +- config/initializers/06-pending_migrations_check.rb | 2 +- config/initializers/10-load_patches.rb | 2 +- config/initializers/30-open_project_loading.rb | 2 +- config/initializers/activity.rb | 2 +- config/initializers/airbrake.rb | 2 +- config/initializers/backtrace_silencers.rb | 2 +- config/initializers/bcrypt.rb | 2 +- config/initializers/bullet.rb | 2 +- config/initializers/carrierwave.rb | 2 +- config/initializers/custom_field_format.rb | 2 +- config/initializers/delayed_job_config.rb | 2 +- config/initializers/enforce_isolation_level.rb | 2 +- config/initializers/filter_parameter_logging.rb | 2 +- config/initializers/grape.rb | 2 +- config/initializers/homescreen.rb | 2 +- config/initializers/inflections.rb | 2 +- config/initializers/livingstyleguide_patches.rb | 2 +- config/initializers/menus.rb | 2 +- config/initializers/mime_types.rb | 2 +- config/initializers/module_handler.rb | 2 +- config/initializers/omniauth.rb | 2 +- config/initializers/permissions.rb | 2 +- config/initializers/plaintext.rb | 2 +- config/initializers/rack-attack.rb | 2 +- config/initializers/rack-cors.rb | 2 +- config/initializers/rails_footnotes.rb | 2 +- config/initializers/register_mail_interceptors.rb | 2 +- config/initializers/register_renderer.rb | 2 +- config/initializers/register_views.rb | 2 +- config/initializers/search.rb | 2 +- config/initializers/session_store.rb | 2 +- config/initializers/subscribe_listeners.rb | 2 +- config/initializers/time_with_zone_as_json.rb | 2 +- config/initializers/wrap_parameters.rb | 2 +- config/locales/crowdin/af.yml | 2 +- config/locales/crowdin/ar.yml | 2 +- config/locales/crowdin/az.yml | 2 +- config/locales/crowdin/bg.yml | 2 +- config/locales/crowdin/ca.yml | 2 +- config/locales/crowdin/ckb-IR.yml | 2 +- config/locales/crowdin/cs.yml | 2 +- config/locales/crowdin/da.yml | 2 +- config/locales/crowdin/de.yml | 2 +- config/locales/crowdin/el.yml | 2 +- config/locales/crowdin/eo.yml | 2 +- config/locales/crowdin/es.yml | 2 +- config/locales/crowdin/et.yml | 2 +- config/locales/crowdin/fa.yml | 2 +- config/locales/crowdin/fi.yml | 2 +- config/locales/crowdin/fil.yml | 2 +- config/locales/crowdin/fr.yml | 2 +- config/locales/crowdin/he.yml | 2 +- config/locales/crowdin/hi.yml | 2 +- config/locales/crowdin/hr.yml | 2 +- config/locales/crowdin/hu.yml | 2 +- config/locales/crowdin/id.yml | 2 +- config/locales/crowdin/it.yml | 2 +- config/locales/crowdin/ja.yml | 2 +- config/locales/crowdin/js-af.yml | 2 +- config/locales/crowdin/js-ar.yml | 2 +- config/locales/crowdin/js-az.yml | 2 +- config/locales/crowdin/js-bg.yml | 2 +- config/locales/crowdin/js-ca.yml | 2 +- config/locales/crowdin/js-ckb-IR.yml | 2 +- config/locales/crowdin/js-cs.yml | 2 +- config/locales/crowdin/js-da.yml | 2 +- config/locales/crowdin/js-de.yml | 2 +- config/locales/crowdin/js-el.yml | 2 +- config/locales/crowdin/js-eo.yml | 2 +- config/locales/crowdin/js-es.yml | 2 +- config/locales/crowdin/js-et.yml | 2 +- config/locales/crowdin/js-fa.yml | 2 +- config/locales/crowdin/js-fi.yml | 2 +- config/locales/crowdin/js-fil.yml | 2 +- config/locales/crowdin/js-fr.yml | 2 +- config/locales/crowdin/js-he.yml | 2 +- config/locales/crowdin/js-hi.yml | 2 +- config/locales/crowdin/js-hr.yml | 2 +- config/locales/crowdin/js-hu.yml | 2 +- config/locales/crowdin/js-id.yml | 2 +- config/locales/crowdin/js-it.yml | 2 +- config/locales/crowdin/js-ja.yml | 2 +- config/locales/crowdin/js-ko.yml | 2 +- config/locales/crowdin/js-lol.yml | 2 +- config/locales/crowdin/js-lt.yml | 2 +- config/locales/crowdin/js-lv.yml | 2 +- config/locales/crowdin/js-ne.yml | 2 +- config/locales/crowdin/js-nl.yml | 2 +- config/locales/crowdin/js-no.yml | 2 +- config/locales/crowdin/js-pl.yml | 2 +- config/locales/crowdin/js-pt.yml | 2 +- config/locales/crowdin/js-ro.yml | 2 +- config/locales/crowdin/js-ru.yml | 2 +- config/locales/crowdin/js-rw.yml | 2 +- config/locales/crowdin/js-si.yml | 2 +- config/locales/crowdin/js-sk.yml | 2 +- config/locales/crowdin/js-sl.yml | 2 +- config/locales/crowdin/js-sv.yml | 2 +- config/locales/crowdin/js-th.yml | 2 +- config/locales/crowdin/js-tr.yml | 2 +- config/locales/crowdin/js-uk.yml | 2 +- config/locales/crowdin/js-vi.yml | 2 +- config/locales/crowdin/js-zh-CN.yml | 2 +- config/locales/crowdin/js-zh-TW.yml | 2 +- config/locales/crowdin/ko.yml | 2 +- config/locales/crowdin/lol.yml | 2 +- config/locales/crowdin/lt.yml | 2 +- config/locales/crowdin/lv.yml | 2 +- config/locales/crowdin/ne.yml | 2 +- config/locales/crowdin/nl.yml | 2 +- config/locales/crowdin/no.yml | 2 +- config/locales/crowdin/pl.yml | 2 +- config/locales/crowdin/pt.yml | 2 +- config/locales/crowdin/ro.yml | 2 +- config/locales/crowdin/ru.yml | 2 +- config/locales/crowdin/rw.yml | 2 +- config/locales/crowdin/si.yml | 2 +- config/locales/crowdin/sk.yml | 2 +- config/locales/crowdin/sl.yml | 2 +- config/locales/crowdin/sv.yml | 2 +- config/locales/crowdin/th.yml | 2 +- config/locales/crowdin/tr.yml | 2 +- config/locales/crowdin/uk.yml | 2 +- config/locales/crowdin/vi.yml | 2 +- config/locales/crowdin/zh-CN.yml | 2 +- config/locales/crowdin/zh-TW.yml | 2 +- config/locales/en.seeders.standard.yml | 2 +- config/locales/en.seeders.standard.yml.example | 2 +- config/locales/en.yml | 2 +- config/locales/js-en.yml | 2 +- config/routes.rb | 2 +- config/secrets.yml | 2 +- db/migrate/10000000000000_to_v710_aggregated_migrations.rb | 2 +- .../20100528100562_aggregated_global_roles_migrations.rb | 2 +- db/migrate/20170829095701_generate_wp_closure.rb | 2 +- db/migrate/20171129145631_add_fulltext_to_attachments.rb | 2 +- db/migrate/20180105130053_rebuild_dag.rb | 2 +- db/migrate/20180108132929_vacuum_relations.rb | 2 +- db/migrate/20180116065518_add_hierarchy_paths.rb | 2 +- db/migrate/20180117065255_remove_timelines_and_reportings.rb | 2 +- db/migrate/20180122135443_add_tsv_columns_to_attachments.rb | 2 +- db/migrate/20180305130811_remove_wiki_content_versions.rb | 2 +- db/migrate/20180419061910_timestamp_for_caching.rb | 2 +- ...20180524084654_remove_non_null_container_on_attachments.rb | 2 +- db/migrate/20180706150714_convert_to_markdown.rb | 2 +- ...0201005120137_ensure_integer_for_relations_foreign_keys.rb | 2 +- db/migrate/20201125121949_remove_renamed_cron_job.rb | 2 +- db/migrate/20211005080304_tzinfo_time_zones.rb | 2 +- db/migrate/20220319211253_add_parent_id_to_wp.rb | 2 +- db/migrate/20220408080838_bigint_primary_key_on_relations.rb | 2 +- db/migrate/20220503093844_create_oauth_client.rb | 2 +- db/migrate/20220804112533_remove_notification_cleanup_job.rb | 2 +- db/migrate/aggregated/base.rb | 2 +- db/migrate/aggregated/to_3_0.rb | 2 +- db/migrate/aggregated/to_7_1.rb | 2 +- db/migrate/migration_utils/column.rb | 2 +- db/migrate/migration_utils/migration_squasher.rb | 2 +- db/migrate/migration_utils/module_renamer.rb | 2 +- db/migrate/migration_utils/permission_adder.rb | 2 +- db/migrate/migration_utils/setting_renamer.rb | 2 +- db/migrate/migration_utils/typed_dag.rb | 2 +- db/migrate/migration_utils/utils.rb | 2 +- db/migrate/tables/announcements.rb | 2 +- db/migrate/tables/attachable_journals.rb | 2 +- db/migrate/tables/attachment_journals.rb | 2 +- db/migrate/tables/attachments.rb | 2 +- db/migrate/tables/auth_sources.rb | 2 +- db/migrate/tables/available_project_statuses.rb | 2 +- db/migrate/tables/base.rb | 2 +- db/migrate/tables/boards.rb | 2 +- db/migrate/tables/categories.rb | 2 +- db/migrate/tables/changes.rb | 2 +- db/migrate/tables/changeset_journals.rb | 2 +- db/migrate/tables/changesets.rb | 2 +- db/migrate/tables/changesets_work_packages.rb | 2 +- db/migrate/tables/comments.rb | 2 +- db/migrate/tables/custom_fields.rb | 2 +- db/migrate/tables/custom_fields_projects.rb | 2 +- db/migrate/tables/custom_fields_types.rb | 2 +- db/migrate/tables/custom_options.rb | 2 +- db/migrate/tables/custom_styles.rb | 2 +- db/migrate/tables/custom_values.rb | 2 +- db/migrate/tables/customizable_journals_table.rb | 2 +- db/migrate/tables/delayed_jobs.rb | 2 +- db/migrate/tables/design_colors.rb | 2 +- db/migrate/tables/enabled_modules.rb | 2 +- db/migrate/tables/enterprise_tokens.rb | 2 +- db/migrate/tables/enumerations.rb | 2 +- db/migrate/tables/forums.rb | 2 +- db/migrate/tables/group_users.rb | 2 +- db/migrate/tables/journals.rb | 2 +- db/migrate/tables/member_roles.rb | 2 +- db/migrate/tables/members.rb | 2 +- db/migrate/tables/menu_items.rb | 2 +- db/migrate/tables/message_journals.rb | 2 +- db/migrate/tables/messages.rb | 2 +- db/migrate/tables/news.rb | 2 +- db/migrate/tables/news_journals.rb | 2 +- db/migrate/tables/planning_element_type_colors.rb | 2 +- db/migrate/tables/project_associations.rb | 2 +- db/migrate/tables/project_types.rb | 2 +- db/migrate/tables/projects.rb | 2 +- db/migrate/tables/projects_types.rb | 2 +- db/migrate/tables/queries.rb | 2 +- db/migrate/tables/relations.rb | 2 +- db/migrate/tables/reportings.rb | 2 +- db/migrate/tables/repositories.rb | 2 +- db/migrate/tables/role_permissions.rb | 2 +- db/migrate/tables/roles.rb | 2 +- db/migrate/tables/sessions.rb | 2 +- db/migrate/tables/settings.rb | 2 +- db/migrate/tables/statuses.rb | 2 +- db/migrate/tables/time_entries.rb | 2 +- db/migrate/tables/time_entry_journals.rb | 2 +- db/migrate/tables/timelines.rb | 2 +- db/migrate/tables/tokens.rb | 2 +- db/migrate/tables/types.rb | 2 +- db/migrate/tables/user_passwords.rb | 2 +- db/migrate/tables/user_preferences.rb | 2 +- db/migrate/tables/users.rb | 2 +- db/migrate/tables/versions.rb | 2 +- db/migrate/tables/watchers.rb | 2 +- db/migrate/tables/wiki_content_journals.rb | 2 +- db/migrate/tables/wiki_content_versions.rb | 2 +- db/migrate/tables/wiki_contents.rb | 2 +- db/migrate/tables/wiki_pages.rb | 2 +- db/migrate/tables/wiki_redirects.rb | 2 +- db/migrate/tables/wikis.rb | 2 +- db/migrate/tables/work_package_journals.rb | 2 +- db/migrate/tables/work_packages.rb | 2 +- db/migrate/tables/workflows.rb | 2 +- db/seeds.rb | 2 +- extra/mail_handler/rdm-mailhandler.rb | 2 +- extra/svn/reposman.rb | 2 +- frontend/src/app/app.module.ts | 2 +- frontend/src/app/core/apiv3/api-v3.service.spec.ts | 2 +- frontend/src/app/core/apiv3/api-v3.service.ts | 2 +- .../src/app/core/apiv3/cache/cachable-apiv3-collection.ts | 2 +- frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts | 2 +- frontend/src/app/core/apiv3/cache/state-cache.service.ts | 2 +- .../app/core/apiv3/endpoints/backups/apiv3-backups-path.ts | 2 +- .../apiv3/endpoints/capabilities/apiv3-capabilities-paths.ts | 2 +- .../apiv3/endpoints/capabilities/apiv3-capability-paths.ts | 2 +- .../apiv3/endpoints/configuration/apiv3-configuration-path.ts | 2 +- .../src/app/core/apiv3/endpoints/days/api-v3-day-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/grids/apiv3-grid-form.ts | 2 +- .../src/app/core/apiv3/endpoints/grids/apiv3-grid-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/grids/apiv3-grids-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/groups/apiv3-group-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/groups/apiv3-groups-paths.ts | 2 +- .../core/apiv3/endpoints/help_texts/apiv3-help-texts-paths.ts | 2 +- .../apiv3/endpoints/memberships/apiv3-memberships-form.ts | 2 +- .../apiv3/endpoints/memberships/apiv3-memberships-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/news/apiv3-news-paths.ts | 2 +- .../apiv3/endpoints/notifications/apiv3-notification-paths.ts | 2 +- .../endpoints/notifications/apiv3-notifications-paths.ts | 2 +- .../placeholder-users/apiv3-placeholder-user-paths.ts | 2 +- .../placeholder-users/apiv3-placeholder-users-paths.ts | 2 +- .../endpoints/projects/apiv3-available-projects-paths.ts | 2 +- .../core/apiv3/endpoints/projects/apiv3-project-copy-paths.ts | 2 +- .../app/core/apiv3/endpoints/projects/apiv3-project-paths.ts | 2 +- .../app/core/apiv3/endpoints/projects/apiv3-projects-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/projects/project.cache.ts | 2 +- .../app/core/apiv3/endpoints/queries/apiv3-queries-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/queries/apiv3-query-form.ts | 2 +- .../src/app/core/apiv3/endpoints/queries/apiv3-query-order.ts | 2 +- .../src/app/core/apiv3/endpoints/queries/apiv3-query-paths.ts | 2 +- .../core/apiv3/endpoints/relations/apiv3-relations-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/roles/apiv3-role-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/roles/apiv3-roles-paths.ts | 2 +- .../app/core/apiv3/endpoints/statuses/apiv3-status-paths.ts | 2 +- .../app/core/apiv3/endpoints/statuses/apiv3-statuses-paths.ts | 2 +- .../app/core/apiv3/endpoints/storages/apiv3-storages-paths.ts | 2 +- .../apiv3/endpoints/time-entries/apiv3-time-entries-paths.ts | 2 +- .../apiv3/endpoints/time-entries/apiv3-time-entry-paths.ts | 2 +- .../apiv3/endpoints/time-entries/time-entry-cache.service.ts | 2 +- .../src/app/core/apiv3/endpoints/types/apiv3-type-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/types/apiv3-types-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/users/apiv3-user-paths.ts | 2 +- .../apiv3/endpoints/users/apiv3-user-preferences-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/users/apiv3-users-paths.ts | 2 +- .../app/core/apiv3/endpoints/versions/apiv3-version-paths.ts | 2 +- .../app/core/apiv3/endpoints/versions/apiv3-versions-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/views/apiv3-views-paths.ts | 2 +- .../work_packages/api-v3-work-package-cached-subresource.ts | 2 +- .../endpoints/work_packages/api-v3-work-package-paths.ts | 2 +- .../endpoints/work_packages/api-v3-work-packages-paths.ts | 2 +- .../apiv3/endpoints/work_packages/work-package-cache.spec.ts | 2 +- .../core/apiv3/endpoints/work_packages/work-package.cache.ts | 2 +- frontend/src/app/core/apiv3/openproject-api-v3.module.ts | 2 +- .../src/app/core/apiv3/paths/apiv3-list-resource.interface.ts | 2 +- frontend/src/app/core/apiv3/virtual/apiv3-board-path.ts | 2 +- frontend/src/app/core/apiv3/virtual/apiv3-boards-paths.ts | 2 +- .../src/app/core/augmenting/dynamic-scripts/admin_users.js | 2 +- frontend/src/app/core/augmenting/dynamic-scripts/backlogs.js | 2 +- .../app/core/augmenting/dynamic-scripts/backlogs/backlog.js | 2 +- .../app/core/augmenting/dynamic-scripts/backlogs/burndown.js | 2 +- .../app/core/augmenting/dynamic-scripts/backlogs/common.js | 2 +- .../augmenting/dynamic-scripts/backlogs/editable_inplace.js | 2 +- .../core/augmenting/dynamic-scripts/backlogs/impediment.js | 2 +- .../augmenting/dynamic-scripts/backlogs/master_backlog.js | 2 +- .../src/app/core/augmenting/dynamic-scripts/backlogs/model.js | 2 +- .../app/core/augmenting/dynamic-scripts/backlogs/show_main.js | 2 +- .../app/core/augmenting/dynamic-scripts/backlogs/sprint.js | 2 +- .../src/app/core/augmenting/dynamic-scripts/backlogs/story.js | 2 +- .../src/app/core/augmenting/dynamic-scripts/backlogs/task.js | 2 +- .../app/core/augmenting/dynamic-scripts/backlogs/taskboard.js | 2 +- .../core/augmenting/dynamic-scripts/backlogs/work_package.js | 2 +- .../src/app/core/augmenting/dynamic-scripts/custom_fields.js | 2 +- frontend/src/app/core/augmenting/dynamic-scripts/forums.js | 2 +- .../src/app/core/augmenting/dynamic-scripts/global_roles.ts | 2 +- .../src/app/core/augmenting/dynamic-scripts/members_form.js | 2 +- frontend/src/app/core/augmenting/dynamic-scripts/new_user.js | 2 +- frontend/src/app/core/augmenting/dynamic-scripts/project.js | 2 +- .../core/augmenting/dynamic-scripts/project_form_listener.js | 2 +- .../core/augmenting/dynamic-scripts/repository_navigation.js | 2 +- .../core/augmenting/dynamic-scripts/repository_settings.js | 2 +- .../src/app/core/augmenting/openproject-augmenting.module.ts | 2 +- .../core/augmenting/services/path-script.augment.service.ts | 2 +- frontend/src/app/core/backup/op-backup.service.ts | 2 +- frontend/src/app/core/config/configuration.service.ts | 2 +- .../app/core/current-project/current-project.service.spec.ts | 2 +- .../src/app/core/current-project/current-project.service.ts | 2 +- frontend/src/app/core/current-user/current-user.service.ts | 2 +- frontend/src/app/core/current-user/current-user.store.ts | 2 +- frontend/src/app/core/datetime/timezone.service.spec.ts | 2 +- frontend/src/app/core/datetime/timezone.service.ts | 2 +- frontend/src/app/core/days/weekday.service.ts | 2 +- frontend/src/app/core/enterprise/banners.service.ts | 2 +- frontend/src/app/core/errors/appsignal/appsignal-reporter.ts | 2 +- frontend/src/app/core/errors/local/local-reporter.ts | 2 +- frontend/src/app/core/expression/expression.service.ts | 2 +- .../src/app/core/file-upload/op-direct-file-upload.service.ts | 2 +- .../src/app/core/file-upload/op-file-upload.service.spec.ts | 2 +- frontend/src/app/core/file-upload/op-file-upload.service.ts | 2 +- .../global-search-work-packages-entry.component.ts | 2 +- .../global_search/global-search-work-packages.component.ts | 2 +- .../core/global_search/input/global-search-input.component.ts | 2 +- .../core/global_search/openproject-global-search.module.ts | 2 +- .../core/global_search/services/global-search.service.spec.ts | 2 +- .../app/core/global_search/services/global-search.service.ts | 2 +- .../core/global_search/tabs/global-search-tabs.component.ts | 2 +- .../core/global_search/title/global-search-title.component.ts | 2 +- frontend/src/app/core/gon/gon.service.ts | 2 +- frontend/src/app/core/html-sanitize/html-sanitize.service.ts | 2 +- .../app/core/loading-indicator/loading-indicator.service.ts | 2 +- frontend/src/app/core/main-menu/main-menu-toggle.component.ts | 2 +- frontend/src/app/core/main-menu/main-menu-toggle.service.ts | 2 +- frontend/src/app/core/model-auth/model-auth.service.spec.ts | 2 +- frontend/src/app/core/model-auth/model-auth.service.ts | 2 +- frontend/src/app/core/path-helper/path-helper.service.ts | 2 +- .../src/app/core/routing/base/application-base.component.ts | 2 +- frontend/src/app/core/routing/first-route-service.ts | 2 +- frontend/src/app/core/routing/openproject-router.module.ts | 2 +- frontend/src/app/core/routing/openproject.routes.ts | 2 +- frontend/src/app/core/schemas/schema-cache.service.ts | 2 +- .../core/setup/globals/components/admin/backup.component.ts | 2 +- frontend/src/app/core/setup/globals/dynamic-bootstrapper.ts | 2 +- frontend/src/app/core/setup/globals/global-helpers.ts | 2 +- frontend/src/app/core/setup/globals/global-listeners.ts | 2 +- .../app/core/setup/globals/global-listeners/action-menu.ts | 2 +- .../app/core/setup/globals/global-listeners/color-preview.ts | 2 +- .../setup/globals/global-listeners/danger-zone-validation.ts | 2 +- .../setup/globals/global-listeners/preview-trigger.service.ts | 2 +- .../setup/globals/global-listeners/refresh-on-form-changes.ts | 2 +- .../globals/global-listeners/request-for-confirmation.ts | 2 +- .../core/setup/globals/global-listeners/toggable-fieldset.ts | 2 +- .../core/setup/globals/global-listeners/top-menu-scroll.ts | 2 +- frontend/src/app/core/setup/globals/openproject.ts | 2 +- frontend/src/app/core/setup/globals/tree-menu.ts | 2 +- frontend/src/app/core/setup/init-globals.ts | 2 +- frontend/src/app/core/setup/init-locale.ts | 2 +- frontend/src/app/core/setup/init-vendors.ts | 2 +- frontend/src/app/core/state/attachments/attachment.model.ts | 2 +- .../src/app/core/state/attachments/attachments.service.ts | 2 +- frontend/src/app/core/state/attachments/attachments.store.ts | 2 +- .../app/core/state/capabilities/capabilities.service.spec.ts | 2 +- frontend/src/app/core/state/file-links/file-link.model.ts | 2 +- frontend/src/app/core/state/file-links/file-links.service.ts | 2 +- frontend/src/app/core/state/file-links/file-links.store.ts | 2 +- frontend/src/app/core/state/is-defined-entity.ts | 2 +- frontend/src/app/core/state/is-not-null.ts | 2 +- frontend/src/app/core/state/openproject-state.module.ts | 2 +- frontend/src/app/core/state/projects/projects.service.ts | 2 +- frontend/src/app/core/state/resource-collection.service.ts | 2 +- .../src/app/core/state/storage-files/storage-file.model.ts | 2 +- .../src/app/core/state/storage-files/storage-files.service.ts | 2 +- .../src/app/core/state/storage-files/storage-files.store.ts | 2 +- frontend/src/app/core/state/storages/storage.model.ts | 2 +- frontend/src/app/core/state/storages/storages.query.ts | 2 +- frontend/src/app/core/state/storages/storages.service.ts | 2 +- frontend/src/app/core/state/storages/storages.store.ts | 2 +- frontend/src/app/core/top-menu/top-menu.service.ts | 2 +- frontend/src/app/features/admin/openproject-admin.module.ts | 2 +- .../app/features/admin/types/group-edit-in-place.component.ts | 2 +- .../src/app/features/api-docs/openproject-api-docs.module.ts | 2 +- .../src/app/features/api-docs/openproject-api-docs.routes.ts | 2 +- .../app/features/api-docs/swagger-ui/swagger-ui.component.ts | 2 +- .../backlogs/backlogs-page/styles/master_backlog.sass | 2 +- .../app/features/backlogs/backlogs-page/styles/taskboard.sass | 2 +- .../src/app/features/backlogs/openproject-backlogs.module.ts | 2 +- .../src/app/features/backlogs/openproject-backlogs.routes.ts | 2 +- .../src/app/features/bim/bcf/api/bcf-api-request.service.ts | 2 +- frontend/src/app/features/bim/bcf/api/bcf-api.model.ts | 2 +- frontend/src/app/features/bim/bcf/api/bcf-api.service.spec.ts | 2 +- frontend/src/app/features/bim/bcf/api/bcf-api.service.ts | 2 +- .../src/app/features/bim/bcf/api/topics/bcf-topic.paths.ts | 2 +- .../src/app/features/bim/bcf/api/topics/bcf-topic.resource.ts | 2 +- .../bim/bcf/api/viewpoints/bcf-viewpoint-collection.paths.ts | 2 +- .../bim/bcf/api/viewpoints/bcf-viewpoint-item.interface.ts | 2 +- .../bim/bcf/api/viewpoints/bcf-viewpoint-selection.paths.ts | 2 +- .../bim/bcf/api/viewpoints/bcf-viewpoint-visibility.paths.ts | 2 +- .../features/bim/bcf/api/viewpoints/bcf-viewpoint.paths.ts | 2 +- .../bcf-new-wp-attribute-group.component.ts | 2 +- .../bcf-wp-attribute-group.component.ts | 2 +- .../bim/bcf/fields/display/bcf-thumbnail-field.module.ts | 2 +- .../app/features/bim/bcf/helper/bcf-path-helper.service.ts | 2 +- .../src/app/features/bim/bcf/helper/viewpoints.service.ts | 2 +- frontend/src/app/features/bim/bcf/openproject-bcf.module.ts | 2 +- .../features/bim/ifc_models/bcf/list/bcf-list.component.ts | 2 +- .../bim/ifc_models/bcf/split/left/bcf-split-left.component.ts | 2 +- .../ifc_models/bcf/split/right/bcf-split-right.component.ts | 2 +- .../bim/ifc_models/ifc-viewer/ifc-viewer.component.ts | 2 +- .../features/bim/ifc_models/ifc-viewer/ifc-viewer.service.ts | 2 +- .../features/bim/ifc_models/openproject-ifc-models.module.ts | 2 +- .../features/bim/ifc_models/openproject-ifc-models.routes.ts | 2 +- .../features/bim/ifc_models/pages/viewer/bcf-view.service.ts | 2 +- .../bim/ifc_models/pages/viewer/ifc-viewer-page.component.ts | 2 +- .../toolbar/import-export-bcf/bcf-export-button.component.ts | 2 +- .../toolbar/import-export-bcf/bcf-import-button.component.ts | 2 +- .../toolbar/import-export-bcf/refresh-button.component.ts | 2 +- .../bim-manage-ifc-models-button.component.ts | 2 +- .../toolbar/view-toggle/bcf-view-toggle-button.component.ts | 2 +- .../toolbar/view-toggle/bcf-view-toggle-dropdown.directive.ts | 2 +- frontend/src/app/features/bim/openproject-bim.module.ts | 2 +- .../src/app/features/bim/revit_add_in/revit-bridge.service.ts | 2 +- .../add-card-dropdown/add-card-dropdown-menu.directive.ts | 2 +- .../boards/board/add-list-modal/add-list-modal.component.ts | 2 +- .../board-actions/assignee/assignee-board-header.component.ts | 2 +- .../board-actions/status/status-board-header.component.ts | 2 +- .../subproject/subproject-board-header.component.ts | 2 +- .../board-actions/subtasks/subtasks-board-header.component.ts | 2 +- .../board-actions/version/version-board-header.component.ts | 2 +- .../boards/board/board-list/board-inline-create.service.ts | 2 +- .../boards/board/board-list/board-list-menu.component.ts | 2 +- .../inline-add/board-inline-add-autocompleter.component.ts | 2 +- .../board/toolbar-menu/boards-toolbar-menu.directive.ts | 2 +- .../boards/new-board-modal/new-board-modal.component.ts | 2 +- frontend/src/app/features/boards/openproject-boards.module.ts | 2 +- frontend/src/app/features/boards/openproject-boards.routes.ts | 2 +- frontend/src/app/features/calendar/calendar.lazy-routes.ts | 2 +- frontend/src/app/features/calendar/calendar.routes.ts | 2 +- .../src/app/features/calendar/openproject-calendar.module.ts | 2 +- .../calendar/wp-calendar-page/wp-calendar-page.component.ts | 2 +- .../features/calendar/wp-calendar/wp-calendar.component.ts | 2 +- .../app/features/dashboards/openproject-dashboards.module.ts | 2 +- .../ee-active-saved-trial.component.ts | 2 +- .../enterprise-active-trial/ee-active-trial.base.ts | 2 +- .../enterprise-active-trial/ee-active-trial.component.ts | 2 +- .../src/app/features/enterprise/enterprise-base.component.ts | 2 +- .../enterprise-trial-form/ee-trial-form.component.ts | 2 +- .../enterprise/enterprise-modal/enterprise-trial.modal.ts | 2 +- .../enterprise-trial-waiting/ee-trial-waiting.component.ts | 2 +- .../src/app/features/enterprise/enterprise-trial.service.ts | 2 +- .../free-trial-button/free-trial-button.component.ts | 2 +- .../app/features/enterprise/openproject-enterprise.module.ts | 2 +- frontend/src/app/features/hal/hal-link/hal-link.ts | 2 +- frontend/src/app/features/hal/helpers/lazy-accessor.spec.ts | 2 +- frontend/src/app/features/hal/helpers/lazy-accessor.ts | 2 +- frontend/src/app/features/hal/openproject-hal.module.ts | 2 +- .../features/hal/resources/attachment-collection-resource.ts | 2 +- .../src/app/features/hal/resources/collection-resource.ts | 2 +- .../src/app/features/hal/resources/configuration-resource.ts | 2 +- .../src/app/features/hal/resources/custom-action-resource.ts | 2 +- frontend/src/app/features/hal/resources/error-resource.ts | 2 +- frontend/src/app/features/hal/resources/form-resource.ts | 2 +- frontend/src/app/features/hal/resources/grid-resource.ts | 2 +- .../src/app/features/hal/resources/grid-widget-resource.ts | 2 +- frontend/src/app/features/hal/resources/group-resource.ts | 2 +- frontend/src/app/features/hal/resources/hal-resource.spec.ts | 2 +- frontend/src/app/features/hal/resources/hal-resource.ts | 2 +- frontend/src/app/features/hal/resources/help-text-resource.ts | 2 +- .../app/features/hal/resources/meeting-content-resource.ts | 2 +- .../src/app/features/hal/resources/membership-resource.ts | 2 +- .../src/app/features/hal/resources/mixins/attachable-mixin.ts | 2 +- frontend/src/app/features/hal/resources/news-resource.ts | 2 +- .../app/features/hal/resources/placeholder-user-resource.ts | 2 +- frontend/src/app/features/hal/resources/post-resource.ts | 2 +- frontend/src/app/features/hal/resources/project-resource.ts | 2 +- .../features/hal/resources/query-filter-instance-resource.ts | 2 +- .../hal/resources/query-filter-instance-schema-resource.ts | 2 +- .../src/app/features/hal/resources/query-filter-resource.ts | 2 +- .../src/app/features/hal/resources/query-form-resource.ts | 2 +- .../src/app/features/hal/resources/query-group-by-resource.ts | 2 +- .../src/app/features/hal/resources/query-operator-resource.ts | 2 +- frontend/src/app/features/hal/resources/query-resource.ts | 2 +- .../src/app/features/hal/resources/query-schema-resource.ts | 2 +- .../src/app/features/hal/resources/query-sort-by-resource.ts | 2 +- frontend/src/app/features/hal/resources/relation-resource.ts | 2 +- frontend/src/app/features/hal/resources/role-resource.ts | 2 +- frontend/src/app/features/hal/resources/root-resource.ts | 2 +- .../app/features/hal/resources/schema-dependency-resource.ts | 2 +- frontend/src/app/features/hal/resources/schema-resource.ts | 2 +- frontend/src/app/features/hal/resources/status-resource.ts | 2 +- .../src/app/features/hal/resources/time-entry-resource.ts | 2 +- frontend/src/app/features/hal/resources/type-resource.ts | 2 +- frontend/src/app/features/hal/resources/user-resource.ts | 2 +- frontend/src/app/features/hal/resources/version-resource.ts | 2 +- frontend/src/app/features/hal/resources/wiki-page-resource.ts | 2 +- .../app/features/hal/resources/work-package-resource.spec.ts | 2 +- .../src/app/features/hal/resources/work-package-resource.ts | 2 +- .../src/app/features/hal/resources/wp-collection-resource.ts | 2 +- frontend/src/app/features/hal/schemas/hal-payload.helper.ts | 2 +- frontend/src/app/features/hal/schemas/schema-proxy.ts | 2 +- .../src/app/features/hal/schemas/work-package-schema-proxy.ts | 2 +- .../hal/services/hal-resource-notification.service.ts | 2 +- .../app/features/hal/services/hal-resource-sorting.service.ts | 2 +- frontend/src/app/features/hal/services/hal-resource.config.ts | 2 +- .../src/app/features/hal/services/hal-resource.service.ts | 2 +- frontend/src/app/features/hal/services/url-params-encoder.ts | 2 +- .../features/homescreen/blocks/new-features.component.spec.ts | 2 +- .../app/features/homescreen/blocks/new-features.component.ts | 2 +- .../center/empty-state/empty-state.component.ts | 2 +- .../in-app-notifications/center/menu/menu.component.ts | 2 +- .../in-app-notifications/in-app-notifications.lazy-routes.ts | 2 +- .../in-app-notifications/in-app-notifications.routes.ts | 2 +- .../invite-user-modal/invite-user-modal-augment.service.ts | 2 +- .../features/invite-user-modal/invite-user-modal.service.ts | 2 +- .../app/features/job-status/openproject-job-status.module.ts | 2 +- .../src/app/features/my-page/openproject-my-page.module.ts | 2 +- .../src/app/features/overview/openproject-overview.module.ts | 2 +- frontend/src/app/features/plugins/hook-service.spec.ts | 2 +- frontend/src/app/features/plugins/hook-service.ts | 2 +- .../src/app/features/plugins/linked-plugins.module.ts.example | 2 +- .../app/features/plugins/linked-plugins.styles.sass.example | 2 +- .../src/app/features/plugins/openproject-plugins.module.ts | 2 +- .../src/app/features/projects/openproject-projects.module.ts | 2 +- .../app/features/reporting/openproject-reporting.module.ts | 2 +- .../app/features/reporting/openproject-reporting.routes.ts | 2 +- .../reporting-page/functionality/reporting_engine.js | 2 +- .../reporting-page/functionality/reporting_engine/controls.js | 2 +- .../reporting-page/functionality/reporting_engine/filters.js | 2 +- .../functionality/reporting_engine/group_bys.js | 2 +- .../functionality/reporting_engine/restore_query.js | 2 +- .../team-planner/assignee/add-assignee.component.ts | 2 +- .../team-planner/planner/team-planner.component.ts | 2 +- .../team-planner/team-planner/team-planner.lazy-routes.ts | 2 +- .../features/team-planner/team-planner/team-planner.routes.ts | 2 +- .../features/user-preferences/state/user-preferences.store.ts | 2 +- .../features/user-preferences/user-preferences.lazy-routes.ts | 2 +- .../app/features/user-preferences/user-preferences.routes.ts | 2 +- .../components/back-routing/back-button.component.ts | 2 +- .../components/back-routing/back-routing.service.ts | 2 +- .../edit-actions-bar/wp-edit-actions-bar.component.ts | 2 +- .../abstract-filter-date-time-value.controller.ts | 2 +- .../filter-boolean-value/filter-boolean-value.component.ts | 2 +- .../filters/filter-container/filter-container.directive.ts | 2 +- .../filter-date-time-value.component.ts | 2 +- .../filter-date-times-value.component.ts | 2 +- .../filters/filter-date-value/filter-date-value.component.ts | 2 +- .../filter-dates-value/filter-dates-value.component.ts | 2 +- .../filter-integer-value/filter-integer-value.component.ts | 2 +- .../filters/filter-project/filter-project.component.ts | 2 +- .../filter-string-value/filter-string-value.component.ts | 2 +- .../filter-toggled-multiselect-value.component.ts | 2 +- .../components/filters/query-filter/query-filter.component.ts | 2 +- .../filters/query-filters/query-filters.component.ts | 2 +- .../quick-filter-by-text-input.component.ts | 2 +- .../components/filters/wp-filters/wp-filters.service.ts | 2 +- .../work-package-comment/work-package-comment.component.ts | 2 +- .../work-package-comment/wp-comment-field.component.ts | 2 +- .../components/wp-activity/activity-entry.component.ts | 2 +- .../work-packages/components/wp-activity/comment-service.ts | 2 +- .../wp-activity/revision/revision-activity.component.ts | 2 +- .../components/wp-activity/user/user-activity.component.ts | 2 +- .../wp-breadcrumb/wp-breadcrumb-parent.component.ts | 2 +- .../components/wp-breadcrumb/wp-breadcrumb.component.ts | 2 +- .../work-packages/components/wp-buttons/wp-buttons.module.ts | 2 +- .../wp-buttons/wp-create-button/wp-create-button.component.ts | 2 +- .../wp-details-view-button.component.ts | 2 +- .../wp-buttons/wp-filter-button/wp-filter-button.component.ts | 2 +- .../wp-fold-toggle-button/wp-fold-toggle-button.component.ts | 2 +- .../wp-settings-button/wp-settings-button.component.ts | 2 +- .../wp-buttons/wp-status-button/wp-status-button.component.ts | 2 +- .../wp-timeline-toggle-button.component.ts | 2 +- .../work-package-view-toggle-button.component.ts | 2 +- .../zen-mode-toggle-button.component.ts | 2 +- .../components/wp-copy/wp-copy-full-view.component.ts | 2 +- .../components/wp-copy/wp-copy-split-view.component.ts | 2 +- .../work-packages/components/wp-copy/wp-copy.controller.ts | 2 +- .../date-action/custom-date-action-admin.component.ts | 2 +- .../wp-custom-actions/wp-custom-actions.component.ts | 2 +- .../wp-custom-actions/wp-custom-action.component.ts | 2 +- .../components/wp-details/wp-details-toolbar.component.ts | 2 +- .../work-packages/components/wp-edit-form/table-edit-form.ts | 2 +- .../wp-edit-form/work-package-filter-values.spec.ts | 2 +- .../wp-edit/wp-edit-field/wp-replacement-label.component.ts | 2 +- .../components/wp-form-group/wp-attribute-group.component.ts | 2 +- .../work-packages/components/wp-grid/wp-grid.component.ts | 2 +- .../components/wp-inline-create/wp-inline-create.component.ts | 2 +- .../components/wp-inline-create/wp-inline-create.service.ts | 2 +- .../components/wp-list/wp-list-checksum.service.ts | 2 +- .../components/wp-list/wp-list-invalid-query.service.ts | 2 +- .../work-packages/components/wp-list/wp-list.service.ts | 2 +- .../work-packages/components/wp-new/wp-create.component.ts | 2 +- .../work-packages/components/wp-new/wp-create.service.ts | 2 +- .../components/wp-new/wp-new-full-view.component.ts | 2 +- .../components/wp-new/wp-new-split-view.component.ts | 2 +- .../components/wp-query/query-param-listener.service.ts | 2 +- .../components/wp-query/url-params-helper.spec.ts | 2 +- .../work-packages/components/wp-query/url-params-helper.ts | 2 +- .../embedded/children/wp-children-inline-create.service.ts | 2 +- .../embedded/children/wp-children-query.component.ts | 2 +- .../add-existing/wp-relation-inline-add-existing.component.ts | 2 +- .../embedded/relations/wp-relation-inline-create.service.ts | 2 +- .../embedded/relations/wp-relation-query.component.ts | 2 +- .../embedded/wp-relation-inline-create.service.interface.ts | 2 +- .../wp-relations/embedded/wp-relation-query.base.ts | 2 +- .../wp-relations-autocomplete.component.ts | 2 +- .../wp-relations-group/wp-relations-group.component.ts | 2 +- .../wp-relations-hierarchy.directive.ts | 2 +- .../wp-relations-hierarchy/wp-relations-hierarchy.service.ts | 2 +- .../components/wp-relations/wp-relations.component.ts | 2 +- .../activity-panel/activity-base.controller.ts | 2 +- .../wp-single-view-tabs/activity-panel/activity-entry-info.ts | 2 +- .../activity-panel/activity-on-overview.component.ts | 2 +- .../activity-panel/activity-tab.component.ts | 2 +- .../wp-single-view-tabs/activity-panel/wp-activity.service.ts | 2 +- .../wp-single-view-tabs/files-tab/op-files-tab.component.ts | 2 +- .../wp-single-view-tabs/keep-tab/keep-tab.service.spec.ts | 2 +- .../wp-single-view-tabs/keep-tab/keep-tab.service.ts | 2 +- .../overview-tab/overview-tab.component.ts | 2 +- .../relations-tab/relations-tab.component.ts | 2 +- .../watchers-tab/watchers-tab.component.ts | 2 +- .../watchers-tab/wp-watcher-entry.component.ts | 2 +- .../wp-single-view-tabs/watchers-tab/wp-watchers.service.ts | 2 +- .../wp-single-view-tabs/wp-linked-resource-cache.service.ts | 2 +- .../components/wp-single-view/wp-single-view.component.ts | 2 +- .../components/wp-subject/wp-subject.component.ts | 2 +- .../context-menu-helper/wp-context-menu-helper.service.ts | 2 +- .../wp-table/embedded/embedded-tables-macro.component.ts | 2 +- .../components/wp-table/sort-header/sort-header.directive.ts | 2 +- .../table-pagination/wp-table-pagination.component.spec.ts | 2 +- .../table-pagination/wp-table-pagination.component.ts | 2 +- .../wp-table/timeline/cells/wp-timeline-cell-labels.ts | 2 +- .../wp-table/timeline/cells/wp-timeline-cell-mouse-handler.ts | 2 +- .../components/wp-table/timeline/cells/wp-timeline-cell.ts | 2 +- .../wp-table/timeline/cells/wp-timeline-cells-renderer.ts | 2 +- .../timeline/container/wp-timeline-container.directive.ts | 2 +- .../global-elements/wp-timeline-relations.directive.ts | 2 +- .../global-elements/wp-timeline-static-elements.directive.ts | 2 +- .../timeline/global-elements/wp-timeline.today-line.ts | 2 +- .../wp-table/timeline/grid/wp-timeline-grid.directive.ts | 2 +- .../wp-table/timeline/header/wp-timeline-header.directive.ts | 2 +- .../work-packages/components/wp-table/timeline/wp-timeline.ts | 2 +- .../components/wp-table/wp-table-configuration.ts | 2 +- .../work-packages/components/wp-table/wp-table-hover-sync.ts | 2 +- .../work-packages/components/wp-table/wp-table-scroll-sync.ts | 2 +- .../wp-table/wp-table-sums-row/wp-table-sums-row.directive.ts | 2 +- .../work-packages/components/wp-table/wp-table.component.ts | 2 +- .../components/wp-tab-wrapper/wp-tab-wrapper.component.ts | 2 +- .../wp-tabs/services/wp-tabs/wp-files-count.function.ts | 2 +- .../components/wp-tabs/services/wp-tabs/wp-tabs.service.ts | 2 +- .../components/wp-type-status/wp-type-status.component.ts | 2 +- .../wp-watcher-button/wp-watcher-button.component.ts | 2 +- .../query-space/wp-isolated-graph-query-space.directive.ts | 2 +- .../query-space/wp-isolated-query-space.directive.ts | 2 +- .../work-packages/openproject-work-package-routes.module.ts | 2 +- .../work-packages/openproject-work-packages.module.ts | 2 +- .../partitioned-query-space-page.component.ts | 2 +- .../work-packages/routing/split-view-routes.helper.ts | 2 +- .../work-packages/routing/split-view-routes.template.ts | 2 +- .../features/work-packages/routing/work-packages-routes.ts | 2 +- .../work-packages/routing/wp-base/wp--base.component.ts | 2 +- .../routing/wp-edit-form/wp-edit-form-routing.service.ts | 2 +- .../routing/wp-full-view/wp-full-view.component.ts | 2 +- .../routing/wp-list-view/wp-list-view.component.ts | 2 +- .../routing/wp-split-view/wp-split-view.component.ts | 2 +- .../wp-view-base/view-services/wp-table-hierarchies.ts | 2 +- .../routing/wp-view-base/view-services/wp-table-highlight.ts | 2 +- .../routing/wp-view-base/view-services/wp-table-pagination.ts | 2 +- .../wp-view-base/view-services/wp-table-relation-columns.ts | 2 +- .../routing/wp-view-base/view-services/wp-table-timeline.ts | 2 +- .../view-services/wp-view-additional-elements.service.ts | 2 +- .../wp-view-base/view-services/wp-view-base.service.ts | 2 +- .../view-services/wp-view-collapsed-groups.service.ts | 2 +- .../wp-view-base/view-services/wp-view-columns.service.ts | 2 +- .../view-services/wp-view-display-representation.service.ts | 2 +- .../wp-view-base/view-services/wp-view-filters.service.ts | 2 +- .../wp-view-base/view-services/wp-view-focus.service.ts | 2 +- .../wp-view-base/view-services/wp-view-group-by.service.ts | 2 +- .../wp-view-hierarchy-indentation.service.spec.ts | 2 +- .../view-services/wp-view-include-subprojects.service.ts | 2 +- .../wp-view-base/view-services/wp-view-order.service.ts | 2 +- .../wp-view-base/view-services/wp-view-pagination.service.ts | 2 +- .../view-services/wp-view-relation-columns.service.ts | 2 +- .../wp-view-base/view-services/wp-view-sort-by.service.ts | 2 +- .../routing/wp-view-base/view-services/wp-view-sum.service.ts | 2 +- .../wp-view-base/view-services/wp-view-timeline.service.ts | 2 +- .../routing/wp-view-base/work-package-single-view.base.ts | 2 +- .../routing/wp-view-base/work-packages-view.base.ts | 2 +- .../routing/wp-view-page/wp-view-page.component.ts | 2 +- .../notifications/work-package-notification.service.ts | 2 +- .../services/work-package-authorization.service.ts | 2 +- .../features/work-packages/services/work-package.service.ts | 2 +- .../attachment-list/attachment-list-item.component.ts | 2 +- .../attachments/attachment-list/attachment-list.component.ts | 2 +- .../shared/components/attachments/attachments.component.ts | 2 +- .../components/attachments/openproject-attachments.module.ts | 2 +- .../attribute-help-texts/attribute-help-text.component.ts | 2 +- .../attribute-help-texts/attribute-help-text.modal.ts | 2 +- .../attribute-help-texts/attribute-help-text.service.ts | 2 +- .../autocomplete-select-decoration.component.ts | 2 +- .../create-autocompleter/create-autocompleter.component.ts | 2 +- .../autocompleter/members-autocompleter/members.module.ts | 2 +- .../project-autocompleter/project-autocompleter.component.ts | 2 +- .../te-work-package-autocompleter.component.ts | 2 +- .../user-autocompleter/user-autocompleter.component.ts | 2 +- .../version-autocompleter/version-autocompleter.component.ts | 2 +- .../work-package-autocompleter/wp-autocompleter.component.ts | 2 +- .../collapsible-section/collapsible-section.component.ts | 2 +- .../components/colors/colors-autocompleter.component.ts | 2 +- .../copy-to-clipboard/copy-to-clipboard.directive.ts | 2 +- .../src/app/shared/components/date/op-date-time.component.ts | 2 +- .../datepicker/banner/datepicker-banner.component.ts | 2 +- .../components/datepicker/helpers/date-modal.helpers.ts | 2 +- .../datepicker/multi-date-modal/multi-date.modal.ts | 2 +- .../datepicker/services/date-modal-relations.service.ts | 2 +- .../datepicker/services/date-modal-scheduling.service.ts | 2 +- .../datepicker/single-date-modal/single-date.modal.ts | 2 +- .../editable-toolbar-title.component.ts | 2 +- .../ckeditor-augmented-textarea.component.ts | 2 +- .../editor/components/ckeditor/ckeditor-preview.service.ts | 2 +- .../editor/components/ckeditor/op-ckeditor.component.ts | 2 +- .../app/shared/components/editor/openproject-editor.module.ts | 2 +- .../components/fields/display/display-field.initializer.ts | 2 +- .../shared/components/fields/display/display-field.module.ts | 2 +- .../shared/components/fields/display/display-field.service.ts | 2 +- .../display/field-types/boolean-display-field.module.ts | 2 +- .../fields/display/field-types/combined-date-display.field.ts | 2 +- .../fields/display/field-types/date-display-field.module.ts | 2 +- .../display/field-types/datetime-display-field.module.ts | 2 +- .../display/field-types/days-duration-display-field.module.ts | 2 +- .../field-types/estimated-time-display-field.module.ts | 2 +- .../fields/display/field-types/float-display-field.module.ts | 2 +- .../display/field-types/formattable-display-field.module.ts | 2 +- .../display/field-types/highlightable-display-field.module.ts | 2 +- .../field-types/highlighted-resource-display-field.module.ts | 2 +- .../field-types/hours-duration-display-field.module.ts | 2 +- .../fields/display/field-types/id-display-field.module.ts | 2 +- .../display/field-types/integer-display-field.module.ts | 2 +- .../field-types/linked-work-package-display-field.module.ts | 2 +- .../multiple-lines-custom-options-display-field.module.ts | 2 +- .../field-types/multiple-lines-user-display-field.module.ts | 2 +- .../display/field-types/multiple-user-display-field.module.ts | 2 +- .../field-types/plain-formattable-display-field.module.ts | 2 +- .../display/field-types/progress-display-field.module.ts | 2 +- .../display/field-types/progress-text-display-field.module.ts | 2 +- .../field-types/project-status-display-field.module.ts | 2 +- .../display/field-types/resource-display-field.module.ts | 2 +- .../display/field-types/resources-display-field.module.ts | 2 +- .../fields/display/field-types/text-display-field.module.ts | 2 +- .../fields/display/field-types/type-display-field.module.ts | 2 +- .../fields/display/field-types/user-display-field.module.ts | 2 +- .../display/field-types/work-package-display-field.module.ts | 2 +- .../fields/display/field-types/wp-id-display-field.module.ts | 2 +- .../display/field-types/wp-spent-time-display-field.module.ts | 2 +- .../app/shared/components/fields/edit/edit-field.component.ts | 2 +- .../shared/components/fields/edit/edit-field.initializer.ts | 2 +- .../app/shared/components/fields/edit/edit-field.service.ts | 2 +- .../fields/edit/edit-form/edit-form-routing.service.ts | 2 +- .../components/fields/edit/edit-form/edit-form.component.ts | 2 +- .../app/shared/components/fields/edit/edit-form/edit-form.ts | 2 +- .../fields/edit/editing-portal/edit-field-handler.ts | 2 +- .../edit/field-controls/edit-field-controls.component.ts | 2 +- .../edit/field-handler/hal-resource-edit-field-handler.ts | 2 +- .../boolean-edit-field/boolean-edit-field.component.ts | 2 +- .../edit/field-types/combined-date-edit-field.component.ts | 2 +- .../field-types/date-edit-field/date-edit-field.component.ts | 2 +- .../fields/edit/field-types/float-edit-field.component.ts | 2 +- .../formattable-edit-field.component.ts | 2 +- .../edit/field-types/hours-duration-edit-field.component.ts | 2 +- .../integer-edit-field/integer-edit-field.component.ts | 2 +- .../edit/field-types/multi-select-edit-field.component.ts | 2 +- .../field-types/plain-formattable-edit-field.component.ts | 2 +- .../fields/edit/field-types/project-edit-field.component.ts | 2 +- .../edit/field-types/project-status-edit-field.component.ts | 2 +- .../select-autocompleter-register.service.ts | 2 +- .../select-edit-field/select-edit-field.component.ts | 2 +- .../edit/field-types/te-work-package-edit-field.component.ts | 2 +- .../field-types/text-edit-field/text-edit-field.component.ts | 2 +- .../fields/edit/field-types/user-edit-field.component.ts | 2 +- .../edit/field-types/work-package-edit-field.component.ts | 2 +- .../fields/edit/field/editable-attribute-field.component.ts | 2 +- .../fields/edit/services/hal-resource-editing.service.ts | 2 +- frontend/src/app/shared/components/fields/field.base.ts | 2 +- frontend/src/app/shared/components/fields/field.service.ts | 2 +- .../fields/macros/attribute-label-macro.component.ts | 2 +- .../fields/macros/attribute-model-loader.service.ts | 2 +- .../fields/macros/attribute-value-macro.component.ts | 2 +- .../fields/macros/work-package-quickinfo-macro.component.ts | 2 +- .../app/shared/components/fields/openproject-fields.module.ts | 2 +- .../app/shared/components/grids/openproject-grids.module.ts | 2 +- .../components/grids/widgets/header/header.component.ts | 2 +- .../grids/widgets/menu/widget-abstract-menu.component.ts | 2 +- .../components/grids/widgets/menu/widget-menu.component.ts | 2 +- .../components/grids/widgets/menu/wp-set-menu.component.ts | 2 +- .../project-description/project-description.component.ts | 2 +- .../widgets/project-details/project-details.component.ts | 2 +- .../grids/widgets/project-status/project-status.component.ts | 2 +- .../current-user/time-entries-current-user-menu.component.ts | 2 +- .../grids/widgets/wp-calendar/wp-calendar.component.ts | 2 +- .../grids/widgets/wp-graph/wp-graph-menu.component.ts | 2 +- .../grids/widgets/wp-overview/wp-overview.component.ts | 2 +- .../grids/widgets/wp-table/wp-table-menu.component.ts | 2 +- .../header-project-select/header-project-select.component.ts | 2 +- .../add-section-dropdown/add-section-dropdown.component.ts | 2 +- .../hide-section-link/hide-section-link.component.ts | 2 +- .../shared/components/hide-section/hide-section.service.ts | 2 +- .../hide-section/show-section-dropdown.component.ts | 2 +- frontend/src/app/shared/components/icon/icon.component.ts | 2 +- frontend/src/app/shared/components/icon/op-icon.spec.ts | 2 +- .../components/modal/modal-banner/modal-banner.component.ts | 2 +- .../app/shared/components/modal/modal-overlay.component.ts | 2 +- .../shared/components/modal/modal-wrapper-augment.service.ts | 2 +- frontend/src/app/shared/components/modal/modal.service.ts | 2 +- .../components/modals/confirm-dialog/confirm-dialog.modal.ts | 2 +- .../modals/confirm-dialog/confirm-dialog.service.ts | 2 +- .../shared/components/modals/editor/editor-macros.service.ts | 2 +- .../editor/macro-child-pages-modal/child-pages-macro.modal.ts | 2 +- .../editor/macro-code-block-modal/code-block-macro.modal.ts | 2 +- .../wiki-include-page-macro.modal.ts | 2 +- .../editor/macro-wp-button-modal/wp-button-macro.modal.ts | 2 +- .../components/modals/modal-wrapper/dynamic-content.modal.ts | 2 +- .../modals/preview-modal/wp-preview-modal/wp-preview.modal.ts | 2 +- .../request-for-confirmation/password-confirmation.modal.ts | 2 +- .../shared/components/modals/save-modal/save-query.modal.ts | 2 +- .../components/modals/share-modal/query-sharing.modal.ts | 2 +- .../components/modals/wp-destroy-modal/wp-destroy.modal.ts | 2 +- .../app/shared/components/no-results/no-results.component.ts | 2 +- .../handlers/op-columns-context-menu.directive.ts | 2 +- .../handlers/op-settings-dropdown-menu.directive.ts | 2 +- .../handlers/op-types-context-menu.directive.ts | 2 +- .../handlers/wp-create-settings-menu.directive.ts | 2 +- .../handlers/wp-group-toggle-dropdown-menu.directive.ts | 2 +- .../handlers/wp-status-dropdown-menu.directive.ts | 2 +- .../handlers/wp-view-dropdown-menu.directive.ts | 2 +- .../icon-triggered-context-menu.component.ts | 2 +- .../shared/components/op-date-picker/date-picker.directive.ts | 2 +- .../src/app/shared/components/op-date-picker/datepicker.ts | 2 +- .../op-single-date-picker/op-single-date-picker.component.ts | 2 +- .../components/op-view-select/op-static-queries.service.ts | 2 +- .../components/op-view-select/op-view-select.component.ts | 2 +- .../persistent-toggle/persistent-toggle.component.ts | 2 +- .../src/app/shared/components/principal/principal-helper.ts | 2 +- .../app/shared/components/principal/principal.component.ts | 2 +- .../remote-field-updater/remote-field-updater.component.ts | 2 +- .../components/resizer/resizer/main-menu-resizer.component.ts | 2 +- .../shared/components/resizer/resizer/wp-resizer.component.ts | 2 +- .../searchable-project-list/loading-project-list.component.ts | 2 +- .../file-link-list-item/file-link-list-item.component.ts | 2 +- .../file-picker-base-modal.component.ts | 2 +- .../storages/file-picker-modal/file-picker-modal.component.ts | 2 +- .../components/storages/functions/storages.functions.ts | 2 +- frontend/src/app/shared/components/storages/icons.mapping.ts | 2 +- .../storages/loading-file-list/loading-file-list.component.ts | 2 +- .../location-picker-modal/location-picker-modal.component.ts | 2 +- .../shared/components/storages/openproject-storages.module.ts | 2 +- .../storage-file-list-item.component.ts | 2 +- .../storages/storage-file-list-item/storage-file-list-item.ts | 2 +- .../storages/storage-information/storage-action-button.ts | 2 +- .../storages/storage-information/storage-information-box.ts | 2 +- .../storage-information/storage-information.component.ts | 2 +- .../shared/components/storages/storage/storage.component.ts | 2 +- .../shared/components/table-pagination/pagination-instance.ts | 2 +- .../shared/components/table-pagination/pagination-service.ts | 2 +- .../components/table-pagination/table-pagination.component.ts | 2 +- .../components/tabs/content-tabs/content-tabs.component.ts | 2 +- .../src/app/shared/components/tabs/openproject-tabs.module.ts | 2 +- .../time_entries/openproject-time-entries.module.ts | 2 +- frontend/src/app/shared/components/toaster/toast.component.ts | 2 +- .../src/app/shared/components/toaster/toast.service.spec.ts | 2 +- frontend/src/app/shared/components/toaster/toast.service.ts | 2 +- .../shared/components/toaster/toasts-container.component.ts | 2 +- .../shared/components/toaster/upload-progress.component.ts | 2 +- .../shared/components/user-link/user-link.component.spec.ts | 2 +- .../app/shared/components/user-link/user-link.component.ts | 2 +- .../openproject-work-package-graphs.module.ts | 2 +- .../app/shared/directives/a11y/keyboard-shortcut.service.ts | 2 +- frontend/src/app/shared/directives/focus/contain-helpers.ts | 2 +- frontend/src/app/shared/directives/focus/focus-helper.ts | 2 +- .../src/app/shared/directives/focus/focus-within.directive.ts | 2 +- .../directives/highlight-col/highlight-col.directive.ts | 2 +- .../directives/op-drag-scroll/op-drag-scroll.directive.ts | 2 +- .../src/app/shared/helpers/api-v3/api-v3-filter-builder.ts | 2 +- .../helpers/drag-and-drop/reorder-delta-builder.spec.ts | 2 +- .../src/app/shared/helpers/link-handling/link-handling.ts | 2 +- .../src/app/shared/helpers/routing/mobile-guard.helper.ts | 2 +- frontend/src/app/shared/shared.module.ts | 2 +- .../app/spot/components/breadcrumbs/breadcrumbs-content.ts | 2 +- .../app/spot/components/breadcrumbs/breadcrumbs.component.ts | 2 +- frontend/src/global_styles/content/_accounts.sass | 2 +- frontend/src/global_styles/content/_accounts_mobile.sass | 2 +- frontend/src/global_styles/content/_advanced_filters.sass | 2 +- frontend/src/global_styles/content/_ajax_indicator.sass | 2 +- frontend/src/global_styles/content/_attributes_group.sass | 2 +- frontend/src/global_styles/content/_attributes_key_value.sass | 2 +- frontend/src/global_styles/content/_augmented.sass | 2 +- frontend/src/global_styles/content/_autocomplete.sass | 2 +- frontend/src/global_styles/content/_badges.sass | 2 +- frontend/src/global_styles/content/_blockquotes.sass | 2 +- frontend/src/global_styles/content/_boxes.sass | 2 +- frontend/src/global_styles/content/_buttons.sass | 2 +- frontend/src/global_styles/content/_comments.sass | 2 +- frontend/src/global_styles/content/_context_menu.sass | 2 +- frontend/src/global_styles/content/_contextual.sass | 2 +- frontend/src/global_styles/content/_copy_to_clipboard.sass | 2 +- frontend/src/global_styles/content/_custom_actions.sass | 2 +- frontend/src/global_styles/content/_datepicker.sass | 2 +- frontend/src/global_styles/content/_diff.sass | 2 +- frontend/src/global_styles/content/_focus_within.sass | 2 +- frontend/src/global_styles/content/_form_error_messages.sass | 2 +- frontend/src/global_styles/content/_forms.sass | 2 +- frontend/src/global_styles/content/_forms_mobile.sass | 2 +- frontend/src/global_styles/content/_headings.sass | 2 +- frontend/src/global_styles/content/_help_texts.sass | 2 +- frontend/src/global_styles/content/_hidden.sass | 2 +- frontend/src/global_styles/content/_hide_section.sass | 2 +- .../src/global_styles/content/_hide_until_initialized.sass | 2 +- frontend/src/global_styles/content/_icon_control.sass | 2 +- frontend/src/global_styles/content/_info_boxes.sass | 2 +- frontend/src/global_styles/content/_information_section.sass | 2 +- frontend/src/global_styles/content/_journal.sass | 2 +- frontend/src/global_styles/content/_links.sass | 2 +- frontend/src/global_styles/content/_list.sass | 2 +- frontend/src/global_styles/content/_members.sass | 2 +- frontend/src/global_styles/content/_my_account.sass | 2 +- frontend/src/global_styles/content/_my_page.sass | 2 +- frontend/src/global_styles/content/_news.sass | 2 +- frontend/src/global_styles/content/_on_off_status.sass | 2 +- frontend/src/global_styles/content/_pagination.sass | 2 +- frontend/src/global_styles/content/_progress_bar.sass | 2 +- frontend/src/global_styles/content/_project_overview.sass | 2 +- frontend/src/global_styles/content/_projects_list.sass | 2 +- frontend/src/global_styles/content/_simple_filters.sass | 2 +- frontend/src/global_styles/content/_table.sass | 2 +- frontend/src/global_styles/content/_tables.sass | 2 +- frontend/src/global_styles/content/_tabular.sass | 2 +- frontend/src/global_styles/content/_toast.sass | 2 +- frontend/src/global_styles/content/_toast_mobile.sass | 2 +- frontend/src/global_styles/content/_tooltips.sass | 2 +- frontend/src/global_styles/content/_user.sass | 2 +- frontend/src/global_styles/content/_user_mention.sass | 2 +- frontend/src/global_styles/content/_version.sass | 2 +- frontend/src/global_styles/content/_watchers.sass | 2 +- frontend/src/global_styles/content/_widget_box.sass | 2 +- frontend/src/global_styles/content/_work_packages.sass | 2 +- frontend/src/global_styles/content/drag_and_drop.sass | 2 +- .../global_styles/content/work_packages/_table_content.sass | 2 +- .../work_packages/inplace_editing/_display_fields.sass | 2 +- .../content/work_packages/inplace_editing/_textareas.sass | 2 +- .../content/work_packages/shared/_file_list.sass | 2 +- .../content/work_packages/shared/_file_picker.sass | 2 +- .../content/work_packages/shared/_file_section.sass | 2 +- .../content/work_packages/single_view/_single_view.sass | 2 +- .../global_styles/content/work_packages/tabs/_activities.sass | 2 +- .../global_styles/content/work_packages/tabs/_files_tab.sass | 2 +- .../global_styles/content/work_packages/tabs/_relations.sass | 2 +- .../content/work_packages/tabs/_tab_content.sass | 2 +- frontend/src/global_styles/fonts/_lato.sass | 2 +- frontend/src/global_styles/fonts/_openproject_icon_font.sass | 2 +- .../src/global_styles/fonts/_openproject_icon_font_face.scss | 2 +- frontend/src/global_styles/layout/_admin.sass | 2 +- frontend/src/global_styles/layout/_base.sass | 2 +- frontend/src/global_styles/layout/_base_mobile.sass | 2 +- frontend/src/global_styles/layout/_breadcrumb.sass | 2 +- frontend/src/global_styles/layout/_colors.sass | 2 +- frontend/src/global_styles/layout/_drop_down.sass | 2 +- frontend/src/global_styles/layout/_drop_down_mobile.sass | 2 +- frontend/src/global_styles/layout/_grid.sass | 2 +- frontend/src/global_styles/layout/_index.sass | 2 +- frontend/src/global_styles/layout/_main_menu.sass | 2 +- frontend/src/global_styles/layout/_main_menu_mobile.sass | 2 +- frontend/src/global_styles/layout/_toolbar.sass | 2 +- frontend/src/global_styles/layout/_toolbar_mobile.sass | 2 +- .../src/global_styles/layout/work_packages/_details_view.sass | 2 +- .../src/global_styles/layout/work_packages/_full_view.sass | 2 +- frontend/src/global_styles/layout/work_packages/_mobile.sass | 2 +- frontend/src/global_styles/layout/work_packages/_table.sass | 2 +- .../global_styles/layout/work_packages/_table_embedded.sass | 2 +- frontend/src/global_styles/openproject/_accessibility.sass | 2 +- frontend/src/global_styles/openproject/_functions.sass | 2 +- frontend/src/global_styles/openproject/_generic.sass | 2 +- frontend/src/global_styles/openproject/_homescreen.sass | 2 +- frontend/src/global_styles/openproject/_mixins.sass | 2 +- frontend/src/global_styles/openproject/_onboarding.sass | 2 +- frontend/src/global_styles/openproject/_scm.sass | 2 +- frontend/src/global_styles/openproject/_variables.scss | 2 +- frontend/src/test/openproject-tests.js | 2 +- frontend/src/typings/open-project.typings.d.ts | 2 +- lib/api/appsignal_api.rb | 2 +- lib/api/caching/cached_representer.rb | 2 +- lib/api/decorators/aggregation_group.rb | 2 +- .../decorators/allowed_values_by_collection_representer.rb | 2 +- lib/api/decorators/allowed_values_by_link_representer.rb | 2 +- lib/api/decorators/collection.rb | 2 +- lib/api/decorators/create_form.rb | 2 +- lib/api/decorators/date_property.rb | 2 +- lib/api/decorators/digest.rb | 2 +- lib/api/decorators/form.rb | 2 +- lib/api/decorators/formattable.rb | 2 +- lib/api/decorators/formattable_property.rb | 2 +- lib/api/decorators/link_object.rb | 2 +- lib/api/decorators/linked_resource.rb | 2 +- lib/api/decorators/meta_form.rb | 2 +- lib/api/decorators/offset_paginated_collection.rb | 2 +- lib/api/decorators/polymorphic_resource.rb | 2 +- lib/api/decorators/property_schema_representer.rb | 2 +- lib/api/decorators/query_params_representer.rb | 2 +- lib/api/decorators/schema_representer.rb | 2 +- lib/api/decorators/simple_form.rb | 2 +- lib/api/decorators/single.rb | 2 +- lib/api/decorators/sql/hal.rb | 2 +- lib/api/decorators/sql_collection_representer.rb | 2 +- lib/api/decorators/unpaginated_collection.rb | 2 +- lib/api/decorators/update_form.rb | 2 +- lib/api/errors/bad_request.rb | 2 +- lib/api/errors/conflict.rb | 2 +- lib/api/errors/error_base.rb | 2 +- lib/api/errors/internal_error.rb | 2 +- lib/api/errors/invalid_query.rb | 2 +- lib/api/errors/invalid_render_context.rb | 2 +- lib/api/errors/invalid_request_body.rb | 2 +- lib/api/errors/invalid_resource_link.rb | 2 +- lib/api/errors/invalid_signal.rb | 2 +- lib/api/errors/invalid_user_status_transition.rb | 2 +- lib/api/errors/multiple_errors.rb | 2 +- lib/api/errors/not_found.rb | 2 +- lib/api/errors/not_implemented.rb | 2 +- lib/api/errors/parse_error.rb | 2 +- lib/api/errors/property_format_error.rb | 2 +- lib/api/errors/property_missing_error.rb | 2 +- lib/api/errors/too_many_requests.rb | 2 +- lib/api/errors/unauthenticated.rb | 2 +- lib/api/errors/unauthorized.rb | 2 +- lib/api/errors/unsupported_media_type.rb | 2 +- lib/api/errors/unwritable_property.rb | 2 +- lib/api/errors/validation.rb | 2 +- lib/api/formatter.rb | 2 +- lib/api/helpers/attachment_renderer.rb | 2 +- lib/api/open_project_api.rb | 2 +- lib/api/patchable_api.rb | 2 +- lib/api/root.rb | 2 +- lib/api/root_api.rb | 2 +- lib/api/utilities/camel_casing_strategy.rb | 2 +- lib/api/utilities/decorator_factory.rb | 2 +- lib/api/utilities/endpoints/bodied.rb | 2 +- lib/api/utilities/endpoints/create.rb | 2 +- lib/api/utilities/endpoints/delete.rb | 2 +- lib/api/utilities/endpoints/index.rb | 2 +- lib/api/utilities/endpoints/modify.rb | 2 +- lib/api/utilities/endpoints/namespaced_lookup.rb | 2 +- lib/api/utilities/endpoints/show.rb | 2 +- lib/api/utilities/endpoints/update.rb | 2 +- lib/api/utilities/grape_helper.rb | 2 +- lib/api/utilities/meta_property.rb | 2 +- lib/api/utilities/payload_representer.rb | 2 +- lib/api/utilities/property_name_converter.rb | 2 +- lib/api/utilities/property_name_converter_query_context.rb | 2 +- .../utilities/property_name_converter_work_package_dummy.rb | 2 +- lib/api/utilities/query_filters_name_converter.rb | 2 +- lib/api/utilities/representer_to_json_cache.rb | 2 +- lib/api/utilities/resource_link_parser.rb | 2 +- lib/api/utilities/text_renderer.rb | 2 +- lib/api/utilities/url_helper.rb | 2 +- lib/api/utilities/url_props_parsing_helper.rb | 2 +- lib/api/utilities/wp_property_name_converter.rb | 2 +- lib/api/v3.rb | 2 +- lib/api/v3/actions/action_sql_collection_representer.rb | 2 +- lib/api/v3/actions/action_sql_representer.rb | 2 +- lib/api/v3/actions/actions_api.rb | 2 +- lib/api/v3/activities/activities_api.rb | 2 +- lib/api/v3/activities/activities_by_work_package_api.rb | 2 +- lib/api/v3/activities/activity_collection_representer.rb | 2 +- lib/api/v3/activities/activity_eager_loading_wrapper.rb | 2 +- lib/api/v3/activities/activity_payload_representer.rb | 2 +- lib/api/v3/activities/activity_property_formatters.rb | 2 +- lib/api/v3/activities/activity_representer.rb | 2 +- .../v3/attachments/attachable_payload_representer_mixin.rb | 2 +- lib/api/v3/attachments/attachable_representer_mixin.rb | 2 +- lib/api/v3/attachments/attachment_collection_representer.rb | 2 +- lib/api/v3/attachments/attachment_parsing_representer.rb | 2 +- lib/api/v3/attachments/attachment_representer.rb | 2 +- lib/api/v3/attachments/attachment_upload_representer.rb | 2 +- lib/api/v3/attachments/attachments_api.rb | 2 +- lib/api/v3/attachments/attachments_by_container_api.rb | 2 +- lib/api/v3/attachments/attachments_by_help_text_api.rb | 2 +- lib/api/v3/attachments/attachments_by_post_api.rb | 2 +- lib/api/v3/attachments/attachments_by_wiki_page_api.rb | 2 +- lib/api/v3/attachments/attachments_by_work_package_api.rb | 2 +- lib/api/v3/backups/backup_representer.rb | 2 +- lib/api/v3/backups/backups_api.rb | 2 +- lib/api/v3/capabilities/capabilities_api.rb | 2 +- .../v3/capabilities/capability_sql_collection_representer.rb | 2 +- lib/api/v3/capabilities/capability_sql_representer.rb | 2 +- lib/api/v3/capabilities/contexts/global_api.rb | 2 +- lib/api/v3/capabilities/contexts/global_representer.rb | 2 +- lib/api/v3/categories/categories_api.rb | 2 +- lib/api/v3/categories/categories_by_project_api.rb | 2 +- lib/api/v3/categories/category_collection_representer.rb | 2 +- lib/api/v3/categories/category_representer.rb | 2 +- lib/api/v3/configuration/configuration_api.rb | 2 +- lib/api/v3/configuration/configuration_representer.rb | 2 +- lib/api/v3/cors.rb | 2 +- .../v3/custom_actions/custom_action_execute_representer.rb | 2 +- lib/api/v3/custom_actions/custom_action_representer.rb | 2 +- lib/api/v3/custom_actions/custom_actions_api.rb | 2 +- lib/api/v3/custom_options/custom_option_representer.rb | 2 +- lib/api/v3/custom_options/custom_options_api.rb | 2 +- lib/api/v3/days/day_collection_representer.rb | 2 +- lib/api/v3/days/day_representer.rb | 2 +- lib/api/v3/days/days_api.rb | 2 +- lib/api/v3/days/non_working_day_collection_representer.rb | 2 +- lib/api/v3/days/non_working_day_representer.rb | 2 +- lib/api/v3/days/non_working_days_api.rb | 2 +- lib/api/v3/days/week_api.rb | 2 +- lib/api/v3/days/week_day_collection_representer.rb | 2 +- lib/api/v3/days/week_day_representer.rb | 2 +- lib/api/v3/errors/error_representer.rb | 2 +- lib/api/v3/formatter/txt_charset.rb | 2 +- lib/api/v3/groups/group_collection_representer.rb | 2 +- lib/api/v3/groups/group_payload_representer.rb | 2 +- lib/api/v3/groups/group_representer.rb | 2 +- lib/api/v3/groups/groups_api.rb | 2 +- lib/api/v3/help_texts/help_text_collection_representer.rb | 2 +- lib/api/v3/help_texts/help_text_representer.rb | 2 +- lib/api/v3/help_texts/help_texts_api.rb | 2 +- lib/api/v3/memberships/available_projects_api.rb | 2 +- lib/api/v3/memberships/create_form_api.rb | 2 +- lib/api/v3/memberships/create_form_representer.rb | 2 +- lib/api/v3/memberships/form_representer.rb | 2 +- lib/api/v3/memberships/membership_collection_representer.rb | 2 +- lib/api/v3/memberships/membership_meta_representer.rb | 2 +- lib/api/v3/memberships/membership_payload_representer.rb | 2 +- lib/api/v3/memberships/membership_representer.rb | 2 +- lib/api/v3/memberships/memberships_api.rb | 2 +- lib/api/v3/memberships/schemas/membership_schema_api.rb | 2 +- .../v3/memberships/schemas/membership_schema_representer.rb | 2 +- lib/api/v3/memberships/update_form_api.rb | 2 +- lib/api/v3/memberships/update_form_representer.rb | 2 +- lib/api/v3/news/news_api.rb | 2 +- lib/api/v3/news/news_collection_representer.rb | 2 +- lib/api/v3/news/news_representer.rb | 2 +- .../v3/notifications/notification_collection_representer.rb | 2 +- .../v3/notifications/notification_eager_loading_wrapper.rb | 2 +- lib/api/v3/notifications/notification_representer.rb | 2 +- lib/api/v3/notifications/notifications_api.rb | 2 +- lib/api/v3/oauth/oauth_applications_api.rb | 2 +- lib/api/v3/oauth/oauth_applications_representer.rb | 2 +- lib/api/v3/oauth/oauth_client_credentials_api.rb | 2 +- lib/api/v3/oauth/oauth_client_credentials_representer.rb | 2 +- lib/api/v3/parser.rb | 2 +- .../placeholder_user_collection_representer.rb | 2 +- .../placeholder_users/placeholder_user_payload_representer.rb | 2 +- lib/api/v3/placeholder_users/placeholder_user_representer.rb | 2 +- lib/api/v3/placeholder_users/placeholder_users_api.rb | 2 +- lib/api/v3/posts/post_representer.rb | 2 +- lib/api/v3/posts/posts_api.rb | 2 +- lib/api/v3/principals/not_builtin_elements.rb | 2 +- lib/api/v3/principals/principal_representer.rb | 2 +- lib/api/v3/principals/principal_representer_factory.rb | 2 +- lib/api/v3/principals/principal_type.rb | 2 +- lib/api/v3/principals/principals_api.rb | 2 +- lib/api/v3/priorities/priorities_api.rb | 2 +- lib/api/v3/priorities/priority_collection_representer.rb | 2 +- lib/api/v3/priorities/priority_representer.rb | 2 +- lib/api/v3/projects/available_assignees_api.rb | 2 +- lib/api/v3/projects/available_parents_api.rb | 2 +- lib/api/v3/projects/available_responsibles_api.rb | 2 +- lib/api/v3/projects/copy/copy_api.rb | 2 +- lib/api/v3/projects/copy/create_form_api.rb | 2 +- lib/api/v3/projects/copy/create_form_representer.rb | 2 +- lib/api/v3/projects/copy/form_representer.rb | 2 +- lib/api/v3/projects/copy/parse_copy_params_service.rb | 2 +- lib/api/v3/projects/copy/project_copy_meta_representer.rb | 2 +- lib/api/v3/projects/copy/project_copy_payload_representer.rb | 2 +- lib/api/v3/projects/copy/project_copy_schema_representer.rb | 2 +- lib/api/v3/projects/create_form_api.rb | 2 +- lib/api/v3/projects/create_form_representer.rb | 2 +- lib/api/v3/projects/form_representer.rb | 2 +- lib/api/v3/projects/project_collection_representer.rb | 2 +- lib/api/v3/projects/project_eager_loading_wrapper.rb | 2 +- lib/api/v3/projects/project_payload_representer.rb | 2 +- lib/api/v3/projects/project_representer.rb | 2 +- lib/api/v3/projects/project_sql_representer.rb | 2 +- lib/api/v3/projects/projects_api.rb | 2 +- lib/api/v3/projects/schemas/project_schema_api.rb | 2 +- lib/api/v3/projects/schemas/project_schema_representer.rb | 2 +- lib/api/v3/projects/statuses/status_representer.rb | 2 +- lib/api/v3/projects/statuses/statuses_api.rb | 2 +- lib/api/v3/projects/update_form_api.rb | 2 +- lib/api/v3/projects/update_form_representer.rb | 2 +- lib/api/v3/queries/columns/query_column_representer.rb | 2 +- lib/api/v3/queries/columns/query_columns_api.rb | 2 +- lib/api/v3/queries/columns/query_columns_factory.rb | 2 +- .../v3/queries/columns/query_property_column_representer.rb | 2 +- .../columns/query_relation_of_type_column_representer.rb | 2 +- .../columns/query_relation_to_type_column_representer.rb | 2 +- lib/api/v3/queries/create_form_api.rb | 2 +- lib/api/v3/queries/create_form_representer.rb | 2 +- lib/api/v3/queries/filters/query_filter_decorator.rb | 2 +- .../filters/query_filter_instance_payload_representer.rb | 2 +- .../v3/queries/filters/query_filter_instance_representer.rb | 2 +- lib/api/v3/queries/filters/query_filter_representer.rb | 2 +- lib/api/v3/queries/filters/query_filters_api.rb | 2 +- lib/api/v3/queries/form_representer.rb | 2 +- lib/api/v3/queries/group_bys/query_group_by_representer.rb | 2 +- lib/api/v3/queries/group_bys/query_group_bys_api.rb | 2 +- lib/api/v3/queries/helpers/query_representer_response.rb | 2 +- lib/api/v3/queries/operators/query_operator_representer.rb | 2 +- lib/api/v3/queries/operators/query_operators_api.rb | 2 +- lib/api/v3/queries/order/query_order_api.rb | 2 +- .../v3/queries/projections/query_projection_representer.rb | 2 +- lib/api/v3/queries/queries_api.rb | 2 +- lib/api/v3/queries/queries_by_project_api.rb | 2 +- lib/api/v3/queries/query_collection_representer.rb | 2 +- lib/api/v3/queries/query_helper.rb | 2 +- lib/api/v3/queries/query_params_representer.rb | 2 +- lib/api/v3/queries/query_payload_representer.rb | 2 +- lib/api/v3/queries/query_representer.rb | 2 +- .../schemas/all_principals_filter_dependency_representer.rb | 2 +- .../assignee_or_group_filter_dependency_representer.rb | 2 +- .../queries/schemas/blocked_filter_dependency_representer.rb | 2 +- .../queries/schemas/blocks_filter_dependency_representer.rb | 2 +- .../queries/schemas/boolean_filter_dependency_representer.rb | 2 +- .../schemas/by_work_package_filter_dependency_representer.rb | 2 +- .../queries/schemas/category_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/custom_field_json_cache_key_mixin.rb | 2 +- .../schemas/custom_option_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/date_filter_dependency_representer.rb | 2 +- .../schemas/date_time_filter_dependency_representer.rb | 2 +- .../schemas/duplicated_filter_dependency_representer.rb | 2 +- .../schemas/duplicates_filter_dependency_representer.rb | 2 +- lib/api/v3/queries/schemas/filter_dependency_decorator.rb | 2 +- lib/api/v3/queries/schemas/filter_dependency_representer.rb | 2 +- .../queries/schemas/filter_dependency_representer_factory.rb | 2 +- .../v3/queries/schemas/float_filter_dependency_representer.rb | 2 +- .../queries/schemas/follows_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/group_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/id_filter_dependency_representer.rb | 2 +- .../queries/schemas/includes_filter_dependency_representer.rb | 2 +- .../queries/schemas/integer_filter_dependency_representer.rb | 2 +- .../schemas/manual_sort_filter_dependency_representer.rb | 2 +- .../schemas/only_subproject_filter_dependency_representer.rb | 2 +- .../queries/schemas/parent_filter_dependency_representer.rb | 2 +- .../queries/schemas/partof_filter_dependency_representer.rb | 2 +- .../queries/schemas/precedes_filter_dependency_representer.rb | 2 +- .../schemas/principal_filter_dependency_representer.rb | 2 +- .../queries/schemas/priority_filter_dependency_representer.rb | 2 +- .../queries/schemas/project_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/query_filter_instance_schema_api.rb | 2 +- .../query_filter_instance_schema_collection_representer.rb | 2 +- .../schemas/query_filter_instance_schema_representer.rb | 2 +- .../schemas/query_project_filter_instance_schema_api.rb | 2 +- lib/api/v3/queries/schemas/query_project_schema_api.rb | 2 +- lib/api/v3/queries/schemas/query_schema_api.rb | 2 +- lib/api/v3/queries/schemas/query_schema_representer.rb | 2 +- .../queries/schemas/relates_filter_dependency_representer.rb | 2 +- .../queries/schemas/required_filter_dependency_representer.rb | 2 +- .../queries/schemas/requires_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/role_filter_dependency_representer.rb | 2 +- .../queries/schemas/search_filter_dependency_representer.rb | 2 +- .../queries/schemas/status_filter_dependency_representer.rb | 2 +- .../schemas/subproject_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/text_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/type_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/user_filter_dependency_representer.rb | 2 +- .../queries/schemas/version_filter_dependency_representer.rb | 2 +- lib/api/v3/queries/sort_bys/query_sort_by_representer.rb | 2 +- lib/api/v3/queries/sort_bys/query_sort_bys_api.rb | 2 +- lib/api/v3/queries/sort_bys/sort_by_decorator.rb | 2 +- lib/api/v3/queries/update_form_api.rb | 2 +- lib/api/v3/queries/update_form_representer.rb | 2 +- lib/api/v3/relations/relation_collection_representer.rb | 2 +- .../v3/relations/relation_paginated_collection_representer.rb | 2 +- lib/api/v3/relations/relation_payload_representer.rb | 2 +- lib/api/v3/relations/relation_representer.rb | 2 +- lib/api/v3/relations/relations_api.rb | 2 +- lib/api/v3/relations/relations_helper.rb | 2 +- lib/api/v3/render/render_api.rb | 2 +- lib/api/v3/repositories/revision_collection_representer.rb | 2 +- lib/api/v3/repositories/revision_representer.rb | 2 +- lib/api/v3/repositories/revisions_api.rb | 2 +- lib/api/v3/repositories/revisions_by_work_package_api.rb | 2 +- lib/api/v3/roles/role_collection_representer.rb | 2 +- lib/api/v3/roles/role_representer.rb | 2 +- lib/api/v3/roles/roles_api.rb | 2 +- lib/api/v3/root.rb | 2 +- lib/api/v3/root_representer.rb | 2 +- lib/api/v3/schemas/schema_collection_representer.rb | 2 +- lib/api/v3/schemas/schema_dependency_representer.rb | 2 +- lib/api/v3/statuses/status_collection_representer.rb | 2 +- lib/api/v3/statuses/status_representer.rb | 2 +- lib/api/v3/statuses/statuses_api.rb | 2 +- lib/api/v3/string_objects/string_objects_api.rb | 2 +- lib/api/v3/types/type_collection_representer.rb | 2 +- lib/api/v3/types/type_representer.rb | 2 +- lib/api/v3/types/types_api.rb | 2 +- lib/api/v3/types/types_by_project_api.rb | 2 +- .../v3/user_preferences/notification_setting_representer.rb | 2 +- lib/api/v3/user_preferences/preferences_by_user_api.rb | 2 +- .../user_preferences/user_preference_payload_representer.rb | 2 +- lib/api/v3/user_preferences/user_preference_representer.rb | 2 +- lib/api/v3/user_preferences/user_preferences_api.rb | 2 +- lib/api/v3/users/create_form_api.rb | 2 +- lib/api/v3/users/create_form_representer.rb | 2 +- lib/api/v3/users/form_representer.rb | 2 +- lib/api/v3/users/schemas/user_schema_api.rb | 2 +- lib/api/v3/users/schemas/user_schema_representer.rb | 2 +- lib/api/v3/users/unpaginated_user_collection_representer.rb | 2 +- lib/api/v3/users/update_form_api.rb | 2 +- lib/api/v3/users/update_form_representer.rb | 2 +- lib/api/v3/users/user_collection_representer.rb | 2 +- lib/api/v3/users/user_payload_representer.rb | 2 +- lib/api/v3/users/user_representer.rb | 2 +- lib/api/v3/users/users_api.rb | 2 +- lib/api/v3/utilities/custom_field_injector.rb | 2 +- .../v3/utilities/custom_field_injector/link_value_getter.rb | 2 +- lib/api/v3/utilities/custom_field_sum_injector.rb | 2 +- lib/api/v3/utilities/date_time_formatter.rb | 2 +- lib/api/v3/utilities/eager_loading/custom_field_accessor.rb | 2 +- lib/api/v3/utilities/eager_loading/eager_loading_wrapper.rb | 2 +- lib/api/v3/utilities/endpoints/create.rb | 2 +- lib/api/v3/utilities/endpoints/create_form.rb | 2 +- lib/api/v3/utilities/endpoints/delayed_modify.rb | 2 +- lib/api/v3/utilities/endpoints/delete.rb | 2 +- lib/api/v3/utilities/endpoints/form.rb | 2 +- lib/api/v3/utilities/endpoints/index.rb | 2 +- lib/api/v3/utilities/endpoints/schema.rb | 2 +- lib/api/v3/utilities/endpoints/show.rb | 2 +- lib/api/v3/utilities/endpoints/sql_index.rb | 2 +- lib/api/v3/utilities/endpoints/sql_show.rb | 2 +- lib/api/v3/utilities/endpoints/update.rb | 2 +- lib/api/v3/utilities/endpoints/update_form.rb | 2 +- lib/api/v3/utilities/endpoints/v3_deductions.rb | 2 +- lib/api/v3/utilities/endpoints/v3_present_single.rb | 2 +- lib/api/v3/utilities/eprops_conversion.rb | 2 +- lib/api/v3/utilities/params_to_query.rb | 2 +- lib/api/v3/utilities/path_helper.rb | 2 +- lib/api/v3/utilities/resource_link_generator.rb | 2 +- lib/api/v3/utilities/sql_representer_walker.rb | 2 +- lib/api/v3/utilities/sql_walker_results.rb | 2 +- lib/api/v3/versions/available_projects_api.rb | 2 +- lib/api/v3/versions/create_form_api.rb | 2 +- lib/api/v3/versions/create_form_representer.rb | 2 +- lib/api/v3/versions/form_representer.rb | 2 +- lib/api/v3/versions/projects_by_version_api.rb | 2 +- lib/api/v3/versions/schemas/version_schema_api.rb | 2 +- lib/api/v3/versions/schemas/version_schema_representer.rb | 2 +- lib/api/v3/versions/update_form_api.rb | 2 +- lib/api/v3/versions/update_form_representer.rb | 2 +- lib/api/v3/versions/version_collection_representer.rb | 2 +- lib/api/v3/versions/version_payload_representer.rb | 2 +- lib/api/v3/versions/version_representer.rb | 2 +- lib/api/v3/versions/versions_api.rb | 2 +- lib/api/v3/versions/versions_by_project_api.rb | 2 +- lib/api/v3/views/view_collection_representer.rb | 2 +- lib/api/v3/views/view_payload_representer.rb | 2 +- lib/api/v3/views/view_representer.rb | 2 +- lib/api/v3/views/views_api.rb | 2 +- lib/api/v3/watchers/watcher_representer.rb | 2 +- lib/api/v3/wiki_pages/wiki_page_representer.rb | 2 +- lib/api/v3/wiki_pages/wiki_pages_api.rb | 2 +- lib/api/v3/work_packages/available_projects_on_create_api.rb | 2 +- lib/api/v3/work_packages/available_projects_on_edit_api.rb | 2 +- lib/api/v3/work_packages/available_relation_candidates_api.rb | 2 +- lib/api/v3/work_packages/create_form_api.rb | 2 +- lib/api/v3/work_packages/create_form_representer.rb | 2 +- lib/api/v3/work_packages/create_project_form_api.rb | 2 +- lib/api/v3/work_packages/create_project_form_representer.rb | 2 +- lib/api/v3/work_packages/eager_loading/ancestor.rb | 2 +- lib/api/v3/work_packages/eager_loading/base.rb | 2 +- lib/api/v3/work_packages/eager_loading/checksum.rb | 2 +- lib/api/v3/work_packages/eager_loading/custom_action.rb | 2 +- lib/api/v3/work_packages/eager_loading/custom_value.rb | 2 +- lib/api/v3/work_packages/eager_loading/hierarchy.rb | 2 +- lib/api/v3/work_packages/eager_loading/neutral_wrapper.rb | 2 +- lib/api/v3/work_packages/eager_loading/project.rb | 2 +- lib/api/v3/work_packages/form_representer.rb | 2 +- lib/api/v3/work_packages/link_to_object_extractor.rb | 2 +- lib/api/v3/work_packages/parse_params_service.rb | 2 +- lib/api/v3/work_packages/schema/base_work_package_schema.rb | 2 +- .../schema/form_configurations/attribute_representer.rb | 2 +- .../schema/form_configurations/query_representer.rb | 2 +- .../v3/work_packages/schema/specific_work_package_schema.rb | 2 +- lib/api/v3/work_packages/schema/typed_schema_contract.rb | 2 +- lib/api/v3/work_packages/schema/typed_work_package_schema.rb | 2 +- .../schema/work_package_schema_collection_representer.rb | 2 +- .../work_packages/schema/work_package_schema_representer.rb | 2 +- lib/api/v3/work_packages/schema/work_package_schemas_api.rb | 2 +- lib/api/v3/work_packages/schema/work_package_sums_schema.rb | 2 +- .../schema/work_package_sums_schema_representer.rb | 2 +- lib/api/v3/work_packages/update_form_api.rb | 2 +- lib/api/v3/work_packages/update_form_representer.rb | 2 +- lib/api/v3/work_packages/watchers_api.rb | 2 +- lib/api/v3/work_packages/work_package_aggregation_group.rb | 2 +- .../v3/work_packages/work_package_collection_representer.rb | 2 +- .../v3/work_packages/work_package_eager_loading_wrapper.rb | 2 +- .../work_package_lock_version_payload_representer.rb | 2 +- lib/api/v3/work_packages/work_package_payload_representer.rb | 2 +- lib/api/v3/work_packages/work_package_relations_api.rb | 2 +- lib/api/v3/work_packages/work_package_representer.rb | 2 +- lib/api/v3/work_packages/work_packages_api.rb | 2 +- lib/api/v3/work_packages/work_packages_by_project_api.rb | 2 +- lib/api/v3/work_packages/work_packages_shared_helpers.rb | 2 +- lib/ar_condition.rb | 2 +- lib/constraints/enterprise.rb | 2 +- lib/core_extensions.rb | 2 +- lib/core_extensions/squish_sql.rb | 2 +- lib/core_extensions/string.rb | 2 +- lib/core_extensions/time_with_zone.rb | 2 +- lib/custom_field_form_builder.rb | 2 +- lib/deprecated_alias.rb | 2 +- lib/generators/open_project/plugin/plugin_generator.rb | 2 +- lib/instance_finder.rb | 2 +- lib/open_project.rb | 2 +- lib/open_project/access_control.rb | 2 +- lib/open_project/access_control/mapper.rb | 2 +- lib/open_project/access_control/permission.rb | 2 +- lib/open_project/access_keys.rb | 2 +- lib/open_project/acts_as_url/adapter/op_active_record.rb | 2 +- lib/open_project/assets.rb | 2 +- lib/open_project/cache.rb | 2 +- lib/open_project/cache/cache_key.rb | 2 +- lib/open_project/changed_by_system.rb | 2 +- lib/open_project/content_type_detector.rb | 2 +- lib/open_project/custom_field_format.rb | 2 +- lib/open_project/custom_styles/color_themes.rb | 2 +- lib/open_project/custom_styles/design.rb | 2 +- lib/open_project/default_wp_queries.rb | 2 +- lib/open_project/deprecation.rb | 2 +- lib/open_project/enterprise.rb | 2 +- lib/open_project/events.rb | 2 +- lib/open_project/file_command_content_type_detector.rb | 2 +- lib/open_project/files.rb | 2 +- lib/open_project/footer.rb | 2 +- lib/open_project/form_tag_helper.rb | 2 +- lib/open_project/full_text_search.rb | 2 +- lib/open_project/hook.rb | 2 +- lib/open_project/hooks.rb | 2 +- lib/open_project/hooks/view_account_login_auth_provider.rb | 2 +- lib/open_project/hooks/view_account_login_bottom.rb | 2 +- lib/open_project/info.rb | 2 +- lib/open_project/journal/attachment_helper.rb | 2 +- lib/open_project/journal_formatter/attachment.rb | 2 +- lib/open_project/journal_formatter/custom_field.rb | 2 +- lib/open_project/journal_formatter/diff.rb | 2 +- lib/open_project/journal_formatter/ignore_non_working_days.rb | 2 +- lib/open_project/journal_formatter/schedule_manually.rb | 2 +- lib/open_project/locale_helper.rb | 2 +- lib/open_project/mime_type.rb | 2 +- lib/open_project/mutex.rb | 2 +- lib/open_project/nested_set/rebuild_patch.rb | 2 +- lib/open_project/object_linking.rb | 2 +- lib/open_project/omni_auth/authorization.rb | 2 +- lib/open_project/page_hierarchy_helper.rb | 2 +- lib/open_project/passwords.rb | 2 +- lib/open_project/patches.rb | 2 +- lib/open_project/patches/action_view_accessible_errors.rb | 2 +- .../patches/action_view_helpers_asset_tag_helper.rb | 2 +- lib/open_project/patches/active_model_errors.rb | 2 +- lib/open_project/patches/active_record_i18n.rb | 2 +- lib/open_project/patches/acts_as_list.rb | 2 +- lib/open_project/patches/declarative_option.rb | 2 +- lib/open_project/patches/delayed_job_adapter.rb | 2 +- lib/open_project/patches/delivery_job.rb | 2 +- lib/open_project/patches/doorkeeper_application.rb | 2 +- lib/open_project/patches/i18n_reject_empty_string.rb | 2 +- lib/open_project/patches/representable.rb | 2 +- lib/open_project/patches/string.rb | 2 +- lib/open_project/plugins.rb | 2 +- lib/open_project/plugins/acts_as_op_engine.rb | 2 +- lib/open_project/plugins/frontend_linking.rb | 2 +- lib/open_project/plugins/frontend_linking/generator.rb | 2 +- .../plugins/frontend_linking/linked-plugins.module.ts.erb | 2 +- .../plugins/frontend_linking/linked-plugins.styles.sass.erb | 2 +- lib/open_project/plugins/load_dependency.rb | 2 +- lib/open_project/plugins/migration_mapping.rb | 2 +- lib/open_project/plugins/module_handler.rb | 2 +- lib/open_project/plugins/patch_registry.rb | 2 +- lib/open_project/repository_authentication.rb | 2 +- lib/open_project/safe_params.rb | 2 +- lib/open_project/scm/adapters.rb | 2 +- lib/open_project/scm/adapters/base.rb | 2 +- lib/open_project/scm/adapters/checkout_instructions.rb | 2 +- lib/open_project/scm/adapters/git.rb | 2 +- lib/open_project/scm/adapters/local_client.rb | 2 +- lib/open_project/scm/adapters/subversion.rb | 2 +- lib/open_project/scm/exceptions.rb | 2 +- lib/open_project/scm/manageable_repository.rb | 2 +- lib/open_project/scm/manager.rb | 2 +- lib/open_project/sql_sanitization.rb | 2 +- lib/open_project/static/homescreen.rb | 2 +- lib/open_project/static/links.rb | 2 +- lib/open_project/static_routing.rb | 2 +- lib/open_project/storage.rb | 2 +- lib/open_project/syntax_highlighting.rb | 2 +- lib/open_project/text_formatting.rb | 2 +- lib/open_project/text_formatting/filters/attachment_filter.rb | 2 +- lib/open_project/text_formatting/filters/autolink_filter.rb | 2 +- lib/open_project/text_formatting/filters/bem_css_filter.rb | 2 +- .../text_formatting/filters/figure_wrapped_filter.rb | 2 +- .../text_formatting/filters/link_attribute_filter.rb | 2 +- lib/open_project/text_formatting/filters/macro_filter.rb | 2 +- .../text_formatting/filters/macros/child_pages.rb | 2 +- .../filters/macros/child_pages/child_pages_context.rb | 2 +- .../filters/macros/create_work_package_link.rb | 2 +- .../text_formatting/filters/macros/embedded_table.rb | 2 +- .../text_formatting/filters/macros/include_wiki_page.rb | 2 +- lib/open_project/text_formatting/filters/macros/toc.rb | 2 +- lib/open_project/text_formatting/filters/markdown_filter.rb | 2 +- lib/open_project/text_formatting/filters/mention_filter.rb | 2 +- .../text_formatting/filters/pattern_matcher_filter.rb | 2 +- lib/open_project/text_formatting/filters/plain_filter.rb | 2 +- .../text_formatting/filters/relative_link_filter.rb | 2 +- .../text_formatting/filters/sanitization_filter.rb | 2 +- .../text_formatting/filters/setting_macros_filter.rb | 2 +- .../text_formatting/filters/syntax_highlight_filter.rb | 2 +- .../text_formatting/filters/table_of_contents_filter.rb | 2 +- lib/open_project/text_formatting/filters/task_list_filter.rb | 2 +- lib/open_project/text_formatting/formats.rb | 2 +- lib/open_project/text_formatting/formats/base_format.rb | 2 +- lib/open_project/text_formatting/formats/base_formatter.rb | 2 +- lib/open_project/text_formatting/formats/markdown/format.rb | 2 +- .../text_formatting/formats/markdown/formatter.rb | 2 +- lib/open_project/text_formatting/formats/markdown/helper.rb | 2 +- .../text_formatting/formats/markdown/pandoc_downloader.rb | 2 +- .../text_formatting/formats/markdown/pandoc_wrapper.rb | 2 +- .../text_formatting/formats/markdown/textile_converter.rb | 2 +- lib/open_project/text_formatting/formats/plain/format.rb | 2 +- lib/open_project/text_formatting/formats/plain/formatter.rb | 2 +- lib/open_project/text_formatting/formats/plain/helper.rb | 2 +- lib/open_project/text_formatting/helpers/link_rewriter.rb | 2 +- lib/open_project/text_formatting/matchers/attribute_macros.rb | 2 +- .../text_formatting/matchers/link_handlers/base.rb | 2 +- .../text_formatting/matchers/link_handlers/colon_separator.rb | 2 +- .../text_formatting/matchers/link_handlers/hash_separator.rb | 2 +- .../text_formatting/matchers/link_handlers/revisions.rb | 2 +- .../text_formatting/matchers/link_handlers/work_packages.rb | 2 +- lib/open_project/text_formatting/matchers/regex_matcher.rb | 2 +- .../text_formatting/matchers/resource_links_matcher.rb | 2 +- .../text_formatting/matchers/wiki_links_matcher.rb | 2 +- lib/open_project/text_formatting/renderer.rb | 2 +- lib/open_project/text_formatting/truncation.rb | 2 +- lib/open_project/ui/extensible_tabs.rb | 2 +- lib/open_project/version.rb | 2 +- lib/pagination.rb | 2 +- lib/pagination/controller.rb | 2 +- lib/pagination/model.rb | 2 +- lib/redmine/about.rb | 2 +- lib/redmine/ciphering.rb | 2 +- lib/redmine/codeset_util.rb | 2 +- lib/redmine/diff_table.rb | 2 +- lib/redmine/helpers/diff.rb | 2 +- lib/redmine/imap.rb | 2 +- lib/redmine/menu_manager.rb | 2 +- lib/redmine/menu_manager/mapper.rb | 2 +- lib/redmine/menu_manager/menu_controller.rb | 2 +- lib/redmine/menu_manager/menu_error.rb | 2 +- lib/redmine/menu_manager/menu_helper.rb | 2 +- lib/redmine/menu_manager/menu_item.rb | 2 +- lib/redmine/menu_manager/top_menu/help_menu.rb | 2 +- lib/redmine/menu_manager/top_menu/projects_menu.rb | 2 +- lib/redmine/menu_manager/top_menu/quick_add_menu.rb | 2 +- lib/redmine/menu_manager/top_menu_helper.rb | 2 +- lib/redmine/menu_manager/tree_node.rb | 2 +- lib/redmine/menu_manager/wiki_menu_helper.rb | 2 +- lib/redmine/platform.rb | 2 +- lib/redmine/plugin.rb | 2 +- lib/redmine/pop3.rb | 2 +- lib/redmine/search.rb | 2 +- lib/redmine/unified_diff.rb | 2 +- lib/redmine/views/other_formats_builder.rb | 2 +- lib/services/create_relation.rb | 2 +- lib/services/create_watcher.rb | 2 +- lib/services/remove_watcher.rb | 2 +- lib/tabular_form_builder.rb | 2 +- lib/tasks/api.rake | 2 +- lib/tasks/assets.rake | 2 +- lib/tasks/attachment_migrations.rake | 2 +- lib/tasks/attachments.rake | 2 +- lib/tasks/backup.rake | 2 +- lib/tasks/ciphering.rake | 2 +- lib/tasks/code.rake | 2 +- lib/tasks/copyright.rake | 2 +- lib/tasks/copyright_authors.rake | 2 +- lib/tasks/cron.rake | 2 +- lib/tasks/database.rake | 2 +- lib/tasks/delayed_job.rake | 2 +- lib/tasks/delete_documents.rake | 2 +- lib/tasks/dependencies.rake | 2 +- lib/tasks/deprecated.rake | 2 +- lib/tasks/email.rake | 2 +- lib/tasks/environment.rake | 2 +- lib/tasks/extract_fixtures.rake | 2 +- lib/tasks/fetch_changesets.rake | 2 +- lib/tasks/fix_missing_notification_settings.rake | 2 +- lib/tasks/git.rake | 2 +- lib/tasks/jdbc.rake | 2 +- lib/tasks/ldap.rake | 2 +- lib/tasks/load_default_data.rake | 2 +- lib/tasks/metrics.rake | 2 +- lib/tasks/packager.rake | 2 +- lib/tasks/parallel_testing.rake | 2 +- lib/tasks/permissions.rake | 2 +- lib/tasks/plugin_specs.rake | 2 +- lib/tasks/plugins.rake | 2 +- lib/tasks/release.rake | 2 +- lib/tasks/reminder.rake | 2 +- lib/tasks/reregister_password_migrations.rake | 2 +- lib/tasks/sample_data.rake | 2 +- lib/tasks/scm.rake | 2 +- lib/tasks/secret_token.rake | 2 +- lib/tasks/setting.rake | 2 +- lib/tasks/shared/user_feedback.rb | 2 +- lib/tasks/testing.rake | 2 +- lib/tasks/time_entry_activities.rake | 2 +- lib/tasks/version.rake | 2 +- lib/tasks/watchers.rake | 2 +- lib/tasks/yardoc.rake | 2 +- lib_static/open_project/appsignal.rb | 2 +- lib_static/open_project/configuration.rb | 2 +- lib_static/open_project/configuration/helpers.rb | 2 +- lib_static/open_project/database.rb | 2 +- lib_static/open_project/feature_decisions.rb | 2 +- lib_static/open_project/notifications.rb | 2 +- lib_static/plugins/acts_as_attachable/init.rb | 2 +- .../plugins/acts_as_attachable/lib/acts_as_attachable.rb | 2 +- lib_static/plugins/acts_as_customizable/init.rb | 2 +- .../plugins/acts_as_customizable/lib/acts_as_customizable.rb | 2 +- .../plugins/acts_as_customizable/lib/human_attribute_name.rb | 2 +- lib_static/plugins/acts_as_event/init.rb | 2 +- lib_static/plugins/acts_as_event/lib/acts_as_event.rb | 2 +- lib_static/plugins/acts_as_journalized/init.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/creation.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/format_hooks.rb | 2 +- .../lib/acts/journalized/journal_object_cache.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/journalized.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/options.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/permissions.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/reversion.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/save_hooks.rb | 2 +- .../plugins/acts_as_journalized/lib/acts_as_journalized.rb | 2 +- lib_static/plugins/acts_as_journalized/lib/journal_changes.rb | 2 +- .../plugins/acts_as_journalized/lib/journal_deprecated.rb | 2 +- lib_static/plugins/acts_as_journalized/lib/journal_detail.rb | 2 +- .../plugins/acts_as_journalized/lib/journal_formatter.rb | 2 +- .../acts_as_journalized/lib/journal_formatter/attribute.rb | 2 +- .../plugins/acts_as_journalized/lib/journal_formatter/base.rb | 2 +- .../acts_as_journalized/lib/journal_formatter/datetime.rb | 2 +- .../acts_as_journalized/lib/journal_formatter/day_count.rb | 2 +- .../acts_as_journalized/lib/journal_formatter/decimal.rb | 2 +- .../acts_as_journalized/lib/journal_formatter/fraction.rb | 2 +- .../plugins/acts_as_journalized/lib/journal_formatter/id.rb | 2 +- .../lib/journal_formatter/named_association.rb | 2 +- .../acts_as_journalized/lib/journal_formatter/plaintext.rb | 2 +- .../plugins/acts_as_journalized/lib/journal_formatter/proc.rb | 2 +- lib_static/plugins/acts_as_searchable/init.rb | 2 +- .../plugins/acts_as_searchable/lib/acts_as_searchable.rb | 2 +- lib_static/plugins/acts_as_watchable/init.rb | 2 +- lib_static/plugins/acts_as_watchable/lib/acts_as_watchable.rb | 2 +- .../plugins/acts_as_watchable/lib/acts_as_watchable/routes.rb | 2 +- lib_static/plugins/load_path_helper.rb | 2 +- lib_static/redmine/diff.rb | 2 +- lib_static/redmine/i18n.rb | 2 +- .../no_do_end_block_with_rspec_capybara_matcher_in_expect.rb | 2 +- .../cop/open_project/use_service_result_factory_methods.rb | 2 +- .../auth_plugins/app/views/hooks/login/_providers.html.erb | 2 +- .../app/views/hooks/login/_providers_css.html.erb | 2 +- modules/auth_plugins/lib/omni_auth/flexible_builder.rb | 2 +- modules/auth_plugins/lib/omni_auth/flexible_strategy.rb | 2 +- modules/auth_plugins/lib/open_project/auth_plugins.rb | 2 +- modules/auth_plugins/lib/open_project/auth_plugins/engine.rb | 2 +- modules/auth_plugins/lib/open_project/auth_plugins/hooks.rb | 2 +- modules/auth_plugins/lib/open_project/plugins/auth_plugin.rb | 2 +- modules/auth_plugins/lib/openproject-auth_plugins.rb | 2 +- modules/auth_plugins/spec/features/auth_provider_spec.rb | 2 +- modules/auth_plugins/spec/requests/auth_plugins_spec.rb | 2 +- modules/auth_plugins/spec/requests/flexible_strategy_spec.rb | 2 +- modules/auth_plugins/spec/views/base.html.erb_spec.rb | 2 +- .../spec/views/hooks/login/_providers.html.erb_spec.rb | 2 +- modules/avatars/app/helpers/avatar_helper.rb | 2 +- .../module/avatar-upload-form/avatar-upload-form.component.ts | 2 +- modules/avatars/frontend/module/main.ts | 2 +- modules/avatars/lib/api/v3/users/user_avatar_api.rb | 2 +- .../avatars/spec/lib/api/v3/users/user_representer_spec.rb | 2 +- modules/avatars/spec/requests/user_avatar_api_spec.rb | 2 +- .../backlogs/app/controllers/backlogs_settings_controller.rb | 2 +- .../app/controllers/projects/settings/backlogs_controller.rb | 2 +- modules/backlogs/app/controllers/rb_application_controller.rb | 2 +- .../backlogs/app/controllers/rb_burndown_charts_controller.rb | 2 +- .../controllers/rb_export_card_configurations_controller.rb | 2 +- modules/backlogs/app/controllers/rb_impediments_controller.rb | 2 +- .../backlogs/app/controllers/rb_master_backlogs_controller.rb | 2 +- modules/backlogs/app/controllers/rb_queries_controller.rb | 2 +- modules/backlogs/app/controllers/rb_sprints_controller.rb | 2 +- modules/backlogs/app/controllers/rb_stories_controller.rb | 2 +- modules/backlogs/app/controllers/rb_taskboards_controller.rb | 2 +- modules/backlogs/app/controllers/rb_tasks_controller.rb | 2 +- modules/backlogs/app/controllers/rb_wikis_controller.rb | 2 +- .../backlogs/app/controllers/version_settings_controller.rb | 2 +- .../backlogs/app/controllers/work_package_boxes_controller.rb | 2 +- modules/backlogs/app/helpers/burndown_charts_helper.rb | 2 +- modules/backlogs/app/helpers/rb_common_helper.rb | 2 +- modules/backlogs/app/helpers/rb_master_backlogs_helper.rb | 2 +- modules/backlogs/app/helpers/taskboards_helper.rb | 2 +- modules/backlogs/app/helpers/version_settings_helper.rb | 2 +- modules/backlogs/app/models/backlog.rb | 2 +- modules/backlogs/app/models/burndown.rb | 2 +- modules/backlogs/app/models/impediment.rb | 2 +- modules/backlogs/app/models/sprint.rb | 2 +- modules/backlogs/app/models/story.rb | 2 +- modules/backlogs/app/models/task.rb | 2 +- modules/backlogs/app/models/version_setting.rb | 2 +- .../app/seeders/basic_data/backlogs/setting_seeder.rb | 2 +- modules/backlogs/app/services/impediments/create_service.rb | 2 +- modules/backlogs/app/services/impediments/update_service.rb | 2 +- modules/backlogs/app/services/stories/create_service.rb | 2 +- modules/backlogs/app/services/stories/update_service.rb | 2 +- modules/backlogs/app/services/tasks/create_service.rb | 2 +- modules/backlogs/app/services/tasks/update_service.rb | 2 +- modules/backlogs/app/views/backlogs_settings/show.html.erb | 2 +- .../app/views/projects/settings/backlogs/show.html.erb | 2 +- .../backlogs/app/views/rb_burndown_charts/_burndown.html.erb | 2 +- modules/backlogs/app/views/rb_burndown_charts/show.html.erb | 2 +- .../app/views/rb_export_card_configurations/index.html.erb | 2 +- .../backlogs/app/views/rb_impediments/_impediment.html.erb | 2 +- .../backlogs/app/views/rb_master_backlogs/_backlog.html.erb | 2 +- modules/backlogs/app/views/rb_master_backlogs/index.html.erb | 2 +- modules/backlogs/app/views/rb_sprints/_sprint.html.erb | 2 +- modules/backlogs/app/views/rb_stories/_helpers.html.erb | 2 +- modules/backlogs/app/views/rb_stories/_story.html.erb | 2 +- modules/backlogs/app/views/rb_taskboards/show.html.erb | 2 +- modules/backlogs/app/views/rb_tasks/_task.html.erb | 2 +- modules/backlogs/app/views/rb_tasks/index.html.erb | 2 +- modules/backlogs/app/views/shared/_backlogs_header.html.erb | 2 +- modules/backlogs/app/views/shared/_model_errors.html.erb | 2 +- modules/backlogs/app/views/shared/_server_variables.js.erb | 2 +- modules/backlogs/app/views/shared/_validation_errors.html.erb | 2 +- modules/backlogs/app/views/shared/_view_my_settings.html.erb | 2 +- modules/backlogs/app/views/shared/not_configured.html.erb | 2 +- modules/backlogs/app/views/version_settings/_form.html.erb | 2 +- modules/backlogs/app/views/version_settings/edit.html.erb | 2 +- modules/backlogs/config/labels-malformed.yml | 2 +- modules/backlogs/config/labels.yml | 2 +- modules/backlogs/config/locales/crowdin/af.yml | 2 +- modules/backlogs/config/locales/crowdin/ar.yml | 2 +- modules/backlogs/config/locales/crowdin/az.yml | 2 +- modules/backlogs/config/locales/crowdin/bg.yml | 2 +- modules/backlogs/config/locales/crowdin/ca.yml | 2 +- modules/backlogs/config/locales/crowdin/ckb-IR.yml | 2 +- modules/backlogs/config/locales/crowdin/cs.yml | 2 +- modules/backlogs/config/locales/crowdin/da.yml | 2 +- modules/backlogs/config/locales/crowdin/de.yml | 2 +- modules/backlogs/config/locales/crowdin/el.yml | 2 +- modules/backlogs/config/locales/crowdin/eo.yml | 2 +- modules/backlogs/config/locales/crowdin/es.yml | 2 +- modules/backlogs/config/locales/crowdin/et.yml | 2 +- modules/backlogs/config/locales/crowdin/fa.yml | 2 +- modules/backlogs/config/locales/crowdin/fi.yml | 2 +- modules/backlogs/config/locales/crowdin/fil.yml | 2 +- modules/backlogs/config/locales/crowdin/fr.yml | 2 +- modules/backlogs/config/locales/crowdin/he.yml | 2 +- modules/backlogs/config/locales/crowdin/hi.yml | 2 +- modules/backlogs/config/locales/crowdin/hr.yml | 2 +- modules/backlogs/config/locales/crowdin/hu.yml | 2 +- modules/backlogs/config/locales/crowdin/id.yml | 2 +- modules/backlogs/config/locales/crowdin/it.yml | 2 +- modules/backlogs/config/locales/crowdin/ja.yml | 2 +- modules/backlogs/config/locales/crowdin/js-af.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ar.yml | 2 +- modules/backlogs/config/locales/crowdin/js-az.yml | 2 +- modules/backlogs/config/locales/crowdin/js-bg.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ca.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ckb-IR.yml | 2 +- modules/backlogs/config/locales/crowdin/js-cs.yml | 2 +- modules/backlogs/config/locales/crowdin/js-da.yml | 2 +- modules/backlogs/config/locales/crowdin/js-de.yml | 2 +- modules/backlogs/config/locales/crowdin/js-el.yml | 2 +- modules/backlogs/config/locales/crowdin/js-eo.yml | 2 +- modules/backlogs/config/locales/crowdin/js-es.yml | 2 +- modules/backlogs/config/locales/crowdin/js-et.yml | 2 +- modules/backlogs/config/locales/crowdin/js-fa.yml | 2 +- modules/backlogs/config/locales/crowdin/js-fi.yml | 2 +- modules/backlogs/config/locales/crowdin/js-fil.yml | 2 +- modules/backlogs/config/locales/crowdin/js-fr.yml | 2 +- modules/backlogs/config/locales/crowdin/js-he.yml | 2 +- modules/backlogs/config/locales/crowdin/js-hi.yml | 2 +- modules/backlogs/config/locales/crowdin/js-hr.yml | 2 +- modules/backlogs/config/locales/crowdin/js-hu.yml | 2 +- modules/backlogs/config/locales/crowdin/js-id.yml | 2 +- modules/backlogs/config/locales/crowdin/js-it.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ja.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ko.yml | 2 +- modules/backlogs/config/locales/crowdin/js-lol.yml | 2 +- modules/backlogs/config/locales/crowdin/js-lt.yml | 2 +- modules/backlogs/config/locales/crowdin/js-lv.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ne.yml | 2 +- modules/backlogs/config/locales/crowdin/js-nl.yml | 2 +- modules/backlogs/config/locales/crowdin/js-no.yml | 2 +- modules/backlogs/config/locales/crowdin/js-pl.yml | 2 +- modules/backlogs/config/locales/crowdin/js-pt.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ro.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ru.yml | 2 +- modules/backlogs/config/locales/crowdin/js-rw.yml | 2 +- modules/backlogs/config/locales/crowdin/js-si.yml | 2 +- modules/backlogs/config/locales/crowdin/js-sk.yml | 2 +- modules/backlogs/config/locales/crowdin/js-sl.yml | 2 +- modules/backlogs/config/locales/crowdin/js-sv.yml | 2 +- modules/backlogs/config/locales/crowdin/js-th.yml | 2 +- modules/backlogs/config/locales/crowdin/js-tr.yml | 2 +- modules/backlogs/config/locales/crowdin/js-uk.yml | 2 +- modules/backlogs/config/locales/crowdin/js-vi.yml | 2 +- modules/backlogs/config/locales/crowdin/js-zh-CN.yml | 2 +- modules/backlogs/config/locales/crowdin/js-zh-TW.yml | 2 +- modules/backlogs/config/locales/crowdin/ko.yml | 2 +- modules/backlogs/config/locales/crowdin/lol.yml | 2 +- modules/backlogs/config/locales/crowdin/lt.yml | 2 +- modules/backlogs/config/locales/crowdin/lv.yml | 2 +- modules/backlogs/config/locales/crowdin/ne.yml | 2 +- modules/backlogs/config/locales/crowdin/nl.yml | 2 +- modules/backlogs/config/locales/crowdin/no.yml | 2 +- modules/backlogs/config/locales/crowdin/pl.yml | 2 +- modules/backlogs/config/locales/crowdin/pt.yml | 2 +- modules/backlogs/config/locales/crowdin/ro.yml | 2 +- modules/backlogs/config/locales/crowdin/ru.yml | 2 +- modules/backlogs/config/locales/crowdin/rw.yml | 2 +- modules/backlogs/config/locales/crowdin/si.yml | 2 +- modules/backlogs/config/locales/crowdin/sk.yml | 2 +- modules/backlogs/config/locales/crowdin/sl.yml | 2 +- modules/backlogs/config/locales/crowdin/sv.yml | 2 +- modules/backlogs/config/locales/crowdin/th.yml | 2 +- modules/backlogs/config/locales/crowdin/tr.yml | 2 +- modules/backlogs/config/locales/crowdin/uk.yml | 2 +- modules/backlogs/config/locales/crowdin/vi.yml | 2 +- modules/backlogs/config/locales/crowdin/zh-CN.yml | 2 +- modules/backlogs/config/locales/crowdin/zh-TW.yml | 2 +- modules/backlogs/config/locales/en.yml | 2 +- modules/backlogs/config/locales/js-en.yml | 2 +- modules/backlogs/config/routes.rb | 2 +- .../20180323151208_to_v710_aggregated_backlogs_migrations.rb | 2 +- .../lib/api/v3/backlogs_types/backlogs_type_representer.rb | 2 +- .../queries/schemas/backlogs_type_dependency_representer.rb | 2 +- modules/backlogs/lib/open_project/backlogs.rb | 2 +- modules/backlogs/lib/open_project/backlogs/burndown/series.rb | 2 +- .../lib/open_project/backlogs/burndown/series_raw_data.rb | 2 +- modules/backlogs/lib/open_project/backlogs/compatibility.rb | 2 +- modules/backlogs/lib/open_project/backlogs/engine.rb | 2 +- .../backlogs/lib/open_project/backlogs/hooks/layout_hook.rb | 2 +- .../lib/open_project/backlogs/hooks/user_settings_hook.rb | 2 +- modules/backlogs/lib/open_project/backlogs/list.rb | 2 +- .../lib/open_project/backlogs/mixins/prevent_issue_sti.rb | 2 +- modules/backlogs/lib/open_project/backlogs/patches.rb | 2 +- .../backlogs/patches/api/work_package_representer.rb | 2 +- .../backlogs/patches/api/work_package_schema_representer.rb | 2 +- .../lib/open_project/backlogs/patches/base_contract_patch.rb | 2 +- .../open_project/backlogs/patches/permitted_params_patch.rb | 2 +- .../lib/open_project/backlogs/patches/project_patch.rb | 2 +- .../lib/open_project/backlogs/patches/project_seeder_patch.rb | 2 +- .../backlogs/patches/set_attributes_service_patch.rb | 2 +- .../lib/open_project/backlogs/patches/setting_seeder_patch.rb | 2 +- .../backlogs/patches/specific_work_package_schema_patch.rb | 2 +- .../lib/open_project/backlogs/patches/status_patch.rb | 2 +- .../backlogs/lib/open_project/backlogs/patches/type_patch.rb | 2 +- .../backlogs/patches/update_ancestors_service_patch.rb | 2 +- .../lib/open_project/backlogs/patches/update_service_patch.rb | 2 +- .../backlogs/lib/open_project/backlogs/patches/user_patch.rb | 2 +- .../lib/open_project/backlogs/patches/version_patch.rb | 2 +- .../backlogs/patches/versions/base_contract_patch.rb | 2 +- .../open_project/backlogs/patches/versions/row_cell_patch.rb | 2 +- .../backlogs/patches/versions_controller_patch.rb | 2 +- .../lib/open_project/backlogs/patches/work_package_patch.rb | 2 +- .../lib/open_project/backlogs/query_backlogs_column.rb | 2 +- .../backlogs/lib/open_project/backlogs/work_package_filter.rb | 2 +- modules/backlogs/lib/openproject-backlogs.rb | 2 +- modules/backlogs/spec/api/work_package_resource_spec.rb | 2 +- modules/backlogs/spec/api/work_packages/form_resource_spec.rb | 2 +- .../work_packages/schema/specific_work_package_schema_spec.rb | 2 +- .../api/work_packages/work_package_schema_representer_spec.rb | 2 +- .../spec/contracts/work_packages/base_contract_spec.rb | 2 +- .../spec/contracts/work_packages/create_contract_spec.rb | 2 +- .../spec/contracts/work_packages/update_contract_spec.rb | 2 +- .../spec/controllers/backlogs_settings_controller_spec.rb | 2 +- modules/backlogs/spec/controllers/versions_controller_spec.rb | 2 +- modules/backlogs/spec/factories/impediment_factory.rb | 2 +- modules/backlogs/spec/factories/sprint_factory.rb | 2 +- modules/backlogs/spec/factories/story_factory.rb | 2 +- modules/backlogs/spec/factories/task_factory.rb | 2 +- modules/backlogs/spec/factories/version_setting_factory.rb | 2 +- modules/backlogs/spec/features/backlogs/create_story_spec.rb | 2 +- .../backlogs/spec/features/backlogs_in_backlog_view_spec.rb | 2 +- modules/backlogs/spec/features/empty_backlogs_spec.rb | 2 +- modules/backlogs/spec/features/impediments_spec.rb | 2 +- .../spec/features/onboarding/backlogs_onboarding_tour_spec.rb | 2 +- modules/backlogs/spec/features/resolved_status_spec.rb | 2 +- modules/backlogs/spec/features/stories_in_backlog_spec.rb | 2 +- modules/backlogs/spec/features/tasks_on_taskboard_spec.rb | 2 +- modules/backlogs/spec/features/work_packages/filter_spec.rb | 2 +- .../spec/features/work_packages/remaining_time_spec.rb | 2 +- .../backlogs/spec/features/work_packages/story_points_spec.rb | 2 +- modules/backlogs/spec/helpers/version_settings_helper_spec.rb | 2 +- modules/backlogs/spec/models/backlog_spec.rb | 2 +- modules/backlogs/spec/models/burndown_spec.rb | 2 +- modules/backlogs/spec/models/impediment_spec.rb | 2 +- modules/backlogs/spec/models/issue_position_spec.rb | 2 +- modules/backlogs/spec/models/issue_spec.rb | 2 +- modules/backlogs/spec/models/sprint_spec.rb | 2 +- modules/backlogs/spec/models/story_spec.rb | 2 +- modules/backlogs/spec/models/task_spec.rb | 2 +- modules/backlogs/spec/models/user_spec.rb | 2 +- modules/backlogs/spec/models/version_setting_spec.rb | 2 +- modules/backlogs/spec/models/version_spec.rb | 2 +- modules/backlogs/spec/models/work_package_export_spec.rb | 2 +- modules/backlogs/spec/models/work_package_spec.rb | 2 +- .../backlogs/spec/routing/rb_burndown_charts_routing_spec.rb | 2 +- modules/backlogs/spec/routing/rb_impediments_routing_spec.rb | 2 +- .../backlogs/spec/routing/rb_master_backlogs_routing_spec.rb | 2 +- modules/backlogs/spec/routing/rb_queries_routing_spec.rb | 2 +- modules/backlogs/spec/routing/rb_sprints_routing_spec.rb | 2 +- modules/backlogs/spec/routing/rb_stories_routing_spec.rb | 2 +- .../routing/rb_taskboard_card_configurations_routing_spec.rb | 2 +- modules/backlogs/spec/routing/rb_taskboards_routing_spec.rb | 2 +- modules/backlogs/spec/routing/rb_tasks_routing_spec.rb | 2 +- modules/backlogs/spec/routing/rb_wikis_routing_spec.rb | 2 +- .../spec/services/impediments/create_services_spec.rb | 2 +- .../backlogs/spec/services/impediments/update_service_spec.rb | 2 +- modules/backlogs/spec/services/stories/create_service_spec.rb | 2 +- .../services/work_packages/update_ancestors_service_spec.rb | 2 +- .../work_packages/update_service_version_inheritance_spec.rb | 2 +- modules/backlogs/spec/spec_helper.rb | 2 +- modules/backlogs/spec/support/pages/backlogs.rb | 2 +- modules/backlogs/spec/support/pages/taskboard.rb | 2 +- modules/backlogs/spec/views/rb_burndown_charts/show_spec.rb | 2 +- .../spec/views/rb_master_backlogs/index.html.erb_spec.rb | 2 +- modules/backlogs/spec/views/rb_taskboards/show_spec.rb | 2 +- modules/backlogs/spec/views/shared/not_configured_spec.rb | 2 +- modules/bim/app/contracts/bim/bcf/comments/base_contract.rb | 2 +- modules/bim/app/contracts/bim/bcf/comments/create_contract.rb | 2 +- modules/bim/app/contracts/bim/bcf/comments/update_contract.rb | 2 +- .../bim/app/contracts/bim/bcf/concerns/manage_bcf_guarded.rb | 2 +- modules/bim/app/contracts/bim/bcf/issues/base_contract.rb | 2 +- modules/bim/app/contracts/bim/bcf/issues/create_contract.rb | 2 +- modules/bim/app/contracts/bim/bcf/issues/delete_contract.rb | 2 +- modules/bim/app/contracts/bim/bcf/issues/update_contract.rb | 2 +- .../bim/app/contracts/bim/bcf/viewpoints/create_contract.rb | 2 +- .../bim/app/contracts/bim/bcf/viewpoints/delete_contract.rb | 2 +- .../app/contracts/bim/bcf/work_packages/update_contract.rb | 2 +- modules/bim/app/contracts/bim/ifc_models/base_contract.rb | 2 +- modules/bim/app/contracts/bim/ifc_models/create_contract.rb | 2 +- modules/bim/app/contracts/bim/ifc_models/update_contract.rb | 2 +- modules/bim/app/controllers/bim/bcf/api/root.rb | 2 +- modules/bim/app/controllers/bim/bcf/api/v2_1/auth_api.rb | 2 +- modules/bim/app/controllers/bim/bcf/api/v2_1/comments/api.rb | 2 +- .../bim/app/controllers/bim/bcf/api/v2_1/current_user_api.rb | 2 +- .../bim/app/controllers/bim/bcf/api/v2_1/endpoints/create.rb | 2 +- .../bim/app/controllers/bim/bcf/api/v2_1/endpoints/delete.rb | 2 +- .../bim/app/controllers/bim/bcf/api/v2_1/endpoints/index.rb | 2 +- .../controllers/bim/bcf/api/v2_1/endpoints/modify_mixin.rb | 2 +- .../bim/app/controllers/bim/bcf/api/v2_1/endpoints/show.rb | 2 +- .../bim/app/controllers/bim/bcf/api/v2_1/endpoints/update.rb | 2 +- .../controllers/bim/bcf/api/v2_1/project_extensions/api.rb | 2 +- modules/bim/app/controllers/bim/bcf/api/v2_1/projects_api.rb | 2 +- modules/bim/app/controllers/bim/bcf/api/v2_1/topics_api.rb | 2 +- .../bim/app/controllers/bim/bcf/api/v2_1/viewpoints/api.rb | 2 +- modules/bim/app/controllers/bim/bcf/issues_controller.rb | 2 +- .../app/controllers/bim/ifc_models/ifc_models_controller.rb | 2 +- .../app/controllers/bim/ifc_models/ifc_viewer_controller.rb | 2 +- .../bim/app/formatters/bim/bcf/api/error_formatter/json.rb | 2 +- modules/bim/app/helpers/bcf_application_helper.rb | 2 +- modules/bim/app/models/bim/bcf/comment.rb | 2 +- modules/bim/app/models/bim/bcf/viewpoint.rb | 2 +- .../bim/queries/work_packages/columns/bcf_thumbnail_column.rb | 2 +- .../work_packages/filter/bcf_issue_associated_filter.rb | 2 +- .../representers/bim/bcf/api/v2_1/auth/single_representer.rb | 2 +- .../bim/app/representers/bim/bcf/api/v2_1/base_representer.rb | 2 +- .../bim/bcf/api/v2_1/comments/authorization_representer.rb | 2 +- .../bim/bcf/api/v2_1/comments/single_representer.rb | 2 +- .../app/representers/bim/bcf/api/v2_1/errors/error_mapper.rb | 2 +- .../representers/bim/bcf/api/v2_1/errors/error_representer.rb | 2 +- .../bim/bcf/api/v2_1/project_extensions/representer.rb | 2 +- .../bim/bcf/api/v2_1/projects/single_representer.rb | 2 +- .../bim/bcf/api/v2_1/topics/authorization_representer.rb | 2 +- .../bim/bcf/api/v2_1/topics/single_representer.rb | 2 +- .../representers/bim/bcf/api/v2_1/users/single_representer.rb | 2 +- .../bim/bcf/api/v2_1/viewpoints/base_representer.rb | 2 +- .../bim/bcf/api/v2_1/viewpoints/coloring_representer.rb | 2 +- .../bim/bcf/api/v2_1/viewpoints/full_representer.rb | 2 +- .../bim/bcf/api/v2_1/viewpoints/selection_representer.rb | 2 +- .../bim/bcf/api/v2_1/viewpoints/single_representer.rb | 2 +- .../bim/bcf/api/v2_1/viewpoints/visibility_representer.rb | 2 +- modules/bim/app/seeders/bim/basic_data/activity_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data/priority_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data/role_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data/setting_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data/status_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data/theme_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data/type_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data/workflow_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data_seeder.rb | 2 +- modules/bim/app/seeders/bim/demo_data/bcf_xml_seeder.rb | 2 +- modules/bim/app/seeders/bim/demo_data/ifc_model_seeder.rb | 2 +- .../bim/bcf/api/v2_1/parse_resource_params_service.rb | 2 +- modules/bim/app/services/bim/bcf/comments/create_service.rb | 2 +- .../app/services/bim/bcf/comments/set_attributes_service.rb | 2 +- modules/bim/app/services/bim/bcf/comments/update_service.rb | 2 +- modules/bim/app/services/bim/bcf/issues/create_service.rb | 2 +- modules/bim/app/services/bim/bcf/issues/delete_service.rb | 2 +- .../bim/app/services/bim/bcf/issues/set_attributes_service.rb | 2 +- .../services/bim/bcf/issues/transform_attributes_service.rb | 2 +- modules/bim/app/services/bim/bcf/issues/update_service.rb | 2 +- modules/bim/app/services/bim/bcf/viewpoints/create_service.rb | 2 +- modules/bim/app/services/bim/bcf/viewpoints/delete_service.rb | 2 +- .../app/services/bim/bcf/viewpoints/set_attributes_service.rb | 2 +- modules/bim/app/services/bim/ifc_models/create_service.rb | 2 +- .../bim/app/services/bim/ifc_models/set_attributes_service.rb | 2 +- modules/bim/app/services/bim/ifc_models/update_service.rb | 2 +- .../bim/app/services/bim/ifc_models/view_converter_service.rb | 2 +- .../bim/app/views/bim/ifc_models/ifc_models/_form.html.erb | 2 +- modules/bim/app/views/bim/ifc_models/ifc_models/edit.html.erb | 2 +- .../bim/app/views/bim/ifc_models/ifc_models/index.html.erb | 2 +- modules/bim/app/views/bim/ifc_models/ifc_models/new.html.erb | 2 +- modules/bim/app/views/bim/ifc_models/ifc_viewer/show.html.erb | 2 +- modules/bim/config/locales/en.seeders.bim.yml | 2 +- modules/bim/config/routes.rb | 2 +- .../20201105154216_seed_custom_style_with_bim_theme.rb | 2 +- modules/bim/lib/api/bim/bcf_xml/v1/bcf_xml_api.rb | 2 +- modules/bim/lib/api/bim/utilities/path_helper.rb | 2 +- modules/bim/lib/open_project/bim/engine.rb | 2 +- modules/bim/lib/open_project/bim/hooks.rb | 2 +- .../open_project/bim/patches/activity_representer_patch.rb | 2 +- .../api/v3/work_packages/eager_loading/checksum_patch.rb | 2 +- modules/bim/lib/open_project/bim/patches/attachment_patch.rb | 2 +- modules/bim/lib/open_project/bim/patches/journal_patch.rb | 2 +- modules/bim/lib/open_project/bim/patches/project_patch.rb | 2 +- .../bim/lib/open_project/bim/patches/query_builder_patch.rb | 2 +- modules/bim/lib/open_project/bim/patches/type_patch.rb | 2 +- .../bim/lib/open_project/bim/patches/work_package_patch.rb | 2 +- modules/bim/lib/tasks/openproject-bim.rake | 2 +- .../bim/spec/api/v3/activities/activity_representer_spec.rb | 2 +- .../queries/filters/query_filter_instance_representer_spec.rb | 2 +- .../api/v3/work_packages/work_package_representer_spec.rb | 2 +- modules/bim/spec/bcf/bcf_xml/exporter_spec.rb | 2 +- modules/bim/spec/bcf/bcf_xml/importer_spec.rb | 2 +- modules/bim/spec/bcf/bcf_xml/issue_reader_spec.rb | 2 +- modules/bim/spec/bcf/bcf_xml/issue_writer_spec.rb | 2 +- modules/bim/spec/bcf/bcf_xml/markup_extractor_spec.rb | 2 +- modules/bim/spec/contracts/bcf/issues/create_contract_spec.rb | 2 +- .../bim/spec/contracts/bcf/issues/shared_contract_examples.rb | 2 +- modules/bim/spec/contracts/bcf/issues/update_contract_spec.rb | 2 +- .../bim/spec/contracts/bcf/viewpoints/create_contract_spec.rb | 2 +- modules/bim/spec/contracts/ifc_models/create_contract_spec.rb | 2 +- .../bim/spec/contracts/ifc_models/shared_contract_examples.rb | 2 +- modules/bim/spec/contracts/ifc_models/update_contract_spec.rb | 2 +- modules/bim/spec/contracts/views/create_contract_bim_spec.rb | 2 +- modules/bim/spec/controllers/issues_controller_spec.rb | 2 +- modules/bim/spec/controllers/work_packages_controller_spec.rb | 2 +- modules/bim/spec/factories/bcf_comment_factory.rb | 2 +- modules/bim/spec/factories/bcf_issue_factory.rb | 2 +- .../bim/spec/factories/bcf_viewpoint_attachment_factory.rb | 2 +- modules/bim/spec/factories/bcf_viewpoint_factory.rb | 2 +- modules/bim/spec/factories/ifc_model_factory.rb | 2 +- modules/bim/spec/factories/xml_viewpoint_factory.rb | 2 +- modules/bim/spec/features/bcf/api_authorization_spec.rb | 2 +- modules/bim/spec/features/bcf/export_spec.rb | 2 +- modules/bim/spec/features/bcf_view_management_spec.rb | 2 +- modules/bim/spec/features/bim_filter_spec.rb | 2 +- modules/bim/spec/features/bim_navigation_spec.rb | 2 +- .../bim/spec/features/ifc_models/direct_ifc_upload_spec.rb | 2 +- .../bim/spec/features/ifc_models/regular_ifc_upload_spec.rb | 2 +- modules/bim/spec/features/model_management_spec.rb | 2 +- modules/bim/spec/features/model_viewer_spec.rb | 2 +- .../features/revit_add_in/bim_revit_add_in_navigation_spec.rb | 2 +- .../revit_add_in/bim_revit_add_in_refresh_button_spec.rb | 2 +- modules/bim/spec/features/show_default_spec.rb | 2 +- modules/bim/spec/features/viewer/create_viewpoint_spec.rb | 2 +- modules/bim/spec/features/viewer/delete_viewpoint_spec.rb | 2 +- modules/bim/spec/features/viewer/show_viewpoint_spec.rb | 2 +- .../eager_loading/cache_checksum_integration_spec.rb | 2 +- modules/bim/spec/lib/open_project/access_control_spec.rb | 2 +- .../bcf/bcf_json/viewpoint_reader_shared_examples.rb | 2 +- .../lib/open_project/bcf/bcf_json/viewpoint_reader_spec.rb | 2 +- .../lib/open_project/bcf/bcf_xml/viewpoint_writer_spec.rb | 2 +- .../work_package/exporter/formatters/bcf_thumbnail_spec.rb | 2 +- modules/bim/spec/models/bcf/issue_spec.rb | 2 +- .../bim/spec/models/queries/views/filters/type_filter_spec.rb | 2 +- .../work_packages/filter/bcf_issue_associated_filter_spec.rb | 2 +- modules/bim/spec/models/type_spec.rb | 2 +- .../bcf/api/v2_1/auth/single_representer_rendering_spec.rb | 2 +- .../bcf/api/v2_1/project_extensions/representer_spec.rb | 2 +- .../api/v2_1/projects/single_representer_rendering_spec.rb | 2 +- .../bcf/api/v2_1/topics/single_representer_rendering_spec.rb | 2 +- .../bcf/api/v2_1/users/single_representer_rendering_spec.rb | 2 +- .../api/v2_1/viewpoints/single_representer_rendering_spec.rb | 2 +- .../api/v2_1/viewpoints/single_representers_parsing_spec.rb | 2 +- modules/bim/spec/requests/api/bcf/v2_1/auth_api_spec.rb | 2 +- modules/bim/spec/requests/api/bcf/v2_1/comments_api_spec.rb | 2 +- .../bim/spec/requests/api/bcf/v2_1/current_user_api_spec.rb | 2 +- .../spec/requests/api/bcf/v2_1/project_extensions_api_spec.rb | 2 +- modules/bim/spec/requests/api/bcf/v2_1/projects_api_spec.rb | 2 +- modules/bim/spec/requests/api/bcf/v2_1/shared_responses.rb | 2 +- modules/bim/spec/requests/api/bcf/v2_1/topics_api_spec.rb | 2 +- modules/bim/spec/requests/api/bcf/v2_1/viewpoints_api_spec.rb | 2 +- modules/bim/spec/requests/api/bcf_xml/v1/bcf_xml_api_spec.rb | 2 +- modules/bim/spec/seeders/demo_data_seeder_spec.rb | 2 +- modules/bim/spec/services/bcf/issues/create_service_spec.rb | 2 +- .../bim/spec/services/bcf/viewpoints/create_service_spec.rb | 2 +- .../services/bcf/viewpoints/set_attributes_service_spec.rb | 2 +- .../spec/services/ifc_models/set_attributes_service_spec.rb | 2 +- modules/bim/spec/spec_helper.rb | 2 +- modules/bim/spec/support/components/bcf_details_viewpoints.rb | 2 +- modules/bim/spec/support/components/xeokit_model_tree.rb | 2 +- modules/bim/spec/support/pages/bcf/create_split.rb | 2 +- modules/bim/spec/support/pages/ifc_models/bcf_details_page.rb | 2 +- modules/bim/spec/support/pages/ifc_models/index.rb | 2 +- modules/bim/spec/support/pages/ifc_models/show.rb | 2 +- modules/bim/spec/support/pages/ifc_models/show_default.rb | 2 +- .../views/bim/ifc_models/ifc_models/index.html.erb_spec.rb | 2 +- .../bim/spec/workers/work_packages/exports/export_job_spec.rb | 2 +- modules/boards/app/models/boards/grid.rb | 2 +- .../api/v3/boards/widgets/board_options_representer.rb | 2 +- .../app/services/boards/copy/widgets_dependent_service.rb | 2 +- modules/boards/app/services/boards/copy_service.rb | 2 +- .../lib/open_project/boards/patches/setting_seeder_patch.rb | 2 +- modules/boards/spec/contracts/grids/create_contract_spec.rb | 2 +- .../boards/spec/features/action_boards/assignee_board_spec.rb | 2 +- .../spec/features/action_boards/custom_field_filters_spec.rb | 2 +- .../boards/spec/features/action_boards/status_board_spec.rb | 2 +- .../features/action_boards/status_type_moving_board_spec.rb | 2 +- .../spec/features/action_boards/subproject_board_spec.rb | 2 +- .../boards/spec/features/action_boards/subtasks_board_spec.rb | 2 +- .../boards/spec/features/action_boards/version_board_spec.rb | 2 +- modules/boards/spec/features/board_conflicts_spec.rb | 2 +- modules/boards/spec/features/board_enterprise_spec.rb | 2 +- modules/boards/spec/features/board_highlighting_spec.rb | 2 +- modules/boards/spec/features/board_management_spec.rb | 2 +- modules/boards/spec/features/board_navigation_spec.rb | 2 +- .../boards/spec/features/board_reference_work_package_spec.rb | 2 +- modules/boards/spec/features/board_update_spec.rb | 2 +- modules/boards/spec/features/boards_sorting_spec.rb | 2 +- .../spec/features/onboarding/boards_onboarding_tour_spec.rb | 2 +- modules/boards/spec/features/support/board_index_page.rb | 2 +- modules/boards/spec/features/support/board_page.rb | 2 +- modules/boards/spec/features/support/onboarding_steps.rb | 2 +- modules/boards/spec/models/boards/grid_spec.rb | 2 +- modules/boards/spec/queries/grids/query_integration_spec.rb | 2 +- .../requests/api/v3/grids/grids_create_form_resource_spec.rb | 2 +- .../boards/spec/requests/api/v3/grids/grids_resource_spec.rb | 2 +- .../requests/api/v3/grids/grids_update_form_resource_spec.rb | 2 +- modules/boards/spec/routing/boards_routing_spec.rb | 2 +- modules/boards/spec/services/copy_service_integration_spec.rb | 2 +- modules/budgets/app/contracts/budgets/base_contract.rb | 2 +- modules/budgets/app/contracts/budgets/create_contract.rb | 2 +- modules/budgets/app/contracts/budgets/update_contract.rb | 2 +- modules/budgets/app/controllers/budgets_controller.rb | 2 +- modules/budgets/app/helpers/budgets_helper.rb | 2 +- .../budgets/app/models/activities/budget_activity_provider.rb | 2 +- modules/budgets/app/models/budget.rb | 2 +- modules/budgets/app/models/journal/budget_journal.rb | 2 +- modules/budgets/app/models/labor_budget_item.rb | 2 +- modules/budgets/app/models/material_budget_item.rb | 2 +- .../app/models/queries/work_packages/filter/budget_filter.rb | 2 +- modules/budgets/app/services/budgets/create_service.rb | 2 +- .../budgets/app/services/budgets/set_attributes_service.rb | 2 +- modules/budgets/app/services/budgets/update_service.rb | 2 +- modules/budgets/app/views/budgets/_costs.html.erb | 2 +- modules/budgets/app/views/budgets/_edit.html.erb | 2 +- modules/budgets/app/views/budgets/_form.html.erb | 2 +- modules/budgets/app/views/budgets/_list.html.erb | 2 +- modules/budgets/app/views/budgets/_show.html.erb | 2 +- modules/budgets/app/views/budgets/destroy_info.html.erb | 2 +- modules/budgets/app/views/budgets/edit.html.erb | 2 +- modules/budgets/app/views/budgets/index.html.erb | 2 +- .../app/views/budgets/items/_labor_budget_item.html.erb | 2 +- .../app/views/budgets/items/_material_budget_item.html.erb | 2 +- modules/budgets/app/views/budgets/new.html.erb | 2 +- modules/budgets/app/views/budgets/show.html.erb | 2 +- .../app/views/budgets/subform/_labor_budget_subform.html.erb | 2 +- .../views/budgets/subform/_material_budget_subform.html.erb | 2 +- modules/budgets/config/locales/crowdin/af.yml | 2 +- modules/budgets/config/locales/crowdin/ar.yml | 2 +- modules/budgets/config/locales/crowdin/az.yml | 2 +- modules/budgets/config/locales/crowdin/bg.yml | 2 +- modules/budgets/config/locales/crowdin/ca.yml | 2 +- modules/budgets/config/locales/crowdin/ckb-IR.yml | 2 +- modules/budgets/config/locales/crowdin/cs.yml | 2 +- modules/budgets/config/locales/crowdin/da.yml | 2 +- modules/budgets/config/locales/crowdin/de.yml | 2 +- modules/budgets/config/locales/crowdin/el.yml | 2 +- modules/budgets/config/locales/crowdin/eo.yml | 2 +- modules/budgets/config/locales/crowdin/es.yml | 2 +- modules/budgets/config/locales/crowdin/et.yml | 2 +- modules/budgets/config/locales/crowdin/fa.yml | 2 +- modules/budgets/config/locales/crowdin/fi.yml | 2 +- modules/budgets/config/locales/crowdin/fil.yml | 2 +- modules/budgets/config/locales/crowdin/fr.yml | 2 +- modules/budgets/config/locales/crowdin/he.yml | 2 +- modules/budgets/config/locales/crowdin/hi.yml | 2 +- modules/budgets/config/locales/crowdin/hr.yml | 2 +- modules/budgets/config/locales/crowdin/hu.yml | 2 +- modules/budgets/config/locales/crowdin/id.yml | 2 +- modules/budgets/config/locales/crowdin/it.yml | 2 +- modules/budgets/config/locales/crowdin/ja.yml | 2 +- modules/budgets/config/locales/crowdin/js-af.yml | 2 +- modules/budgets/config/locales/crowdin/js-ar.yml | 2 +- modules/budgets/config/locales/crowdin/js-az.yml | 2 +- modules/budgets/config/locales/crowdin/js-bg.yml | 2 +- modules/budgets/config/locales/crowdin/js-ca.yml | 2 +- modules/budgets/config/locales/crowdin/js-ckb-IR.yml | 2 +- modules/budgets/config/locales/crowdin/js-cs.yml | 2 +- modules/budgets/config/locales/crowdin/js-da.yml | 2 +- modules/budgets/config/locales/crowdin/js-de.yml | 2 +- modules/budgets/config/locales/crowdin/js-el.yml | 2 +- modules/budgets/config/locales/crowdin/js-eo.yml | 2 +- modules/budgets/config/locales/crowdin/js-es.yml | 2 +- modules/budgets/config/locales/crowdin/js-et.yml | 2 +- modules/budgets/config/locales/crowdin/js-fa.yml | 2 +- modules/budgets/config/locales/crowdin/js-fi.yml | 2 +- modules/budgets/config/locales/crowdin/js-fil.yml | 2 +- modules/budgets/config/locales/crowdin/js-fr.yml | 2 +- modules/budgets/config/locales/crowdin/js-he.yml | 2 +- modules/budgets/config/locales/crowdin/js-hi.yml | 2 +- modules/budgets/config/locales/crowdin/js-hr.yml | 2 +- modules/budgets/config/locales/crowdin/js-hu.yml | 2 +- modules/budgets/config/locales/crowdin/js-id.yml | 2 +- modules/budgets/config/locales/crowdin/js-it.yml | 2 +- modules/budgets/config/locales/crowdin/js-ja.yml | 2 +- modules/budgets/config/locales/crowdin/js-ko.yml | 2 +- modules/budgets/config/locales/crowdin/js-lol.yml | 2 +- modules/budgets/config/locales/crowdin/js-lt.yml | 2 +- modules/budgets/config/locales/crowdin/js-lv.yml | 2 +- modules/budgets/config/locales/crowdin/js-ne.yml | 2 +- modules/budgets/config/locales/crowdin/js-nl.yml | 2 +- modules/budgets/config/locales/crowdin/js-no.yml | 2 +- modules/budgets/config/locales/crowdin/js-pl.yml | 2 +- modules/budgets/config/locales/crowdin/js-pt.yml | 2 +- modules/budgets/config/locales/crowdin/js-ro.yml | 2 +- modules/budgets/config/locales/crowdin/js-ru.yml | 2 +- modules/budgets/config/locales/crowdin/js-rw.yml | 2 +- modules/budgets/config/locales/crowdin/js-si.yml | 2 +- modules/budgets/config/locales/crowdin/js-sk.yml | 2 +- modules/budgets/config/locales/crowdin/js-sl.yml | 2 +- modules/budgets/config/locales/crowdin/js-sv.yml | 2 +- modules/budgets/config/locales/crowdin/js-th.yml | 2 +- modules/budgets/config/locales/crowdin/js-tr.yml | 2 +- modules/budgets/config/locales/crowdin/js-uk.yml | 2 +- modules/budgets/config/locales/crowdin/js-vi.yml | 2 +- modules/budgets/config/locales/crowdin/js-zh-CN.yml | 2 +- modules/budgets/config/locales/crowdin/js-zh-TW.yml | 2 +- modules/budgets/config/locales/crowdin/ko.yml | 2 +- modules/budgets/config/locales/crowdin/lol.yml | 2 +- modules/budgets/config/locales/crowdin/lt.yml | 2 +- modules/budgets/config/locales/crowdin/lv.yml | 2 +- modules/budgets/config/locales/crowdin/ne.yml | 2 +- modules/budgets/config/locales/crowdin/nl.yml | 2 +- modules/budgets/config/locales/crowdin/no.yml | 2 +- modules/budgets/config/locales/crowdin/pl.yml | 2 +- modules/budgets/config/locales/crowdin/pt.yml | 2 +- modules/budgets/config/locales/crowdin/ro.yml | 2 +- modules/budgets/config/locales/crowdin/ru.yml | 2 +- modules/budgets/config/locales/crowdin/rw.yml | 2 +- modules/budgets/config/locales/crowdin/si.yml | 2 +- modules/budgets/config/locales/crowdin/sk.yml | 2 +- modules/budgets/config/locales/crowdin/sl.yml | 2 +- modules/budgets/config/locales/crowdin/sv.yml | 2 +- modules/budgets/config/locales/crowdin/th.yml | 2 +- modules/budgets/config/locales/crowdin/tr.yml | 2 +- modules/budgets/config/locales/crowdin/uk.yml | 2 +- modules/budgets/config/locales/crowdin/vi.yml | 2 +- modules/budgets/config/locales/crowdin/zh-CN.yml | 2 +- modules/budgets/config/locales/crowdin/zh-TW.yml | 2 +- modules/budgets/config/locales/en.yml | 2 +- modules/budgets/config/locales/js-en.yml | 2 +- modules/budgets/config/routes.rb | 2 +- .../budgets/db/migrate/20200807083950_keep_enabled_module.rb | 2 +- .../module/augment/cost-budget-subform.augment.service.ts | 2 +- .../frontend/module/augment/cost-subform.augment.service.ts | 2 +- modules/budgets/frontend/module/augment/planned-costs-form.ts | 2 +- .../budgets/frontend/module/hal/resources/budget-resource.ts | 2 +- modules/budgets/frontend/module/main.ts | 2 +- .../lib/api/v3/attachments/attachments_by_budget_api.rb | 2 +- .../lib/api/v3/budgets/budget_collection_representer.rb | 2 +- modules/budgets/lib/api/v3/budgets/budget_representer.rb | 2 +- modules/budgets/lib/api/v3/budgets/budgets_api.rb | 2 +- modules/budgets/lib/api/v3/budgets/budgets_by_project_api.rb | 2 +- .../queries/schemas/budget_filter_dependency_representer.rb | 2 +- modules/budgets/lib/budgets/hooks/work_package_hook.rb | 2 +- modules/budgets/spec/factories/budget_factory.rb | 2 +- modules/budgets/spec/factories/labor_budget_item_factory.rb | 2 +- .../budgets/spec/factories/material_budget_item_factory.rb | 2 +- modules/budgets/spec/features/budgets/add_budget_spec.rb | 2 +- .../budgets/spec/features/budgets/attachment_upload_spec.rb | 2 +- modules/budgets/spec/features/budgets/copy_budget_spec.rb | 2 +- modules/budgets/spec/features/budgets/delete_budget_spec.rb | 2 +- modules/budgets/spec/features/budgets/update_budget_spec.rb | 2 +- modules/budgets/spec/features/costs_edit_fields_spec.rb | 2 +- modules/budgets/spec/features/work_package_filter_spec.rb | 2 +- modules/budgets/spec/helpers/budgets_helper_spec.rb | 2 +- .../spec/lib/api/v3/budgets/budget_representer_spec.rb | 2 +- modules/budgets/spec/lib/api/v3/path_helper_spec.rb | 2 +- .../schemas/cost_object_dependency_representer_spec.rb | 2 +- modules/budgets/spec/models/budget_spec.rb | 2 +- modules/budgets/spec/models/labor_budget_item_spec.rb | 2 +- modules/budgets/spec/models/permitted_params_spec.rb | 2 +- .../spec/requests/api/v3/budgets/budget_resource_spec.rb | 2 +- modules/budgets/spec/services/budgets/create_service_spec.rb | 2 +- modules/budgets/spec/services/budgets/update_service_spec.rb | 2 +- modules/budgets/spec/spec_helper.rb | 2 +- modules/budgets/spec/support/pages/budget_form.rb | 2 +- modules/budgets/spec/support/pages/destroy_info.rb | 2 +- modules/budgets/spec/support/pages/edit_budget.rb | 2 +- modules/budgets/spec/support/pages/index_budget.rb | 2 +- modules/budgets/spec/support/pages/new_budget.rb | 2 +- modules/calendar/app/cells/calendar/row_cell.rb | 2 +- modules/calendar/app/cells/calendar/table_cell.rb | 2 +- .../calendar/app/controllers/calendar/calendars_controller.rb | 2 +- modules/calendar/app/views/calendar/calendars/index.html.erb | 2 +- modules/calendar/app/views/calendar/calendars/show.html.erb | 2 +- modules/calendar/lib/open_project/calendar.rb | 2 +- modules/calendar/spec/controllers/calendar_controller_spec.rb | 2 +- .../spec/features/calendar_create_work_package_spec.rb | 2 +- modules/calendar/spec/features/calendar_dates_spec.rb | 2 +- .../calendar/spec/features/calendar_project_include_spec.rb | 2 +- .../calendar/spec/features/calendar_user_interaction_spec.rb | 2 +- modules/calendar/spec/features/calendar_widget_spec.rb | 2 +- modules/calendar/spec/features/calendars_index_spec.rb | 2 +- modules/calendar/spec/features/calendars_spec.rb | 2 +- modules/calendar/spec/features/query_handling_spec.rb | 2 +- modules/calendar/spec/features/shared_context.rb | 2 +- modules/calendar/spec/routing/calendar_routing_spec.rb | 2 +- modules/calendar/spec/support/pages/calendar.rb | 2 +- modules/costs/app/contracts/time_entries/base_contract.rb | 2 +- modules/costs/app/contracts/time_entries/create_contract.rb | 2 +- modules/costs/app/contracts/time_entries/delete_contract.rb | 2 +- modules/costs/app/contracts/time_entries/update_contract.rb | 2 +- modules/costs/app/controllers/cost_types_controller.rb | 2 +- modules/costs/app/controllers/costlog_controller.rb | 2 +- modules/costs/app/controllers/hourly_rates_controller.rb | 2 +- .../projects/settings/time_entry_activities_controller.rb | 2 +- modules/costs/app/helpers/cost_types_helper.rb | 2 +- modules/costs/app/helpers/costlog_helper.rb | 2 +- modules/costs/app/helpers/costs/number_helper.rb | 2 +- modules/costs/app/helpers/hourly_rates_helper.rb | 2 +- .../app/models/activities/time_entry_activity_provider.rb | 2 +- modules/costs/app/models/cost_entry.rb | 2 +- modules/costs/app/models/cost_rate.rb | 2 +- modules/costs/app/models/cost_type.rb | 2 +- modules/costs/app/models/default_hourly_rate.rb | 2 +- modules/costs/app/models/entry.rb | 2 +- modules/costs/app/models/entry/costs.rb | 2 +- modules/costs/app/models/entry/splashed_dates.rb | 2 +- modules/costs/app/models/hourly_rate.rb | 2 +- modules/costs/app/models/journal/time_entry_journal.rb | 2 +- .../app/models/projects/scopes/activated_time_activity.rb | 2 +- .../projects/scopes/visible_with_activated_time_activity.rb | 2 +- modules/costs/app/models/queries/time_entries.rb | 2 +- .../models/queries/time_entries/filters/activity_filter.rb | 2 +- .../models/queries/time_entries/filters/created_at_filter.rb | 2 +- .../app/models/queries/time_entries/filters/project_filter.rb | 2 +- .../models/queries/time_entries/filters/spent_on_filter.rb | 2 +- .../models/queries/time_entries/filters/time_entry_filter.rb | 2 +- .../models/queries/time_entries/filters/updated_at_filter.rb | 2 +- .../app/models/queries/time_entries/filters/user_filter.rb | 2 +- .../queries/time_entries/filters/work_package_filter.rb | 2 +- .../app/models/queries/time_entries/orders/default_order.rb | 2 +- .../costs/app/models/queries/time_entries/time_entry_query.rb | 2 +- modules/costs/app/models/rate.rb | 2 +- .../costs/app/models/time_entries/scopes/of_user_and_day.rb | 2 +- modules/costs/app/models/time_entries/scopes/visible.rb | 2 +- modules/costs/app/models/time_entry.rb | 2 +- .../models/time_entry_activities/scopes/active_in_project.rb | 2 +- modules/costs/app/models/time_entry_activities_project.rb | 2 +- modules/costs/app/models/time_entry_activity.rb | 2 +- modules/costs/app/models/time_entry_custom_field.rb | 2 +- modules/costs/app/services/time_entries/create_service.rb | 2 +- modules/costs/app/services/time_entries/delete_service.rb | 2 +- .../costs/app/services/time_entries/set_attributes_service.rb | 2 +- modules/costs/app/services/time_entries/update_service.rb | 2 +- modules/costs/app/views/cost_types/_list.html.erb | 2 +- modules/costs/app/views/cost_types/_list_deleted.html.erb | 2 +- modules/costs/app/views/cost_types/_rate.html.erb | 2 +- modules/costs/app/views/cost_types/edit.html.erb | 2 +- modules/costs/app/views/cost_types/index.html.erb | 2 +- modules/costs/app/views/costlog/edit.html.erb | 2 +- modules/costs/app/views/hourly_rates/_list.html.erb | 2 +- modules/costs/app/views/hourly_rates/_list_default.html.erb | 2 +- modules/costs/app/views/hourly_rates/_list_project.html.erb | 2 +- modules/costs/app/views/hourly_rates/_rate.html.erb | 2 +- modules/costs/app/views/hourly_rates/edit.html.erb | 2 +- modules/costs/app/views/hourly_rates/show.html.erb | 2 +- .../settings/time_entry_activities/_activities.html.erb | 2 +- .../projects/settings/time_entry_activities/show.html.erb | 2 +- modules/costs/app/views/settings/_costs.html.erb | 2 +- modules/costs/app/views/users/_rates.html.erb | 2 +- modules/costs/config/locales/crowdin/af.yml | 2 +- modules/costs/config/locales/crowdin/ar.yml | 2 +- modules/costs/config/locales/crowdin/az.yml | 2 +- modules/costs/config/locales/crowdin/bg.yml | 2 +- modules/costs/config/locales/crowdin/ca.yml | 2 +- modules/costs/config/locales/crowdin/ckb-IR.yml | 2 +- modules/costs/config/locales/crowdin/cs.yml | 2 +- modules/costs/config/locales/crowdin/da.yml | 2 +- modules/costs/config/locales/crowdin/de.yml | 2 +- modules/costs/config/locales/crowdin/el.yml | 2 +- modules/costs/config/locales/crowdin/eo.yml | 2 +- modules/costs/config/locales/crowdin/es.yml | 2 +- modules/costs/config/locales/crowdin/et.yml | 2 +- modules/costs/config/locales/crowdin/fa.yml | 2 +- modules/costs/config/locales/crowdin/fi.yml | 2 +- modules/costs/config/locales/crowdin/fil.yml | 2 +- modules/costs/config/locales/crowdin/fr.yml | 2 +- modules/costs/config/locales/crowdin/he.yml | 2 +- modules/costs/config/locales/crowdin/hi.yml | 2 +- modules/costs/config/locales/crowdin/hr.yml | 2 +- modules/costs/config/locales/crowdin/hu.yml | 2 +- modules/costs/config/locales/crowdin/id.yml | 2 +- modules/costs/config/locales/crowdin/it.yml | 2 +- modules/costs/config/locales/crowdin/ja.yml | 2 +- modules/costs/config/locales/crowdin/js-af.yml | 2 +- modules/costs/config/locales/crowdin/js-ar.yml | 2 +- modules/costs/config/locales/crowdin/js-az.yml | 2 +- modules/costs/config/locales/crowdin/js-bg.yml | 2 +- modules/costs/config/locales/crowdin/js-ca.yml | 2 +- modules/costs/config/locales/crowdin/js-ckb-IR.yml | 2 +- modules/costs/config/locales/crowdin/js-cs.yml | 2 +- modules/costs/config/locales/crowdin/js-da.yml | 2 +- modules/costs/config/locales/crowdin/js-de.yml | 2 +- modules/costs/config/locales/crowdin/js-el.yml | 2 +- modules/costs/config/locales/crowdin/js-eo.yml | 2 +- modules/costs/config/locales/crowdin/js-es.yml | 2 +- modules/costs/config/locales/crowdin/js-et.yml | 2 +- modules/costs/config/locales/crowdin/js-fa.yml | 2 +- modules/costs/config/locales/crowdin/js-fi.yml | 2 +- modules/costs/config/locales/crowdin/js-fil.yml | 2 +- modules/costs/config/locales/crowdin/js-fr.yml | 2 +- modules/costs/config/locales/crowdin/js-he.yml | 2 +- modules/costs/config/locales/crowdin/js-hi.yml | 2 +- modules/costs/config/locales/crowdin/js-hr.yml | 2 +- modules/costs/config/locales/crowdin/js-hu.yml | 2 +- modules/costs/config/locales/crowdin/js-id.yml | 2 +- modules/costs/config/locales/crowdin/js-it.yml | 2 +- modules/costs/config/locales/crowdin/js-ja.yml | 2 +- modules/costs/config/locales/crowdin/js-ko.yml | 2 +- modules/costs/config/locales/crowdin/js-lol.yml | 2 +- modules/costs/config/locales/crowdin/js-lt.yml | 2 +- modules/costs/config/locales/crowdin/js-lv.yml | 2 +- modules/costs/config/locales/crowdin/js-ne.yml | 2 +- modules/costs/config/locales/crowdin/js-nl.yml | 2 +- modules/costs/config/locales/crowdin/js-no.yml | 2 +- modules/costs/config/locales/crowdin/js-pl.yml | 2 +- modules/costs/config/locales/crowdin/js-pt.yml | 2 +- modules/costs/config/locales/crowdin/js-ro.yml | 2 +- modules/costs/config/locales/crowdin/js-ru.yml | 2 +- modules/costs/config/locales/crowdin/js-rw.yml | 2 +- modules/costs/config/locales/crowdin/js-si.yml | 2 +- modules/costs/config/locales/crowdin/js-sk.yml | 2 +- modules/costs/config/locales/crowdin/js-sl.yml | 2 +- modules/costs/config/locales/crowdin/js-sv.yml | 2 +- modules/costs/config/locales/crowdin/js-th.yml | 2 +- modules/costs/config/locales/crowdin/js-tr.yml | 2 +- modules/costs/config/locales/crowdin/js-uk.yml | 2 +- modules/costs/config/locales/crowdin/js-vi.yml | 2 +- modules/costs/config/locales/crowdin/js-zh-CN.yml | 2 +- modules/costs/config/locales/crowdin/js-zh-TW.yml | 2 +- modules/costs/config/locales/crowdin/ko.yml | 2 +- modules/costs/config/locales/crowdin/lol.yml | 2 +- modules/costs/config/locales/crowdin/lt.yml | 2 +- modules/costs/config/locales/crowdin/lv.yml | 2 +- modules/costs/config/locales/crowdin/ne.yml | 2 +- modules/costs/config/locales/crowdin/nl.yml | 2 +- modules/costs/config/locales/crowdin/no.yml | 2 +- modules/costs/config/locales/crowdin/pl.yml | 2 +- modules/costs/config/locales/crowdin/pt.yml | 2 +- modules/costs/config/locales/crowdin/ro.yml | 2 +- modules/costs/config/locales/crowdin/ru.yml | 2 +- modules/costs/config/locales/crowdin/rw.yml | 2 +- modules/costs/config/locales/crowdin/si.yml | 2 +- modules/costs/config/locales/crowdin/sk.yml | 2 +- modules/costs/config/locales/crowdin/sl.yml | 2 +- modules/costs/config/locales/crowdin/sv.yml | 2 +- modules/costs/config/locales/crowdin/th.yml | 2 +- modules/costs/config/locales/crowdin/tr.yml | 2 +- modules/costs/config/locales/crowdin/uk.yml | 2 +- modules/costs/config/locales/crowdin/vi.yml | 2 +- modules/costs/config/locales/crowdin/zh-CN.yml | 2 +- modules/costs/config/locales/crowdin/zh-TW.yml | 2 +- modules/costs/config/locales/en.yml | 2 +- modules/costs/config/locales/js-en.yml | 2 +- modules/costs/config/routes.rb | 2 +- .../20180323133404_to_v710_aggregated_costs_migrations.rb | 2 +- .../db/migrate/20200807083952_rename_time_and_cost_module.rb | 2 +- modules/costs/frontend/module/main.ts | 2 +- .../module/wp-display/costs-by-type-display-field.module.ts | 2 +- .../module/wp-display/currency-display-field.module.ts | 2 +- .../api/v3/cost_entries/aggregated_cost_entry_representer.rb | 2 +- modules/costs/lib/api/v3/cost_entries/cost_entries_api.rb | 2 +- .../api/v3/cost_entries/cost_entries_by_work_package_api.rb | 2 +- .../api/v3/cost_entries/cost_entry_collection_representer.rb | 2 +- .../costs/lib/api/v3/cost_entries/cost_entry_representer.rb | 2 +- .../v3/cost_entries/work_package_costs_by_type_representer.rb | 2 +- modules/costs/lib/api/v3/cost_types/cost_type_representer.rb | 2 +- modules/costs/lib/api/v3/cost_types/cost_types_api.rb | 2 +- .../costs/lib/api/v3/time_entries/available_projects_api.rb | 2 +- .../lib/api/v3/time_entries/available_work_packages_helper.rb | 2 +- .../v3/time_entries/available_work_packages_on_create_api.rb | 2 +- .../v3/time_entries/available_work_packages_on_edit_api.rb | 2 +- modules/costs/lib/api/v3/time_entries/create_form_api.rb | 2 +- .../costs/lib/api/v3/time_entries/create_form_representer.rb | 2 +- modules/costs/lib/api/v3/time_entries/form_representer.rb | 2 +- .../lib/api/v3/time_entries/schemas/time_entry_schema_api.rb | 2 +- .../v3/time_entries/schemas/time_entry_schema_representer.rb | 2 +- .../lib/api/v3/time_entries/time_entries_activity_api.rb | 2 +- .../api/v3/time_entries/time_entries_activity_representer.rb | 2 +- modules/costs/lib/api/v3/time_entries/time_entries_api.rb | 2 +- .../api/v3/time_entries/time_entry_collection_representer.rb | 2 +- .../lib/api/v3/time_entries/time_entry_payload_representer.rb | 2 +- .../costs/lib/api/v3/time_entries/time_entry_representer.rb | 2 +- modules/costs/lib/api/v3/time_entries/update_form_api.rb | 2 +- .../costs/lib/api/v3/time_entries/update_form_representer.rb | 2 +- modules/costs/lib/costs.rb | 2 +- modules/costs/lib/costs/attributes_helper.rb | 2 +- modules/costs/lib/costs/deleted_user_fallback.rb | 2 +- modules/costs/lib/costs/engine.rb | 2 +- modules/costs/lib/costs/patches.rb | 2 +- modules/costs/lib/costs/patches/members_patch.rb | 2 +- .../lib/costs/patches/number_to_currency_converter_patch.rb | 2 +- modules/costs/lib/costs/patches/permitted_params_patch.rb | 2 +- modules/costs/lib/costs/patches/project_patch.rb | 2 +- modules/costs/lib/costs/patches/projects_controller_patch.rb | 2 +- modules/costs/lib/costs/patches/role_seeder_patch.rb | 2 +- modules/costs/lib/costs/patches/setting_seeder_patch.rb | 2 +- modules/costs/lib/costs/patches/user_patch.rb | 2 +- modules/costs/lib/costs/query_currency_column.rb | 2 +- .../costs/spec/contracts/time_entries/create_contract_spec.rb | 2 +- .../costs/spec/contracts/time_entries/delete_contract_spec.rb | 2 +- .../spec/contracts/time_entries/shared_contract_examples.rb | 2 +- .../costs/spec/contracts/time_entries/update_contract_spec.rb | 2 +- modules/costs/spec/controllers/cost_types_controller_spec.rb | 2 +- modules/costs/spec/controllers/costlog_controller_spec.rb | 2 +- .../costs/spec/controllers/hourly_rates_controller_spec.rb | 2 +- .../spec/controllers/work_packages_bulk_controller_spec.rb | 2 +- modules/costs/spec/factories/cost_entry_factory.rb | 2 +- modules/costs/spec/factories/cost_rate_factory.rb | 2 +- modules/costs/spec/factories/cost_type_factory.rb | 2 +- modules/costs/spec/factories/default_hourly_rate_factory.rb | 2 +- modules/costs/spec/factories/hourly_rate_factory.rb | 2 +- .../costs/spec/factories/journal/budget_journal_factory.rb | 2 +- .../spec/factories/journal/time_entry_journal_factory.rb | 2 +- modules/costs/spec/factories/rate_factory.rb | 2 +- modules/costs/spec/factories/time_entry_activity_factory.rb | 2 +- modules/costs/spec/factories/time_entry_factory.rb | 2 +- .../costs/spec/features/cost_entries/add_cost_entry_spec.rb | 2 +- .../cost_entries/add_entry_without_rate_permission_spec.rb | 2 +- .../costs/spec/features/cost_types/create_cost_type_spec.rb | 2 +- .../costs/spec/features/cost_types/delete_cost_type_spec.rb | 2 +- .../features/destroy_work_package_with_cost_entries_spec.rb | 2 +- modules/costs/spec/features/members_hourly_rates_spec.rb | 2 +- modules/costs/spec/features/time_entries_spec.rb | 2 +- modules/costs/spec/features/time_entry/activity_spec.rb | 2 +- modules/costs/spec/features/users_hourly_rates_spec.rb | 2 +- modules/costs/spec/features/view_own_rates_spec.rb | 2 +- modules/costs/spec/helpers/costs/number_helper_spec.rb | 2 +- .../v3/cost_entries/aggregated_cost_entry_representer_spec.rb | 2 +- .../lib/api/v3/cost_entries/cost_entry_representer_spec.rb | 2 +- .../work_package_costs_by_type_representer_spec.rb | 2 +- .../spec/lib/api/v3/cost_types/cost_type_representer_spec.rb | 2 +- .../spec/lib/api/v3/costs_api_user_permission_check_spec.rb | 2 +- modules/costs/spec/lib/api/v3/path_helper_spec.rb | 2 +- .../schemas/time_entry_schema_representer_spec.rb | 2 +- .../time_entries_activity_representer_rendering_spec.rb | 2 +- .../v3/time_entries/time_entry_representer_parsing_spec.rb | 2 +- .../v3/time_entries/time_entry_representer_rendering_spec.rb | 2 +- .../lib/api/v3/work_packages/work_package_representer_spec.rb | 2 +- .../v3/work_packages/work_package_schema_representer_spec.rb | 2 +- modules/costs/spec/lib/costs/query_currency_column_spec.rb | 2 +- .../costs/spec/lib/open_project/costs/default_data_spec.rb | 2 +- modules/costs/spec/models/cost_entry_spec.rb | 2 +- modules/costs/spec/models/cost_type_spec.rb | 2 +- modules/costs/spec/models/default_hourly_rate_spec.rb | 2 +- modules/costs/spec/models/hourly_rate_spec.rb | 2 +- modules/costs/spec/models/permitted_params_spec.rb | 2 +- modules/costs/spec/models/project/activity_spec.rb | 2 +- .../models/projects/scopes/activated_time_activity_spec.rb | 2 +- .../scopes/visible_with_activated_time_activity_spec.rb | 2 +- .../queries/time_entries/filters/activity_filter_spec.rb | 2 +- .../queries/time_entries/filters/created_at_filter_spec.rb | 2 +- .../queries/time_entries/filters/project_filter_spec.rb | 2 +- .../queries/time_entries/filters/spent_on_filter_spec.rb | 2 +- .../queries/time_entries/filters/updated_at_filter_spec.rb | 2 +- .../models/queries/time_entries/filters/user_filter_spec.rb | 2 +- .../queries/time_entries/filters/work_package_filter_spec.rb | 2 +- .../spec/models/queries/time_entries/time_entry_query_spec.rb | 2 +- modules/costs/spec/models/rate_spec.rb | 2 +- .../spec/models/time_entries/scopes/of_user_and_day_spec.rb | 2 +- modules/costs/spec/models/time_entries/scopes/visible_spec.rb | 2 +- .../time_entry_activities/scopes/active_in_project_spec.rb | 2 +- modules/costs/spec/models/time_entry_activity_spec.rb | 2 +- modules/costs/spec/models/time_entry_spec.rb | 2 +- modules/costs/spec/models/user_spec.rb | 2 +- .../spec/models/work_package/ask_before_destruction_spec.rb | 2 +- modules/costs/spec/models/work_package_spec.rb | 2 +- modules/costs/spec/plugin_spec_helper.rb | 2 +- .../api/attachments/attachments_by_budget_resource_spec.rb | 2 +- .../cost_entries_by_work_package_resource_spec.rb | 2 +- .../requests/api/cost_entries/cost_entry_resource_spec.rb | 2 +- .../spec/requests/api/cost_types/cost_type_resource_spec.rb | 2 +- .../api/time_entries/available_projects_resource_spec.rb | 2 +- .../requests/api/time_entries/create_form_resource_spec.rb | 2 +- .../time_entries/schemas/time_entry_schema_resource_spec.rb | 2 +- .../requests/api/time_entries/update_form_resource_spec.rb | 2 +- .../spec/requests/api/time_entry_activity_resource_spec.rb | 2 +- modules/costs/spec/requests/api/time_entry_resource_spec.rb | 2 +- modules/costs/spec/routing/cost_objects_routing_spec.rb | 2 +- modules/costs/spec/routing/cost_types_routing_spec.rb | 2 +- modules/costs/spec/routing/costlog_routing_spec.rb | 2 +- modules/costs/spec/routing/hourly_rates_routing_spec.rb | 2 +- .../spec/services/time_entries/set_attributes_service_spec.rb | 2 +- modules/costs/spec/spec_helper.rb | 2 +- modules/dashboards/app/models/grids/dashboard.rb | 2 +- .../dashboards/spec/contracts/grids/create_contract_spec.rb | 2 +- modules/dashboards/spec/contracts/grids/shared_examples.rb | 2 +- modules/dashboards/spec/features/custom_text_spec.rb | 2 +- modules/dashboards/spec/features/docments_spec.rb | 2 +- modules/dashboards/spec/features/members_principals_spec.rb | 2 +- modules/dashboards/spec/features/members_spec.rb | 2 +- .../dashboards/spec/features/modifying_with_unallowed_spec.rb | 2 +- modules/dashboards/spec/features/navigation_spec.rb | 2 +- modules/dashboards/spec/features/news_spec.rb | 2 +- modules/dashboards/spec/features/project_description_spec.rb | 2 +- modules/dashboards/spec/features/project_details_spec.rb | 2 +- modules/dashboards/spec/features/project_status_spec.rb | 2 +- modules/dashboards/spec/features/read_only_allowed_spec.rb | 2 +- modules/dashboards/spec/features/subprojects_spec.rb | 2 +- modules/dashboards/spec/features/time_entries_spec.rb | 2 +- .../dashboards/spec/features/work_package_calendar_spec.rb | 2 +- .../spec/features/work_package_graph_overview_spec.rb | 2 +- modules/dashboards/spec/features/work_package_graph_spec.rb | 2 +- modules/dashboards/spec/features/work_package_table_spec.rb | 2 +- .../dashboards/spec/requests/api/v3/attachments/grid_spec.rb | 2 +- .../requests/api/v3/grids/grids_create_form_resource_spec.rb | 2 +- .../spec/requests/api/v3/grids/grids_resource_spec.rb | 2 +- modules/dashboards/spec/support/pages/dashboard.rb | 2 +- modules/documents/app/contracts/documents/base_contract.rb | 2 +- modules/documents/app/contracts/documents/create_contract.rb | 2 +- modules/documents/app/contracts/documents/update_contract.rb | 2 +- modules/documents/app/controllers/documents_controller.rb | 2 +- modules/documents/app/helpers/documents_helper.rb | 2 +- modules/documents/app/mailers/documents_mailer.rb | 2 +- .../app/models/activities/document_activity_provider.rb | 2 +- modules/documents/app/models/document.rb | 2 +- modules/documents/app/models/document_category.rb | 2 +- modules/documents/app/models/journal/document_journal.rb | 2 +- modules/documents/app/models/queries/documents.rb | 2 +- .../documents/app/models/queries/documents/document_query.rb | 2 +- .../app/models/queries/documents/filters/document_filter.rb | 2 +- .../app/models/queries/documents/filters/project_filter.rb | 2 +- .../app/models/queries/documents/orders/default_order.rb | 2 +- .../app/seeders/basic_data/documents/enumeration_seeder.rb | 2 +- modules/documents/app/services/documents/create_service.rb | 2 +- .../app/services/documents/set_attributes_service.rb | 2 +- modules/documents/app/services/documents/update_service.rb | 2 +- .../create_from_model_service/document_strategy.rb | 2 +- .../services/notifications/mail_service/document_strategy.rb | 2 +- modules/documents/app/views/documents/_document.html.erb | 2 +- modules/documents/app/views/documents/_form.html.erb | 2 +- modules/documents/app/views/documents/edit.html.erb | 2 +- modules/documents/app/views/documents/index.html.erb | 2 +- modules/documents/app/views/documents/new.html.erb | 2 +- modules/documents/app/views/documents/show.html.erb | 2 +- .../app/views/documents_mailer/document_added.html.erb | 2 +- .../app/views/documents_mailer/document_added.text.erb | 2 +- .../documents/app/views/help/wiki_syntax_detailed.html.erb | 2 +- modules/documents/config/locales/crowdin/af.yml | 2 +- modules/documents/config/locales/crowdin/ar.yml | 2 +- modules/documents/config/locales/crowdin/az.yml | 2 +- modules/documents/config/locales/crowdin/bg.yml | 2 +- modules/documents/config/locales/crowdin/ca.yml | 2 +- modules/documents/config/locales/crowdin/ckb-IR.yml | 2 +- modules/documents/config/locales/crowdin/cs.yml | 2 +- modules/documents/config/locales/crowdin/da.yml | 2 +- modules/documents/config/locales/crowdin/de.yml | 2 +- modules/documents/config/locales/crowdin/el.yml | 2 +- modules/documents/config/locales/crowdin/eo.yml | 2 +- modules/documents/config/locales/crowdin/es.yml | 2 +- modules/documents/config/locales/crowdin/et.yml | 2 +- modules/documents/config/locales/crowdin/fa.yml | 2 +- modules/documents/config/locales/crowdin/fi.yml | 2 +- modules/documents/config/locales/crowdin/fil.yml | 2 +- modules/documents/config/locales/crowdin/fr.yml | 2 +- modules/documents/config/locales/crowdin/he.yml | 2 +- modules/documents/config/locales/crowdin/hi.yml | 2 +- modules/documents/config/locales/crowdin/hr.yml | 2 +- modules/documents/config/locales/crowdin/hu.yml | 2 +- modules/documents/config/locales/crowdin/id.yml | 2 +- modules/documents/config/locales/crowdin/it.yml | 2 +- modules/documents/config/locales/crowdin/ja.yml | 2 +- modules/documents/config/locales/crowdin/ko.yml | 2 +- modules/documents/config/locales/crowdin/lol.yml | 2 +- modules/documents/config/locales/crowdin/lt.yml | 2 +- modules/documents/config/locales/crowdin/lv.yml | 2 +- modules/documents/config/locales/crowdin/ne.yml | 2 +- modules/documents/config/locales/crowdin/nl.yml | 2 +- modules/documents/config/locales/crowdin/no.yml | 2 +- modules/documents/config/locales/crowdin/pl.yml | 2 +- modules/documents/config/locales/crowdin/pt.yml | 2 +- modules/documents/config/locales/crowdin/ro.yml | 2 +- modules/documents/config/locales/crowdin/ru.yml | 2 +- modules/documents/config/locales/crowdin/rw.yml | 2 +- modules/documents/config/locales/crowdin/si.yml | 2 +- modules/documents/config/locales/crowdin/sk.yml | 2 +- modules/documents/config/locales/crowdin/sl.yml | 2 +- modules/documents/config/locales/crowdin/sv.yml | 2 +- modules/documents/config/locales/crowdin/th.yml | 2 +- modules/documents/config/locales/crowdin/tr.yml | 2 +- modules/documents/config/locales/crowdin/uk.yml | 2 +- modules/documents/config/locales/crowdin/vi.yml | 2 +- modules/documents/config/locales/crowdin/zh-CN.yml | 2 +- modules/documents/config/locales/crowdin/zh-TW.yml | 2 +- modules/documents/config/locales/en.yml | 2 +- modules/documents/config/routes.rb | 2 +- .../20180323140208_to_v710_aggregated_documents_migrations.rb | 2 +- .../frontend/module/hal/resources/document-resource.ts | 2 +- modules/documents/frontend/module/main.ts | 2 +- .../lib/api/v3/attachments/attachments_by_document_api.rb | 2 +- .../lib/api/v3/documents/document_collection_representer.rb | 2 +- .../documents/lib/api/v3/documents/document_representer.rb | 2 +- modules/documents/lib/api/v3/documents/documents_api.rb | 2 +- modules/documents/lib/open_project/documents.rb | 2 +- modules/documents/lib/open_project/documents/engine.rb | 2 +- modules/documents/lib/open_project/documents/patches.rb | 2 +- .../lib/open_project/documents/patches/project_patch.rb | 2 +- modules/documents/lib/openproject-documents.rb | 2 +- .../api/v3/documents/document_representer_rendering_spec.rb | 2 +- modules/documents/spec/application_helper_spec.rb | 2 +- .../documents/spec/controllers/documents_controller_spec.rb | 2 +- modules/documents/spec/factories/document_category_factory.rb | 2 +- modules/documents/spec/factories/document_factory.rb | 2 +- .../spec/factories/journal/document_journal_factory.rb | 2 +- modules/documents/spec/features/attachment_upload_spec.rb | 2 +- .../spec/lib/open_project/markdown_formatting_spec.rb | 2 +- modules/documents/spec/lib/redmine/access_control_spec.rb | 2 +- modules/documents/spec/mailers/documents_mailer_spec.rb | 2 +- modules/documents/spec/models/document_category_spec.rb | 2 +- modules/documents/spec/models/document_spec.rb | 2 +- .../spec/models/queries/documents/document_query_spec.rb | 2 +- .../models/queries/documents/filters/project_filter_spec.rb | 2 +- .../v3/attachments/attachments_by_documents_resource_spec.rb | 2 +- .../spec/requests/api/v3/documents/documents_resource_spec.rb | 2 +- modules/documents/spec/routing/documents_routing_spec.rb | 2 +- .../notifications/create_from_model_service_document_spec.rb | 2 +- .../spec/services/notifications/mail_service_spec.rb | 2 +- modules/documents/spec/spec_helper.rb | 2 +- modules/github_integration/app/models/github_check_run.rb | 2 +- modules/github_integration/app/models/github_pull_request.rb | 2 +- modules/github_integration/app/models/github_user.rb | 2 +- .../app/workers/cron/clear_old_pull_requests_job.rb | 2 +- modules/github_integration/config/locales/crowdin/af.yml | 2 +- modules/github_integration/config/locales/crowdin/ar.yml | 2 +- modules/github_integration/config/locales/crowdin/az.yml | 2 +- modules/github_integration/config/locales/crowdin/bg.yml | 2 +- modules/github_integration/config/locales/crowdin/ca.yml | 2 +- modules/github_integration/config/locales/crowdin/ckb-IR.yml | 2 +- modules/github_integration/config/locales/crowdin/cs.yml | 2 +- modules/github_integration/config/locales/crowdin/da.yml | 2 +- modules/github_integration/config/locales/crowdin/de.yml | 2 +- modules/github_integration/config/locales/crowdin/el.yml | 2 +- modules/github_integration/config/locales/crowdin/eo.yml | 2 +- modules/github_integration/config/locales/crowdin/es.yml | 2 +- modules/github_integration/config/locales/crowdin/et.yml | 2 +- modules/github_integration/config/locales/crowdin/fa.yml | 2 +- modules/github_integration/config/locales/crowdin/fi.yml | 2 +- modules/github_integration/config/locales/crowdin/fil.yml | 2 +- modules/github_integration/config/locales/crowdin/fr.yml | 2 +- modules/github_integration/config/locales/crowdin/he.yml | 2 +- modules/github_integration/config/locales/crowdin/hi.yml | 2 +- modules/github_integration/config/locales/crowdin/hr.yml | 2 +- modules/github_integration/config/locales/crowdin/hu.yml | 2 +- modules/github_integration/config/locales/crowdin/id.yml | 2 +- modules/github_integration/config/locales/crowdin/it.yml | 2 +- modules/github_integration/config/locales/crowdin/ja.yml | 2 +- modules/github_integration/config/locales/crowdin/js-af.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ar.yml | 2 +- modules/github_integration/config/locales/crowdin/js-az.yml | 2 +- modules/github_integration/config/locales/crowdin/js-bg.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ca.yml | 2 +- .../github_integration/config/locales/crowdin/js-ckb-IR.yml | 2 +- modules/github_integration/config/locales/crowdin/js-cs.yml | 2 +- modules/github_integration/config/locales/crowdin/js-da.yml | 2 +- modules/github_integration/config/locales/crowdin/js-de.yml | 2 +- modules/github_integration/config/locales/crowdin/js-el.yml | 2 +- modules/github_integration/config/locales/crowdin/js-eo.yml | 2 +- modules/github_integration/config/locales/crowdin/js-es.yml | 2 +- modules/github_integration/config/locales/crowdin/js-et.yml | 2 +- modules/github_integration/config/locales/crowdin/js-fa.yml | 2 +- modules/github_integration/config/locales/crowdin/js-fi.yml | 2 +- modules/github_integration/config/locales/crowdin/js-fil.yml | 2 +- modules/github_integration/config/locales/crowdin/js-fr.yml | 2 +- modules/github_integration/config/locales/crowdin/js-he.yml | 2 +- modules/github_integration/config/locales/crowdin/js-hi.yml | 2 +- modules/github_integration/config/locales/crowdin/js-hr.yml | 2 +- modules/github_integration/config/locales/crowdin/js-hu.yml | 2 +- modules/github_integration/config/locales/crowdin/js-id.yml | 2 +- modules/github_integration/config/locales/crowdin/js-it.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ja.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ko.yml | 2 +- modules/github_integration/config/locales/crowdin/js-lol.yml | 2 +- modules/github_integration/config/locales/crowdin/js-lt.yml | 2 +- modules/github_integration/config/locales/crowdin/js-lv.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ne.yml | 2 +- modules/github_integration/config/locales/crowdin/js-nl.yml | 2 +- modules/github_integration/config/locales/crowdin/js-no.yml | 2 +- modules/github_integration/config/locales/crowdin/js-pl.yml | 2 +- modules/github_integration/config/locales/crowdin/js-pt.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ro.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ru.yml | 2 +- modules/github_integration/config/locales/crowdin/js-rw.yml | 2 +- modules/github_integration/config/locales/crowdin/js-si.yml | 2 +- modules/github_integration/config/locales/crowdin/js-sk.yml | 2 +- modules/github_integration/config/locales/crowdin/js-sl.yml | 2 +- modules/github_integration/config/locales/crowdin/js-sv.yml | 2 +- modules/github_integration/config/locales/crowdin/js-th.yml | 2 +- modules/github_integration/config/locales/crowdin/js-tr.yml | 2 +- modules/github_integration/config/locales/crowdin/js-uk.yml | 2 +- modules/github_integration/config/locales/crowdin/js-vi.yml | 2 +- .../github_integration/config/locales/crowdin/js-zh-CN.yml | 2 +- .../github_integration/config/locales/crowdin/js-zh-TW.yml | 2 +- modules/github_integration/config/locales/crowdin/ko.yml | 2 +- modules/github_integration/config/locales/crowdin/lol.yml | 2 +- modules/github_integration/config/locales/crowdin/lt.yml | 2 +- modules/github_integration/config/locales/crowdin/lv.yml | 2 +- modules/github_integration/config/locales/crowdin/ne.yml | 2 +- modules/github_integration/config/locales/crowdin/nl.yml | 2 +- modules/github_integration/config/locales/crowdin/no.yml | 2 +- modules/github_integration/config/locales/crowdin/pl.yml | 2 +- modules/github_integration/config/locales/crowdin/pt.yml | 2 +- modules/github_integration/config/locales/crowdin/ro.yml | 2 +- modules/github_integration/config/locales/crowdin/ru.yml | 2 +- modules/github_integration/config/locales/crowdin/rw.yml | 2 +- modules/github_integration/config/locales/crowdin/si.yml | 2 +- modules/github_integration/config/locales/crowdin/sk.yml | 2 +- modules/github_integration/config/locales/crowdin/sl.yml | 2 +- modules/github_integration/config/locales/crowdin/sv.yml | 2 +- modules/github_integration/config/locales/crowdin/th.yml | 2 +- modules/github_integration/config/locales/crowdin/tr.yml | 2 +- modules/github_integration/config/locales/crowdin/uk.yml | 2 +- modules/github_integration/config/locales/crowdin/vi.yml | 2 +- modules/github_integration/config/locales/crowdin/zh-CN.yml | 2 +- modules/github_integration/config/locales/crowdin/zh-TW.yml | 2 +- modules/github_integration/config/locales/de.yml | 2 +- modules/github_integration/config/locales/en.yml | 2 +- modules/github_integration/config/locales/js-en.yml | 2 +- .../module/git-actions-menu/git-actions-menu.component.ts | 2 +- .../module/git-actions-menu/git-actions-menu.directive.ts | 2 +- .../frontend/module/git-actions/git-actions.service.spec.ts | 2 +- .../frontend/module/git-actions/git-actions.service.ts | 2 +- .../frontend/module/github-tab/github-tab.component.ts | 2 +- .../module/hal/resources/github-check-run-resource.ts | 2 +- .../module/hal/resources/github-pull-request-resource.ts | 2 +- .../frontend/module/hal/resources/github-user-resource.ts | 2 +- modules/github_integration/frontend/module/main.ts | 2 +- .../frontend/module/pull-request/pull-request.component.sass | 2 +- .../frontend/module/pull-request/pull-request.component.ts | 2 +- .../frontend/module/tab-header/styles/tab-header.sass | 2 +- .../frontend/module/tab-header/tab-header.component.ts | 2 +- .../frontend/module/tab-prs/tab-prs.component.ts | 2 +- .../frontend/module/tab-prs/wp-github-prs.service.ts | 2 +- .../v3/github_pull_requests/github_check_run_representer.rb | 2 +- .../github_pull_request_collection_representer.rb | 2 +- .../github_pull_requests/github_pull_request_representer.rb | 2 +- .../github_pull_requests_by_work_package_api.rb | 2 +- .../api/v3/github_pull_requests/github_user_representer.rb | 2 +- .../github_integration/lib/open_project/github_integration.rb | 2 +- .../lib/open_project/github_integration/engine.rb | 2 +- .../lib/open_project/github_integration/hook_handler.rb | 2 +- .../open_project/github_integration/notification_handler.rb | 2 +- .../github_integration/notification_handler/check_run.rb | 2 +- .../github_integration/notification_handler/helper.rb | 2 +- .../github_integration/notification_handler/issue_comment.rb | 2 +- .../github_integration/notification_handler/pull_request.rb | 2 +- .../lib/open_project/github_integration/services.rb | 2 +- .../github_integration/services/upsert_check_run.rb | 2 +- .../github_integration/services/upsert_github_user.rb | 2 +- .../services/upsert_partial_pull_request.rb | 2 +- .../github_integration/services/upsert_pull_request.rb | 2 +- .../github_integration/lib/openproject-github_integration.rb | 2 +- .../spec/factories/github_check_run_factory.rb | 2 +- .../spec/factories/github_pull_request_factory.rb | 2 +- .../github_integration/spec/factories/github_user_factory.rb | 2 +- .../spec/features/work_package_github_tab_spec.rb | 2 +- .../github_pull_requests/github_check_run_representer_spec.rb | 2 +- .../github_pull_request_representer_spec.rb | 2 +- .../v3/github_pull_requests/github_user_representer_spec.rb | 2 +- .../github_integration/hook_handler_integration_spec.rb | 2 +- .../lib/open_project/github_integration/hook_handler_spec.rb | 2 +- .../github_integration/notification_handler/check_run_spec.rb | 2 +- .../github_integration/notification_handler/helper_spec.rb | 2 +- .../notification_handler/issue_comment_spec.rb | 2 +- .../notification_handler/pull_request_spec.rb | 2 +- .../github_integration/notification_handler_spec.rb | 2 +- .../github_integration/services/upsert_check_run_spec.rb | 2 +- .../github_integration/services/upsert_github_user_spec.rb | 2 +- .../services/upsert_partial_pull_request_spec.rb | 2 +- .../github_integration/services/upsert_pull_request_spec.rb | 2 +- .../github_integration/spec/models/github_check_run_spec.rb | 2 +- .../spec/models/github_pull_request_spec.rb | 2 +- modules/github_integration/spec/models/github_user_spec.rb | 2 +- modules/github_integration/spec/spec_helper.rb | 2 +- .../spec/support/pages/work_package_github_tab.rb | 2 +- .../spec/support/webhook_fixture_helpers.rb | 2 +- .../spec/workers/cron/clear_old_pull_requests_job_spec.rb | 2 +- modules/grids/app/contracts/grids/base_contract.rb | 2 +- modules/grids/app/contracts/grids/create_contract.rb | 2 +- modules/grids/app/contracts/grids/delete_contract.rb | 2 +- modules/grids/app/contracts/grids/update_contract.rb | 2 +- .../controllers/api/v3/attachments/attachments_by_grid_api.rb | 2 +- modules/grids/app/controllers/api/v3/grids/create_form_api.rb | 2 +- modules/grids/app/controllers/api/v3/grids/grids_api.rb | 2 +- .../app/controllers/api/v3/grids/schemas/grid_schema_api.rb | 2 +- modules/grids/app/controllers/api/v3/grids/update_form_api.rb | 2 +- modules/grids/app/models/grids/grid.rb | 2 +- modules/grids/app/models/grids/widget.rb | 2 +- modules/grids/app/queries/grids/filters/grid_filter.rb | 2 +- modules/grids/app/queries/grids/filters/page_filter.rb | 2 +- modules/grids/app/queries/grids/filters/scope_filter.rb | 2 +- modules/grids/app/queries/grids/query.rb | 2 +- .../app/representers/api/v3/grids/create_form_representer.rb | 2 +- .../grids/app/representers/api/v3/grids/form_representer.rb | 2 +- .../representers/api/v3/grids/grid_collection_representer.rb | 2 +- .../app/representers/api/v3/grids/grid_payload_representer.rb | 2 +- .../grids/app/representers/api/v3/grids/grid_representer.rb | 2 +- .../api/v3/grids/schemas/grid_schema_representer.rb | 2 +- .../app/representers/api/v3/grids/update_form_representer.rb | 2 +- .../api/v3/grids/widgets/chart_options_representer.rb | 2 +- .../api/v3/grids/widgets/custom_text_options_representer.rb | 2 +- .../api/v3/grids/widgets/default_options_representer.rb | 2 +- .../api/v3/grids/widgets/query_options_representer.rb | 2 +- .../grids/widgets/time_entry_calendar_options_representer.rb | 2 +- .../representers/api/v3/grids/widgets/widget_representer.rb | 2 +- modules/grids/app/services/grids/create_service.rb | 2 +- modules/grids/app/services/grids/delete_service.rb | 2 +- modules/grids/app/services/grids/set_attributes_service.rb | 2 +- modules/grids/app/services/grids/update_service.rb | 2 +- modules/grids/lib/grids/configuration.rb | 2 +- modules/grids/lib/grids/configuration/registration.rb | 2 +- modules/grids/lib/grids/configuration/widget_strategy.rb | 2 +- modules/grids/lib/grids/factory.rb | 2 +- modules/grids/spec/contracts/grids/create_contract_spec.rb | 2 +- modules/grids/spec/contracts/grids/delete_contract_spec.rb | 2 +- modules/grids/spec/contracts/grids/shared_examples.rb | 2 +- modules/grids/spec/contracts/grids/update_contract_spec.rb | 2 +- .../lib/api/v3/grids/grid_payload_representer_parsing_spec.rb | 2 +- .../spec/lib/api/v3/grids/grid_representer_rendering_spec.rb | 2 +- .../lib/api/v3/grids/schemas/grid_schema_representer_spec.rb | 2 +- modules/grids/spec/lib/api/v3/utilities/file_helper_spec.rb | 2 +- modules/grids/spec/models/grids/grid_spec.rb | 2 +- modules/grids/spec/models/grids/shared_model.rb | 2 +- modules/grids/spec/models/grids/widget_spec.rb | 2 +- .../requests/api/v3/grids/grids_create_form_resource_spec.rb | 2 +- .../grids/spec/requests/api/v3/grids/grids_resource_spec.rb | 2 +- .../spec/requests/api/v3/grids/grids_schema_resource_spec.rb | 2 +- .../requests/api/v3/grids/grids_update_form_resource_spec.rb | 2 +- modules/grids/spec/services/grids/create_service_spec.rb | 2 +- .../grids/spec/services/grids/set_attributes_service_spec.rb | 2 +- modules/grids/spec/services/grids/update_service_spec.rb | 2 +- modules/grids/spec/support/pages/grid.rb | 2 +- .../app/workers/job_status/application_job_with_status.rb | 2 +- .../app/workers/job_status/cron/clear_old_job_status_job.rb | 2 +- modules/job_status/lib/api/v3/job_status/job_status_api.rb | 2 +- .../lib/api/v3/job_status/job_status_representer.rb | 2 +- modules/job_status/lib/open_project/job_status.rb | 2 +- modules/job_status/lib/open_project/job_status/engine.rb | 2 +- .../job_status/lib/open_project/job_status/event_listener.rb | 2 +- modules/job_status/lib/openproject-job_status.rb | 2 +- .../job_status/spec/factories/delayed_job_status_factory.rb | 2 +- modules/job_status/spec/features/job_status_spec.rb | 2 +- .../job_status/spec/services/documents/update_service_spec.rb | 2 +- modules/ldap_groups/LICENSE | 2 +- .../app/workers/ldap_groups/synchronization_job.rb | 2 +- modules/ldap_groups/lib/tasks/ldap_groups.rake | 2 +- .../meeting/app/contracts/meeting_contents/base_contract.rb | 2 +- .../meeting/app/contracts/meeting_contents/update_contract.rb | 2 +- modules/meeting/app/controllers/meeting_agendas_controller.rb | 2 +- .../meeting/app/controllers/meeting_contents_controller.rb | 2 +- modules/meeting/app/controllers/meeting_minutes_controller.rb | 2 +- modules/meeting/app/controllers/meetings_controller.rb | 2 +- modules/meeting/app/helpers/meeting_contents_helper.rb | 2 +- modules/meeting/app/helpers/meetings_helper.rb | 2 +- modules/meeting/app/mailers/meeting_mailer.rb | 2 +- .../app/models/activities/meeting_activity_provider.rb | 2 +- modules/meeting/app/models/journal/meeting_content_journal.rb | 2 +- modules/meeting/app/models/journal/meeting_journal.rb | 2 +- modules/meeting/app/models/meeting.rb | 2 +- modules/meeting/app/models/meeting_agenda.rb | 2 +- modules/meeting/app/models/meeting_content.rb | 2 +- modules/meeting/app/models/meeting_minutes.rb | 2 +- modules/meeting/app/models/meeting_participant.rb | 2 +- .../app/services/meeting_contents/set_attributes_service.rb | 2 +- .../meeting/app/services/meeting_contents/update_service.rb | 2 +- modules/meeting/app/views/meeting_contents/_form.html.erb | 2 +- modules/meeting/app/views/meeting_contents/_show.html.erb | 2 +- modules/meeting/app/views/meeting_contents/diff.html.erb | 2 +- modules/meeting/app/views/meeting_contents/history.html.erb | 2 +- modules/meeting/app/views/meeting_contents/show.html.erb | 2 +- .../app/views/meeting_mailer/content_for_review.html.erb | 2 +- .../app/views/meeting_mailer/content_for_review.text.erb | 2 +- modules/meeting/app/views/meetings/_form.html.erb | 2 +- modules/meeting/app/views/meetings/edit.html.erb | 2 +- modules/meeting/app/views/meetings/index.html.erb | 2 +- modules/meeting/app/views/meetings/new.html.erb | 2 +- modules/meeting/app/views/meetings/show.html.erb | 2 +- modules/meeting/config/locales/crowdin/af.yml | 2 +- modules/meeting/config/locales/crowdin/ar.yml | 2 +- modules/meeting/config/locales/crowdin/az.yml | 2 +- modules/meeting/config/locales/crowdin/bg.yml | 2 +- modules/meeting/config/locales/crowdin/ca.yml | 2 +- modules/meeting/config/locales/crowdin/ckb-IR.yml | 2 +- modules/meeting/config/locales/crowdin/cs.yml | 2 +- modules/meeting/config/locales/crowdin/da.yml | 2 +- modules/meeting/config/locales/crowdin/de.yml | 2 +- modules/meeting/config/locales/crowdin/el.yml | 2 +- modules/meeting/config/locales/crowdin/eo.yml | 2 +- modules/meeting/config/locales/crowdin/es.yml | 2 +- modules/meeting/config/locales/crowdin/et.yml | 2 +- modules/meeting/config/locales/crowdin/fa.yml | 2 +- modules/meeting/config/locales/crowdin/fi.yml | 2 +- modules/meeting/config/locales/crowdin/fil.yml | 2 +- modules/meeting/config/locales/crowdin/fr.yml | 2 +- modules/meeting/config/locales/crowdin/he.yml | 2 +- modules/meeting/config/locales/crowdin/hi.yml | 2 +- modules/meeting/config/locales/crowdin/hr.yml | 2 +- modules/meeting/config/locales/crowdin/hu.yml | 2 +- modules/meeting/config/locales/crowdin/id.yml | 2 +- modules/meeting/config/locales/crowdin/it.yml | 2 +- modules/meeting/config/locales/crowdin/ja.yml | 2 +- modules/meeting/config/locales/crowdin/ko.yml | 2 +- modules/meeting/config/locales/crowdin/lol.yml | 2 +- modules/meeting/config/locales/crowdin/lt.yml | 2 +- modules/meeting/config/locales/crowdin/lv.yml | 2 +- modules/meeting/config/locales/crowdin/ne.yml | 2 +- modules/meeting/config/locales/crowdin/nl.yml | 2 +- modules/meeting/config/locales/crowdin/no.yml | 2 +- modules/meeting/config/locales/crowdin/pl.yml | 2 +- modules/meeting/config/locales/crowdin/pt.yml | 2 +- modules/meeting/config/locales/crowdin/ro.yml | 2 +- modules/meeting/config/locales/crowdin/ru.yml | 2 +- modules/meeting/config/locales/crowdin/rw.yml | 2 +- modules/meeting/config/locales/crowdin/si.yml | 2 +- modules/meeting/config/locales/crowdin/sk.yml | 2 +- modules/meeting/config/locales/crowdin/sl.yml | 2 +- modules/meeting/config/locales/crowdin/sv.yml | 2 +- modules/meeting/config/locales/crowdin/th.yml | 2 +- modules/meeting/config/locales/crowdin/tr.yml | 2 +- modules/meeting/config/locales/crowdin/uk.yml | 2 +- modules/meeting/config/locales/crowdin/vi.yml | 2 +- modules/meeting/config/locales/crowdin/zh-CN.yml | 2 +- modules/meeting/config/locales/crowdin/zh-TW.yml | 2 +- modules/meeting/config/locales/en.yml | 2 +- modules/meeting/config/routes.rb | 2 +- .../20180323135408_to_v710_aggregated_meeting_migrations.rb | 2 +- .../api/v3/attachments/attachments_by_meeting_content_api.rb | 2 +- .../lib/api/v3/meeting_agendas/meeting_agenda_representer.rb | 2 +- .../api/v3/meeting_contents/meeting_content_representer.rb | 2 +- .../lib/api/v3/meeting_minutes/meeting_minutes_representer.rb | 2 +- modules/meeting/lib/api/v3/meetings/meeting_contents_api.rb | 2 +- modules/meeting/lib/open_project/meeting.rb | 2 +- modules/meeting/lib/open_project/meeting/engine.rb | 2 +- .../meeting/lib/open_project/meeting/patches/project_patch.rb | 2 +- .../lib/open_project/meeting/patches/role_seeder_patch.rb | 2 +- .../lib/open_project/meeting/patches/setting_seeder_patch.rb | 2 +- .../open_project/meeting/patches/textile_converter_patch.rb | 2 +- modules/meeting/lib/openproject-meeting.rb | 2 +- .../spec/contracts/meeting_contents/update_contract_spec.rb | 2 +- .../spec/controllers/meeting_contents_controller_spec.rb | 2 +- modules/meeting/spec/controllers/meetings_controller_spec.rb | 2 +- modules/meeting/spec/factories/meeting_agenda_factory.rb | 2 +- .../meeting/spec/factories/meeting_content_journal_factory.rb | 2 +- modules/meeting/spec/factories/meeting_factory.rb | 2 +- modules/meeting/spec/factories/meeting_journal_factory.rb | 2 +- modules/meeting/spec/factories/meeting_minutes_factory.rb | 2 +- modules/meeting/spec/factories/meeting_participant_factory.rb | 2 +- modules/meeting/spec/features/meetings_activity_spec.rb | 2 +- modules/meeting/spec/features/meetings_close_spec.rb | 2 +- modules/meeting/spec/features/meetings_copy_spec.rb | 2 +- modules/meeting/spec/features/meetings_delete_spec.rb | 2 +- modules/meeting/spec/features/meetings_index_spec.rb | 2 +- modules/meeting/spec/features/meetings_locking_spec.rb | 2 +- modules/meeting/spec/features/meetings_new_spec.rb | 2 +- modules/meeting/spec/features/meetings_participants_spec.rb | 2 +- modules/meeting/spec/features/meetings_search_spec.rb | 2 +- modules/meeting/spec/features/meetings_show_spec.rb | 2 +- .../meeting/spec/lib/open_project/markdown_formatting_spec.rb | 2 +- .../spec/lib/open_project/meeting/default_data_spec.rb | 2 +- modules/meeting/spec/mailers/meeting_mailer_spec.rb | 2 +- modules/meeting/spec/models/meeting_agenda_spec.rb | 2 +- modules/meeting/spec/models/meeting_minutes_spec.rb | 2 +- modules/meeting/spec/models/meeting_spec.rb | 2 +- modules/meeting/spec/models/permitted_params_spec.rb | 2 +- modules/meeting/spec/models/project/activity_spec.rb | 2 +- .../spec/requests/api/v3/attachments/meeting_agenda_spec.rb | 2 +- .../spec/requests/api/v3/attachments/meeting_minutes_spec.rb | 2 +- modules/meeting/spec/routing/previews_routing_spec.rb | 2 +- .../spec/services/meeting_contents/update_service_spec.rb | 2 +- modules/meeting/spec/spec_helper.rb | 2 +- modules/meeting/spec/support/pages/meetings/base.rb | 2 +- modules/meeting/spec/support/pages/meetings/edit.rb | 2 +- modules/meeting/spec/support/pages/meetings/index.rb | 2 +- modules/meeting/spec/support/pages/meetings/new.rb | 2 +- modules/meeting/spec/support/pages/meetings/show.rb | 2 +- modules/my_page/app/models/grids/my_page.rb | 2 +- modules/my_page/config/routes.rb | 2 +- modules/my_page/spec/contracts/grids/create_contract_spec.rb | 2 +- modules/my_page/spec/contracts/grids/shared_examples.rb | 2 +- modules/my_page/spec/contracts/grids/update_contract_spec.rb | 2 +- modules/my_page/spec/features/my/accountable_spec.rb | 2 +- modules/my_page/spec/features/my/assigned_to_me_spec.rb | 2 +- modules/my_page/spec/features/my/custom_text_spec.rb | 2 +- modules/my_page/spec/features/my/documents_spec.rb | 2 +- modules/my_page/spec/features/my/my_page_spec.rb | 2 +- modules/my_page/spec/features/my/news_spec.rb | 2 +- .../spec/features/my/time_entries_current_user_spec.rb | 2 +- modules/my_page/spec/features/my/work_package_table_spec.rb | 2 +- modules/my_page/spec/models/grids/my_page_spec.rb | 2 +- modules/my_page/spec/models/grids/shared_model.rb | 2 +- .../my_page/spec/queries/grids/filters/scope_filter_spec.rb | 2 +- modules/my_page/spec/queries/grids/query_integration_spec.rb | 2 +- .../requests/api/v3/grids/grids_create_form_resource_spec.rb | 2 +- .../my_page/spec/requests/api/v3/grids/grids_resource_spec.rb | 2 +- .../requests/api/v3/grids/grids_update_form_resource_spec.rb | 2 +- modules/my_page/spec/support/pages/my/page.rb | 2 +- .../lib/open_project/openid_connect/hooks/hook.rb | 2 +- .../spec/controllers/providers_controller_spec.rb | 2 +- modules/openid_connect/spec/lib/session_mapper_spec.rb | 2 +- modules/openid_connect/spec/models/user_session_link_spec.rb | 2 +- modules/openid_connect/spec/requests/openid_connect_spec.rb | 2 +- .../spec/routing/openid_connect/providers_controller_spec.rb | 2 +- modules/overviews/app/models/grids/overview.rb | 2 +- .../app/services/overviews/copy/widgets_dependent_service.rb | 2 +- modules/overviews/app/services/overviews/copy_service.rb | 2 +- modules/overviews/config/locales/en.seeders.bim.yml | 2 +- modules/overviews/config/locales/en.seeders.standard.yml | 2 +- .../overviews/spec/contracts/grids/create_contract_spec.rb | 2 +- .../spec/controllers/overviews/overviews_controller_spec.rb | 2 +- .../spec/features/low_permissions_page_creation_spec.rb | 2 +- .../overviews/spec/features/managing_overview_page_spec.rb | 2 +- modules/overviews/spec/features/navigation_spec.rb | 2 +- .../spec/requests/api/v3/grids/grids_resource_spec.rb | 2 +- .../overviews/spec/services/copy_service_integration_spec.rb | 2 +- modules/overviews/spec/support/pages/overview.rb | 2 +- .../app/controllers/export_card_configurations_controller.rb | 2 +- modules/pdf_export/app/models/export_card_configuration.rb | 2 +- .../app/views/export_card_configurations/_form.html.erb | 2 +- .../app/views/export_card_configurations/edit.html.erb | 2 +- .../app/views/export_card_configurations/index.html.erb | 2 +- .../app/views/export_card_configurations/new.html.erb | 2 +- modules/pdf_export/config/locales/crowdin/af.yml | 2 +- modules/pdf_export/config/locales/crowdin/ar.yml | 2 +- modules/pdf_export/config/locales/crowdin/az.yml | 2 +- modules/pdf_export/config/locales/crowdin/bg.yml | 2 +- modules/pdf_export/config/locales/crowdin/ca.yml | 2 +- modules/pdf_export/config/locales/crowdin/ckb-IR.yml | 2 +- modules/pdf_export/config/locales/crowdin/cs.yml | 2 +- modules/pdf_export/config/locales/crowdin/da.yml | 2 +- modules/pdf_export/config/locales/crowdin/de.yml | 2 +- modules/pdf_export/config/locales/crowdin/el.yml | 2 +- modules/pdf_export/config/locales/crowdin/eo.yml | 2 +- modules/pdf_export/config/locales/crowdin/es.yml | 2 +- modules/pdf_export/config/locales/crowdin/et.yml | 2 +- modules/pdf_export/config/locales/crowdin/fa.yml | 2 +- modules/pdf_export/config/locales/crowdin/fi.yml | 2 +- modules/pdf_export/config/locales/crowdin/fil.yml | 2 +- modules/pdf_export/config/locales/crowdin/fr.yml | 2 +- modules/pdf_export/config/locales/crowdin/he.yml | 2 +- modules/pdf_export/config/locales/crowdin/hi.yml | 2 +- modules/pdf_export/config/locales/crowdin/hr.yml | 2 +- modules/pdf_export/config/locales/crowdin/hu.yml | 2 +- modules/pdf_export/config/locales/crowdin/id.yml | 2 +- modules/pdf_export/config/locales/crowdin/it.yml | 2 +- modules/pdf_export/config/locales/crowdin/ja.yml | 2 +- modules/pdf_export/config/locales/crowdin/ko.yml | 2 +- modules/pdf_export/config/locales/crowdin/lol.yml | 2 +- modules/pdf_export/config/locales/crowdin/lt.yml | 2 +- modules/pdf_export/config/locales/crowdin/lv.yml | 2 +- modules/pdf_export/config/locales/crowdin/ne.yml | 2 +- modules/pdf_export/config/locales/crowdin/nl.yml | 2 +- modules/pdf_export/config/locales/crowdin/no.yml | 2 +- modules/pdf_export/config/locales/crowdin/pl.yml | 2 +- modules/pdf_export/config/locales/crowdin/pt.yml | 2 +- modules/pdf_export/config/locales/crowdin/ro.yml | 2 +- modules/pdf_export/config/locales/crowdin/ru.yml | 2 +- modules/pdf_export/config/locales/crowdin/rw.yml | 2 +- modules/pdf_export/config/locales/crowdin/si.yml | 2 +- modules/pdf_export/config/locales/crowdin/sk.yml | 2 +- modules/pdf_export/config/locales/crowdin/sl.yml | 2 +- modules/pdf_export/config/locales/crowdin/sv.yml | 2 +- modules/pdf_export/config/locales/crowdin/th.yml | 2 +- modules/pdf_export/config/locales/crowdin/tr.yml | 2 +- modules/pdf_export/config/locales/crowdin/uk.yml | 2 +- modules/pdf_export/config/locales/crowdin/vi.yml | 2 +- modules/pdf_export/config/locales/crowdin/zh-CN.yml | 2 +- modules/pdf_export/config/locales/crowdin/zh-TW.yml | 2 +- modules/pdf_export/config/locales/en.yml | 2 +- modules/pdf_export/config/routes.rb | 2 +- .../20140113132617_create_export_card_configuration.rb | 2 +- ...20140129103924_add_active_to_export_card_configurations.rb | 2 +- ...207134248_add_description_to_export_card_configurations.rb | 2 +- modules/pdf_export/db/seeds/export_card_configurations.rb | 2 +- modules/pdf_export/lib/open_project/pdf_export.rb | 2 +- modules/pdf_export/lib/open_project/pdf_export/engine.rb | 2 +- modules/pdf_export/lib/open_project/pdf_export/exceptions.rb | 2 +- .../lib/open_project/pdf_export/export_card/card_element.rb | 2 +- .../lib/open_project/pdf_export/export_card/column_element.rb | 2 +- .../open_project/pdf_export/export_card/document_generator.rb | 2 +- .../lib/open_project/pdf_export/export_card/group_element.rb | 2 +- .../lib/open_project/pdf_export/export_card/row_element.rb | 2 +- modules/pdf_export/lib/openproject-pdf_export.rb | 2 +- .../controllers/export_card_configurations_controller_spec.rb | 2 +- .../pdf_export/spec/export_card/document_generator_spec.rb | 2 +- .../spec/factories/export_card_configuration_factory.rb | 2 +- .../spec/features/export_card_configurations_admin_spec.rb | 2 +- modules/pdf_export/spec/spec_helper.rb | 2 +- modules/pdf_export/spec/views/edit.html.erb_spec.rb | 2 +- modules/pdf_export/spec/views/index.html.erb_spec.rb | 2 +- modules/pdf_export/spec/views/new.html.erb_spec.rb | 2 +- modules/reporting/app/controllers/cost_reports_controller.rb | 2 +- .../app/controllers/work_package_costlog_controller.rb | 2 +- modules/reporting/app/helpers/reporting_helper.rb | 2 +- modules/reporting/app/models/cost_query.rb | 2 +- modules/reporting/app/models/cost_query/cache.rb | 2 +- modules/reporting/app/models/cost_query/custom_field_mixin.rb | 2 +- modules/reporting/app/models/cost_query/filter.rb | 2 +- modules/reporting/app/models/cost_query/filter/activity_id.rb | 2 +- .../reporting/app/models/cost_query/filter/assigned_to_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/author_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/budget_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/category_id.rb | 2 +- .../reporting/app/models/cost_query/filter/cost_type_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/created_on.rb | 2 +- .../app/models/cost_query/filter/custom_field_entries.rb | 2 +- modules/reporting/app/models/cost_query/filter/due_date.rb | 2 +- .../reporting/app/models/cost_query/filter/logged_by_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/no_filter.rb | 2 +- .../app/models/cost_query/filter/overridden_costs.rb | 2 +- .../app/models/cost_query/filter/permission_filter.rb | 2 +- modules/reporting/app/models/cost_query/filter/priority_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/project_id.rb | 2 +- .../reporting/app/models/cost_query/filter/responsible_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/spent_on.rb | 2 +- modules/reporting/app/models/cost_query/filter/start_date.rb | 2 +- modules/reporting/app/models/cost_query/filter/status_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/subject.rb | 2 +- modules/reporting/app/models/cost_query/filter/tmonth.rb | 2 +- modules/reporting/app/models/cost_query/filter/tweek.rb | 2 +- modules/reporting/app/models/cost_query/filter/tyear.rb | 2 +- modules/reporting/app/models/cost_query/filter/type_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/updated_on.rb | 2 +- modules/reporting/app/models/cost_query/filter/user_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/version_id.rb | 2 +- .../reporting/app/models/cost_query/filter/work_package_id.rb | 2 +- modules/reporting/app/models/cost_query/group_by.rb | 2 +- .../reporting/app/models/cost_query/group_by/activity_id.rb | 2 +- .../app/models/cost_query/group_by/assigned_to_id.rb | 2 +- modules/reporting/app/models/cost_query/group_by/author_id.rb | 2 +- modules/reporting/app/models/cost_query/group_by/base.rb | 2 +- modules/reporting/app/models/cost_query/group_by/budget_id.rb | 2 +- .../reporting/app/models/cost_query/group_by/category_id.rb | 2 +- .../reporting/app/models/cost_query/group_by/cost_type_id.rb | 2 +- .../app/models/cost_query/group_by/custom_field_entries.rb | 2 +- .../reporting/app/models/cost_query/group_by/logged_by_id.rb | 2 +- .../reporting/app/models/cost_query/group_by/priority_id.rb | 2 +- .../reporting/app/models/cost_query/group_by/project_id.rb | 2 +- .../app/models/cost_query/group_by/ruby_aggregation.rb | 2 +- .../app/models/cost_query/group_by/singleton_value.rb | 2 +- modules/reporting/app/models/cost_query/group_by/spent_on.rb | 2 +- .../app/models/cost_query/group_by/sql_aggregation.rb | 2 +- modules/reporting/app/models/cost_query/group_by/status_id.rb | 2 +- modules/reporting/app/models/cost_query/group_by/tmonth.rb | 2 +- modules/reporting/app/models/cost_query/group_by/tweek.rb | 2 +- modules/reporting/app/models/cost_query/group_by/tyear.rb | 2 +- modules/reporting/app/models/cost_query/group_by/type_id.rb | 2 +- modules/reporting/app/models/cost_query/group_by/user_id.rb | 2 +- .../reporting/app/models/cost_query/group_by/version_id.rb | 2 +- modules/reporting/app/models/cost_query/group_by/week.rb | 2 +- .../app/models/cost_query/group_by/work_package_id.rb | 2 +- modules/reporting/app/models/cost_query/operator.rb | 2 +- modules/reporting/app/models/cost_query/result.rb | 2 +- modules/reporting/app/models/cost_query/sql_statement.rb | 2 +- modules/reporting/app/models/cost_query/table.rb | 2 +- modules/reporting/app/models/entry.rb | 2 +- .../reporting/app/views/cost_reports/_report_list.html.erb | 2 +- .../reporting/app/views/cost_reports/_report_menu.html.erb | 2 +- modules/reporting/app/views/cost_reports/index.html.erb | 2 +- modules/reporting/config/locales/crowdin/af.yml | 2 +- modules/reporting/config/locales/crowdin/ar.yml | 2 +- modules/reporting/config/locales/crowdin/az.yml | 2 +- modules/reporting/config/locales/crowdin/bg.yml | 2 +- modules/reporting/config/locales/crowdin/ca.yml | 2 +- modules/reporting/config/locales/crowdin/ckb-IR.yml | 2 +- modules/reporting/config/locales/crowdin/cs.yml | 2 +- modules/reporting/config/locales/crowdin/da.yml | 2 +- modules/reporting/config/locales/crowdin/de.yml | 2 +- modules/reporting/config/locales/crowdin/el.yml | 2 +- modules/reporting/config/locales/crowdin/eo.yml | 2 +- modules/reporting/config/locales/crowdin/es.yml | 2 +- modules/reporting/config/locales/crowdin/et.yml | 2 +- modules/reporting/config/locales/crowdin/fa.yml | 2 +- modules/reporting/config/locales/crowdin/fi.yml | 2 +- modules/reporting/config/locales/crowdin/fil.yml | 2 +- modules/reporting/config/locales/crowdin/fr.yml | 2 +- modules/reporting/config/locales/crowdin/he.yml | 2 +- modules/reporting/config/locales/crowdin/hi.yml | 2 +- modules/reporting/config/locales/crowdin/hr.yml | 2 +- modules/reporting/config/locales/crowdin/hu.yml | 2 +- modules/reporting/config/locales/crowdin/id.yml | 2 +- modules/reporting/config/locales/crowdin/it.yml | 2 +- modules/reporting/config/locales/crowdin/ja.yml | 2 +- modules/reporting/config/locales/crowdin/js-af.yml | 2 +- modules/reporting/config/locales/crowdin/js-ar.yml | 2 +- modules/reporting/config/locales/crowdin/js-az.yml | 2 +- modules/reporting/config/locales/crowdin/js-bg.yml | 2 +- modules/reporting/config/locales/crowdin/js-ca.yml | 2 +- modules/reporting/config/locales/crowdin/js-ckb-IR.yml | 2 +- modules/reporting/config/locales/crowdin/js-cs.yml | 2 +- modules/reporting/config/locales/crowdin/js-da.yml | 2 +- modules/reporting/config/locales/crowdin/js-de.yml | 2 +- modules/reporting/config/locales/crowdin/js-el.yml | 2 +- modules/reporting/config/locales/crowdin/js-eo.yml | 2 +- modules/reporting/config/locales/crowdin/js-es.yml | 2 +- modules/reporting/config/locales/crowdin/js-et.yml | 2 +- modules/reporting/config/locales/crowdin/js-fa.yml | 2 +- modules/reporting/config/locales/crowdin/js-fi.yml | 2 +- modules/reporting/config/locales/crowdin/js-fil.yml | 2 +- modules/reporting/config/locales/crowdin/js-fr.yml | 2 +- modules/reporting/config/locales/crowdin/js-he.yml | 2 +- modules/reporting/config/locales/crowdin/js-hi.yml | 2 +- modules/reporting/config/locales/crowdin/js-hr.yml | 2 +- modules/reporting/config/locales/crowdin/js-hu.yml | 2 +- modules/reporting/config/locales/crowdin/js-id.yml | 2 +- modules/reporting/config/locales/crowdin/js-it.yml | 2 +- modules/reporting/config/locales/crowdin/js-ja.yml | 2 +- modules/reporting/config/locales/crowdin/js-ko.yml | 2 +- modules/reporting/config/locales/crowdin/js-lol.yml | 2 +- modules/reporting/config/locales/crowdin/js-lt.yml | 2 +- modules/reporting/config/locales/crowdin/js-lv.yml | 2 +- modules/reporting/config/locales/crowdin/js-ne.yml | 2 +- modules/reporting/config/locales/crowdin/js-nl.yml | 2 +- modules/reporting/config/locales/crowdin/js-no.yml | 2 +- modules/reporting/config/locales/crowdin/js-pl.yml | 2 +- modules/reporting/config/locales/crowdin/js-pt.yml | 2 +- modules/reporting/config/locales/crowdin/js-ro.yml | 2 +- modules/reporting/config/locales/crowdin/js-ru.yml | 2 +- modules/reporting/config/locales/crowdin/js-rw.yml | 2 +- modules/reporting/config/locales/crowdin/js-si.yml | 2 +- modules/reporting/config/locales/crowdin/js-sk.yml | 2 +- modules/reporting/config/locales/crowdin/js-sl.yml | 2 +- modules/reporting/config/locales/crowdin/js-sv.yml | 2 +- modules/reporting/config/locales/crowdin/js-th.yml | 2 +- modules/reporting/config/locales/crowdin/js-tr.yml | 2 +- modules/reporting/config/locales/crowdin/js-uk.yml | 2 +- modules/reporting/config/locales/crowdin/js-vi.yml | 2 +- modules/reporting/config/locales/crowdin/js-zh-CN.yml | 2 +- modules/reporting/config/locales/crowdin/js-zh-TW.yml | 2 +- modules/reporting/config/locales/crowdin/ko.yml | 2 +- modules/reporting/config/locales/crowdin/lol.yml | 2 +- modules/reporting/config/locales/crowdin/lt.yml | 2 +- modules/reporting/config/locales/crowdin/lv.yml | 2 +- modules/reporting/config/locales/crowdin/ne.yml | 2 +- modules/reporting/config/locales/crowdin/nl.yml | 2 +- modules/reporting/config/locales/crowdin/no.yml | 2 +- modules/reporting/config/locales/crowdin/pl.yml | 2 +- modules/reporting/config/locales/crowdin/pt.yml | 2 +- modules/reporting/config/locales/crowdin/ro.yml | 2 +- modules/reporting/config/locales/crowdin/ru.yml | 2 +- modules/reporting/config/locales/crowdin/rw.yml | 2 +- modules/reporting/config/locales/crowdin/si.yml | 2 +- modules/reporting/config/locales/crowdin/sk.yml | 2 +- modules/reporting/config/locales/crowdin/sl.yml | 2 +- modules/reporting/config/locales/crowdin/sv.yml | 2 +- modules/reporting/config/locales/crowdin/th.yml | 2 +- modules/reporting/config/locales/crowdin/tr.yml | 2 +- modules/reporting/config/locales/crowdin/uk.yml | 2 +- modules/reporting/config/locales/crowdin/vi.yml | 2 +- modules/reporting/config/locales/crowdin/zh-CN.yml | 2 +- modules/reporting/config/locales/crowdin/zh-TW.yml | 2 +- modules/reporting/config/locales/en.yml | 2 +- modules/reporting/config/locales/js-en.yml | 2 +- modules/reporting/config/routes.rb | 2 +- .../20180323130704_to_v710_aggregated_reporting_migrations.rb | 2 +- modules/reporting/lib/engine.rb | 2 +- modules/reporting/lib/open_project/reporting.rb | 2 +- modules/reporting/lib/open_project/reporting/engine.rb | 2 +- modules/reporting/lib/open_project/reporting/hooks.rb | 2 +- modules/reporting/lib/open_project/reporting/patches.rb | 2 +- .../lib/open_project/reporting/patches/big_decimal_patch.rb | 2 +- .../reporting/patches/custom_fields_controller_patch.rb | 2 +- .../lib/open_project/reporting/patches/role_seeder_patch.rb | 2 +- .../open_project/reporting/patches/setting_seeder_patch.rb | 2 +- .../lib/open_project/reporting/patches/to_date_patch.rb | 2 +- modules/reporting/lib/openproject-reporting.rb | 2 +- modules/reporting/lib/report/chainable.rb | 2 +- modules/reporting/lib/report/filter.rb | 2 +- modules/reporting/lib/report/filter/base.rb | 2 +- modules/reporting/lib/report/filter/multi_choice.rb | 2 +- modules/reporting/lib/report/filter/no_filter.rb | 2 +- modules/reporting/lib/report/group_by.rb | 2 +- modules/reporting/lib/report/group_by/base.rb | 2 +- modules/reporting/lib/report/group_by/ruby_aggregation.rb | 2 +- modules/reporting/lib/report/group_by/singleton_value.rb | 2 +- modules/reporting/lib/report/group_by/sql_aggregation.rb | 2 +- modules/reporting/lib/report/inherited_attribute.rb | 2 +- modules/reporting/lib/report/operator.rb | 2 +- modules/reporting/lib/report/query_utils.rb | 2 +- modules/reporting/lib/report/result.rb | 2 +- modules/reporting/lib/report/sql_statement.rb | 2 +- modules/reporting/lib/report/table.rb | 2 +- modules/reporting/lib/report/transformer.rb | 2 +- modules/reporting/lib/report/validation.rb | 2 +- modules/reporting/lib/report/validation/dates.rb | 2 +- modules/reporting/lib/report/validation/integers.rb | 2 +- modules/reporting/lib/report/walker.rb | 2 +- modules/reporting/lib/widget/base.rb | 2 +- modules/reporting/lib/widget/controls.rb | 2 +- modules/reporting/lib/widget/controls/apply.rb | 2 +- modules/reporting/lib/widget/controls/clear.rb | 2 +- modules/reporting/lib/widget/controls/delete.rb | 2 +- modules/reporting/lib/widget/controls/query_name.rb | 2 +- modules/reporting/lib/widget/controls/save.rb | 2 +- modules/reporting/lib/widget/controls/save_as.rb | 2 +- modules/reporting/lib/widget/cost_types.rb | 2 +- modules/reporting/lib/widget/filters.rb | 2 +- modules/reporting/lib/widget/filters/base.rb | 2 +- modules/reporting/lib/widget/filters/date.rb | 2 +- modules/reporting/lib/widget/filters/heavy.rb | 2 +- modules/reporting/lib/widget/filters/label.rb | 2 +- modules/reporting/lib/widget/filters/multi_choice.rb | 2 +- modules/reporting/lib/widget/filters/multi_values.rb | 2 +- modules/reporting/lib/widget/filters/operators.rb | 2 +- modules/reporting/lib/widget/filters/option.rb | 2 +- modules/reporting/lib/widget/filters/project.rb | 2 +- modules/reporting/lib/widget/filters/remove_button.rb | 2 +- modules/reporting/lib/widget/filters/text_box.rb | 2 +- modules/reporting/lib/widget/group_bys.rb | 2 +- modules/reporting/lib/widget/reporting_widget.rb | 2 +- modules/reporting/lib/widget/settings.rb | 2 +- modules/reporting/lib/widget/settings/fieldset.rb | 2 +- modules/reporting/lib/widget/table.rb | 2 +- modules/reporting/lib/widget/table/entry_table.rb | 2 +- modules/reporting/lib/widget/table/report_table.rb | 2 +- .../spec/controllers/cost_reports_controller_spec.rb | 2 +- .../spec/controllers/custom_fields_controller_spec.rb | 2 +- modules/reporting/spec/factories/cost_query_factory.rb | 2 +- modules/reporting/spec/features/custom_fields_spec.rb | 2 +- modules/reporting/spec/features/menu_spec.rb | 2 +- .../features/support/components/cost_reports_base_table.rb | 2 +- modules/reporting/spec/features/top_menu_item_spec.rb | 2 +- modules/reporting/spec/features/update_cost_report_spec.rb | 2 +- modules/reporting/spec/features/update_entries_spec.rb | 2 +- modules/reporting/spec/helpers/reporting_helper_spec.rb | 2 +- modules/reporting/spec/lib/open_project/configuration_spec.rb | 2 +- .../spec/lib/open_project/reporting/default_data_spec.rb | 2 +- modules/reporting/spec/models/cost_query/cache_spec.rb | 2 +- modules/reporting/spec/models/cost_query/chaining_spec.rb | 2 +- modules/reporting/spec/models/cost_query/filter_spec.rb | 2 +- modules/reporting/spec/models/cost_query/group_by_spec.rb | 2 +- modules/reporting/spec/models/cost_query/integration_spec.rb | 2 +- modules/reporting/spec/models/cost_query/operator_spec.rb | 2 +- modules/reporting/spec/models/cost_query/result_spec.rb | 2 +- modules/reporting/spec/models/cost_query/validation_spec.rb | 2 +- modules/reporting/spec/models/cost_query/walker_spec.rb | 2 +- modules/reporting/spec/requests/custom_field_cache_spec.rb | 2 +- modules/reporting/spec/spec_helper.rb | 2 +- modules/reporting/spec/support/configuration_helper.rb | 2 +- modules/reporting/spec/support/custom_field_filter.rb | 2 +- modules/reporting/spec/support/plugin_spec_helper.rb | 2 +- modules/reporting/spec/support/query_helper.rb | 2 +- .../app/cells/storages/projects_storages_table_cell.rb | 2 +- .../storages/peripherals/parse_create_params_service.rb | 2 +- modules/storages/app/common/storages/peripherals/scopes.rb | 2 +- .../common/storages/peripherals/service_result_refinements.rb | 2 +- .../app/common/storages/peripherals/storage_error_helper.rb | 2 +- .../storage_interaction/nextcloud/download_link_query.rb | 2 +- .../peripherals/storage_interaction/nextcloud/files_query.rb | 2 +- .../storage_interaction/nextcloud/upload_link_query.rb | 2 +- .../peripherals/storage_interaction/storage_queries.rb | 2 +- .../storages/peripherals/storage_interaction/storage_query.rb | 2 +- .../app/common/storages/peripherals/storage_requests.rb | 2 +- .../app/common/storages/peripherals/storage_url_helper.rb | 2 +- modules/storages/app/constants/storages/admin.rb | 2 +- .../app/contracts/storages/file_links/create_contract.rb | 2 +- .../app/contracts/storages/file_links/delete_contract.rb | 2 +- .../app/contracts/storages/project_storages/base_contract.rb | 2 +- .../project_storages/concerns/manage_storages_guarded.rb | 2 +- .../contracts/storages/project_storages/create_contract.rb | 2 +- .../contracts/storages/project_storages/delete_contract.rb | 2 +- .../storages/app/contracts/storages/storages/base_contract.rb | 2 +- .../storages/storages/concerns/manage_storages_guarded.rb | 2 +- .../app/contracts/storages/storages/create_contract.rb | 2 +- .../app/contracts/storages/storages/delete_contract.rb | 2 +- .../app/contracts/storages/storages/update_contract.rb | 2 +- .../controllers/storages/admin/oauth_clients_controller.rb | 2 +- .../storages/admin/projects_storages_controller.rb | 2 +- .../app/controllers/storages/admin/storages_controller.rb | 2 +- .../app/models/queries/storages/file_links/file_link_query.rb | 2 +- .../queries/storages/file_links/filter/storage_filter.rb | 2 +- .../work_packages/filter/file_link_origin_id_filter.rb | 2 +- .../work_packages/filter/linkable_to_storage_id_filter.rb | 2 +- .../work_packages/filter/linkable_to_storage_url_filter.rb | 2 +- .../storages/work_packages/filter/storage_id_filter.rb | 2 +- .../storages/work_packages/filter/storage_url_filter.rb | 2 +- .../storages/work_packages/filter/storages_filter_mixin.rb | 2 +- modules/storages/app/models/storages/file_link.rb | 2 +- modules/storages/app/models/storages/project_storage.rb | 2 +- modules/storages/app/models/storages/storage.rb | 2 +- .../app/models/storages/storage/inexistent_storage.rb | 2 +- modules/storages/app/models/storages/storage_error.rb | 2 +- modules/storages/app/models/storages/storage_file.rb | 2 +- modules/storages/app/models/storages/upload_link.rb | 2 +- .../services/projects/copy/file_links_dependent_service.rb | 2 +- .../app/services/projects/copy/storages_dependent_service.rb | 2 +- .../storages/app/services/storages/file_link_sync_service.rb | 2 +- .../app/services/storages/file_links/create_service.rb | 2 +- .../app/services/storages/file_links/delete_service.rb | 2 +- .../services/storages/file_links/set_attributes_service.rb | 2 +- .../services/storages/oauth_applications/create_service.rb | 2 +- .../app/services/storages/project_storages/create_service.rb | 2 +- .../app/services/storages/project_storages/delete_service.rb | 2 +- .../storages/project_storages/set_attributes_service.rb | 2 +- .../storages/app/services/storages/storages/create_service.rb | 2 +- .../storages/app/services/storages/storages/delete_service.rb | 2 +- .../app/services/storages/storages/set_attributes_service.rb | 2 +- .../storages/app/services/storages/storages/update_service.rb | 2 +- .../app/validator/nextcloud_compatible_host_validator.rb | 2 +- .../storages/app/views/storages/admin/storages/_form.html.erb | 2 +- .../storages/app/views/storages/admin/storages/show.html.erb | 2 +- modules/storages/config/routes.rb | 2 +- .../20220712165928_add_storages_permissions_to_roles.rb | 2 +- modules/storages/lib/api/v3/file_links/create_endpoint.rb | 2 +- .../lib/api/v3/file_links/file_link_collection_representer.rb | 2 +- .../lib/api/v3/file_links/file_link_payload_representer.rb | 2 +- .../lib/api/v3/file_links/file_link_relation_representer.rb | 2 +- .../storages/lib/api/v3/file_links/file_link_representer.rb | 2 +- modules/storages/lib/api/v3/file_links/file_links_api.rb | 2 +- .../storages/lib/api/v3/file_links/file_links_download_api.rb | 2 +- modules/storages/lib/api/v3/file_links/file_links_open_api.rb | 2 +- .../lib/api/v3/file_links/work_packages_file_links_api.rb | 2 +- .../lib/api/v3/oauth_client/oauth_client_credentials_api.rb | 2 +- .../v3/storage_files/storage_file_collection_representer.rb | 2 +- .../lib/api/v3/storage_files/storage_file_representer.rb | 2 +- .../storages/lib/api/v3/storage_files/storage_files_api.rb | 2 +- .../api/v3/storage_files/storage_upload_link_representer.rb | 2 +- .../lib/api/v3/storages/storage_payload_representer.rb | 2 +- modules/storages/lib/api/v3/storages/storage_representer.rb | 2 +- modules/storages/lib/api/v3/storages/storages_api.rb | 2 +- modules/storages/lib/open_project/storages.rb | 2 +- modules/storages/lib/open_project/storages/engine.rb | 2 +- .../storages/spec/common/peripherals/storage_requests_spec.rb | 2 +- .../contracts/storages/file_links/create_contract_spec.rb | 2 +- .../contracts/storages/file_links/delete_contract_spec.rb | 2 +- .../contracts/storages/file_links/shared_contract_examples.rb | 2 +- .../storages/project_storages/create_contract_spec.rb | 2 +- .../storages/project_storages/delete_contract_spec.rb | 2 +- .../storages/project_storages/shared_contract_examples.rb | 2 +- .../spec/contracts/storages/storages/base_contract_spec.rb | 2 +- .../spec/contracts/storages/storages/create_contract_spec.rb | 2 +- .../spec/contracts/storages/storages/delete_contract_spec.rb | 2 +- .../contracts/storages/storages/shared_contract_examples.rb | 2 +- .../spec/contracts/storages/storages/update_contract_spec.rb | 2 +- modules/storages/spec/controller/storages_controller_spec.rb | 2 +- modules/storages/spec/factories/file_link_element_factory.rb | 2 +- modules/storages/spec/factories/file_link_factory.rb | 2 +- modules/storages/spec/factories/project_storage_factory.rb | 2 +- modules/storages/spec/factories/storage_factory.rb | 2 +- modules/storages/spec/factories/webdav_data_factory.rb | 2 +- modules/storages/spec/features/admin_storages_spec.rb | 2 +- .../spec/features/create_and_delete_project_storage_spec.rb | 2 +- modules/storages/spec/features/create_file_links_spec.rb | 2 +- .../features/delete_project_storage_and_file_links_spec.rb | 2 +- modules/storages/spec/features/shared_context.rb | 2 +- modules/storages/spec/features/show_file_links_spec.rb | 2 +- modules/storages/spec/features/storages_module_spec.rb | 2 +- .../api/v3/file_links/file_link_representer_parsing_spec.rb | 2 +- .../api/v3/file_links/file_link_representer_rendering_spec.rb | 2 +- .../lib/api/v3/storage_files/storage_file_representer_spec.rb | 2 +- .../v3/storage_files/storage_upload_link_representer_spec.rb | 2 +- .../api/v3/storages/storages_representer_rendering_spec.rb | 2 +- modules/storages/spec/models/file_link_spec.rb | 2 +- modules/storages/spec/models/project_storage_spec.rb | 2 +- modules/storages/spec/models/storage_spec.rb | 2 +- .../spec/permissions/manage_storage_in_project_spec.rb | 2 +- .../spec/requests/api/v3/file_links/file_links_spec.rb | 2 +- .../v3/file_links/mixed_case_file_links_integration_spec.rb | 2 +- .../spec/requests/api/v3/storages/storage_files_spec.rb | 2 +- .../storages/spec/requests/api/v3/storages/storages_spec.rb | 2 +- .../v3/work_packages/work_packages_linkable_filter_spec.rb | 2 +- .../api/v3/work_packages/work_packages_linked_filter_spec.rb | 2 +- modules/storages/spec/seeders/seeder_spec.rb | 2 +- .../replace_references_service_call_integration_spec.rb | 2 +- .../spec/services/storages/file_links/create_service_spec.rb | 2 +- .../spec/services/storages/file_links/delete_service_spec.rb | 2 +- .../storages/file_links/file_link_sync_service_spec.rb | 2 +- .../storages/file_links/set_attributes_service_spec.rb | 2 +- .../storages/oauth_applications/create_service_spec.rb | 2 +- .../services/storages/project_storages/create_service_spec.rb | 2 +- .../services/storages/project_storages/delete_service_spec.rb | 2 +- .../storages/project_storages/set_attributes_service_spec.rb | 2 +- .../spec/services/storages/storages/create_service_spec.rb | 2 +- .../spec/services/storages/storages/delete_service_spec.rb | 2 +- .../services/storages/storages/set_attributes_service_spec.rb | 2 +- .../spec/services/storages/storages/update_service_spec.rb | 2 +- modules/storages/spec/spec_helper.rb | 2 +- .../storages/spec/support/components/file_picker_dialog.rb | 2 +- modules/storages/spec/support/storage_server_helpers.rb | 2 +- modules/team_planner/app/cells/team_planner/row_cell.rb | 2 +- modules/team_planner/app/cells/team_planner/table_cell.rb | 2 +- modules/team_planner/lib/open_project/team_planner.rb | 2 +- .../spec/contracts/views/create_contract_team_planner_spec.rb | 2 +- .../features/onboarding/team_planner_onboarding_tour_spec.rb | 2 +- modules/team_planner/spec/features/query_handling_spec.rb | 2 +- modules/team_planner/spec/features/shared_context.rb | 2 +- .../features/team_planner_add_existing_work_packages_spec.rb | 2 +- .../team_planner/spec/features/team_planner_create_spec.rb | 2 +- modules/team_planner/spec/features/team_planner_dates_spec.rb | 2 +- .../spec/features/team_planner_error_handling_spec.rb | 2 +- modules/team_planner/spec/features/team_planner_index_spec.rb | 2 +- modules/team_planner/spec/features/team_planner_menu_spec.rb | 2 +- .../spec/features/team_planner_project_include_spec.rb | 2 +- .../spec/features/team_planner_remove_event_spec.rb | 2 +- modules/team_planner/spec/features/team_planner_spec.rb | 2 +- .../spec/features/team_planner_split_view_spec.rb | 2 +- .../spec/features/team_planner_subproject_constraints_spec.rb | 2 +- .../team_planner/spec/features/team_planner_upsale_spec.rb | 2 +- .../spec/features/team_planner_user_interaction_spec.rb | 2 +- .../spec/features/team_planner_view_modes_spec.rb | 2 +- .../team_planner/spec/permissions/view_team_planner_spec.rb | 2 +- .../spec/requests/api/v3/views/create_resource_spec.rb | 2 +- .../team_planner/spec/routing/team_planner_routing_spec.rb | 2 +- .../team_planner/spec/support/components/add_existing_pane.rb | 2 +- .../team_planner/spec/support/onboarding/onboarding_steps.rb | 2 +- modules/team_planner/spec/support/pages/team_planner.rb | 2 +- .../two_factor_authentication/my/two_factor_devices_spec.rb | 2 +- .../users/two_factor_devices_spec.rb | 2 +- .../app/controllers/webhooks/incoming/hooks_controller.rb | 2 +- modules/webhooks/app/workers/attachment_webhook_job.rb | 2 +- modules/webhooks/app/workers/cleanup_webhook_logs_job.rb | 2 +- modules/webhooks/app/workers/project_webhook_job.rb | 2 +- modules/webhooks/app/workers/represented_webhook_job.rb | 2 +- modules/webhooks/app/workers/time_entry_webhook_job.rb | 2 +- modules/webhooks/app/workers/webhook_job.rb | 2 +- modules/webhooks/app/workers/work_package_webhook_job.rb | 2 +- modules/webhooks/config/routes.rb | 2 +- modules/webhooks/lib/open_project/webhooks.rb | 2 +- modules/webhooks/lib/open_project/webhooks/engine.rb | 2 +- modules/webhooks/lib/open_project/webhooks/hook.rb | 2 +- modules/webhooks/lib/openproject-webhooks.rb | 2 +- .../cells/webhooks/outgoing/deliveries/table_cell_spec.rb | 2 +- .../spec/controllers/outgoing/admin_controller_spec.rb | 2 +- modules/webhooks/spec/controllers/webhooks_controller_spec.rb | 2 +- modules/webhooks/spec/factories/webhook_factory.rb | 2 +- modules/webhooks/spec/factories/webhook_log_factory.rb | 2 +- modules/webhooks/spec/lib/hook_spec.rb | 2 +- modules/webhooks/spec/lib/webhooks_spec.rb | 2 +- .../spec/routing/webhooks/outgoing/admin_controller_spec.rb | 2 +- modules/webhooks/spec/spec_helper.rb | 2 +- modules/webhooks/spec/workers/attachment_webhook_job_spec.rb | 2 +- modules/webhooks/spec/workers/project_webhook_job_spec.rb | 2 +- modules/webhooks/spec/workers/time_entry_webhook_job_spec.rb | 2 +- .../webhooks/spec/workers/work_package_webhook_job_spec.rb | 2 +- .../spec/patches/work_packages_controller_patch_spec.rb | 2 +- packaging/conf/configuration.yml | 2 +- public/422.html | 2 +- script/ci/cache_prepare.sh | 2 +- script/ci/db_setup.sh | 2 +- script/ci/runner.sh | 2 +- script/ci/setup.sh | 2 +- script/templates/database.travis.postgres.yml | 2 +- spec/cells/rails_cell_spec.rb | 2 +- spec/constants/settings/definition_spec.rb | 2 +- .../contracts/attachments/create_contract_integration_spec.rb | 2 +- spec/contracts/attachments/create_contract_spec.rb | 2 +- spec/contracts/attribute_help_texts/base_contract_spec.rb | 2 +- .../authentication/omniauth_auth_hash_contract_spec.rb | 2 +- spec/contracts/backups/create_contract_spec.rb | 2 +- spec/contracts/custom_actions/cu_contract_spec.rb | 2 +- spec/contracts/custom_fields/create_contract_spec.rb | 2 +- spec/contracts/custom_fields/update_contract_spec.rb | 2 +- spec/contracts/groups/create_contract_spec.rb | 2 +- spec/contracts/groups/shared_contract_examples.rb | 2 +- spec/contracts/groups/update_contract_spec.rb | 2 +- spec/contracts/members/create_contract_spec.rb | 2 +- spec/contracts/members/shared_contract_examples.rb | 2 +- spec/contracts/members/update_contract_spec.rb | 2 +- spec/contracts/messages/create_contract_spec.rb | 2 +- spec/contracts/messages/shared_contract_examples.rb | 2 +- spec/contracts/messages/update_contract_spec.rb | 2 +- spec/contracts/notifications/create_contract_spec.rb | 2 +- spec/contracts/oauth_clients/create_contract_spec.rb | 2 +- spec/contracts/oauth_clients/delete_contract_spec.rb | 2 +- spec/contracts/placeholder_users/create_contract_spec.rb | 2 +- spec/contracts/placeholder_users/delete_contract_spec.rb | 2 +- spec/contracts/placeholder_users/shared_contract_examples.rb | 2 +- spec/contracts/placeholder_users/update_contract_spec.rb | 2 +- spec/contracts/projects/archive_contract_spec.rb | 2 +- spec/contracts/projects/base_contract_spec.rb | 2 +- spec/contracts/projects/create_contract_spec.rb | 2 +- spec/contracts/projects/delete_contract_spec.rb | 2 +- spec/contracts/projects/enabled_modules_contract_spec.rb | 2 +- spec/contracts/projects/shared_contract_examples.rb | 2 +- spec/contracts/projects/unarchive_contract_spec.rb | 2 +- spec/contracts/projects/update_contract_spec.rb | 2 +- spec/contracts/queries/create_contract_spec.rb | 2 +- spec/contracts/queries/shared_contract_examples.rb | 2 +- spec/contracts/queries/update_contract_spec.rb | 2 +- spec/contracts/relations/create_contract_spec.rb | 2 +- spec/contracts/roles/create_contract_spec.rb | 2 +- spec/contracts/roles/shared_contract_examples.rb | 2 +- spec/contracts/roles/update_contract_spec.rb | 2 +- spec/contracts/settings/update_contract_spec.rb | 2 +- spec/contracts/settings/working_days_params_contract_spec.rb | 2 +- spec/contracts/user_preferences/params_contract_spec.rb | 2 +- spec/contracts/user_preferences/update_contract_spec.rb | 2 +- spec/contracts/users/create_contract_spec.rb | 2 +- spec/contracts/users/shared_contract_examples.rb | 2 +- spec/contracts/users/update_contract_spec.rb | 2 +- spec/contracts/versions/create_contract_spec.rb | 2 +- spec/contracts/versions/shared_contract_examples.rb | 2 +- spec/contracts/versions/update_contract_spec.rb | 2 +- .../views/create_contract_work_packages_table_spec.rb | 2 +- spec/contracts/views/shared_contract_examples.rb | 2 +- spec/contracts/views/update_contract_spec.rb | 2 +- spec/contracts/wiki_pages/create_contract_spec.rb | 2 +- spec/contracts/wiki_pages/shared_contract_examples.rb | 2 +- spec/contracts/work_packages/base_contract_spec.rb | 2 +- spec/contracts/work_packages/create_contract_spec.rb | 2 +- spec/contracts/work_packages/create_note_contract_spec.rb | 2 +- spec/contracts/work_packages/shared_base_contract.rb | 2 +- spec/contracts/work_packages/update_contract_spec.rb | 2 +- spec/controllers/account_controller_spec.rb | 2 +- spec/controllers/activities_controller_spec.rb | 2 +- .../admin/settings/authentication_controller_spec.rb | 2 +- .../admin/settings/projects_settings_controller_spec.rb | 2 +- spec/controllers/admin_controller_spec.rb | 2 +- spec/controllers/application_controller_spec.rb | 2 +- spec/controllers/auth_sources_controller_spec.rb | 2 +- spec/controllers/categories_controller_spec.rb | 2 +- spec/controllers/colors_controller_spec.rb | 2 +- spec/controllers/concerns/auth_source_slo_spec.rb | 2 +- spec/controllers/concerns/auth_source_sso_spec.rb | 2 +- spec/controllers/concerns/omniauth_login_spec.rb | 2 +- spec/controllers/concerns/user_invitation_spec.rb | 2 +- spec/controllers/custom_actions_controller_spec.rb | 2 +- spec/controllers/custom_fields_controller_spec.rb | 2 +- spec/controllers/custom_styles_controller_spec.rb | 2 +- spec/controllers/enterprises_controller_spec.rb | 2 +- spec/controllers/enumerations_controller_spec.rb | 2 +- spec/controllers/forums_controller_spec.rb | 2 +- spec/controllers/groups_controller_spec.rb | 2 +- spec/controllers/homescreen_controller_spec.rb | 2 +- spec/controllers/journals_controller_spec.rb | 2 +- spec/controllers/ldap_auth_sources_controller_spec.rb | 2 +- spec/controllers/members_controller_spec.rb | 2 +- spec/controllers/messages_controller_spec.rb | 2 +- spec/controllers/my_controller_spec.rb | 2 +- spec/controllers/news/comments_controller_spec.rb | 2 +- spec/controllers/news_controller_spec.rb | 2 +- spec/controllers/oauth/applications_controller_spec.rb | 2 +- spec/controllers/oauth/grants_controller_spec.rb | 2 +- .../placeholder_users/memberships_controller_spec.rb | 2 +- spec/controllers/placeholder_users_controller_spec.rb | 2 +- spec/controllers/projects_controller_spec.rb | 2 +- spec/controllers/projects_settings_menu_controller_spec.rb | 2 +- spec/controllers/repositories_controller_spec.rb | 2 +- spec/controllers/roles_controller_spec.rb | 2 +- spec/controllers/search_controller_spec.rb | 2 +- spec/controllers/statuses_controller_spec.rb | 2 +- spec/controllers/sys_controller_spec.rb | 2 +- spec/controllers/types_controller_spec.rb | 2 +- spec/controllers/users/memberships_controller_spec.rb | 2 +- spec/controllers/users_controller_spec.rb | 2 +- spec/controllers/versions_controller_spec.rb | 2 +- spec/controllers/wiki_controller_spec.rb | 2 +- spec/controllers/wiki_menu_authentication_spec.rb | 2 +- spec/controllers/wiki_menu_items_controller_spec.rb | 2 +- .../work_packages/auto_completes_controller_spec.rb | 2 +- spec/controllers/work_packages/bulk_controller_spec.rb | 2 +- spec/controllers/work_packages/moves_controller_spec.rb | 2 +- spec/controllers/work_packages/reports_controller_spec.rb | 2 +- spec/controllers/work_packages_controller_spec.rb | 2 +- spec/controllers/workflows_controller_spec.rb | 2 +- spec/decorators/single_spec.rb | 2 +- spec/factories/attachment_factory.rb | 2 +- spec/factories/auth_source_factory.rb | 2 +- spec/factories/backup_factory.rb | 2 +- spec/factories/category_factory.rb | 2 +- spec/factories/changeset_factory.rb | 2 +- spec/factories/color_factory.rb | 2 +- spec/factories/comment_factory.rb | 2 +- spec/factories/custom_action_factory.rb | 2 +- spec/factories/custom_field_factory.rb | 2 +- spec/factories/custom_option_factory.rb | 2 +- spec/factories/custom_style_factory.rb | 2 +- spec/factories/custom_value_factory.rb | 2 +- spec/factories/day_factory.rb | 2 +- spec/factories/design_color_factory.rb | 2 +- spec/factories/enumerations_factory.rb | 2 +- spec/factories/export_factory.rb | 2 +- spec/factories/file_factory.rb | 2 +- spec/factories/forum_factory.rb | 2 +- spec/factories/global_role_factory.rb | 2 +- spec/factories/group_factory.rb | 2 +- spec/factories/group_user_factory.rb | 2 +- spec/factories/issue_priority_factory.rb | 2 +- spec/factories/journal/attachable_journal_factory.rb | 2 +- spec/factories/journal/attachment_journal_factory.rb | 2 +- spec/factories/journal/changeset_journal_factory.rb | 2 +- spec/factories/journal/customizable_journal_factory.rb | 2 +- spec/factories/journal/message_journal_factory.rb | 2 +- spec/factories/journal/news_journal_factory.rb | 2 +- spec/factories/journal/wiki_content_journal_factory.rb | 2 +- spec/factories/journal/work_package_journal_factory.rb | 2 +- spec/factories/journal_factory.rb | 2 +- spec/factories/member_factory.rb | 2 +- spec/factories/member_role_factory.rb | 2 +- spec/factories/menu_item_factory.rb | 2 +- spec/factories/message_factory.rb | 2 +- spec/factories/news_factory.rb | 2 +- spec/factories/oauth_access_token_factory.rb | 2 +- spec/factories/oauth_application_factory.rb | 2 +- spec/factories/oauth_client_factory.rb | 2 +- spec/factories/oauth_client_token_factory.rb | 2 +- spec/factories/placeholder_user_factory.rb | 2 +- spec/factories/principal_factory.rb | 2 +- spec/factories/project_factory.rb | 2 +- spec/factories/project_status.rb | 2 +- spec/factories/query_factory.rb | 2 +- spec/factories/relation_factory.rb | 2 +- spec/factories/repository_factory.rb | 2 +- spec/factories/role_factory.rb | 2 +- spec/factories/status_factory.rb | 2 +- spec/factories/token_factory.rb | 2 +- spec/factories/type_factory.rb | 2 +- spec/factories/user_factory.rb | 2 +- spec/factories/user_password_factory.rb | 2 +- spec/factories/user_preference_factory.rb | 2 +- spec/factories/user_session_factory.rb | 2 +- spec/factories/version_factory.rb | 2 +- spec/factories/view_factory.rb | 2 +- spec/factories/view_team_planner_factory.rb | 2 +- spec/factories/watcher_factory.rb | 2 +- spec/factories/week_day_factory.rb | 2 +- spec/factories/wiki_content_factory.rb | 2 +- spec/factories/wiki_factory.rb | 2 +- spec/factories/wiki_page_factory.rb | 2 +- spec/factories/wiki_redirect_factory.rb | 2 +- spec/factories/work_package_custom_field_factory.rb | 2 +- spec/factories/work_package_factory.rb | 2 +- spec/factories/work_packags_export_factory.rb | 2 +- spec/factories/workflow_factory.rb | 2 +- .../accessibility/work_packages/work_package_query_spec.rb | 2 +- spec/features/activities/activity_page_navigation_spec.rb | 2 +- spec/features/activities/disabled_activity_spec.rb | 2 +- spec/features/activities/project_attributes_activity_spec.rb | 2 +- spec/features/activities/wiki_activity_spec.rb | 2 +- spec/features/admin/attribute_help_texts_spec.rb | 2 +- spec/features/admin/backup_spec.rb | 2 +- spec/features/admin/custom_fields/list_custom_field_spec.rb | 2 +- .../admin/custom_fields/multi_value_custom_fields_spec.rb | 2 +- spec/features/admin/enterprise/enterprise_spec.rb | 2 +- spec/features/admin/enterprise/enterprise_trial_spec.rb | 2 +- spec/features/admin/enterprise/token_domain_spec.rb | 2 +- spec/features/admin/enumerations_spec.rb | 2 +- spec/features/admin/menu_item_traversal_spec.rb | 2 +- .../admin/oauth/oauth_applications_management_spec.rb | 2 +- spec/features/admin/settings_spec.rb | 2 +- spec/features/admin/test_mail_notification_spec.rb | 2 +- spec/features/admin/working_days_spec.rb | 2 +- spec/features/attachments/attachments_spec.rb | 2 +- spec/features/auth/auth_source_sso_login_spec.rb | 2 +- spec/features/auth/auth_source_sso_logout_spec.rb | 2 +- spec/features/auth/auth_stages_spec.rb | 2 +- spec/features/auth/consent_auth_stage_spec.rb | 2 +- spec/features/auth/login_spec.rb | 2 +- spec/features/auth/logout_spec.rb | 2 +- spec/features/auth/lost_password_spec.rb | 2 +- spec/features/auth/omniauth_spec.rb | 2 +- spec/features/categories/categories_page.rb | 2 +- spec/features/categories/delete_spec.rb | 2 +- spec/features/colors/color_administration_spec.rb | 2 +- spec/features/custom_fields/activate_in_project_spec.rb | 2 +- spec/features/custom_fields/custom_fields_page.rb | 2 +- spec/features/forums/attachment_upload_spec.rb | 2 +- spec/features/forums/message_spec.rb | 2 +- spec/features/forums/sticky_spec.rb | 2 +- spec/features/global_roles/global_create_project_spec.rb | 2 +- spec/features/global_roles/global_role_assignment_spec.rb | 2 +- spec/features/global_roles/global_role_crud_spec.rb | 2 +- spec/features/global_roles/member_roles_spec.rb | 2 +- spec/features/global_roles/no_module_spec.rb | 2 +- spec/features/groups/group_memberships_spec.rb | 2 +- spec/features/groups/group_show_spec.rb | 2 +- spec/features/groups/groups_spec.rb | 2 +- spec/features/groups/membership_spec.rb | 2 +- spec/features/homescreen/index_spec.rb | 2 +- spec/features/homescreen/robots_spec.rb | 2 +- spec/features/localization_spec.rb | 2 +- spec/features/members/error_messages_spec.rb | 2 +- spec/features/members/invitation_spec.rb | 2 +- spec/features/members/membership_filter_spec.rb | 2 +- spec/features/members/membership_spec.rb | 2 +- spec/features/members/pagination_spec.rb | 2 +- spec/features/members/roles_spec.rb | 2 +- spec/features/menu_items/admin_menu_item_spec.rb | 2 +- spec/features/menu_items/help_menu_spec.rb | 2 +- spec/features/menu_items/menu_permissions_spec.rb | 2 +- spec/features/menu_items/query_menu_item_spec.rb | 2 +- spec/features/menu_items/quick_add_menu_spec.rb | 2 +- spec/features/menu_items/top_menu_item_spec.rb | 2 +- spec/features/menu_items/wiki_menu_item_spec.rb | 2 +- spec/features/news/creation_and_commenting_spec.rb | 2 +- spec/features/oauth/authorization_code_flow_spec.rb | 2 +- spec/features/oauth/pkce_spec.rb | 2 +- spec/features/onboarding/onboarding_tour_spec.rb | 2 +- spec/features/page_objects/notification.rb | 2 +- spec/features/placeholder_users/create_spec.rb | 2 +- spec/features/placeholder_users/delete_spec.rb | 2 +- .../features/placeholder_users/edit_placeholder_users_spec.rb | 2 +- spec/features/placeholder_users/index_spec.rb | 2 +- .../placeholder_users/placeholder_user_memberships_spec.rb | 2 +- spec/features/projects/attribute_help_texts_spec.rb | 2 +- spec/features/projects/copy_spec.rb | 2 +- spec/features/projects/create_spec.rb | 2 +- spec/features/projects/destroy_spec.rb | 2 +- spec/features/projects/edit_settings_spec.rb | 2 +- spec/features/projects/export_spec.rb | 2 +- spec/features/projects/modules_spec.rb | 2 +- spec/features/projects/project_autocomplete_spec.rb | 2 +- spec/features/projects/project_status_administration_spec.rb | 2 +- spec/features/projects/projects_custom_fields_spec.rb | 2 +- spec/features/projects/projects_index_spec.rb | 2 +- spec/features/projects/projects_portfolio_spec.rb | 2 +- spec/features/projects/subproject_creation_spec.rb | 2 +- spec/features/projects/template_spec.rb | 2 +- spec/features/projects/work_package_type_mgmt_spec.rb | 2 +- spec/features/repositories/checkout_instructions_spec.rb | 2 +- spec/features/repositories/create_repository_spec.rb | 2 +- spec/features/repositories/repository_settings_page.rb | 2 +- spec/features/repositories/repository_settings_spec.rb | 2 +- spec/features/roles/create_spec.rb | 2 +- spec/features/search_spec.rb | 2 +- spec/features/security/expire_sessions_spec.rb | 2 +- spec/features/security/session_ttl_spec.rb | 2 +- spec/features/statuses/read_only_statuses_spec.rb | 2 +- spec/features/statuses/statuses_administration_spec.rb | 2 +- spec/features/support/components/attribute_help_text_modal.rb | 2 +- spec/features/support/components/danger_zone.rb | 2 +- spec/features/support/components/ng_select_autocomplete.rb | 2 +- spec/features/support/components/time_logging_modal.rb | 2 +- spec/features/support/work_package_table.rb | 2 +- spec/features/types/activate_in_project_spec.rb | 2 +- spec/features/types/crud_spec.rb | 2 +- spec/features/types/form_configuration_query_spec.rb | 2 +- spec/features/types/form_configuration_spec.rb | 2 +- spec/features/types/reset_form_configuration_spec.rb | 2 +- spec/features/users/brute_force_spec.rb | 2 +- spec/features/users/create_spec.rb | 2 +- spec/features/users/delete_spec.rb | 2 +- spec/features/users/edit_users_spec.rb | 2 +- spec/features/users/index_spec.rb | 2 +- spec/features/users/invitation_spec.rb | 2 +- spec/features/users/invite_user_modal/custom_fields_spec.rb | 2 +- .../users/invite_user_modal/invite_user_modal_spec.rb | 2 +- .../permission_lacking_current_project_spec.rb | 2 +- .../users/invite_user_modal/subproject_invite_spec.rb | 2 +- spec/features/users/my_spec.rb | 2 +- spec/features/users/password_change_spec.rb | 2 +- spec/features/users/self_registration_spec.rb | 2 +- spec/features/users/user_memberships_spec.rb | 2 +- spec/features/versions/create_spec.rb | 2 +- spec/features/versions/edit_spec.rb | 2 +- spec/features/versions/graph_spec.rb | 2 +- spec/features/versions/project_settings_index_spec.rb | 2 +- spec/features/watching/toggle_watching_spec.rb | 2 +- spec/features/wiki/adding_editing_history_spec.rb | 2 +- spec/features/wiki/attachment_upload_spec.rb | 2 +- spec/features/wiki/child_pages_spec.rb | 2 +- spec/features/wiki/edit_new_page_spec.rb | 2 +- spec/features/wiki/rename_spec.rb | 2 +- spec/features/wiki/restore_main_item_spec.rb | 2 +- spec/features/wiki/wiki_page_navigation_spec.rb | 2 +- spec/features/wiki/wiki_unicode_spec.rb | 2 +- spec/features/work_package_show_spec.rb | 2 +- .../work_packages/attachments/attachment_upload_spec.rb | 2 +- spec/features/work_packages/attribute_help_texts_spec.rb | 2 +- spec/features/work_packages/cancel_editing_spec.rb | 2 +- spec/features/work_packages/cards/wp_card_status_spec.rb | 2 +- spec/features/work_packages/copy_spec.rb | 2 +- .../custom_actions/custom_actions_me_value_spec.rb | 2 +- .../work_packages/custom_actions/custom_actions_spec.rb | 2 +- .../work_packages/datepicker/datepicker_logic_spec.rb | 2 +- .../work_packages/datepicker/datepicker_parent_spec.rb | 2 +- spec/features/work_packages/details/date_editor_spec.rb | 2 +- .../features/work_packages/details/details_refreshing_spec.rb | 2 +- spec/features/work_packages/details/details_toolbar_spec.rb | 2 +- .../work_packages/details/markdown/description_editor_spec.rb | 2 +- spec/features/work_packages/details/markdown/todolist_spec.rb | 2 +- .../details/query_groups/relation_query_group_spec.rb | 2 +- .../details/relations/hierarchy_custom_fields_spec.rb | 2 +- .../details/relations/hierarchy_milestone_spec.rb | 2 +- .../work_packages/details/relations/hierarchy_spec.rb | 2 +- .../work_packages/details/relations/relations_spec.rb | 2 +- spec/features/work_packages/details/workdays_spec.rb | 2 +- .../work_packages/display_fields/date_field_display_spec.rb | 2 +- .../display_fields/estimated_hours_display_spec.rb | 2 +- .../work_packages/display_fields/spent_time_display_spec.rb | 2 +- .../switch_display_representations_spec.rb | 2 +- spec/features/work_packages/export_spec.rb | 2 +- spec/features/work_packages/index_sums_spec.rb | 2 +- spec/features/work_packages/navigation_spec.rb | 2 +- .../features/work_packages/new/attributes_from_filter_spec.rb | 2 +- .../work_packages/new/new_work_package_datepicker_spec.rb | 2 +- spec/features/work_packages/pagination_spec.rb | 2 +- .../project_include/project_include_shared_examples.rb | 2 +- spec/features/work_packages/reports_spec.rb | 2 +- .../features/work_packages/scheduling/scheduling_mode_spec.rb | 2 +- spec/features/work_packages/select/select_card_view_spec.rb | 2 +- spec/features/work_packages/select/select_query_spec.rb | 2 +- .../work_packages/select/select_work_package_row_spec.rb | 2 +- spec/features/work_packages/select/select_wp_card_spec.rb | 2 +- spec/features/work_packages/shared_contexts.rb | 2 +- spec/features/work_packages/sorting/manual_sorting_spec.rb | 2 +- spec/features/work_packages/sorting/table_sorting_spec.rb | 2 +- .../features/work_packages/table/delete_work_packages_spec.rb | 2 +- .../table/hierarchy/hierarchy_vs_grouping_spec.rb | 2 +- .../work_packages/table/queries/assignee_filter_spec.rb | 2 +- .../work_packages/table/queries/bool_cf_filter_spec.rb | 2 +- .../work_packages/table/queries/default_queries_spec.rb | 2 +- .../work_packages/table/queries/filter_pagination_spec.rb | 2 +- spec/features/work_packages/table/queries/filter_spec.rb | 2 +- spec/features/work_packages/table/queries/id_filter_spec.rb | 2 +- spec/features/work_packages/table/queries/me_filter_spec.rb | 2 +- .../work_packages/table/queries/query_history_spec.rb | 2 +- .../work_packages/table/queries/query_menu_refresh_spec.rb | 2 +- spec/features/work_packages/table/queries/query_menu_spec.rb | 2 +- .../table/queries/query_name_inline_edit_spec.rb | 2 +- .../work_packages/table/queries/responsible_filter_spec.rb | 2 +- .../work_packages/table/queries/subject_filter_spec.rb | 2 +- spec/features/work_packages/table/queries/summary_spec.rb | 2 +- .../work_packages/table/queries/user_cf_filter_spec.rb | 2 +- .../table/work_packages_table_project_include_spec.rb | 2 +- spec/features/work_packages/tabs/activity_tab_spec.rb | 2 +- spec/features/work_packages/tabs/files_tab_spec.rb | 2 +- spec/features/work_packages/tabs/keep_tab_spec.rb | 2 +- spec/features/work_packages/timeline/timeline_dates_spec.rb | 2 +- .../work_packages/timeline/timeline_hierarchy_spec.rb | 2 +- spec/features/work_packages/timeline/timeline_labels_spec.rb | 2 +- .../work_packages/timeline/timeline_navigation_spec.rb | 2 +- spec/features/work_packages/work_package_index_spec.rb | 2 +- .../features/work_packages/work_package_workflow_form_spec.rb | 2 +- spec/features/work_packages/work_packages_page.rb | 2 +- spec/features/workflows/copy_spec.rb | 2 +- spec/features/wysiwyg/custom_css_classes_spec.rb | 2 +- spec/features/wysiwyg/html_encoding_spec.rb | 2 +- spec/features/wysiwyg/linking_spec.rb | 2 +- spec/features/wysiwyg/macros/attribute_macros_spec.rb | 2 +- spec/features/wysiwyg/macros/child_pages_spec.rb | 2 +- spec/features/wysiwyg/macros/code_block_macro_spec.rb | 2 +- spec/features/wysiwyg/macros/embedded_tables_spec.rb | 2 +- spec/features/wysiwyg/macros/quicklink_macros_spec.rb | 2 +- spec/features/wysiwyg/macros/work_package_button_spec.rb | 2 +- spec/features/wysiwyg/non_breaking_spaces_spec.rb | 2 +- spec/features/wysiwyg/paragraphs_in_lists_spec.rb | 2 +- spec/features/wysiwyg/tables_spec.rb | 2 +- spec/features/wysiwyg/ui_localization_spec.rb | 2 +- spec/features/wysiwyg/user_mention_spec.rb | 2 +- spec/features/wysiwyg/work_package_linking_spec.rb | 2 +- spec/helpers/angular_helper_spec.rb | 2 +- spec/helpers/application_helper_spec.rb | 2 +- spec/helpers/custom_styles_helper_spec.rb | 2 +- spec/helpers/frontend_asset_helper_spec.rb | 2 +- spec/helpers/hook_helper_spec.rb | 2 +- spec/helpers/individual_principal_hooks_helper_spec.rb | 2 +- spec/helpers/no_results_helper_spec.rb | 2 +- spec/helpers/pagination_helper_spec.rb | 2 +- spec/helpers/projects_helper_spec.rb | 2 +- spec/helpers/removed_js_helpers_helper_spec.rb | 2 +- spec/helpers/search_helper_spec.rb | 2 +- spec/helpers/security_badge_helper_spec.rb | 2 +- spec/helpers/settings_helper_spec.rb | 2 +- spec/helpers/sort_helper_spec.rb | 2 +- spec/helpers/tabs_helper_spec.rb | 2 +- spec/helpers/text_formatting_helper_spec.rb | 2 +- spec/helpers/toolbar_helper_spec.rb | 2 +- spec/helpers/types_helper_spec.rb | 2 +- spec/helpers/users_helper_spec.rb | 2 +- spec/helpers/versions_helper_spec.rb | 2 +- spec/helpers/work_packages_filter_helper_spec.rb | 2 +- spec/helpers/work_packages_helper_spec.rb | 2 +- spec/lib/acts_as_journalized/journaled_spec.rb | 2 +- spec/lib/acts_as_list/acts_as_list_patch_spec.rb | 2 +- .../acts_as_watchable/lib/acts_as_watchable/routes_spec.rb | 2 +- spec/lib/api/contracts/model_contract_spec.rb | 2 +- spec/lib/api/decorators/aggregation_group_spec.rb | 2 +- spec/lib/api/decorators/formattable_spec.rb | 2 +- spec/lib/api/decorators/link_object_spec.rb | 2 +- spec/lib/api/utilities/property_name_converter_spec.rb | 2 +- spec/lib/api/utilities/resource_link_parser_spec.rb | 2 +- spec/lib/api/utilities/url_props_parsing_helper_spec.rb | 2 +- .../api/v3/actions/action_sql_respresenter_rendering_spec.rb | 2 +- .../api/v3/activities/activity_representer_rendering_spec.rb | 2 +- .../v3/attachments/attachment_metadata_representer_spec.rb | 2 +- spec/lib/api/v3/attachments/attachment_representer_spec.rb | 2 +- .../capabilities/capability_sql_representer_rendering_spec.rb | 2 +- .../contexts/global_representer_rendering_spec.rb | 2 +- .../api/v3/categories/category_collection_representer_spec.rb | 2 +- spec/lib/api/v3/categories/category_representer_spec.rb | 2 +- .../api/v3/configuration/configuration_representer_spec.rb | 2 +- .../custom_action_execute_representer_parsing_spec.rb | 2 +- .../custom_action_representer_generation_spec.rb | 2 +- .../api/v3/custom_options/custom_option_representer_spec.rb | 2 +- spec/lib/api/v3/days/day_collection_representer_spec.rb | 2 +- spec/lib/api/v3/days/day_representer_spec.rb | 2 +- .../v3/days/non_working_day_collection_representer_spec.rb | 2 +- spec/lib/api/v3/days/non_working_day_representer_spec.rb | 2 +- spec/lib/api/v3/days/week_day_collection_representer_spec.rb | 2 +- spec/lib/api/v3/days/week_day_representer_spec.rb | 2 +- spec/lib/api/v3/formatter/txt_charset_spec.rb | 2 +- spec/lib/api/v3/groups/group_collection_representer_spec.rb | 2 +- spec/lib/api/v3/groups/group_representer_spec.rb | 2 +- .../v3/help_texts/help_text_collection_representer_spec.rb | 2 +- spec/lib/api/v3/help_texts/help_text_representer_spec.rb | 2 +- .../v3/memberships/membership_collection_representer_spec.rb | 2 +- .../api/v3/memberships/membership_payload_representer_spec.rb | 2 +- .../v3/memberships/membership_representer_rendering_spec.rb | 2 +- .../memberships/schemas/membership_schema_representer_spec.rb | 2 +- spec/lib/api/v3/news/news_representer_rendering_spec.rb | 2 +- .../notifications/notification_collection_representer_spec.rb | 2 +- .../notifications/notification_representer_rendering_spec.rb | 2 +- .../placeholder_user_collection_representer_spec.rb | 2 +- .../placeholder_user_representer_rendering_spec.rb | 2 +- spec/lib/api/v3/posts/post_representer_rendering_spec.rb | 2 +- .../api/v3/principals/principal_representer_factory_spec.rb | 2 +- spec/lib/api/v3/principals/principal_type_spec.rb | 2 +- .../api/v3/priorities/priority_collection_representer_spec.rb | 2 +- spec/lib/api/v3/priorities/priority_representer_spec.rb | 2 +- .../v3/projects/copy/project_copy_payload_representer_spec.rb | 2 +- .../v3/projects/copy/project_copy_schema_representer_spec.rb | 2 +- .../api/v3/projects/project_collection_representer_spec.rb | 2 +- .../v3/projects/project_payload_representer_parsing_spec.rb | 2 +- .../lib/api/v3/projects/project_representer_rendering_spec.rb | 2 +- .../v3/projects/schemas/project_schema_representer_spec.rb | 2 +- .../v3/projects/statuses/status_representer_rendering_spec.rb | 2 +- .../queries/columns/query_property_column_representer_spec.rb | 2 +- .../columns/query_relation_of_type_column_representer_spec.rb | 2 +- .../columns/query_relation_to_type_column_representer_spec.rb | 2 +- .../queries/filters/query_filter_instance_representer_spec.rb | 2 +- .../api/v3/queries/filters/query_filter_representer_spec.rb | 2 +- .../v3/queries/group_bys/query_group_by_representer_spec.rb | 2 +- .../v3/queries/operators/query_operator_representer_spec.rb | 2 +- spec/lib/api/v3/queries/queries_params_representer_spec.rb | 2 +- spec/lib/api/v3/queries/query_representer_parsing_spec.rb | 2 +- spec/lib/api/v3/queries/query_representer_rendering_spec.rb | 2 +- .../all_principals_filter_dependency_representer_spec.rb | 2 +- .../schemas/blocks_filter_dependency_representer_spec.rb | 2 +- .../schemas/boolean_filter_dependency_representer_spec.rb | 2 +- .../schemas/category_filter_dependency_representer_spec.rb | 2 +- .../custom_option_filter_dependency_representer_spec.rb | 2 +- .../schemas/date_filter_dependency_representer_spec.rb | 2 +- .../schemas/date_time_filter_dependency_representer_spec.rb | 2 +- .../schemas/duplicated_filter_dependency_representer_spec.rb | 2 +- .../schemas/duplicates_filter_dependency_representer_spec.rb | 2 +- .../schemas/filter_dependency_representer_factory_spec.rb | 2 +- .../schemas/float_filter_dependency_representer_spec.rb | 2 +- .../schemas/follows_filter_dependency_representer_spec.rb | 2 +- .../schemas/group_filter_dependency_representer_spec.rb | 2 +- .../queries/schemas/id_filter_dependency_representer_spec.rb | 2 +- .../schemas/includes_filter_dependency_representer_spec.rb | 2 +- .../schemas/integer_filter_dependency_representer_spec.rb | 2 +- .../schemas/parent_filter_dependency_representer_spec.rb | 2 +- .../schemas/partof_filter_dependency_representer_spec.rb | 2 +- .../schemas/precedes_filter_dependency_representer_spec.rb | 2 +- .../schemas/priority_filter_dependency_representer_spec.rb | 2 +- .../schemas/project_filter_dependency_representer_spec.rb | 2 +- .../schemas/query_filter_instance_schema_representer_spec.rb | 2 +- .../api/v3/queries/schemas/query_schema_representer_spec.rb | 2 +- .../schemas/relates_filter_dependency_representer_spec.rb | 2 +- .../schemas/required_filter_dependency_representer_spec.rb | 2 +- .../schemas/requires_filter_dependency_representer_spec.rb | 2 +- .../schemas/role_filter_dependency_representer_spec.rb | 2 +- .../schemas/status_filter_dependency_representer_spec.rb | 2 +- .../schemas/subproject_filter_dependency_representer_spec.rb | 2 +- .../schemas/text_filter_dependency_representer_spec.rb | 2 +- .../schemas/type_filter_dependency_representer_spec.rb | 2 +- .../schemas/user_filter_dependency_representer_spec.rb | 2 +- .../schemas/version_filter_dependency_representer_spec.rb | 2 +- .../api/v3/queries/sort_bys/query_sort_by_representer_spec.rb | 2 +- .../api/v3/relations/relation_collection_representer_spec.rb | 2 +- .../relation_paginated_collection_representer_spec.rb | 2 +- spec/lib/api/v3/relations/relation_representer_spec.rb | 2 +- spec/lib/api/v3/repositories/revision_representer_spec.rb | 2 +- spec/lib/api/v3/root_representer_spec.rb | 2 +- .../lib/api/v3/statuses/status_collection_representer_spec.rb | 2 +- spec/lib/api/v3/statuses/status_representer_spec.rb | 2 +- spec/lib/api/v3/support/api_v3_collection.rb | 2 +- spec/lib/api/v3/support/api_v3_digest.rb | 2 +- spec/lib/api/v3/support/api_v3_filter_dependency.rb | 2 +- spec/lib/api/v3/support/api_v3_formattable.rb | 2 +- spec/lib/api/v3/support/date_time_examples.rb | 2 +- spec/lib/api/v3/support/link_examples.rb | 2 +- spec/lib/api/v3/support/property_examples.rb | 2 +- spec/lib/api/v3/support/schema_examples.rb | 2 +- spec/lib/api/v3/types/type_representer_spec.rb | 2 +- .../notification_setting_representer_rendering_spec.rb | 2 +- .../user_preference_representer_parsing_spec.rb | 2 +- .../user_preference_representer_rendering_spec.rb | 2 +- .../v3/users/unpaginated_user_collection_representer_spec.rb | 2 +- spec/lib/api/v3/users/user_collection_representer_spec.rb | 2 +- spec/lib/api/v3/users/user_representer_spec.rb | 2 +- spec/lib/api/v3/utilities/custom_field_injector_spec.rb | 2 +- spec/lib/api/v3/utilities/date_time_formatter_spec.rb | 2 +- spec/lib/api/v3/utilities/path_helper_spec.rb | 2 +- spec/lib/api/v3/utilities/resource_link_generator_spec.rb | 2 +- .../v3/versions/schemas/version_schema_representer_spec.rb | 2 +- .../api/v3/versions/version_collection_representer_spec.rb | 2 +- .../lib/api/v3/versions/version_representer_rendering_spec.rb | 2 +- spec/lib/api/v3/views/view_representer_rendering_spec.rb | 2 +- .../api/v3/wiki_pages/wiki_page_representer_rendering_spec.rb | 2 +- spec/lib/api/v3/work_packages/create_form_representer_spec.rb | 2 +- .../v3/work_packages/create_project_form_representer_spec.rb | 2 +- .../eager_loading/cache_checksum_integration_spec.rb | 2 +- .../eager_loading/cost_eager_loading_integration_spec.rb | 2 +- .../eager_loading/custom_actions_integration_spec.rb | 2 +- .../eager_loading/custom_value_integration_spec.rb | 2 +- .../work_packages/eager_loading/eager_loading_mock_wrapper.rb | 2 +- .../work_packages/eager_loading/project_integration_spec.rb | 2 +- spec/lib/api/v3/work_packages/form_representer_spec.rb | 2 +- .../work_packages/schema/specific_work_package_schema_spec.rb | 2 +- .../v3/work_packages/schema/typed_work_package_schema_spec.rb | 2 +- .../schema/work_package_schema_representer_spec.rb | 2 +- .../schema/work_package_sums_schema_representer_spec.rb | 2 +- .../v3/work_packages/schema/work_package_sums_schema_spec.rb | 2 +- spec/lib/api/v3/work_packages/update_form_representer_spec.rb | 2 +- .../work_packages/work_package_collection_representer_spec.rb | 2 +- .../v3/work_packages/work_package_payload_representer_spec.rb | 2 +- .../lib/api/v3/work_packages/work_package_representer_spec.rb | 2 +- .../v3/work_packages/work_package_sums_representer_spec.rb | 2 +- spec/lib/core_extensions/squish_sql_spec.rb | 2 +- spec/lib/custom_field_form_builder_spec.rb | 2 +- spec/lib/database_spec.rb | 2 +- spec/lib/deprecated_alias_spec.rb | 2 +- spec/lib/i18n/pluralization_spec.rb | 2 +- spec/lib/journal_formatter/attachment_spec.rb | 2 +- spec/lib/journal_formatter/custom_field_spec.rb | 2 +- spec/lib/journal_formatter/day_count_spec.rb | 2 +- spec/lib/journal_formatter/diff_spec.rb | 2 +- spec/lib/journal_formatter/ignore_non_working_days_spec.rb | 2 +- spec/lib/journal_formatter/schedule_manually_spec.rb | 2 +- spec/lib/open_project/access_control/permission_spec.rb | 2 +- spec/lib/open_project/access_control_spec.rb | 2 +- .../strategies/warden/global_basic_auth_spec.rb | 2 +- spec/lib/open_project/changed_by_system_spec.rb | 2 +- spec/lib/open_project/configuration/helpers_spec.rb | 2 +- spec/lib/open_project/configuration_spec.rb | 2 +- spec/lib/open_project/content_type_detector_spec.rb | 2 +- spec/lib/open_project/enterprise_spec.rb | 2 +- .../open_project/file_command_content_type_detector_spec.rb | 2 +- spec/lib/open_project/files_spec.rb | 2 +- spec/lib/open_project/footer_spec.rb | 2 +- spec/lib/open_project/form_tag_helper_spec.rb | 2 +- spec/lib/open_project/hook_spec.rb | 2 +- spec/lib/open_project/logging/log_extender_spec.rb | 2 +- spec/lib/open_project/mime_type_spec.rb | 2 +- spec/lib/open_project/notifications_spec.rb | 2 +- spec/lib/open_project/object_linking_spec.rb | 2 +- spec/lib/open_project/omni_auth/authorization_spec.rb | 2 +- spec/lib/open_project/passwords_spec.rb | 2 +- spec/lib/open_project/plugins/acts_as_op_engine_spec.rb | 2 +- spec/lib/open_project/plugins/module_handler_spec.rb | 2 +- spec/lib/open_project/scm/adapters/git_adapter_spec.rb | 2 +- spec/lib/open_project/scm/adapters/subversion_adapter_spec.rb | 2 +- spec/lib/open_project/scm/manager_spec.rb | 2 +- spec/lib/open_project/static_routing_spec.rb | 2 +- spec/lib/open_project/storage_spec.rb | 2 +- .../text_formatting/markdown/attribute_macros_spec.rb | 2 +- .../open_project/text_formatting/markdown/blockquote_spec.rb | 2 +- .../text_formatting/markdown/child_pages_macro_spec.rb | 2 +- spec/lib/open_project/text_formatting/markdown/code_spec.rb | 2 +- .../text_formatting/markdown/embedded_table_macro_spec.rb | 2 +- .../open_project/text_formatting/markdown/headings_spec.rb | 2 +- spec/lib/open_project/text_formatting/markdown/images_spec.rb | 2 +- .../text_formatting/markdown/in_tool_links_spec.rb | 2 +- .../text_formatting/markdown/include_wiki_page_macro_spec.rb | 2 +- spec/lib/open_project/text_formatting/markdown/lists_spec.rb | 2 +- .../text_formatting/markdown/markdown_formatting_spec.rb | 2 +- .../open_project/text_formatting/markdown/mentions_spec.rb | 2 +- .../text_formatting/markdown/pandoc_wrapper_spec.rb | 2 +- .../open_project/text_formatting/markdown/paragraphs_spec.rb | 2 +- .../text_formatting/markdown/setting_variable_spec.rb | 2 +- spec/lib/open_project/text_formatting/markdown/tables_spec.rb | 2 +- .../open_project/text_formatting/markdown/toc_macro_spec.rb | 2 +- .../text_formatting/markdown/user_provided_links_spec.rb | 2 +- .../markdown/work_package_buttons_macro_spec.rb | 2 +- spec/lib/open_project/text_formatting/plain_spec.rb | 2 +- spec/lib/open_project/text_formatting/text_formatting_spec.rb | 2 +- spec/lib/redmine/i18n_spec.rb | 2 +- spec/lib/redmine/unified_diff_spec.rb | 2 +- spec/lib/reminders/due_issues_reminder_spec.rb | 2 +- spec/lib/representable_spec.rb | 2 +- ...do_end_block_with_rspec_capybara_matcher_in_expect_spec.rb | 2 +- .../open_project/use_service_result_factory_methods_spec.rb | 2 +- spec/lib/tabular_form_builder_spec.rb | 2 +- spec/mailers/announcement_mailer_spec.rb | 2 +- spec/mailers/digest_mailer_spec.rb | 2 +- spec/mailers/member_mailer_spec.rb | 2 +- spec/mailers/previews/digest_mailer_preview.rb | 2 +- spec/mailers/previews/work_package_mailer_preview.rb | 2 +- spec/mailers/smtp_settings_spec.rb | 2 +- spec/mailers/user_mailer_spec.rb | 2 +- spec/mailers/work_package_mailer_spec.rb | 2 +- spec/migrations/migrate_team_planner_permissions_spec.rb | 2 +- spec/models/actions/scopes/default_spec.rb | 2 +- spec/models/activities/fetcher_integration_spec.rb | 2 +- spec/models/activities/work_package_activity_provider_spec.rb | 2 +- spec/models/attachment_spec.rb | 2 +- spec/models/attribute_help_text/work_package_spec.rb | 2 +- spec/models/capabilities/scopes/default_spec.rb | 2 +- spec/models/category_spec.rb | 2 +- spec/models/changeset_spec.rb | 2 +- spec/models/color_spec.rb | 2 +- spec/models/custom_action_spec.rb | 2 +- spec/models/custom_actions/actions/assigned_to_spec.rb | 2 +- spec/models/custom_actions/actions/custom_field_spec.rb | 2 +- spec/models/custom_actions/actions/date_spec.rb | 2 +- spec/models/custom_actions/actions/done_ratio_spec.rb | 2 +- spec/models/custom_actions/actions/due_date_spec.rb | 2 +- spec/models/custom_actions/actions/estimated_hours_spec.rb | 2 +- spec/models/custom_actions/actions/notify_spec.rb | 2 +- spec/models/custom_actions/actions/priority_spec.rb | 2 +- spec/models/custom_actions/actions/project_spec.rb | 2 +- spec/models/custom_actions/actions/responsible_spec.rb | 2 +- spec/models/custom_actions/actions/start_date_spec.rb | 2 +- spec/models/custom_actions/actions/status_spec.rb | 2 +- spec/models/custom_actions/actions/type_spec.rb | 2 +- spec/models/custom_actions/conditions/project_spec.rb | 2 +- spec/models/custom_actions/conditions/role_spec.rb | 2 +- spec/models/custom_actions/conditions/status_spec.rb | 2 +- spec/models/custom_actions/conditions/type_spec.rb | 2 +- spec/models/custom_actions/shared_expectations.rb | 2 +- spec/models/custom_field_spec.rb | 2 +- spec/models/custom_option_spec.rb | 2 +- spec/models/custom_value/bool_strategy_spec.rb | 2 +- spec/models/custom_value/date_strategy_spec.rb | 2 +- spec/models/custom_value/float_strategy_spec.rb | 2 +- spec/models/custom_value/format_strategy_spec.rb | 2 +- spec/models/custom_value/int_strategy_spec.rb | 2 +- spec/models/custom_value/list_strategy_integration_spec.rb | 2 +- spec/models/custom_value/list_strategy_spec.rb | 2 +- spec/models/custom_value/string_strategy_spec.rb | 2 +- spec/models/custom_value/user_strategy_spec.rb | 2 +- spec/models/custom_value/version_strategy_spec.rb | 2 +- spec/models/custom_value_spec.rb | 2 +- spec/models/deleted_user_spec.rb | 2 +- spec/models/enabled_module_spec.rb | 2 +- spec/models/forum_spec.rb | 2 +- spec/models/global_role_spec.rb | 2 +- spec/models/group_performance_spec.rb | 2 +- spec/models/group_spec.rb | 2 +- spec/models/issue_priority_spec.rb | 2 +- spec/models/journal/notification_configuration_spec.rb | 2 +- spec/models/journal_spec.rb | 2 +- spec/models/ldap_auth_source_spec.rb | 2 +- spec/models/mail_handler_spec.rb | 2 +- spec/models/member_spec.rb | 2 +- spec/models/members/roles_diff_spec.rb | 2 +- spec/models/members/scopes/not_locked_spec.rb | 2 +- spec/models/menu_item_spec.rb | 2 +- spec/models/menu_items/wiki_menu_item_spec.rb | 2 +- spec/models/messages/acts_as_journalized_spec.rb | 2 +- spec/models/messages_spec.rb | 2 +- spec/models/news_spec.rb | 2 +- spec/models/notification_settings/scopes/applicable_spec.rb | 2 +- spec/models/notification_spec.rb | 2 +- spec/models/notifications/scopes/reminder_mail_unsent_spec.rb | 2 +- .../notifications/scopes/unsent_reminders_before_spec.rb | 2 +- spec/models/notifications/scopes/visible_spec.rb | 2 +- spec/models/oauth_client_token_spec.rb | 2 +- spec/models/permitted_params_spec.rb | 2 +- spec/models/placeholder_users/placeholder_user_spec.rb | 2 +- spec/models/placeholder_users/scopes/visible_spec.rb | 2 +- spec/models/principal_spec.rb | 2 +- spec/models/principals/scopes/human_spec.rb | 2 +- spec/models/principals/scopes/like_spec.rb | 2 +- spec/models/principals/scopes/not_builtin_spec.rb | 2 +- spec/models/principals/scopes/ordered_by_name_spec.rb | 2 +- spec/models/principals/scopes/possible_assignee_spec.rb | 2 +- spec/models/principals/scopes/possible_member_spec.rb | 2 +- spec/models/principals/scopes/user_spec.rb | 2 +- spec/models/principals/scopes/visible_spec.rb | 2 +- spec/models/project_spec.rb | 2 +- spec/models/projects/activity_spec.rb | 2 +- spec/models/projects/allowed_to_scope_spec.rb | 2 +- spec/models/projects/customizable_spec.rb | 2 +- spec/models/projects/exporter/csv_integration_spec.rb | 2 +- spec/models/projects/exporter/exportable_project_context.rb | 2 +- spec/models/projects/project_acts_as_journalized_spec.rb | 2 +- spec/models/projects/reorder_nested_set_spec.rb | 2 +- spec/models/projects/status_spec.rb | 2 +- spec/models/projects/storage_spec.rb | 2 +- spec/models/queries/capabilities/capability_query_spec.rb | 2 +- .../models/queries/capabilities/filters/action_filter_spec.rb | 2 +- .../queries/capabilities/filters/context_filter_spec.rb | 2 +- spec/models/queries/capabilities/filters/id_filter_spec.rb | 2 +- .../queries/capabilities/filters/principal_id_filter_spec.rb | 2 +- spec/models/queries/days/day_query_spec.rb | 2 +- .../models/queries/days/filters/dates_interval_filter_spec.rb | 2 +- spec/models/queries/days/filters/working_filter_spec.rb | 2 +- spec/models/queries/filters/available_filters_spec.rb | 2 +- spec/models/queries/filters/base_spec.rb | 2 +- spec/models/queries/members/filters/blocked_filter_spec.rb | 2 +- spec/models/queries/members/filters/created_at_filter_spec.rb | 2 +- spec/models/queries/members/filters/group_filter_spec.rb | 2 +- spec/models/queries/members/filters/name_filter_spec.rb | 2 +- spec/models/queries/members/filters/principal_filter_spec.rb | 2 +- spec/models/queries/members/filters/project_filter_spec.rb | 2 +- spec/models/queries/members/filters/role_filter_spec.rb | 2 +- spec/models/queries/members/filters/status_filter_spec.rb | 2 +- spec/models/queries/members/filters/updated_at_filter_spec.rb | 2 +- spec/models/queries/members/members_query_integration_spec.rb | 2 +- spec/models/queries/news/filters/project_filter_spec.rb | 2 +- spec/models/queries/news/news_query_spec.rb | 2 +- .../non_working_days/filters/dates_interval_filter_spec.rb | 2 +- .../queries/non_working_days/non_working_day_query_spec.rb | 2 +- spec/models/queries/notifications/filters/id_filter_spec.rb | 2 +- .../queries/notifications/filters/read_ian_filter_spec.rb | 2 +- .../queries/notifications/filters/reason_filter_spec.rb | 2 +- spec/models/queries/notifications/notification_query_spec.rb | 2 +- .../queries/placeholder_users/placeholder_user_query_spec.rb | 2 +- .../queries/principals/principal_query_integrations_spec.rb | 2 +- spec/models/queries/projects/filters/active_filter_spec.rb | 2 +- .../models/queries/projects/filters/created_at_filter_spec.rb | 2 +- .../queries/projects/filters/custom_field_filter_spec.rb | 2 +- .../projects/filters/latest_activity_at_filter_spec.rb | 2 +- .../projects/filters/name_and_identifier_filter_spec.rb | 2 +- spec/models/queries/projects/filters/name_filter_spec.rb | 2 +- spec/models/queries/projects/filters/parent_filter_spec.rb | 2 +- spec/models/queries/projects/filters/principal_filter_spec.rb | 2 +- .../queries/projects/filters/project_status_filter_spec.rb | 2 +- spec/models/queries/projects/filters/public_filter_spec.rb | 2 +- spec/models/queries/projects/filters/type_filter_spec.rb | 2 +- .../queries/projects/filters/user_action_filter_spec.rb | 2 +- spec/models/queries/projects/filters/visible_filter_spec.rb | 2 +- .../queries/projects/orders/latest_activity_at_order_spec.rb | 2 +- .../queries/projects/orders/required_disk_space_order_spec.rb | 2 +- spec/models/queries/projects/project_query_spec.rb | 2 +- spec/models/queries/queries/filters/project_filter_spec.rb | 2 +- spec/models/queries/queries/filters/updated_at_filter_spec.rb | 2 +- spec/models/queries/queries/query_query_spec.rb | 2 +- spec/models/queries/relations/filters/from_filter_spec.rb | 2 +- spec/models/queries/relations/filters/involved_filter_spec.rb | 2 +- spec/models/queries/relations/filters/to_filter_spec.rb | 2 +- spec/models/queries/relations/relation_query_spec.rb | 2 +- spec/models/queries/roles/filters/grantable_filter_spec.rb | 2 +- spec/models/queries/roles/filters/unit_filter_spec.rb | 2 +- .../queries/users/filters/any_name_attribute_filter_spec.rb | 2 +- spec/models/queries/users/filters/group_filter_spec.rb | 2 +- spec/models/queries/users/filters/name_filter_spec.rb | 2 +- spec/models/queries/users/filters/status_filter_spec.rb | 2 +- spec/models/queries/users/user_query_spec.rb | 2 +- spec/models/queries/views/filters/type_filter_spec.rb | 2 +- .../queries/work_packages/columns/custom_field_column_spec.rb | 2 +- .../queries/work_packages/columns/property_column_spec.rb | 2 +- .../work_packages/columns/relation_of_type_column_spec.rb | 2 +- .../work_packages/columns/relation_to_type_column_spec.rb | 2 +- .../work_packages/columns/shared_query_column_specs.rb | 2 +- .../queries/work_packages/columns/work_package_column_spec.rb | 2 +- .../queries/work_packages/filter/assigned_to_filter_spec.rb | 2 +- .../work_packages/filter/assignee_or_group_filter_spec.rb | 2 +- .../work_packages/filter/attachment_content_filter_spec.rb | 2 +- .../work_packages/filter/attachment_file_name_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/author_filter_spec.rb | 2 +- .../queries/work_packages/filter/blocked_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/blocks_filter_spec.rb | 2 +- .../queries/work_packages/filter/category_filter_spec.rb | 2 +- .../queries/work_packages/filter/comment_filter_spec.rb | 2 +- .../queries/work_packages/filter/created_at_filter_spec.rb | 2 +- .../custom_fields/contains_text_custom_field_filter_spec.rb | 2 +- .../filter/custom_fields/custom_field_filter_spec.rb | 2 +- .../work_packages/filter/dates_interval_filter_spec.rb | 2 +- .../queries/work_packages/filter/description_filter_spec.rb | 2 +- .../queries/work_packages/filter/done_ratio_filter_spec.rb | 2 +- .../queries/work_packages/filter/due_date_filter_spec.rb | 2 +- .../queries/work_packages/filter/duplicated_filter_spec.rb | 2 +- .../queries/work_packages/filter/duplicates_filter_spec.rb | 2 +- .../queries/work_packages/filter/duration_filter_spec.rb | 2 +- .../work_packages/filter/estimated_hours_filter_spec.rb | 2 +- .../queries/work_packages/filter/follows_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/group_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/id_filter_spec.rb | 2 +- .../queries/work_packages/filter/includes_filter_spec.rb | 2 +- .../queries/work_packages/filter/manual_sort_filter_spec.rb | 2 +- .../queries/work_packages/filter/milestone_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/parent_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/partof_filter_spec.rb | 2 +- .../queries/work_packages/filter/precedes_filter_spec.rb | 2 +- .../queries/work_packages/filter/principal_loader_spec.rb | 2 +- .../queries/work_packages/filter/priority_filter_spec.rb | 2 +- .../work_packages/filter/project_filter_instance_spec.rb | 2 +- .../queries/work_packages/filter/project_filter_spec.rb | 2 +- .../queries/work_packages/filter/relates_filter_spec.rb | 2 +- .../queries/work_packages/filter/required_filter_spec.rb | 2 +- .../queries/work_packages/filter/requires_filter_spec.rb | 2 +- .../queries/work_packages/filter/responsible_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/role_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/search_filter_spec.rb | 2 +- .../queries/work_packages/filter/start_date_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/status_filter_spec.rb | 2 +- .../queries/work_packages/filter/subject_filter_spec.rb | 2 +- .../queries/work_packages/filter/subject_or_id_filter_spec.rb | 2 +- .../queries/work_packages/filter/subproject_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/type_filter_spec.rb | 2 +- .../queries/work_packages/filter/updated_at_filter_spec.rb | 2 +- .../queries/work_packages/filter/version_filter_spec.rb | 2 +- .../queries/work_packages/filter/watcher_filter_spec.rb | 2 +- spec/models/queries/work_packages/manual_sorting_spec.rb | 2 +- spec/models/query/default_query_spec.rb | 2 +- spec/models/query/results_cf_sorting_integration_spec.rb | 2 +- spec/models/query/results_project_filter_integration_spec.rb | 2 +- spec/models/query/results_spec.rb | 2 +- spec/models/query/results_subject_filter_integration_spec.rb | 2 +- .../query/results_subproject_filter_integration_spec.rb | 2 +- spec/models/query/results_sums_integration_spec.rb | 2 +- spec/models/query/results_version_integration_spec.rb | 2 +- spec/models/query/scopes/visible_spec.rb | 2 +- spec/models/query/sort_criteria_spec.rb | 2 +- spec/models/query_spec.rb | 2 +- spec/models/relation_spec.rb | 2 +- spec/models/relations/scopes/visible_spec.rb | 2 +- spec/models/reports_services_spec.rb | 2 +- spec/models/repository/git_spec.rb | 2 +- spec/models/repository/subversion_spec.rb | 2 +- spec/models/role_spec.rb | 2 +- spec/models/sessions/active_record_sessions_spec.rb | 2 +- spec/models/sessions/sql_bypass_sessions_spec.rb | 2 +- spec/models/setting_spec.rb | 2 +- spec/models/status_spec.rb | 2 +- spec/models/system_user_spec.rb | 2 +- spec/models/token/base_token_spec.rb | 2 +- spec/models/token/hashed_token_spec.rb | 2 +- spec/models/type/attribute_groups_spec.rb | 2 +- spec/models/type_spec.rb | 2 +- spec/models/types/scopes/milestone_spec.rb | 2 +- spec/models/user_password_spec.rb | 2 +- spec/models/user_passwords/sha1_spec.rb | 2 +- spec/models/user_preference_spec.rb | 2 +- spec/models/user_spec.rb | 2 +- spec/models/users/allowed_scope_spec.rb | 2 +- spec/models/users/allowed_to_spec.rb | 2 +- spec/models/users/default_timezone_spec.rb | 2 +- spec/models/users/scopes/find_by_login_spec.rb | 2 +- spec/models/users/scopes/having_reminder_mail_to_send_spec.rb | 2 +- spec/models/users/scopes/newest_spec.rb | 2 +- spec/models/users/scopes/with_time_zone_spec.rb | 2 +- spec/models/version_spec.rb | 2 +- spec/models/versions/scopes/rolled_up_spec.rb | 2 +- spec/models/versions/scopes/shared_with_spec.rb | 2 +- spec/models/watcher_spec.rb | 2 +- spec/models/wiki_content_spec.rb | 2 +- spec/models/wiki_page_spec.rb | 2 +- spec/models/wiki_redirect_spec.rb | 2 +- spec/models/wiki_spec.rb | 2 +- spec/models/work_package/aggregate_ancestors_spec.rb | 2 +- spec/models/work_package/ask_before_destruction_spec.rb | 2 +- spec/models/work_package/exporter/csv_integration_spec.rb | 2 +- spec/models/work_package/hooks_spec.rb | 2 +- spec/models/work_package/openproject_notifications_spec.rb | 2 +- .../work_package/work_package_acts_as_customizable_spec.rb | 2 +- spec/models/work_package/work_package_acts_as_event_spec.rb | 2 +- .../work_package/work_package_acts_as_journalized_spec.rb | 2 +- .../work_package/work_package_acts_as_searchable_spec.rb | 2 +- .../work_package/work_package_acts_as_watchable_spec.rb | 2 +- spec/models/work_package/work_package_custom_actions_spec.rb | 2 +- spec/models/work_package/work_package_custom_fields_spec.rb | 2 +- .../work_package_multi_value_custom_fields_spec.rb | 2 +- spec/models/work_package/work_package_relations_spec.rb | 2 +- spec/models/work_package/work_package_scheduling_spec.rb | 2 +- spec/models/work_package/work_package_status_spec.rb | 2 +- spec/models/work_package/work_package_visibility_spec.rb | 2 +- spec/models/work_package_custom_field_spec.rb | 2 +- spec/models/work_package_spec.rb | 2 +- spec/models/work_packages/blocks_relation_spec.rb | 2 +- spec/models/work_packages/derived_dates_spec.rb | 2 +- .../models/work_packages/scopes/covering_days_of_week_spec.rb | 2 +- spec/models/work_packages/scopes/for_scheduling_spec.rb | 2 +- spec/models/work_packages/scopes/involving_user_spec.rb | 2 +- spec/models/work_packages/spent_time_spec.rb | 2 +- spec/models/workflow_spec.rb | 2 +- spec/permissions/add_messages_spec.rb | 2 +- spec/permissions/copy_projects_spec.rb | 2 +- spec/permissions/delete_work_packages_spec.rb | 2 +- spec/permissions/edit_messages_spec.rb | 2 +- spec/permissions/edit_own_messages_spec.rb | 2 +- spec/permissions/edit_wiki_pages_spec.rb | 2 +- spec/permissions/export_work_packages_spec.rb | 2 +- spec/permissions/manage_forums_spec.rb | 2 +- spec/permissions/manage_news_spec.rb | 2 +- spec/permissions/manage_repositories_spec.rb | 2 +- spec/permissions/view_work_packages_spec.rb | 2 +- spec/permissions/work_packages_bulk_spec.rb | 2 +- spec/policies/query_policy_spec.rb | 2 +- spec/policies/redirect_policy_spec.rb | 2 +- spec/policies/work_package_policy_spec.rb | 2 +- spec/rails_helper.rb | 2 +- spec/requests/api/v3/action_resource_spec.rb | 2 +- spec/requests/api/v3/activities_api_spec.rb | 2 +- .../api/v3/activities_by_work_package_resource_spec.rb | 2 +- .../api/v3/attachments/attachment_resource_shared_examples.rb | 2 +- spec/requests/api/v3/attachments/forum_message_spec.rb | 2 +- spec/requests/api/v3/attachments/wiki_page_spec.rb | 2 +- spec/requests/api/v3/attachments/work_package_spec.rb | 2 +- spec/requests/api/v3/attachments/work_packages_export_spec.rb | 2 +- spec/requests/api/v3/attachments_spec.rb | 2 +- spec/requests/api/v3/authentication_spec.rb | 2 +- spec/requests/api/v3/backups/backups_api_spec.rb | 2 +- .../api/v3/capabilities/contexts/global_resource_spec.rb | 2 +- spec/requests/api/v3/capability_resource_spec.rb | 2 +- spec/requests/api/v3/category_resource_spec.rb | 2 +- spec/requests/api/v3/configuration_resource_spec.rb | 2 +- spec/requests/api/v3/cors_header_spec.rb | 2 +- .../requests/api/v3/custom_actions/custom_actions_api_spec.rb | 2 +- .../api/v3/custom_options/custom_options_resource_spec.rb | 2 +- spec/requests/api/v3/days/day_spec.rb | 2 +- .../api/v3/days/non_working_days_index_resource_spec.rb | 2 +- .../api/v3/days/non_working_days_show_resource_spec.rb | 2 +- spec/requests/api/v3/days/week_show_resource_spec.rb | 2 +- spec/requests/api/v3/days/week_spec.rb | 2 +- spec/requests/api/v3/groups/group_resource_spec.rb | 2 +- spec/requests/api/v3/help_texts/help_texts_resource_spec.rb | 2 +- spec/requests/api/v3/locale_spec.rb | 2 +- spec/requests/api/v3/membership_resources_spec.rb | 2 +- .../api/v3/memberships/available_projects_resource_spec.rb | 2 +- spec/requests/api/v3/memberships/create_form_resource_spec.rb | 2 +- .../v3/memberships/schemas/membership_schema_resource_spec.rb | 2 +- spec/requests/api/v3/memberships/update_form_resource_spec.rb | 2 +- spec/requests/api/v3/news_resource_spec.rb | 2 +- .../api/v3/notifications/bulk_read_ian_resource_spec.rb | 2 +- .../api/v3/notifications/bulk_unread_ian_resource_spec.rb | 2 +- spec/requests/api/v3/notifications/details_resource_spec.rb | 2 +- spec/requests/api/v3/notifications/index_resource_spec.rb | 2 +- spec/requests/api/v3/notifications/read_ian_resource_spec.rb | 2 +- spec/requests/api/v3/notifications/show_resource_examples.rb | 2 +- spec/requests/api/v3/notifications/show_resource_spec.rb | 2 +- .../requests/api/v3/placeholder_users/create_resource_spec.rb | 2 +- .../api/v3/placeholder_users/create_shared_examples.rb | 2 +- .../api/v3/placeholder_users/delete_resource_examples.rb | 2 +- .../requests/api/v3/placeholder_users/delete_resource_spec.rb | 2 +- spec/requests/api/v3/placeholder_users/index_resource_spec.rb | 2 +- .../api/v3/placeholder_users/show_resource_examples.rb | 2 +- spec/requests/api/v3/placeholder_users/show_resource_spec.rb | 2 +- .../api/v3/placeholder_users/update_resource_examples.rb | 2 +- .../requests/api/v3/placeholder_users/update_resource_spec.rb | 2 +- spec/requests/api/v3/posts_resource_spec.rb | 2 +- spec/requests/api/v3/principals/principals_resource_spec.rb | 2 +- spec/requests/api/v3/priority_resource_spec.rb | 2 +- spec/requests/api/v3/projects/available_assignees_api_spec.rb | 2 +- .../api/v3/projects/available_parents_resource_spec.rb | 2 +- .../api/v3/projects/available_responsibles_api_spec.rb | 2 +- spec/requests/api/v3/projects/copy/copy_form_resource_spec.rb | 2 +- spec/requests/api/v3/projects/copy/copy_resource_spec.rb | 2 +- spec/requests/api/v3/projects/create_form_resource_spec.rb | 2 +- spec/requests/api/v3/projects/create_resource_spec.rb | 2 +- spec/requests/api/v3/projects/delete_resource_spec.rb | 2 +- spec/requests/api/v3/projects/index_resource_spec.rb | 2 +- .../api/v3/projects/schemas/project_schema_resource_spec.rb | 2 +- spec/requests/api/v3/projects/show_resource_spec.rb | 2 +- .../api/v3/projects/statuses/project_status_resource_spec.rb | 2 +- spec/requests/api/v3/projects/update_form_resource_spec.rb | 2 +- spec/requests/api/v3/projects/update_resource_spec.rb | 2 +- spec/requests/api/v3/projects/version_resource_spec.rb | 2 +- .../api/v3/queries/columns/query_columns_resource_spec.rb | 2 +- spec/requests/api/v3/queries/create_form_api_spec.rb | 2 +- spec/requests/api/v3/queries/create_query_spec.rb | 2 +- .../api/v3/queries/filters/query_filters_resource_spec.rb | 2 +- .../api/v3/queries/group_bys/query_group_bys_resource_spec.rb | 2 +- .../api/v3/queries/operators/query_operators_resource_spec.rb | 2 +- spec/requests/api/v3/queries/order/query_order_api_spec.rb | 2 +- .../api/v3/queries/queries_by_project_resource_spec.rb | 2 +- spec/requests/api/v3/queries/query_resource_spec.rb | 2 +- .../schemas/query_filter_instance_schema_resource_spec.rb | 2 +- .../v3/queries/schemas/query_project_schema_resource_spec.rb | 2 +- .../api/v3/queries/schemas/query_schema_resource_spec.rb | 2 +- .../api/v3/queries/sort_bys/query_sort_bys_resource_spec.rb | 2 +- spec/requests/api/v3/queries/update_form_api_spec.rb | 2 +- spec/requests/api/v3/queries/update_query_spec.rb | 2 +- spec/requests/api/v3/rack_deflater_spec.rb | 2 +- spec/requests/api/v3/relations/relations_api_spec.rb | 2 +- spec/requests/api/v3/relations/relations_index_spec.rb | 2 +- spec/requests/api/v3/relations_resource_spec.rb | 2 +- spec/requests/api/v3/render_resource_spec.rb | 2 +- .../repositories/revisions_by_work_package_resource_spec.rb | 2 +- spec/requests/api/v3/repositories/revisions_resource_spec.rb | 2 +- spec/requests/api/v3/role_resource_spec.rb | 2 +- spec/requests/api/v3/root_resource_spec.rb | 2 +- spec/requests/api/v3/status_resource_spec.rb | 2 +- spec/requests/api/v3/string_objects_resource_spec.rb | 2 +- spec/requests/api/v3/support/api_helper.rb | 2 +- spec/requests/api/v3/support/api_v3_collection_response.rb | 2 +- spec/requests/api/v3/support/authorization.rb | 2 +- spec/requests/api/v3/support/response_examples.rb | 2 +- spec/requests/api/v3/types/type_resource_spec.rb | 2 +- spec/requests/api/v3/types/types_by_project_resource_spec.rb | 2 +- spec/requests/api/v3/user/create_form_resource_spec.rb | 2 +- spec/requests/api/v3/user/create_user_common_examples.rb | 2 +- spec/requests/api/v3/user/create_user_resource_spec.rb | 2 +- spec/requests/api/v3/user/filters_spec.rb | 2 +- .../requests/api/v3/user/schemas/user_schema_resource_spec.rb | 2 +- spec/requests/api/v3/user/update_form_resource_spec.rb | 2 +- spec/requests/api/v3/user/update_user_resource_spec.rb | 2 +- spec/requests/api/v3/user/user_resource_spec.rb | 2 +- spec/requests/api/v3/user/userlock_resource_spec.rb | 2 +- .../api/v3/user_preferences/user_preferences_resource_spec.rb | 2 +- spec/requests/api/v3/version_resource_spec.rb | 2 +- .../api/v3/versions/available_projects_resource_spec.rb | 2 +- spec/requests/api/v3/versions/create_form_resource_spec.rb | 2 +- spec/requests/api/v3/versions/project_resource_spec.rb | 2 +- .../api/v3/versions/schemas/version_schema_resource_spec.rb | 2 +- spec/requests/api/v3/versions/update_form_resource_spec.rb | 2 +- spec/requests/api/v3/views/create_resource_spec.rb | 2 +- spec/requests/api/v3/views/index_resource_spec.rb | 2 +- spec/requests/api/v3/views/show_resource_spec.rb | 2 +- spec/requests/api/v3/watcher_resource_spec.rb | 2 +- spec/requests/api/v3/wiki_pages_resource_spec.rb | 2 +- .../v3/work_packages/available_projects_on_create_api_spec.rb | 2 +- .../v3/work_packages/available_projects_on_edit_api_spec.rb | 2 +- .../available_relation_candidates_resource_spec.rb | 2 +- .../api/v3/work_packages/by_project_create_resource_spec.rb | 2 +- .../api/v3/work_packages/by_project_index_resource_spec.rb | 2 +- .../api/v3/work_packages/create_form_resource_spec.rb | 2 +- .../api/v3/work_packages/create_project_form_resource_spec.rb | 2 +- spec/requests/api/v3/work_packages/create_resource_spec.rb | 2 +- spec/requests/api/v3/work_packages/delete_resource_spec.rb | 2 +- .../v3/work_packages/form/work_package_form_resource_spec.rb | 2 +- spec/requests/api/v3/work_packages/index_resource_spec.rb | 2 +- spec/requests/api/v3/work_packages/show_resource_spec.rb | 2 +- spec/requests/api/v3/work_packages/update_resource_spec.rb | 2 +- .../v3/work_packages/work_packages_schemas_resource_spec.rb | 2 +- spec/requests/auth/auth_source_sso_spec.rb | 2 +- spec/requests/auth/oauth_login_csp_spec.rb | 2 +- spec/requests/auth/token_based_access_spec.rb | 2 +- spec/requests/oauth/client_credentials_flow_spec.rb | 2 +- spec/requests/oauth/oauth_application_spec.rb | 2 +- spec/requests/oauth_clients/callback_flow_spec.rb | 2 +- spec/requests/oauth_clients/oauth_client_credentials_spec.rb | 2 +- spec/routing/account_spec.rb | 2 +- spec/routing/activities_spec.rb | 2 +- spec/routing/admin/incoming_mails_spec.rb | 2 +- spec/routing/admin/mail_notifications_spec.rb | 2 +- spec/routing/admin_spec.rb | 2 +- spec/routing/attachments_spec.rb | 2 +- spec/routing/attribute_help_text_spec.rb | 2 +- spec/routing/categories_spec.rb | 2 +- spec/routing/custom_actions_spec.rb | 2 +- spec/routing/enterprise_routing_spec.rb | 2 +- spec/routing/enumerations_spec.rb | 2 +- spec/routing/errors_routing_spec.rb | 2 +- spec/routing/forums_routing_spec.rb | 2 +- spec/routing/groups_spec.rb | 2 +- spec/routing/help_routing_spec.rb | 2 +- spec/routing/homescreen_spec.rb | 2 +- spec/routing/journals_spec.rb | 2 +- spec/routing/members_spec.rb | 2 +- spec/routing/messages_spec.rb | 2 +- spec/routing/my_spec.rb | 2 +- spec/routing/news_comments_spec.rb | 2 +- spec/routing/news_spec.rb | 2 +- spec/routing/old_issue_2_wp_spec.rb | 2 +- spec/routing/project_routing_spec.rb | 2 +- spec/routing/project_settings_routing_spec.rb | 2 +- spec/routing/repositories_routing_spec.rb | 2 +- spec/routing/roles_spec.rb | 2 +- spec/routing/search_spec.rb | 2 +- spec/routing/settings_spec.rb | 2 +- spec/routing/short_uri_wp_spec.rb | 2 +- spec/routing/status_routing_spec.rb | 2 +- spec/routing/types_spec.rb | 2 +- spec/routing/user_memberships_routing_spec.rb | 2 +- spec/routing/users_routing_spec.rb | 2 +- spec/routing/versions_spec.rb | 2 +- spec/routing/watchers_spec.rb | 2 +- spec/routing/wiki_routing_spec.rb | 2 +- spec/routing/work_package/auto_completes_routing_spec.rb | 2 +- spec/routing/work_package/reports_routing_spec.rb | 2 +- spec/routing/work_package_bulk_spec.rb | 2 +- spec/routing/work_packages_spec.rb | 2 +- spec/routing/workflows_spec.rb | 2 +- spec/security/active_support_to_json_spec.rb | 2 +- spec/seeders/demo_data/work_package_seeder_spec.rb | 2 +- spec/seeders/demo_data_seeder_spec.rb | 2 +- spec/seeders/setting_seeder_spec.rb | 2 +- spec/services/add_work_package_note_service_spec.rb | 2 +- spec/services/api/v3/parse_query_params_service_spec.rb | 2 +- .../api/v3/update_query_from_v3_params_service_spec.rb | 2 +- .../work_package_collection_from_query_params_service_spec.rb | 2 +- .../api/v3/work_package_collection_from_query_service_spec.rb | 2 +- spec/services/attachments/create_service_integration_spec.rb | 2 +- spec/services/attachments/delete_service_integration_spec.rb | 2 +- .../attachments/prepare_upload_service_integration_spec.rb | 2 +- spec/services/authentication/omniauth_service_spec.rb | 2 +- spec/services/authorization/enterprise_service_spec.rb | 2 +- spec/services/authorization/query_transformation_spec.rb | 2 +- spec/services/authorization/query_transformations_spec.rb | 2 +- spec/services/authorization/user_allowed_query_spec.rb | 2 +- spec/services/authorization/user_allowed_service_spec.rb | 2 +- spec/services/authorization/user_global_roles_query_spec.rb | 2 +- spec/services/authorization/user_project_roles_query_spec.rb | 2 +- spec/services/backups/create_service_spec.rb | 2 +- spec/services/base/base_callable_spec.rb | 2 +- spec/services/base_services/behaves_like_create_service.rb | 2 +- spec/services/base_services/behaves_like_delete_service.rb | 2 +- spec/services/base_services/behaves_like_update_service.rb | 2 +- spec/services/create_type_service_spec.rb | 2 +- spec/services/custom_actions/update_service_spec.rb | 2 +- .../custom_actions/update_work_package_service_spec.rb | 2 +- spec/services/custom_fields/create_service_spec.rb | 2 +- spec/services/custom_fields/set_attributes_service_spec.rb | 2 +- spec/services/custom_fields/update_service_spec.rb | 2 +- spec/services/groups/add_users_service_integration_spec.rb | 2 +- .../cleanup_inherited_roles_service_integration_spec.rb | 2 +- spec/services/groups/set_attributes_service_spec.rb | 2 +- spec/services/groups/update_roles_service_integration_spec.rb | 2 +- spec/services/groups/update_service_spec.rb | 2 +- spec/services/members/cleanup_service_integration_spec.rb | 2 +- spec/services/members/create_service_spec.rb | 2 +- spec/services/members/delete_service_spec.rb | 2 +- spec/services/members/set_attributes_service_spec.rb | 2 +- spec/services/members/update_service_spec.rb | 2 +- spec/services/messages/create_service_spec.rb | 2 +- spec/services/messages/set_attributes_service_spec.rb | 2 +- spec/services/messages/update_service_spec.rb | 2 +- spec/services/notifications/create_from_journal_job_shared.rb | 2 +- .../notifications/create_from_model_service_comment_spec.rb | 2 +- .../notifications/create_from_model_service_message_spec.rb | 2 +- .../notifications/create_from_model_service_news_spec.rb | 2 +- .../notifications/create_from_model_service_wiki_spec.rb | 2 +- .../create_from_model_service_work_package_spec.rb | 2 +- .../notifications/create_service_intergration_spec.rb | 2 +- spec/services/notifications/create_service_spec.rb | 2 +- .../notifications/mail_service_mentioned_integration_spec.rb | 2 +- spec/services/notifications/mail_service_spec.rb | 2 +- spec/services/notifications/mentioned_journals_shared.rb | 2 +- spec/services/notifications/set_attributes_service_spec.rb | 2 +- spec/services/oauth_clients/connection_manager_spec.rb | 2 +- spec/services/oauth_clients/create_service_spec.rb | 2 +- spec/services/oauth_clients/delete_service_spec.rb | 2 +- .../oauth_clients/redirect_uri_from_state_service_spec.rb | 2 +- spec/services/oauth_clients/set_attributes_service_spec.rb | 2 +- spec/services/parse_schema_filter_params_service_spec.rb | 2 +- spec/services/placeholder_users/create_service_spec.rb | 2 +- spec/services/placeholder_users/delete_service_spec.rb | 2 +- .../services/placeholder_users/set_attributes_service_spec.rb | 2 +- spec/services/placeholder_users/update_service_spec.rb | 2 +- .../replace_references_service_call_integration_spec.rb | 2 +- spec/services/projects/copy_service_integration_spec.rb | 2 +- spec/services/projects/create_service_spec.rb | 2 +- spec/services/projects/delete_service_spec.rb | 2 +- spec/services/projects/gantt_query_generator_service_spec.rb | 2 +- spec/services/projects/schedule_deletion_service_spec.rb | 2 +- .../projects/set_attributes_service_integration_spec.rb | 2 +- spec/services/projects/set_attributes_service_spec.rb | 2 +- spec/services/projects/update_service_integration_spec.rb | 2 +- spec/services/projects/update_service_spec.rb | 2 +- spec/services/queries/create_service_spec.rb | 2 +- spec/services/queries/filter_mappper_spec.rb | 2 +- spec/services/queries/update_from_params_service_spec.rb | 2 +- spec/services/queries/update_service_spec.rb | 2 +- spec/services/relations/create_service_spec.rb | 2 +- spec/services/relations/update_service_spec.rb | 2 +- spec/services/scm/checkout_instructions_service_spec.rb | 2 +- spec/services/scm/create_managed_repository_service_spec.rb | 2 +- spec/services/scm/delete_managed_repository_service_spec.rb | 2 +- spec/services/scm/repository_factory_service_spec.rb | 2 +- spec/services/service_result_spec.rb | 2 +- spec/services/services/create_service_spec.rb | 2 +- spec/services/shared/service_context_integration_spec.rb | 2 +- spec/services/shared_type_service.rb | 2 +- spec/services/update_projects_types_service_spec.rb | 2 +- spec/services/update_query_from_params_service_spec.rb | 2 +- spec/services/update_type_service_spec.rb | 2 +- .../user_preferences/update_service_integration_spec.rb | 2 +- spec/services/user_preferences/update_service_spec.rb | 2 +- spec/services/users/create_service_spec.rb | 2 +- spec/services/users/delete_service_integration_spec.rb | 2 +- spec/services/users/delete_service_spec.rb | 2 +- spec/services/users/login_service_spec.rb | 2 +- spec/services/users/register_user_service_spec.rb | 2 +- .../users/replace_mentions_service_integration_spec.rb | 2 +- .../services/users/set_attributes_service_integration_spec.rb | 2 +- spec/services/users/set_attributes_service_spec.rb | 2 +- spec/services/users/update_service_spec.rb | 2 +- spec/services/wiki_pages/copy_service_integration_spec.rb | 2 +- spec/services/wiki_pages/set_attributes_service_spec.rb | 2 +- spec/services/work_packages/copy_service_integration_spec.rb | 2 +- .../services/work_packages/create_service_integration_spec.rb | 2 +- .../services/work_packages/delete_service_integration_spec.rb | 2 +- spec/services/work_packages/delete_service_spec.rb | 2 +- .../work_packages/schedule_dependency/dependency_spec.rb | 2 +- spec/services/work_packages/set_attributes_service_spec.rb | 2 +- spec/services/work_packages/set_schedule_service_spec.rb | 2 +- .../work_packages/set_schedule_service_working_days_spec.rb | 2 +- spec/services/work_packages/shared/all_days_spec.rb | 2 +- spec/services/work_packages/shared/days_spec.rb | 2 +- spec/services/work_packages/shared/shared_examples_days.rb | 2 +- spec/services/work_packages/shared/working_days_spec.rb | 2 +- spec/services/work_packages/update_ancestors_service_spec.rb | 2 +- .../services/work_packages/update_service_integration_spec.rb | 2 +- spec/services/work_packages/update_service_spec.rb | 2 +- .../workflows/bulk_update_service_integration_spec.rb | 2 +- spec/spec_helper.rb | 2 +- spec/support/active_record_timestamps.rb | 2 +- spec/support/angular.rb | 2 +- spec/support/api/v3/shared_available_principals_examples.rb | 2 +- .../work_packages/work_package_representer_eager_loading.rb | 2 +- spec/support/authentication_helpers.rb | 2 +- spec/support/carrierwave.rb | 2 +- spec/support/clean_feature_decisions.rb | 2 +- spec/support/clear_notification_subscriptions.rb | 2 +- spec/support/components/admin/type_configuration_form.rb | 2 +- spec/support/components/autocompleter/autocomplete_helpers.rb | 2 +- spec/support/components/common/modal.rb | 2 +- spec/support/components/common/sidemenu.rb | 2 +- spec/support/components/confirmation_dialog.rb | 2 +- spec/support/components/html_title.rb | 2 +- spec/support/components/menu/dropdown.rb | 2 +- spec/support/components/menu/quick_add_menu.rb | 2 +- spec/support/components/password_confirmation_dialog.rb | 2 +- spec/support/components/project_include_component.rb | 2 +- spec/support/components/projects/top_menu.rb | 2 +- spec/support/components/table_pagination.rb | 2 +- spec/support/components/timelines/configuration_modal.rb | 2 +- spec/support/components/timelines/timeline_row.rb | 2 +- spec/support/components/users/invite_user_modal.rb | 2 +- spec/support/components/work_packages/activities.rb | 2 +- spec/support/components/work_packages/columns.rb | 2 +- spec/support/components/work_packages/context_menu.rb | 2 +- spec/support/components/work_packages/destroy_modal.rb | 2 +- .../components/work_packages/display_representation.rb | 2 +- spec/support/components/work_packages/filters.rb | 2 +- spec/support/components/work_packages/group_by.rb | 2 +- spec/support/components/work_packages/hierarchies.rb | 2 +- spec/support/components/work_packages/query_menu.rb | 2 +- spec/support/components/work_packages/query_title.rb | 2 +- spec/support/components/work_packages/relations.rb | 2 +- spec/support/components/work_packages/settings_menu.rb | 2 +- spec/support/components/work_packages/sort_by.rb | 2 +- .../components/work_packages/table_configuration/filters.rb | 2 +- .../work_packages/table_configuration/graph_general.rb | 2 +- .../work_packages/table_configuration/highlighting.rb | 2 +- .../components/work_packages/table_configuration_modal.rb | 2 +- spec/support/enterprise_token_helper.rb | 2 +- spec/support/file_helpers.rb | 2 +- spec/support/flash.rb | 2 +- spec/support/i18n_lazy_loading.rb | 2 +- spec/support/identical_ext.rb | 2 +- spec/support/local_storage_cleanup.rb | 2 +- spec/support/matchers/be_html_eql.rb | 2 +- spec/support/matchers/has_conditional_selector.rb | 2 +- spec/support/matchers/has_focus_on.rb | 2 +- spec/support/matchers/raise_if_found.rb | 2 +- spec/support/module_spec_helper.rb | 2 +- spec/support/noop_contract.rb | 2 +- spec/support/onboarding_helper.rb | 2 +- spec/support/pages/admin/custom_actions/edit.rb | 2 +- spec/support/pages/admin/custom_actions/form.rb | 2 +- spec/support/pages/admin/custom_actions/index.rb | 2 +- spec/support/pages/admin/custom_actions/new.rb | 2 +- spec/support/pages/admin/individual_principals/edit.rb | 2 +- spec/support/pages/admin/placeholder_users/index.rb | 2 +- spec/support/pages/admin/users/edit.rb | 2 +- spec/support/pages/admin/users/index.rb | 2 +- spec/support/pages/custom_fields.rb | 2 +- spec/support/pages/form_filler.rb | 2 +- spec/support/pages/groups.rb | 2 +- spec/support/pages/home.rb | 2 +- spec/support/pages/members.rb | 2 +- spec/support/pages/messages/base.rb | 2 +- spec/support/pages/messages/create.rb | 2 +- spec/support/pages/messages/index.rb | 2 +- spec/support/pages/messages/show.rb | 2 +- spec/support/pages/my/notifications.rb | 2 +- spec/support/pages/my/password_page.rb | 2 +- spec/support/pages/my/reminders.rb | 2 +- spec/support/pages/new_placeholder_user.rb | 2 +- spec/support/pages/new_user.rb | 2 +- spec/support/pages/notifications/center.rb | 2 +- spec/support/pages/notifications/settings.rb | 2 +- spec/support/pages/notifications/split_screen.rb | 2 +- spec/support/pages/page.rb | 2 +- spec/support/pages/projects/destroy.rb | 2 +- spec/support/pages/projects/index.rb | 2 +- spec/support/pages/projects/settings.rb | 2 +- spec/support/pages/reminders/settings.rb | 2 +- spec/support/pages/types/index.rb | 2 +- spec/support/pages/work_packages/abstract_work_package.rb | 2 +- .../pages/work_packages/abstract_work_package_create.rb | 2 +- .../work_packages/concerns/work_package_by_button_creator.rb | 2 +- .../pages/work_packages/embedded_work_packages_table.rb | 2 +- spec/support/pages/work_packages/full_work_package.rb | 2 +- spec/support/pages/work_packages/full_work_package_create.rb | 2 +- spec/support/pages/work_packages/split_work_package.rb | 2 +- spec/support/pages/work_packages/split_work_package_create.rb | 2 +- spec/support/pages/work_packages/work_package_card.rb | 2 +- spec/support/pages/work_packages/work_package_cards.rb | 2 +- spec/support/pages/work_packages/work_packages_table.rb | 2 +- spec/support/pages/work_packages/work_packages_timeline.rb | 2 +- spec/support/permission_specs.rb | 2 +- spec/support/puffing_billy_proxy.rb | 2 +- spec/support/queries/filters/shared_filter_examples.rb | 2 +- spec/support/queries/shared_get_individual_query_examples.rb | 2 +- spec/support/repository_helpers.rb | 2 +- spec/support/roles.rb | 2 +- spec/support/rspec_expect_it.rb | 2 +- spec/support/schedule_helpers.rb | 2 +- spec/support/schedule_helpers/chart.rb | 2 +- spec/support/schedule_helpers/chart_builder.rb | 2 +- spec/support/schedule_helpers/chart_representer.rb | 2 +- spec/support/schedule_helpers/example_methods.rb | 2 +- spec/support/schedule_helpers/let_schedule.rb | 2 +- spec/support/schedule_helpers/schedule.rb | 2 +- spec/support/schedule_helpers/schedule_builder.rb | 2 +- spec/support/schedule_reminder_mails.rb | 2 +- spec/support/selector_helpers.rb | 2 +- spec/support/settings.rb | 2 +- spec/support/shared/acts_as_attachable.rb | 2 +- spec/support/shared/acts_as_customizable.rb | 2 +- spec/support/shared/acts_as_watchable.rb | 2 +- spec/support/shared/as_user.rb | 2 +- spec/support/shared/audits.rb | 2 +- spec/support/shared/become_member.rb | 2 +- spec/support/shared/clear_cache.rb | 2 +- spec/support/shared/drag_and_drop_helper_spec.rb | 2 +- spec/support/shared/expect_page_reload.rb | 2 +- spec/support/shared/forms_html.rb | 2 +- spec/support/shared/loading_indicator_saveguard.rb | 2 +- spec/support/shared/permissions.rb | 2 +- spec/support/shared/rake.rb | 2 +- spec/support/shared/scroll_into_view_helpers.rb | 2 +- spec/support/shared/selenium_workarounds.rb | 2 +- spec/support/shared/with_2fa.rb | 2 +- spec/support/shared/with_blank_access_control_state.rb | 2 +- spec/support/shared/with_config.rb | 2 +- spec/support/shared/with_direct_uploads.rb | 2 +- spec/support/shared/with_ee.rb | 2 +- spec/support/shared/with_settings.rb | 2 +- spec/support/shared/with_test_ldap.rb | 2 +- spec/support/shared_let.rb | 2 +- spec/support/tempdir.rb | 2 +- spec/support/webmock.rb | 2 +- spec/support/work_packages.rb | 2 +- spec/support/work_packages/work_package_cards.rb | 2 +- spec/support_spec/schedule_helpers/chart_builder_spec.rb | 2 +- spec/support_spec/schedule_helpers/chart_representer_spec.rb | 2 +- spec/support_spec/schedule_helpers/chart_spec.rb | 2 +- spec/support_spec/schedule_helpers/example_methods_spec.rb | 2 +- spec/support_spec/schedule_helpers/let_schedule_spec.rb | 2 +- spec/tasks/backup_spec.rb | 2 +- spec/tasks/setting_spec.rb | 2 +- spec/validator/secure_context_uri_validator_spec.rb | 2 +- spec/views/account/login.html.erb_spec.rb | 2 +- spec/views/account/register.html.erb_spec.rb | 2 +- spec/views/admin/enterprises/_current.html.erb_spec.rb | 2 +- .../views/admin/settings/authentication/show.html.erb_spec.rb | 2 +- spec/views/common/validation_error.html.erb_spec.rb | 2 +- spec/views/custom_styles/show.html.erb_spec.rb | 2 +- spec/views/layouts/admin.html.erb_spec.rb | 2 +- spec/views/layouts/base.html.erb_spec.rb | 2 +- spec/views/projects/settings/general/show.html.erb_spec.rb | 2 +- spec/views/repositories/stats.html.erb_spec.rb | 2 +- spec/views/users/edit.html.erb_spec.rb | 2 +- spec/views/users/index.html.erb_spec.rb | 2 +- spec/views/users/show.html.erb_spec.rb | 2 +- spec/views/wiki/new.html.erb_spec.rb | 2 +- spec/views/work_package/auto_complete/index_spec.rb | 2 +- spec/workers/application_job_spec.rb | 2 +- .../attachments/cleanup_uncontainered_job_integration_spec.rb | 2 +- .../attachments/finish_direct_upload_job_integration_spec.rb | 2 +- spec/workers/backup_job_spec.rb | 2 +- spec/workers/copy_project_job_spec.rb | 2 +- spec/workers/extract_fulltext_job_spec.rb | 2 +- spec/workers/journals/completed_job_spec.rb | 2 +- spec/workers/ldap/synchronization_job_spec.rb | 2 +- spec/workers/mails/member_created_job_spec.rb | 2 +- spec/workers/mails/member_updated_job_spec.rb | 2 +- spec/workers/mails/reminder_job_spec.rb | 2 +- spec/workers/mails/shared/member_job.rb | 2 +- spec/workers/mails/shared/watcher_job.rb | 2 +- spec/workers/mails/watcher_added_job_spec.rb | 2 +- spec/workers/mails/watcher_removed_job_spec.rb | 2 +- spec/workers/non_existing_job_class_spec.rb | 2 +- .../alertable_work_packages_spec.rb | 2 +- .../create_date_alerts_notifications_job_spec.rb | 2 +- spec/workers/notifications/group_member_altered_job_spec.rb | 2 +- .../workers/notifications/schedule_reminder_mails_job_spec.rb | 2 +- spec/workers/notifications/workflow_job_spec.rb | 2 +- spec/workers/principals/delete_job_integration_spec.rb | 2 +- .../workers/projects/reorder_children_job_integration_spec.rb | 2 +- spec/workers/scm/create_local_repository_job_spec.rb | 2 +- spec/workers/user_job_spec.rb | 2 +- .../work_packages/apply_working_days_change_job_spec.rb | 2 +- .../work_packages/exports/export_job_integration_spec.rb | 2 +- spec/workers/work_packages/exports/export_job_spec.rb | 2 +- 6652 files changed, 6653 insertions(+), 6653 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 0635c33b83..e4986d3380 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/COPYRIGHT_short b/COPYRIGHT_short index 1ea2cdaa17..880605fd64 100644 --- a/COPYRIGHT_short +++ b/COPYRIGHT_short @@ -1,5 +1,5 @@ OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/Gemfile b/Gemfile index 388418480a..009e2b44f7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/Guardfile b/Guardfile index a8862ec95d..14d128f45c 100644 --- a/Guardfile +++ b/Guardfile @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/Rakefile b/Rakefile index 421db02e37..d067dc4784 100755 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ #!/usr/bin/env rake #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/individual_principal_base_filter_cell.rb b/app/cells/individual_principal_base_filter_cell.rb index 0d7afc4c5c..c4580a1b79 100644 --- a/app/cells/individual_principal_base_filter_cell.rb +++ b/app/cells/individual_principal_base_filter_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/placeholder_users/placeholder_user_filter_cell.rb b/app/cells/placeholder_users/placeholder_user_filter_cell.rb index df24652abf..9cb7e83df2 100644 --- a/app/cells/placeholder_users/placeholder_user_filter_cell.rb +++ b/app/cells/placeholder_users/placeholder_user_filter_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/placeholder_users/row_cell.rb b/app/cells/placeholder_users/row_cell.rb index ff94052fa2..956d0bd937 100644 --- a/app/cells/placeholder_users/row_cell.rb +++ b/app/cells/placeholder_users/row_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/placeholder_users/table_cell.rb b/app/cells/placeholder_users/table_cell.rb index 6b4b5532cc..3178e6a60b 100644 --- a/app/cells/placeholder_users/table_cell.rb +++ b/app/cells/placeholder_users/table_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/user_filter_cell.rb b/app/cells/user_filter_cell.rb index 6f0bb985ae..6695e1cce5 100644 --- a/app/cells/user_filter_cell.rb +++ b/app/cells/user_filter_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/users/user_filter_cell.rb b/app/cells/users/user_filter_cell.rb index 7f9fbf8392..517a754e01 100644 --- a/app/cells/users/user_filter_cell.rb +++ b/app/cells/users/user_filter_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/versions/row_cell.rb b/app/cells/versions/row_cell.rb index 308a35b7ed..a98ab1a96e 100644 --- a/app/cells/versions/row_cell.rb +++ b/app/cells/versions/row_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/views/individual_principal_base_filter/show.erb b/app/cells/views/individual_principal_base_filter/show.erb index 82d0635360..362bd968e2 100644 --- a/app/cells/views/individual_principal_base_filter/show.erb +++ b/app/cells/views/individual_principal_base_filter/show.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/views/projects/row/show.erb b/app/cells/views/projects/row/show.erb index e8a87233f9..446dc56478 100644 --- a/app/cells/views/projects/row/show.erb +++ b/app/cells/views/projects/row/show.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/views/projects/table/show.erb b/app/cells/views/projects/table/show.erb index 8ed607552a..1d333dd924 100644 --- a/app/cells/views/projects/table/show.erb +++ b/app/cells/views/projects/table/show.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/views/row/show.erb b/app/cells/views/row/show.erb index dbe55403cc..f520550c9b 100644 --- a/app/cells/views/row/show.erb +++ b/app/cells/views/row/show.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/cells/views/table/show.erb b/app/cells/views/table/show.erb index 160858924c..6f378a6fbb 100644 --- a/app/cells/views/table/show.erb +++ b/app/cells/views/table/show.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/admin_only_contract.rb b/app/contracts/admin_only_contract.rb index ab61700400..98e3679781 100644 --- a/app/contracts/admin_only_contract.rb +++ b/app/contracts/admin_only_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/attachments/create_contract.rb b/app/contracts/attachments/create_contract.rb index 900f3d39ac..897e92b538 100644 --- a/app/contracts/attachments/create_contract.rb +++ b/app/contracts/attachments/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/attachments/delete_contract.rb b/app/contracts/attachments/delete_contract.rb index 475ba8aad4..3ad5890a09 100644 --- a/app/contracts/attachments/delete_contract.rb +++ b/app/contracts/attachments/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/attachments/prepare_upload_contract.rb b/app/contracts/attachments/prepare_upload_contract.rb index 6f3382afe1..9319c9a467 100644 --- a/app/contracts/attachments/prepare_upload_contract.rb +++ b/app/contracts/attachments/prepare_upload_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/attachments/validate_replacements.rb b/app/contracts/attachments/validate_replacements.rb index 48cad9d8a2..128b06bacf 100644 --- a/app/contracts/attachments/validate_replacements.rb +++ b/app/contracts/attachments/validate_replacements.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/attribute_help_texts/base_contract.rb b/app/contracts/attribute_help_texts/base_contract.rb index f3908eb116..40ffe84bb5 100644 --- a/app/contracts/attribute_help_texts/base_contract.rb +++ b/app/contracts/attribute_help_texts/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/attribute_help_texts/create_contract.rb b/app/contracts/attribute_help_texts/create_contract.rb index 4508c7ba39..866384c9d2 100644 --- a/app/contracts/attribute_help_texts/create_contract.rb +++ b/app/contracts/attribute_help_texts/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/attribute_help_texts/update_contract.rb b/app/contracts/attribute_help_texts/update_contract.rb index 533e15537b..1c0eacd120 100644 --- a/app/contracts/attribute_help_texts/update_contract.rb +++ b/app/contracts/attribute_help_texts/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/authentication/omniauth_auth_hash_contract.rb b/app/contracts/authentication/omniauth_auth_hash_contract.rb index f6669941aa..c0fd4e4d63 100644 --- a/app/contracts/authentication/omniauth_auth_hash_contract.rb +++ b/app/contracts/authentication/omniauth_auth_hash_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/backups/create_contract.rb b/app/contracts/backups/create_contract.rb index ef97c254ea..f56e1fe1bb 100644 --- a/app/contracts/backups/create_contract.rb +++ b/app/contracts/backups/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/base_contract.rb b/app/contracts/base_contract.rb index bc27867c1c..a1386102c3 100644 --- a/app/contracts/base_contract.rb +++ b/app/contracts/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/concerns/assignable_custom_field_values.rb b/app/contracts/concerns/assignable_custom_field_values.rb index 63e118e2f1..a479b7ae4c 100644 --- a/app/contracts/concerns/assignable_custom_field_values.rb +++ b/app/contracts/concerns/assignable_custom_field_values.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/concerns/requires_admin_guard.rb b/app/contracts/concerns/requires_admin_guard.rb index 96992b4e3f..0561c157a5 100644 --- a/app/contracts/concerns/requires_admin_guard.rb +++ b/app/contracts/concerns/requires_admin_guard.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/concerns/requires_enterprise_guard.rb b/app/contracts/concerns/requires_enterprise_guard.rb index 9e294c1e92..291baa559b 100644 --- a/app/contracts/concerns/requires_enterprise_guard.rb +++ b/app/contracts/concerns/requires_enterprise_guard.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/concerns/single_table_inheritance_model_contract.rb b/app/contracts/concerns/single_table_inheritance_model_contract.rb index 68a8f56109..b60509b01c 100644 --- a/app/contracts/concerns/single_table_inheritance_model_contract.rb +++ b/app/contracts/concerns/single_table_inheritance_model_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/concerns/unchanged_project.rb b/app/contracts/concerns/unchanged_project.rb index 0b8a4b6e29..cdd8e8b71e 100644 --- a/app/contracts/concerns/unchanged_project.rb +++ b/app/contracts/concerns/unchanged_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/custom_actions/cu_contract.rb b/app/contracts/custom_actions/cu_contract.rb index d217346daf..6817bd0c7c 100644 --- a/app/contracts/custom_actions/cu_contract.rb +++ b/app/contracts/custom_actions/cu_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/custom_actions/execute_contract.rb b/app/contracts/custom_actions/execute_contract.rb index 262bd6e338..112bcd4fc7 100644 --- a/app/contracts/custom_actions/execute_contract.rb +++ b/app/contracts/custom_actions/execute_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/custom_fields/base_contract.rb b/app/contracts/custom_fields/base_contract.rb index d1bdb2bb23..5721e5c400 100644 --- a/app/contracts/custom_fields/base_contract.rb +++ b/app/contracts/custom_fields/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/custom_fields/create_contract.rb b/app/contracts/custom_fields/create_contract.rb index 6ea1d059ca..3f74c18553 100644 --- a/app/contracts/custom_fields/create_contract.rb +++ b/app/contracts/custom_fields/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/custom_fields/update_contract.rb b/app/contracts/custom_fields/update_contract.rb index 8ee0073e56..66e7a32794 100644 --- a/app/contracts/custom_fields/update_contract.rb +++ b/app/contracts/custom_fields/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/delete_contract.rb b/app/contracts/delete_contract.rb index a15627d5ac..140bda25cc 100644 --- a/app/contracts/delete_contract.rb +++ b/app/contracts/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/empty_contract.rb b/app/contracts/empty_contract.rb index dc3218b6cd..d62aa9efad 100644 --- a/app/contracts/empty_contract.rb +++ b/app/contracts/empty_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/groups/base_contract.rb b/app/contracts/groups/base_contract.rb index 133b021bf9..bc7d69e30c 100644 --- a/app/contracts/groups/base_contract.rb +++ b/app/contracts/groups/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/groups/create_contract.rb b/app/contracts/groups/create_contract.rb index 4bc90a8373..4e9fd41f42 100644 --- a/app/contracts/groups/create_contract.rb +++ b/app/contracts/groups/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/groups/delete_contract.rb b/app/contracts/groups/delete_contract.rb index ef0e5d96fe..028a2656f0 100644 --- a/app/contracts/groups/delete_contract.rb +++ b/app/contracts/groups/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/groups/update_contract.rb b/app/contracts/groups/update_contract.rb index 23c241a1a4..ca0780cb0f 100644 --- a/app/contracts/groups/update_contract.rb +++ b/app/contracts/groups/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/journals/update_contract.rb b/app/contracts/journals/update_contract.rb index a49b480649..5b3e630115 100644 --- a/app/contracts/journals/update_contract.rb +++ b/app/contracts/journals/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/members/base_contract.rb b/app/contracts/members/base_contract.rb index 0a8dd52c4b..65a92c9d5a 100644 --- a/app/contracts/members/base_contract.rb +++ b/app/contracts/members/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/members/create_contract.rb b/app/contracts/members/create_contract.rb index e078a32235..cd008bfb77 100644 --- a/app/contracts/members/create_contract.rb +++ b/app/contracts/members/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/members/delete_contract.rb b/app/contracts/members/delete_contract.rb index 6b113e4ee1..724a2dbd12 100644 --- a/app/contracts/members/delete_contract.rb +++ b/app/contracts/members/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/members/update_contract.rb b/app/contracts/members/update_contract.rb index 8595a8304a..6640174037 100644 --- a/app/contracts/members/update_contract.rb +++ b/app/contracts/members/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/messages/base_contract.rb b/app/contracts/messages/base_contract.rb index 9b887de052..f9a9a09231 100644 --- a/app/contracts/messages/base_contract.rb +++ b/app/contracts/messages/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/messages/create_contract.rb b/app/contracts/messages/create_contract.rb index 29a77b5280..1d59c0f40d 100644 --- a/app/contracts/messages/create_contract.rb +++ b/app/contracts/messages/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/messages/update_contract.rb b/app/contracts/messages/update_contract.rb index cd0e7fa887..5ce7e1ddcf 100644 --- a/app/contracts/messages/update_contract.rb +++ b/app/contracts/messages/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/model_contract.rb b/app/contracts/model_contract.rb index 5a64e86170..84cc1c8c08 100644 --- a/app/contracts/model_contract.rb +++ b/app/contracts/model_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/notifications/create_contract.rb b/app/contracts/notifications/create_contract.rb index 7194bebbf6..aad839a653 100644 --- a/app/contracts/notifications/create_contract.rb +++ b/app/contracts/notifications/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/oauth/application_contract.rb b/app/contracts/oauth/application_contract.rb index 112d5f4af6..e80296d3d7 100644 --- a/app/contracts/oauth/application_contract.rb +++ b/app/contracts/oauth/application_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/oauth_clients/create_contract.rb b/app/contracts/oauth_clients/create_contract.rb index 21a4e29235..72646e3a08 100644 --- a/app/contracts/oauth_clients/create_contract.rb +++ b/app/contracts/oauth_clients/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/oauth_clients/delete_contract.rb b/app/contracts/oauth_clients/delete_contract.rb index f23b351f4d..65c68488b2 100644 --- a/app/contracts/oauth_clients/delete_contract.rb +++ b/app/contracts/oauth_clients/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/params_contract.rb b/app/contracts/params_contract.rb index 9a78b45644..05edaf05cb 100644 --- a/app/contracts/params_contract.rb +++ b/app/contracts/params_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/placeholder_users/base_contract.rb b/app/contracts/placeholder_users/base_contract.rb index 01b9d41978..9e48ba15f1 100644 --- a/app/contracts/placeholder_users/base_contract.rb +++ b/app/contracts/placeholder_users/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/placeholder_users/create_contract.rb b/app/contracts/placeholder_users/create_contract.rb index c7c2965c75..a03eb57ec3 100644 --- a/app/contracts/placeholder_users/create_contract.rb +++ b/app/contracts/placeholder_users/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/placeholder_users/delete_contract.rb b/app/contracts/placeholder_users/delete_contract.rb index f4ea860d00..fb99eb8b32 100644 --- a/app/contracts/placeholder_users/delete_contract.rb +++ b/app/contracts/placeholder_users/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/placeholder_users/update_contract.rb b/app/contracts/placeholder_users/update_contract.rb index f21357791a..5ae315751d 100644 --- a/app/contracts/placeholder_users/update_contract.rb +++ b/app/contracts/placeholder_users/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/archive_contract.rb b/app/contracts/projects/archive_contract.rb index 4843a5f489..f2476d04c0 100644 --- a/app/contracts/projects/archive_contract.rb +++ b/app/contracts/projects/archive_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/archiver.rb b/app/contracts/projects/archiver.rb index 43ae58a213..1b3b8e954d 100644 --- a/app/contracts/projects/archiver.rb +++ b/app/contracts/projects/archiver.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/base_contract.rb b/app/contracts/projects/base_contract.rb index 85b898de2c..c5fe9015e6 100644 --- a/app/contracts/projects/base_contract.rb +++ b/app/contracts/projects/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/copy_contract.rb b/app/contracts/projects/copy_contract.rb index 88f7d4ac0e..a3cbc50dd7 100644 --- a/app/contracts/projects/copy_contract.rb +++ b/app/contracts/projects/copy_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/create_contract.rb b/app/contracts/projects/create_contract.rb index 79b3259070..e3185de71b 100644 --- a/app/contracts/projects/create_contract.rb +++ b/app/contracts/projects/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/delete_contract.rb b/app/contracts/projects/delete_contract.rb index 585202062f..084186e88e 100644 --- a/app/contracts/projects/delete_contract.rb +++ b/app/contracts/projects/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/enabled_modules_contract.rb b/app/contracts/projects/enabled_modules_contract.rb index 3ac89fac5c..222d457035 100644 --- a/app/contracts/projects/enabled_modules_contract.rb +++ b/app/contracts/projects/enabled_modules_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/unarchive_contract.rb b/app/contracts/projects/unarchive_contract.rb index b2b601576b..d0f6b57848 100644 --- a/app/contracts/projects/unarchive_contract.rb +++ b/app/contracts/projects/unarchive_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/projects/update_contract.rb b/app/contracts/projects/update_contract.rb index c90efb895d..84860fff64 100644 --- a/app/contracts/projects/update_contract.rb +++ b/app/contracts/projects/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/queries/base_contract.rb b/app/contracts/queries/base_contract.rb index 813a40c2d9..98ee35ca51 100644 --- a/app/contracts/queries/base_contract.rb +++ b/app/contracts/queries/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/queries/copy_contract.rb b/app/contracts/queries/copy_contract.rb index 0db3e6a064..e02dc9f459 100644 --- a/app/contracts/queries/copy_contract.rb +++ b/app/contracts/queries/copy_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/queries/create_contract.rb b/app/contracts/queries/create_contract.rb index f2add2e0aa..21f97b1ed3 100644 --- a/app/contracts/queries/create_contract.rb +++ b/app/contracts/queries/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/queries/update_contract.rb b/app/contracts/queries/update_contract.rb index 875487c449..cfb5bb582e 100644 --- a/app/contracts/queries/update_contract.rb +++ b/app/contracts/queries/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/queries/update_form_contract.rb b/app/contracts/queries/update_form_contract.rb index a4e61cb205..ea83c3eeaf 100644 --- a/app/contracts/queries/update_form_contract.rb +++ b/app/contracts/queries/update_form_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/relations/base_contract.rb b/app/contracts/relations/base_contract.rb index fbe2f3266f..ad853587c9 100644 --- a/app/contracts/relations/base_contract.rb +++ b/app/contracts/relations/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/relations/create_contract.rb b/app/contracts/relations/create_contract.rb index 07f557e77b..288f24e7e0 100644 --- a/app/contracts/relations/create_contract.rb +++ b/app/contracts/relations/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/relations/delete_contract.rb b/app/contracts/relations/delete_contract.rb index da722d02ab..0e4f6f1b38 100644 --- a/app/contracts/relations/delete_contract.rb +++ b/app/contracts/relations/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/relations/update_contract.rb b/app/contracts/relations/update_contract.rb index fd0a6ac9f4..37ab87112a 100644 --- a/app/contracts/relations/update_contract.rb +++ b/app/contracts/relations/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/roles/base_contract.rb b/app/contracts/roles/base_contract.rb index 199272c226..bd55a15273 100644 --- a/app/contracts/roles/base_contract.rb +++ b/app/contracts/roles/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/roles/create_contract.rb b/app/contracts/roles/create_contract.rb index 2b98080dff..cc0fd24996 100644 --- a/app/contracts/roles/create_contract.rb +++ b/app/contracts/roles/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/roles/update_contract.rb b/app/contracts/roles/update_contract.rb index ee5731cb7d..afd27cf3f8 100644 --- a/app/contracts/roles/update_contract.rb +++ b/app/contracts/roles/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/settings/update_contract.rb b/app/contracts/settings/update_contract.rb index e356859cb9..3dc8a89156 100644 --- a/app/contracts/settings/update_contract.rb +++ b/app/contracts/settings/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/settings/working_days_params_contract.rb b/app/contracts/settings/working_days_params_contract.rb index bfc89faf6f..df8ed0099c 100644 --- a/app/contracts/settings/working_days_params_contract.rb +++ b/app/contracts/settings/working_days_params_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/types/base_contract.rb b/app/contracts/types/base_contract.rb index 2a210c17bc..35ef7a0588 100644 --- a/app/contracts/types/base_contract.rb +++ b/app/contracts/types/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/user_preferences/base_contract.rb b/app/contracts/user_preferences/base_contract.rb index 1913fb9b3a..198e6ee53b 100644 --- a/app/contracts/user_preferences/base_contract.rb +++ b/app/contracts/user_preferences/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/user_preferences/params_contract.rb b/app/contracts/user_preferences/params_contract.rb index a829ea34e4..5482b25165 100644 --- a/app/contracts/user_preferences/params_contract.rb +++ b/app/contracts/user_preferences/params_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/user_preferences/update_contract.rb b/app/contracts/user_preferences/update_contract.rb index fc74ca612f..7c09a5abc9 100644 --- a/app/contracts/user_preferences/update_contract.rb +++ b/app/contracts/user_preferences/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/users/base_contract.rb b/app/contracts/users/base_contract.rb index 558b15162f..dde6719366 100644 --- a/app/contracts/users/base_contract.rb +++ b/app/contracts/users/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/users/create_contract.rb b/app/contracts/users/create_contract.rb index 11e8003386..387c41c845 100644 --- a/app/contracts/users/create_contract.rb +++ b/app/contracts/users/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/users/delete_contract.rb b/app/contracts/users/delete_contract.rb index 69bb2c21e3..35cbe2b2ac 100644 --- a/app/contracts/users/delete_contract.rb +++ b/app/contracts/users/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/users/update_contract.rb b/app/contracts/users/update_contract.rb index f3556215e2..95fc3efcba 100644 --- a/app/contracts/users/update_contract.rb +++ b/app/contracts/users/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/versions/base_contract.rb b/app/contracts/versions/base_contract.rb index 70c2cd8473..6c7198f5a0 100644 --- a/app/contracts/versions/base_contract.rb +++ b/app/contracts/versions/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/versions/create_contract.rb b/app/contracts/versions/create_contract.rb index 871dea95d1..cb41b2023f 100644 --- a/app/contracts/versions/create_contract.rb +++ b/app/contracts/versions/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/versions/delete_contract.rb b/app/contracts/versions/delete_contract.rb index 1b8a73e31e..ead8d962b2 100644 --- a/app/contracts/versions/delete_contract.rb +++ b/app/contracts/versions/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/versions/update_contract.rb b/app/contracts/versions/update_contract.rb index 8a5ec4151c..4a05f874ea 100644 --- a/app/contracts/versions/update_contract.rb +++ b/app/contracts/versions/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/views/base_contract.rb b/app/contracts/views/base_contract.rb index 61a57d32ef..dacc8e6cd5 100644 --- a/app/contracts/views/base_contract.rb +++ b/app/contracts/views/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/views/create_contract.rb b/app/contracts/views/create_contract.rb index f5b7c9b013..948c7af736 100644 --- a/app/contracts/views/create_contract.rb +++ b/app/contracts/views/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/views/update_contract.rb b/app/contracts/views/update_contract.rb index 892b1e1e33..0b35cd497d 100644 --- a/app/contracts/views/update_contract.rb +++ b/app/contracts/views/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/wiki_pages/base_contract.rb b/app/contracts/wiki_pages/base_contract.rb index 2916ad8c63..fc4852f3a2 100644 --- a/app/contracts/wiki_pages/base_contract.rb +++ b/app/contracts/wiki_pages/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/wiki_pages/copy_contract.rb b/app/contracts/wiki_pages/copy_contract.rb index c9ed822483..c8a7ed434e 100644 --- a/app/contracts/wiki_pages/copy_contract.rb +++ b/app/contracts/wiki_pages/copy_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/wiki_pages/create_contract.rb b/app/contracts/wiki_pages/create_contract.rb index 6b8b204162..38fa7ab7f8 100644 --- a/app/contracts/wiki_pages/create_contract.rb +++ b/app/contracts/wiki_pages/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/wiki_pages/update_contract.rb b/app/contracts/wiki_pages/update_contract.rb index dc190e6081..860e581ba3 100644 --- a/app/contracts/wiki_pages/update_contract.rb +++ b/app/contracts/wiki_pages/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/work_packages/base_contract.rb b/app/contracts/work_packages/base_contract.rb index bfab917c04..364e246a22 100644 --- a/app/contracts/work_packages/base_contract.rb +++ b/app/contracts/work_packages/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/work_packages/copy_project_contract.rb b/app/contracts/work_packages/copy_project_contract.rb index db4f5e5d6b..a30062894b 100644 --- a/app/contracts/work_packages/copy_project_contract.rb +++ b/app/contracts/work_packages/copy_project_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/work_packages/create_contract.rb b/app/contracts/work_packages/create_contract.rb index 88ddcfd315..4786eab80b 100644 --- a/app/contracts/work_packages/create_contract.rb +++ b/app/contracts/work_packages/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/work_packages/create_note_contract.rb b/app/contracts/work_packages/create_note_contract.rb index 61f34422ea..7f949d2a43 100644 --- a/app/contracts/work_packages/create_note_contract.rb +++ b/app/contracts/work_packages/create_note_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/work_packages/delete_contract.rb b/app/contracts/work_packages/delete_contract.rb index 9335f8fbd1..64c3b985d2 100644 --- a/app/contracts/work_packages/delete_contract.rb +++ b/app/contracts/work_packages/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/work_packages/skip_authorization_checks.rb b/app/contracts/work_packages/skip_authorization_checks.rb index 1976a24870..897a1718ca 100644 --- a/app/contracts/work_packages/skip_authorization_checks.rb +++ b/app/contracts/work_packages/skip_authorization_checks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/contracts/work_packages/update_contract.rb b/app/contracts/work_packages/update_contract.rb index 5bc6cfb4ae..d3ea6f07c9 100644 --- a/app/contracts/work_packages/update_contract.rb +++ b/app/contracts/work_packages/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index d3bed857f2..820b4b5ee3 100644 --- a/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/activities_controller.rb b/app/controllers/activities_controller.rb index 3e0556a49d..dd66be7296 100644 --- a/app/controllers/activities_controller.rb +++ b/app/controllers/activities_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/backups_controller.rb b/app/controllers/admin/backups_controller.rb index 325d383906..8cca46ba8c 100644 --- a/app/controllers/admin/backups_controller.rb +++ b/app/controllers/admin/backups_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/aggregation_settings_controller.rb b/app/controllers/admin/settings/aggregation_settings_controller.rb index 1584fb3ae7..f14f5c6e1a 100644 --- a/app/controllers/admin/settings/aggregation_settings_controller.rb +++ b/app/controllers/admin/settings/aggregation_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/api_settings_controller.rb b/app/controllers/admin/settings/api_settings_controller.rb index e7233cbe0a..c7ad4f4949 100644 --- a/app/controllers/admin/settings/api_settings_controller.rb +++ b/app/controllers/admin/settings/api_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/attachments_settings_controller.rb b/app/controllers/admin/settings/attachments_settings_controller.rb index 5c21aed299..81a9a78c62 100644 --- a/app/controllers/admin/settings/attachments_settings_controller.rb +++ b/app/controllers/admin/settings/attachments_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/authentication_settings_controller.rb b/app/controllers/admin/settings/authentication_settings_controller.rb index 522b2fa2a5..2bcfaaece5 100644 --- a/app/controllers/admin/settings/authentication_settings_controller.rb +++ b/app/controllers/admin/settings/authentication_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/display_settings_controller.rb b/app/controllers/admin/settings/display_settings_controller.rb index 114f0a4d13..4b453a5a99 100644 --- a/app/controllers/admin/settings/display_settings_controller.rb +++ b/app/controllers/admin/settings/display_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/general_settings_controller.rb b/app/controllers/admin/settings/general_settings_controller.rb index 1dd7f5a725..38cc32cc19 100644 --- a/app/controllers/admin/settings/general_settings_controller.rb +++ b/app/controllers/admin/settings/general_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/incoming_mails_settings_controller.rb b/app/controllers/admin/settings/incoming_mails_settings_controller.rb index 2a36954238..bf8e02e589 100644 --- a/app/controllers/admin/settings/incoming_mails_settings_controller.rb +++ b/app/controllers/admin/settings/incoming_mails_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/mail_notifications_settings_controller.rb b/app/controllers/admin/settings/mail_notifications_settings_controller.rb index eb8b27b69f..b0f0f877ad 100644 --- a/app/controllers/admin/settings/mail_notifications_settings_controller.rb +++ b/app/controllers/admin/settings/mail_notifications_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/projects_settings_controller.rb b/app/controllers/admin/settings/projects_settings_controller.rb index cbf0e07294..c10212545c 100644 --- a/app/controllers/admin/settings/projects_settings_controller.rb +++ b/app/controllers/admin/settings/projects_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/repositories_settings_controller.rb b/app/controllers/admin/settings/repositories_settings_controller.rb index 11fa8fe5bc..36a70aa266 100644 --- a/app/controllers/admin/settings/repositories_settings_controller.rb +++ b/app/controllers/admin/settings/repositories_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/users_settings_controller.rb b/app/controllers/admin/settings/users_settings_controller.rb index 810d53f254..2b39bdc95c 100644 --- a/app/controllers/admin/settings/users_settings_controller.rb +++ b/app/controllers/admin/settings/users_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings/work_packages_settings_controller.rb b/app/controllers/admin/settings/work_packages_settings_controller.rb index 8ea340fee5..7791e45726 100644 --- a/app/controllers/admin/settings/work_packages_settings_controller.rb +++ b/app/controllers/admin/settings/work_packages_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin/settings_controller.rb b/app/controllers/admin/settings_controller.rb index 744648b0a7..5a69f1ca60 100644 --- a/app/controllers/admin/settings_controller.rb +++ b/app/controllers/admin/settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 332de760c5..8c2bbb8efb 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/angular_controller.rb b/app/controllers/angular_controller.rb index 89fb3e5800..26b44a58a2 100644 --- a/app/controllers/angular_controller.rb +++ b/app/controllers/angular_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/api_docs_controller.rb b/app/controllers/api_docs_controller.rb index a6dda4b875..4b3fdf3c51 100644 --- a/app/controllers/api_docs_controller.rb +++ b/app/controllers/api_docs_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 1336e01bb0..69d090348b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/attribute_help_texts_controller.rb b/app/controllers/attribute_help_texts_controller.rb index 4357c3c678..aecbcf4123 100644 --- a/app/controllers/attribute_help_texts_controller.rb +++ b/app/controllers/attribute_help_texts_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/auth_sources_controller.rb b/app/controllers/auth_sources_controller.rb index 19e9b54e90..07e9860e37 100644 --- a/app/controllers/auth_sources_controller.rb +++ b/app/controllers/auth_sources_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/categories_controller.rb b/app/controllers/categories_controller.rb index 9b72afaeea..dc52c16dd1 100644 --- a/app/controllers/categories_controller.rb +++ b/app/controllers/categories_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/colors_controller.rb b/app/controllers/colors_controller.rb index 8aa820d143..b2b6fd7401 100644 --- a/app/controllers/colors_controller.rb +++ b/app/controllers/colors_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/accounts/current_user.rb b/app/controllers/concerns/accounts/current_user.rb index 0cfee9de44..b94bd6da03 100644 --- a/app/controllers/concerns/accounts/current_user.rb +++ b/app/controllers/concerns/accounts/current_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/accounts/omniauth_login.rb b/app/controllers/concerns/accounts/omniauth_login.rb index 2f68e8d425..1e72b3427e 100644 --- a/app/controllers/concerns/accounts/omniauth_login.rb +++ b/app/controllers/concerns/accounts/omniauth_login.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/accounts/redirect_after_login.rb b/app/controllers/concerns/accounts/redirect_after_login.rb index b6d0a0c258..fd76342bcf 100644 --- a/app/controllers/concerns/accounts/redirect_after_login.rb +++ b/app/controllers/concerns/accounts/redirect_after_login.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/accounts/user_consent.rb b/app/controllers/concerns/accounts/user_consent.rb index 83aab1eb3f..aabf5e04b7 100644 --- a/app/controllers/concerns/accounts/user_consent.rb +++ b/app/controllers/concerns/accounts/user_consent.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/accounts/user_limits.rb b/app/controllers/concerns/accounts/user_limits.rb index 8efcd66c87..ac011fc5fa 100644 --- a/app/controllers/concerns/accounts/user_limits.rb +++ b/app/controllers/concerns/accounts/user_limits.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/accounts/user_password_change.rb b/app/controllers/concerns/accounts/user_password_change.rb index 67aeb84df1..4a2a27d13a 100644 --- a/app/controllers/concerns/accounts/user_password_change.rb +++ b/app/controllers/concerns/accounts/user_password_change.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/attachable_service_call.rb b/app/controllers/concerns/attachable_service_call.rb index 71615fe1ec..a247bbd885 100644 --- a/app/controllers/concerns/attachable_service_call.rb +++ b/app/controllers/concerns/attachable_service_call.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/layout.rb b/app/controllers/concerns/layout.rb index 746336d2d0..0a893c5c1c 100644 --- a/app/controllers/concerns/layout.rb +++ b/app/controllers/concerns/layout.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/password_confirmation.rb b/app/controllers/concerns/password_confirmation.rb index 8c6b23dcc9..c2887c69be 100644 --- a/app/controllers/concerns/password_confirmation.rb +++ b/app/controllers/concerns/password_confirmation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/concerns/user_invitation.rb b/app/controllers/concerns/user_invitation.rb index 15b76b3907..1dd4b6328f 100644 --- a/app/controllers/concerns/user_invitation.rb +++ b/app/controllers/concerns/user_invitation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/custom_actions_controller.rb b/app/controllers/custom_actions_controller.rb index c083928021..a52acb1a18 100644 --- a/app/controllers/custom_actions_controller.rb +++ b/app/controllers/custom_actions_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/custom_fields_controller.rb b/app/controllers/custom_fields_controller.rb index ddda7a88b7..40be315292 100644 --- a/app/controllers/custom_fields_controller.rb +++ b/app/controllers/custom_fields_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/custom_styles_controller.rb b/app/controllers/custom_styles_controller.rb index 721ef41c90..624fc16771 100644 --- a/app/controllers/custom_styles_controller.rb +++ b/app/controllers/custom_styles_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/enterprises_controller.rb b/app/controllers/enterprises_controller.rb index f2334bd801..39432ffefb 100644 --- a/app/controllers/enterprises_controller.rb +++ b/app/controllers/enterprises_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/enumerations_controller.rb b/app/controllers/enumerations_controller.rb index 8225196ec6..8196417541 100644 --- a/app/controllers/enumerations_controller.rb +++ b/app/controllers/enumerations_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/forums_controller.rb b/app/controllers/forums_controller.rb index 01865435c1..753a4ec754 100644 --- a/app/controllers/forums_controller.rb +++ b/app/controllers/forums_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index ad1d9ff008..dd16fd099d 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index b027f5d6be..0963bc4742 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/highlighting_controller.rb b/app/controllers/highlighting_controller.rb index 7f817d65e1..11dd0f132f 100644 --- a/app/controllers/highlighting_controller.rb +++ b/app/controllers/highlighting_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/homescreen_controller.rb b/app/controllers/homescreen_controller.rb index 9cb2cee774..6aec58fe21 100644 --- a/app/controllers/homescreen_controller.rb +++ b/app/controllers/homescreen_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/journals_controller.rb b/app/controllers/journals_controller.rb index d493f95529..72ae42b017 100644 --- a/app/controllers/journals_controller.rb +++ b/app/controllers/journals_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/ldap_auth_sources_controller.rb b/app/controllers/ldap_auth_sources_controller.rb index 682e5d915b..d64343cf8b 100644 --- a/app/controllers/ldap_auth_sources_controller.rb +++ b/app/controllers/ldap_auth_sources_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/members_controller.rb b/app/controllers/members_controller.rb index cfb78aa0ee..cdce6bca41 100644 --- a/app/controllers/members_controller.rb +++ b/app/controllers/members_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/messages_controller.rb b/app/controllers/messages_controller.rb index e08791842e..5408fd0389 100644 --- a/app/controllers/messages_controller.rb +++ b/app/controllers/messages_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 63612c2ace..f6711bd12b 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/news/comments_controller.rb b/app/controllers/news/comments_controller.rb index 3398dde9a1..7e81179f7a 100644 --- a/app/controllers/news/comments_controller.rb +++ b/app/controllers/news/comments_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/news_controller.rb b/app/controllers/news_controller.rb index 7380283f7b..a0aa0feabc 100644 --- a/app/controllers/news_controller.rb +++ b/app/controllers/news_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/oauth/applications_controller.rb b/app/controllers/oauth/applications_controller.rb index b36c69953c..2d7d28d9c2 100644 --- a/app/controllers/oauth/applications_controller.rb +++ b/app/controllers/oauth/applications_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/oauth/auth_base_controller.rb b/app/controllers/oauth/auth_base_controller.rb index ef8653f390..bedef47028 100644 --- a/app/controllers/oauth/auth_base_controller.rb +++ b/app/controllers/oauth/auth_base_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/oauth/grants_controller.rb b/app/controllers/oauth/grants_controller.rb index 3510fde9a5..cc44d6bfd4 100644 --- a/app/controllers/oauth/grants_controller.rb +++ b/app/controllers/oauth/grants_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/oauth_clients_controller.rb b/app/controllers/oauth_clients_controller.rb index 205c97dfb6..e4534cfbdd 100644 --- a/app/controllers/oauth_clients_controller.rb +++ b/app/controllers/oauth_clients_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/onboarding_controller.rb b/app/controllers/onboarding_controller.rb index 34475e193b..1c7dee887a 100644 --- a/app/controllers/onboarding_controller.rb +++ b/app/controllers/onboarding_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/placeholder_users/memberships_controller.rb b/app/controllers/placeholder_users/memberships_controller.rb index 77568aa827..acd5a5e739 100644 --- a/app/controllers/placeholder_users/memberships_controller.rb +++ b/app/controllers/placeholder_users/memberships_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/placeholder_users_controller.rb b/app/controllers/placeholder_users_controller.rb index ba88e8fe29..8c767f33c5 100644 --- a/app/controllers/placeholder_users_controller.rb +++ b/app/controllers/placeholder_users_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/archive_controller.rb b/app/controllers/projects/archive_controller.rb index 144a7a446c..136178b26c 100644 --- a/app/controllers/projects/archive_controller.rb +++ b/app/controllers/projects/archive_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/identifier_controller.rb b/app/controllers/projects/identifier_controller.rb index 5cc72d8766..8db91dc647 100644 --- a/app/controllers/projects/identifier_controller.rb +++ b/app/controllers/projects/identifier_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings/categories_controller.rb b/app/controllers/projects/settings/categories_controller.rb index 76bc011f38..f61c21fc72 100644 --- a/app/controllers/projects/settings/categories_controller.rb +++ b/app/controllers/projects/settings/categories_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings/custom_fields_controller.rb b/app/controllers/projects/settings/custom_fields_controller.rb index de007b876b..cd13982678 100644 --- a/app/controllers/projects/settings/custom_fields_controller.rb +++ b/app/controllers/projects/settings/custom_fields_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings/general_controller.rb b/app/controllers/projects/settings/general_controller.rb index c1cdc7a3c6..0673b84ba2 100644 --- a/app/controllers/projects/settings/general_controller.rb +++ b/app/controllers/projects/settings/general_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings/modules_controller.rb b/app/controllers/projects/settings/modules_controller.rb index ff9d922367..5b11314992 100644 --- a/app/controllers/projects/settings/modules_controller.rb +++ b/app/controllers/projects/settings/modules_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings/repository_controller.rb b/app/controllers/projects/settings/repository_controller.rb index 58d9347f98..59ee52e260 100644 --- a/app/controllers/projects/settings/repository_controller.rb +++ b/app/controllers/projects/settings/repository_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings/storage_controller.rb b/app/controllers/projects/settings/storage_controller.rb index 46c5dbaa7e..ed58f78ce7 100644 --- a/app/controllers/projects/settings/storage_controller.rb +++ b/app/controllers/projects/settings/storage_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings/types_controller.rb b/app/controllers/projects/settings/types_controller.rb index e5f14ee180..c21cae5d00 100644 --- a/app/controllers/projects/settings/types_controller.rb +++ b/app/controllers/projects/settings/types_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings/versions_controller.rb b/app/controllers/projects/settings/versions_controller.rb index f3bf823f23..d7d0a0e79d 100644 --- a/app/controllers/projects/settings/versions_controller.rb +++ b/app/controllers/projects/settings/versions_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/settings_controller.rb b/app/controllers/projects/settings_controller.rb index 7eb8c891cf..f6d8443d5f 100644 --- a/app/controllers/projects/settings_controller.rb +++ b/app/controllers/projects/settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects/templated_controller.rb b/app/controllers/projects/templated_controller.rb index 5f38783d90..8d1ccdc6d7 100644 --- a/app/controllers/projects/templated_controller.rb +++ b/app/controllers/projects/templated_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 1e287955e6..996bace582 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb index ab85305fc1..10cb384214 100644 --- a/app/controllers/repositories_controller.rb +++ b/app/controllers/repositories_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb index 146c7b7021..b8fc9a7220 100644 --- a/app/controllers/roles_controller.rb +++ b/app/controllers/roles_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/search_controller.rb b/app/controllers/search_controller.rb index 13ce6f9a45..f04dedb017 100644 --- a/app/controllers/search_controller.rb +++ b/app/controllers/search_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/statuses_controller.rb b/app/controllers/statuses_controller.rb index ebb3822fb3..749cf2c3ec 100644 --- a/app/controllers/statuses_controller.rb +++ b/app/controllers/statuses_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/sys_controller.rb b/app/controllers/sys_controller.rb index 2375b25b32..7f5e1bc5e4 100644 --- a/app/controllers/sys_controller.rb +++ b/app/controllers/sys_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/types_controller.rb b/app/controllers/types_controller.rb index 841753ca30..e87027ef2c 100644 --- a/app/controllers/types_controller.rb +++ b/app/controllers/types_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/users/memberships_controller.rb b/app/controllers/users/memberships_controller.rb index a2a12dcb28..f350c2ce74 100644 --- a/app/controllers/users/memberships_controller.rb +++ b/app/controllers/users/memberships_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index ada9e97041..e909720eee 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/versions_controller.rb b/app/controllers/versions_controller.rb index 5ba93f9927..660a2f4d31 100644 --- a/app/controllers/versions_controller.rb +++ b/app/controllers/versions_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/watchers_controller.rb b/app/controllers/watchers_controller.rb index 148d054350..5279e21825 100644 --- a/app/controllers/watchers_controller.rb +++ b/app/controllers/watchers_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb index b5521fb62e..202adb8329 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/wiki_menu_items_controller.rb b/app/controllers/wiki_menu_items_controller.rb index 954d927107..215030bb2f 100644 --- a/app/controllers/wiki_menu_items_controller.rb +++ b/app/controllers/wiki_menu_items_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/work_packages/auto_completes_controller.rb b/app/controllers/work_packages/auto_completes_controller.rb index 95e91e65f9..ddd67f872c 100644 --- a/app/controllers/work_packages/auto_completes_controller.rb +++ b/app/controllers/work_packages/auto_completes_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/work_packages/bulk_controller.rb b/app/controllers/work_packages/bulk_controller.rb index 69cb591a4d..168fa30737 100644 --- a/app/controllers/work_packages/bulk_controller.rb +++ b/app/controllers/work_packages/bulk_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/work_packages/flash_bulk_error.rb b/app/controllers/work_packages/flash_bulk_error.rb index 969e2fd188..7a270196c6 100644 --- a/app/controllers/work_packages/flash_bulk_error.rb +++ b/app/controllers/work_packages/flash_bulk_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/work_packages/moves_controller.rb b/app/controllers/work_packages/moves_controller.rb index f7e7367fe6..9dcb5a0582 100644 --- a/app/controllers/work_packages/moves_controller.rb +++ b/app/controllers/work_packages/moves_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/work_packages/reports_controller.rb b/app/controllers/work_packages/reports_controller.rb index c849824c89..9101df1747 100644 --- a/app/controllers/work_packages/reports_controller.rb +++ b/app/controllers/work_packages/reports_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/work_packages_controller.rb b/app/controllers/work_packages_controller.rb index 9311c1a384..1ea4b50c29 100644 --- a/app/controllers/work_packages_controller.rb +++ b/app/controllers/work_packages_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/controllers/workflows_controller.rb b/app/controllers/workflows_controller.rb index dcff185856..32ba6a58bb 100644 --- a/app/controllers/workflows_controller.rb +++ b/app/controllers/workflows_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/accessibility_helper.rb b/app/helpers/accessibility_helper.rb index af13eb2aad..ef328631bb 100644 --- a/app/helpers/accessibility_helper.rb +++ b/app/helpers/accessibility_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index 3ee9dfe089..79645dfc92 100644 --- a/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/angular_helper.rb b/app/helpers/angular_helper.rb index 2fd3cd67c5..86f6470fba 100644 --- a/app/helpers/angular_helper.rb +++ b/app/helpers/angular_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index ac7a14061a..4ae296f9e7 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/attachments_helper.rb b/app/helpers/attachments_helper.rb index 310aaeb921..8d7466d175 100644 --- a/app/helpers/attachments_helper.rb +++ b/app/helpers/attachments_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/attribute_help_texts_helper.rb b/app/helpers/attribute_help_texts_helper.rb index 9e40ff4d18..31dfd2bbd6 100644 --- a/app/helpers/attribute_help_texts_helper.rb +++ b/app/helpers/attribute_help_texts_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/augmenting_helper.rb b/app/helpers/augmenting_helper.rb index 0e91717880..789c76e72e 100644 --- a/app/helpers/augmenting_helper.rb +++ b/app/helpers/augmenting_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/authentication_stage_path_helper.rb b/app/helpers/authentication_stage_path_helper.rb index ad5f61bd0e..2d3a89969e 100644 --- a/app/helpers/authentication_stage_path_helper.rb +++ b/app/helpers/authentication_stage_path_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/backup_helper.rb b/app/helpers/backup_helper.rb index 14ba69ad67..e6a33eb479 100644 --- a/app/helpers/backup_helper.rb +++ b/app/helpers/backup_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/breadcrumb_helper.rb b/app/helpers/breadcrumb_helper.rb index 5df1928140..2c00e2bde3 100644 --- a/app/helpers/breadcrumb_helper.rb +++ b/app/helpers/breadcrumb_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/calendars_helper.rb b/app/helpers/calendars_helper.rb index 349bf02490..03c96c6090 100644 --- a/app/helpers/calendars_helper.rb +++ b/app/helpers/calendars_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/colors_helper.rb b/app/helpers/colors_helper.rb index 21c7d03c29..e4d0a284d2 100644 --- a/app/helpers/colors_helper.rb +++ b/app/helpers/colors_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/confirmation_dialog_helper.rb b/app/helpers/confirmation_dialog_helper.rb index bbb33a8243..fb9d0c673b 100644 --- a/app/helpers/confirmation_dialog_helper.rb +++ b/app/helpers/confirmation_dialog_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/content_for_helper.rb b/app/helpers/content_for_helper.rb index f3d8d7fdbc..08fafbe500 100644 --- a/app/helpers/content_for_helper.rb +++ b/app/helpers/content_for_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb index 9cf82a0a45..e48ed836a4 100644 --- a/app/helpers/custom_fields_helper.rb +++ b/app/helpers/custom_fields_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/custom_styles_helper.rb b/app/helpers/custom_styles_helper.rb index 5dd9c8d09b..921bfc0db8 100644 --- a/app/helpers/custom_styles_helper.rb +++ b/app/helpers/custom_styles_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/error_message_helper.rb b/app/helpers/error_message_helper.rb index 5e0cd0f307..a09b05b0d2 100644 --- a/app/helpers/error_message_helper.rb +++ b/app/helpers/error_message_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/errors_helper.rb b/app/helpers/errors_helper.rb index 57f11e6f89..0dc3e7bf79 100644 --- a/app/helpers/errors_helper.rb +++ b/app/helpers/errors_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/frontend_asset_helper.rb b/app/helpers/frontend_asset_helper.rb index 27e3d1a05a..a19b69c3da 100644 --- a/app/helpers/frontend_asset_helper.rb +++ b/app/helpers/frontend_asset_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb index 7ef00ec35c..514c147cb8 100644 --- a/app/helpers/groups_helper.rb +++ b/app/helpers/groups_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/hide_sections_helper.rb b/app/helpers/hide_sections_helper.rb index 6d09c9586b..13a8aebddb 100644 --- a/app/helpers/hide_sections_helper.rb +++ b/app/helpers/hide_sections_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/homescreen_helper.rb b/app/helpers/homescreen_helper.rb index 6c984f9e4f..8c87e34da7 100644 --- a/app/helpers/homescreen_helper.rb +++ b/app/helpers/homescreen_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/icons_helper.rb b/app/helpers/icons_helper.rb index dc2a4ed3ab..66df1bc322 100644 --- a/app/helpers/icons_helper.rb +++ b/app/helpers/icons_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/individual_principal_hooks_helper.rb b/app/helpers/individual_principal_hooks_helper.rb index 8a88e734f4..77c3f3eec9 100644 --- a/app/helpers/individual_principal_hooks_helper.rb +++ b/app/helpers/individual_principal_hooks_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/mail_digest_helper.rb b/app/helpers/mail_digest_helper.rb index 158c9fa8c2..83b7bc8670 100644 --- a/app/helpers/mail_digest_helper.rb +++ b/app/helpers/mail_digest_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/mail_notification_helper.rb b/app/helpers/mail_notification_helper.rb index 8143fd17b0..ae3f4ab357 100644 --- a/app/helpers/mail_notification_helper.rb +++ b/app/helpers/mail_notification_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/members_helper.rb b/app/helpers/members_helper.rb index 30ec0006c6..1c70b0b94b 100644 --- a/app/helpers/members_helper.rb +++ b/app/helpers/members_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/messages_helper.rb b/app/helpers/messages_helper.rb index 76af16c321..c0c0c2758e 100644 --- a/app/helpers/messages_helper.rb +++ b/app/helpers/messages_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/meta_tags_helper.rb b/app/helpers/meta_tags_helper.rb index bbd7573a8d..9759964181 100644 --- a/app/helpers/meta_tags_helper.rb +++ b/app/helpers/meta_tags_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/no_results_helper.rb b/app/helpers/no_results_helper.rb index 1fafae403d..e25b836146 100644 --- a/app/helpers/no_results_helper.rb +++ b/app/helpers/no_results_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/oauth_helper.rb b/app/helpers/oauth_helper.rb index 032e278624..893b976862 100644 --- a/app/helpers/oauth_helper.rb +++ b/app/helpers/oauth_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/omniauth_helper.rb b/app/helpers/omniauth_helper.rb index 947c4bd32c..934f315155 100644 --- a/app/helpers/omniauth_helper.rb +++ b/app/helpers/omniauth_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/pagination_helper.rb b/app/helpers/pagination_helper.rb index 27595c4f81..31941c0e76 100644 --- a/app/helpers/pagination_helper.rb +++ b/app/helpers/pagination_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/password_helper.rb b/app/helpers/password_helper.rb index 051623c236..4ca5947343 100644 --- a/app/helpers/password_helper.rb +++ b/app/helpers/password_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/placeholder_users_helper.rb b/app/helpers/placeholder_users_helper.rb index a10da673b1..dc897b43ed 100644 --- a/app/helpers/placeholder_users_helper.rb +++ b/app/helpers/placeholder_users_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/project_status_helper.rb b/app/helpers/project_status_helper.rb index adb77802dd..d488109816 100644 --- a/app/helpers/project_status_helper.rb +++ b/app/helpers/project_status_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb index 2c336f92b3..1d83939935 100644 --- a/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/queries_helper.rb b/app/helpers/queries_helper.rb index a6f2d7c45b..4a9237c4c6 100644 --- a/app/helpers/queries_helper.rb +++ b/app/helpers/queries_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/relations_helper.rb b/app/helpers/relations_helper.rb index 6420ce95a7..324afb1b34 100644 --- a/app/helpers/relations_helper.rb +++ b/app/helpers/relations_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/removed_js_helpers_helper.rb b/app/helpers/removed_js_helpers_helper.rb index d076304cc0..0c880b183e 100644 --- a/app/helpers/removed_js_helpers_helper.rb +++ b/app/helpers/removed_js_helpers_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/reorder_links_helper.rb b/app/helpers/reorder_links_helper.rb index 3b03a2d032..c3a26443e5 100644 --- a/app/helpers/reorder_links_helper.rb +++ b/app/helpers/reorder_links_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/reports_helper.rb b/app/helpers/reports_helper.rb index 7e18c1a479..499d1accc8 100644 --- a/app/helpers/reports_helper.rb +++ b/app/helpers/reports_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index c7a191a41b..9f3f25b96c 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/roles_helper.rb b/app/helpers/roles_helper.rb index d7921ff6df..20e0af6c59 100644 --- a/app/helpers/roles_helper.rb +++ b/app/helpers/roles_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb index 2a577adeba..535c97fe79 100644 --- a/app/helpers/search_helper.rb +++ b/app/helpers/search_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/security_badge_helper.rb b/app/helpers/security_badge_helper.rb index be9d9641ec..49d75b458f 100644 --- a/app/helpers/security_badge_helper.rb +++ b/app/helpers/security_badge_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index 9dcab181ee..de710bcede 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/sort_helper.rb b/app/helpers/sort_helper.rb index fd2017cd0f..d03f97259a 100644 --- a/app/helpers/sort_helper.rb +++ b/app/helpers/sort_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/static_links_helper.rb b/app/helpers/static_links_helper.rb index facf52b9d5..243d801c50 100644 --- a/app/helpers/static_links_helper.rb +++ b/app/helpers/static_links_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/tabs_helper.rb b/app/helpers/tabs_helper.rb index 5871643014..a2f99d41b7 100644 --- a/app/helpers/tabs_helper.rb +++ b/app/helpers/tabs_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/text_formatting_helper.rb b/app/helpers/text_formatting_helper.rb index a2dd94eac9..6f8a63feaf 100644 --- a/app/helpers/text_formatting_helper.rb +++ b/app/helpers/text_formatting_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/tooltip_helper.rb b/app/helpers/tooltip_helper.rb index f28d59a348..e0243527b6 100644 --- a/app/helpers/tooltip_helper.rb +++ b/app/helpers/tooltip_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/types_helper.rb b/app/helpers/types_helper.rb index 1a074fb95d..22c4246e3b 100644 --- a/app/helpers/types_helper.rb +++ b/app/helpers/types_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/user_consent_helper.rb b/app/helpers/user_consent_helper.rb index 2741488b95..f2bc1abe34 100644 --- a/app/helpers/user_consent_helper.rb +++ b/app/helpers/user_consent_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb index d79fe15e01..c33ef912a3 100644 --- a/app/helpers/users_helper.rb +++ b/app/helpers/users_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/versions_helper.rb b/app/helpers/versions_helper.rb index cefa2026ed..01d356c9a1 100644 --- a/app/helpers/versions_helper.rb +++ b/app/helpers/versions_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/warning_bar_helper.rb b/app/helpers/warning_bar_helper.rb index 388d8626d0..206e6075fa 100644 --- a/app/helpers/warning_bar_helper.rb +++ b/app/helpers/warning_bar_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/watchers_helper.rb b/app/helpers/watchers_helper.rb index 30cda607cd..39984c86db 100644 --- a/app/helpers/watchers_helper.rb +++ b/app/helpers/watchers_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/wiki_helper.rb b/app/helpers/wiki_helper.rb index 65abfc7fd2..2def8ce3dc 100644 --- a/app/helpers/wiki_helper.rb +++ b/app/helpers/wiki_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/work_packages_filter_helper.rb b/app/helpers/work_packages_filter_helper.rb index ffbe1e7278..258cf12f27 100644 --- a/app/helpers/work_packages_filter_helper.rb +++ b/app/helpers/work_packages_filter_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/helpers/work_packages_helper.rb b/app/helpers/work_packages_helper.rb index e41f5a271d..c2aa10bd1a 100644 --- a/app/helpers/work_packages_helper.rb +++ b/app/helpers/work_packages_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/mailers/announcement_mailer.rb b/app/mailers/announcement_mailer.rb index ca6cf11995..023febaa34 100644 --- a/app/mailers/announcement_mailer.rb +++ b/app/mailers/announcement_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index 56cd237427..ca82a272cf 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/mailers/digest_mailer.rb b/app/mailers/digest_mailer.rb index e5134781ac..ca4f2530bd 100644 --- a/app/mailers/digest_mailer.rb +++ b/app/mailers/digest_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/mailers/member_mailer.rb b/app/mailers/member_mailer.rb index 52f97bd013..8a64ca88c4 100644 --- a/app/mailers/member_mailer.rb +++ b/app/mailers/member_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/mailers/project_mailer.rb b/app/mailers/project_mailer.rb index 1e47ef9469..e1eb87766d 100644 --- a/app/mailers/project_mailer.rb +++ b/app/mailers/project_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index eb62bd5ef2..b03921c2c6 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/mailers/work_package_mailer.rb b/app/mailers/work_package_mailer.rb index 45bec188f8..83b56a4141 100644 --- a/app/mailers/work_package_mailer.rb +++ b/app/mailers/work_package_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/action.rb b/app/models/action.rb index 9a531b9f4a..f4912fbc4f 100644 --- a/app/models/action.rb +++ b/app/models/action.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/actions/scopes/default.rb b/app/models/actions/scopes/default.rb index f4d868a1d0..070f4ded3c 100644 --- a/app/models/actions/scopes/default.rb +++ b/app/models/actions/scopes/default.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/activities/base_activity_provider.rb b/app/models/activities/base_activity_provider.rb index ed3a372f0c..35a2649173 100644 --- a/app/models/activities/base_activity_provider.rb +++ b/app/models/activities/base_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/activities/changeset_activity_provider.rb b/app/models/activities/changeset_activity_provider.rb index 4f4d4ff733..ac09f7e140 100644 --- a/app/models/activities/changeset_activity_provider.rb +++ b/app/models/activities/changeset_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/activities/fetcher.rb b/app/models/activities/fetcher.rb index bb44e556a4..9cb5ae5e94 100644 --- a/app/models/activities/fetcher.rb +++ b/app/models/activities/fetcher.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/activities/message_activity_provider.rb b/app/models/activities/message_activity_provider.rb index 0fda8a341c..92d4a584ea 100644 --- a/app/models/activities/message_activity_provider.rb +++ b/app/models/activities/message_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/activities/news_activity_provider.rb b/app/models/activities/news_activity_provider.rb index 4429704429..c231e2137b 100644 --- a/app/models/activities/news_activity_provider.rb +++ b/app/models/activities/news_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/activities/project_activity_provider.rb b/app/models/activities/project_activity_provider.rb index b38b3504e4..8c479f72b4 100644 --- a/app/models/activities/project_activity_provider.rb +++ b/app/models/activities/project_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/activities/wiki_content_activity_provider.rb b/app/models/activities/wiki_content_activity_provider.rb index 4ba7d53030..8cd1c127c4 100644 --- a/app/models/activities/wiki_content_activity_provider.rb +++ b/app/models/activities/wiki_content_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/activities/work_package_activity_provider.rb b/app/models/activities/work_package_activity_provider.rb index d0f2e5a0dc..ecad705b34 100644 --- a/app/models/activities/work_package_activity_provider.rb +++ b/app/models/activities/work_package_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/anonymous_user.rb b/app/models/anonymous_user.rb index 3aef1b0597..a1b9a029ea 100644 --- a/app/models/anonymous_user.rb +++ b/app/models/anonymous_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/associations/groupable.rb b/app/models/associations/groupable.rb index 9c411a4ade..168d11a596 100644 --- a/app/models/associations/groupable.rb +++ b/app/models/associations/groupable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/attachment.rb b/app/models/attachment.rb index 1b433b5cfb..af2d0bb121 100644 --- a/app/models/attachment.rb +++ b/app/models/attachment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/attribute_help_text.rb b/app/models/attribute_help_text.rb index 4e33f1b04e..e6de81dcb9 100644 --- a/app/models/attribute_help_text.rb +++ b/app/models/attribute_help_text.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/attribute_help_text/project.rb b/app/models/attribute_help_text/project.rb index 689342a2c0..e38ac59e90 100644 --- a/app/models/attribute_help_text/project.rb +++ b/app/models/attribute_help_text/project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/attribute_help_text/work_package.rb b/app/models/attribute_help_text/work_package.rb index fe8f77ac37..da95fe5353 100644 --- a/app/models/attribute_help_text/work_package.rb +++ b/app/models/attribute_help_text/work_package.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/auth_source.rb b/app/models/auth_source.rb index 1183b398e0..92820943f5 100644 --- a/app/models/auth_source.rb +++ b/app/models/auth_source.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/capabilities/scopes/default.rb b/app/models/capabilities/scopes/default.rb index 2346c85f5d..7d0a07a573 100644 --- a/app/models/capabilities/scopes/default.rb +++ b/app/models/capabilities/scopes/default.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/capability.rb b/app/models/capability.rb index 3635230a45..05ffb8af8f 100644 --- a/app/models/capability.rb +++ b/app/models/capability.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/category.rb b/app/models/category.rb index 0464f6583b..4b7039ecc5 100644 --- a/app/models/category.rb +++ b/app/models/category.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/change.rb b/app/models/change.rb index 4a7bd9d850..1a9fae2016 100644 --- a/app/models/change.rb +++ b/app/models/change.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/changeset.rb b/app/models/changeset.rb index ec1e0cbc0c..4009afd998 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/color.rb b/app/models/color.rb index a0606f0d5d..38d0bf54bf 100644 --- a/app/models/color.rb +++ b/app/models/color.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/comment.rb b/app/models/comment.rb index c9a8aee129..f195088a78 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/concerns/tableless.rb b/app/models/concerns/tableless.rb index 8e9a649c00..14360a6f59 100644 --- a/app/models/concerns/tableless.rb +++ b/app/models/concerns/tableless.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/concerns/virtual_attribute.rb b/app/models/concerns/virtual_attribute.rb index b75972545f..60e70605a3 100644 --- a/app/models/concerns/virtual_attribute.rb +++ b/app/models/concerns/virtual_attribute.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_action.rb b/app/models/custom_action.rb index f5b2b512e8..905e58bdd4 100644 --- a/app/models/custom_action.rb +++ b/app/models/custom_action.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/assigned_to.rb b/app/models/custom_actions/actions/assigned_to.rb index 851932b958..ba81f20333 100644 --- a/app/models/custom_actions/actions/assigned_to.rb +++ b/app/models/custom_actions/actions/assigned_to.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/base.rb b/app/models/custom_actions/actions/base.rb index 2d000d5521..6daa5fc4c7 100644 --- a/app/models/custom_actions/actions/base.rb +++ b/app/models/custom_actions/actions/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/custom_field.rb b/app/models/custom_actions/actions/custom_field.rb index 80105f6178..fb5df156ab 100644 --- a/app/models/custom_actions/actions/custom_field.rb +++ b/app/models/custom_actions/actions/custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/date.rb b/app/models/custom_actions/actions/date.rb index c8e6f4ec89..9118d1e6a9 100644 --- a/app/models/custom_actions/actions/date.rb +++ b/app/models/custom_actions/actions/date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/done_ratio.rb b/app/models/custom_actions/actions/done_ratio.rb index 23eb05e345..c724a90bbc 100644 --- a/app/models/custom_actions/actions/done_ratio.rb +++ b/app/models/custom_actions/actions/done_ratio.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/due_date.rb b/app/models/custom_actions/actions/due_date.rb index ac5d1f6f0f..43458b5172 100644 --- a/app/models/custom_actions/actions/due_date.rb +++ b/app/models/custom_actions/actions/due_date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/estimated_hours.rb b/app/models/custom_actions/actions/estimated_hours.rb index 18ad03c6c5..ff11122e4d 100644 --- a/app/models/custom_actions/actions/estimated_hours.rb +++ b/app/models/custom_actions/actions/estimated_hours.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/inexistent.rb b/app/models/custom_actions/actions/inexistent.rb index de9c5b97ca..ce7a12156d 100644 --- a/app/models/custom_actions/actions/inexistent.rb +++ b/app/models/custom_actions/actions/inexistent.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/notify.rb b/app/models/custom_actions/actions/notify.rb index 985e5e2a33..5f546f8969 100644 --- a/app/models/custom_actions/actions/notify.rb +++ b/app/models/custom_actions/actions/notify.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/priority.rb b/app/models/custom_actions/actions/priority.rb index ade204d84d..53a2ced707 100644 --- a/app/models/custom_actions/actions/priority.rb +++ b/app/models/custom_actions/actions/priority.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/project.rb b/app/models/custom_actions/actions/project.rb index eee12da34e..25dda23b19 100644 --- a/app/models/custom_actions/actions/project.rb +++ b/app/models/custom_actions/actions/project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/responsible.rb b/app/models/custom_actions/actions/responsible.rb index db3ed6625f..4eaaaf1c40 100644 --- a/app/models/custom_actions/actions/responsible.rb +++ b/app/models/custom_actions/actions/responsible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/serializer.rb b/app/models/custom_actions/actions/serializer.rb index 2a4e86b2dc..8f84642b2f 100644 --- a/app/models/custom_actions/actions/serializer.rb +++ b/app/models/custom_actions/actions/serializer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/start_date.rb b/app/models/custom_actions/actions/start_date.rb index bd60469bc7..65081e5573 100644 --- a/app/models/custom_actions/actions/start_date.rb +++ b/app/models/custom_actions/actions/start_date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/status.rb b/app/models/custom_actions/actions/status.rb index 8a010c0093..84096be6a7 100644 --- a/app/models/custom_actions/actions/status.rb +++ b/app/models/custom_actions/actions/status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/associated.rb b/app/models/custom_actions/actions/strategies/associated.rb index b630dfa9bb..da89ff65b4 100644 --- a/app/models/custom_actions/actions/strategies/associated.rb +++ b/app/models/custom_actions/actions/strategies/associated.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/associated_custom_field.rb b/app/models/custom_actions/actions/strategies/associated_custom_field.rb index f5300d203d..3815d7e7fa 100644 --- a/app/models/custom_actions/actions/strategies/associated_custom_field.rb +++ b/app/models/custom_actions/actions/strategies/associated_custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/custom_field.rb b/app/models/custom_actions/actions/strategies/custom_field.rb index 42c2a3928b..2665ec4e4a 100644 --- a/app/models/custom_actions/actions/strategies/custom_field.rb +++ b/app/models/custom_actions/actions/strategies/custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/date.rb b/app/models/custom_actions/actions/strategies/date.rb index d8e847d09a..effc00b977 100644 --- a/app/models/custom_actions/actions/strategies/date.rb +++ b/app/models/custom_actions/actions/strategies/date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/date_property.rb b/app/models/custom_actions/actions/strategies/date_property.rb index 3016ca004f..ab69cb3156 100644 --- a/app/models/custom_actions/actions/strategies/date_property.rb +++ b/app/models/custom_actions/actions/strategies/date_property.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/float.rb b/app/models/custom_actions/actions/strategies/float.rb index 8f07cac191..79addeed3b 100644 --- a/app/models/custom_actions/actions/strategies/float.rb +++ b/app/models/custom_actions/actions/strategies/float.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/integer.rb b/app/models/custom_actions/actions/strategies/integer.rb index 2fef0d256d..24e563dd38 100644 --- a/app/models/custom_actions/actions/strategies/integer.rb +++ b/app/models/custom_actions/actions/strategies/integer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/me_associated.rb b/app/models/custom_actions/actions/strategies/me_associated.rb index ad2a8d4228..0ff27ce84d 100644 --- a/app/models/custom_actions/actions/strategies/me_associated.rb +++ b/app/models/custom_actions/actions/strategies/me_associated.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/string.rb b/app/models/custom_actions/actions/strategies/string.rb index c65932ad2d..02c2aa82aa 100644 --- a/app/models/custom_actions/actions/strategies/string.rb +++ b/app/models/custom_actions/actions/strategies/string.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/text.rb b/app/models/custom_actions/actions/strategies/text.rb index deb3b02924..849888fd54 100644 --- a/app/models/custom_actions/actions/strategies/text.rb +++ b/app/models/custom_actions/actions/strategies/text.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/user_custom_field.rb b/app/models/custom_actions/actions/strategies/user_custom_field.rb index 303793fc34..23eb010530 100644 --- a/app/models/custom_actions/actions/strategies/user_custom_field.rb +++ b/app/models/custom_actions/actions/strategies/user_custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/validate_in_range.rb b/app/models/custom_actions/actions/strategies/validate_in_range.rb index 886aabb20f..95fa77dba1 100644 --- a/app/models/custom_actions/actions/strategies/validate_in_range.rb +++ b/app/models/custom_actions/actions/strategies/validate_in_range.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/strategies/values_to_string.rb b/app/models/custom_actions/actions/strategies/values_to_string.rb index c0efc4d7b8..e503e602b6 100644 --- a/app/models/custom_actions/actions/strategies/values_to_string.rb +++ b/app/models/custom_actions/actions/strategies/values_to_string.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/actions/type.rb b/app/models/custom_actions/actions/type.rb index 9bb336657c..2c2106d686 100644 --- a/app/models/custom_actions/actions/type.rb +++ b/app/models/custom_actions/actions/type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/conditions/base.rb b/app/models/custom_actions/conditions/base.rb index f1b565ea65..d2e8d87cac 100644 --- a/app/models/custom_actions/conditions/base.rb +++ b/app/models/custom_actions/conditions/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/conditions/inexistent.rb b/app/models/custom_actions/conditions/inexistent.rb index cd69c35d7f..d678ea9212 100644 --- a/app/models/custom_actions/conditions/inexistent.rb +++ b/app/models/custom_actions/conditions/inexistent.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/conditions/project.rb b/app/models/custom_actions/conditions/project.rb index a87e157c58..04f4b99ef2 100644 --- a/app/models/custom_actions/conditions/project.rb +++ b/app/models/custom_actions/conditions/project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/conditions/role.rb b/app/models/custom_actions/conditions/role.rb index 9f08336703..591ab661ef 100644 --- a/app/models/custom_actions/conditions/role.rb +++ b/app/models/custom_actions/conditions/role.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/conditions/status.rb b/app/models/custom_actions/conditions/status.rb index 655733ffff..5e03c084e3 100644 --- a/app/models/custom_actions/conditions/status.rb +++ b/app/models/custom_actions/conditions/status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/conditions/type.rb b/app/models/custom_actions/conditions/type.rb index 56b3dcf1ca..927f2e1d36 100644 --- a/app/models/custom_actions/conditions/type.rb +++ b/app/models/custom_actions/conditions/type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/register.rb b/app/models/custom_actions/register.rb index 9a9808da65..0e3a7059d3 100644 --- a/app/models/custom_actions/register.rb +++ b/app/models/custom_actions/register.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_actions/values_to_integer.rb b/app/models/custom_actions/values_to_integer.rb index 10a7ee5232..aeb1a9c55d 100644 --- a/app/models/custom_actions/values_to_integer.rb +++ b/app/models/custom_actions/values_to_integer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_field.rb b/app/models/custom_field.rb index 715c11a183..737606d08a 100644 --- a/app/models/custom_field.rb +++ b/app/models/custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_field/order_statements.rb b/app/models/custom_field/order_statements.rb index 7436ac5d14..354788d44e 100644 --- a/app/models/custom_field/order_statements.rb +++ b/app/models/custom_field/order_statements.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_option.rb b/app/models/custom_option.rb index 57c53429da..536f6c6c3c 100644 --- a/app/models/custom_option.rb +++ b/app/models/custom_option.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value.rb b/app/models/custom_value.rb index 4a754132fc..6999d7a93b 100644 --- a/app/models/custom_value.rb +++ b/app/models/custom_value.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/ar_object_strategy.rb b/app/models/custom_value/ar_object_strategy.rb index 5733e87ddc..d10cb28459 100644 --- a/app/models/custom_value/ar_object_strategy.rb +++ b/app/models/custom_value/ar_object_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/bool_strategy.rb b/app/models/custom_value/bool_strategy.rb index 4ff3e442f5..baf5640a5c 100644 --- a/app/models/custom_value/bool_strategy.rb +++ b/app/models/custom_value/bool_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/date_strategy.rb b/app/models/custom_value/date_strategy.rb index e12ec2d2e3..dd294a465c 100644 --- a/app/models/custom_value/date_strategy.rb +++ b/app/models/custom_value/date_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/empty_strategy.rb b/app/models/custom_value/empty_strategy.rb index fa44c0567f..8bb4b095a4 100644 --- a/app/models/custom_value/empty_strategy.rb +++ b/app/models/custom_value/empty_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/float_strategy.rb b/app/models/custom_value/float_strategy.rb index 4961017fab..ef708dcae3 100644 --- a/app/models/custom_value/float_strategy.rb +++ b/app/models/custom_value/float_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/format_strategy.rb b/app/models/custom_value/format_strategy.rb index b029793af2..00403214b9 100644 --- a/app/models/custom_value/format_strategy.rb +++ b/app/models/custom_value/format_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/formattable_strategy.rb b/app/models/custom_value/formattable_strategy.rb index 42f549d5e5..6ffcd332ee 100644 --- a/app/models/custom_value/formattable_strategy.rb +++ b/app/models/custom_value/formattable_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/int_strategy.rb b/app/models/custom_value/int_strategy.rb index d56684c398..05e960e815 100644 --- a/app/models/custom_value/int_strategy.rb +++ b/app/models/custom_value/int_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/list_strategy.rb b/app/models/custom_value/list_strategy.rb index f41ac843ef..4dee7be301 100644 --- a/app/models/custom_value/list_strategy.rb +++ b/app/models/custom_value/list_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/string_strategy.rb b/app/models/custom_value/string_strategy.rb index 929e4e94e3..40dbb00705 100644 --- a/app/models/custom_value/string_strategy.rb +++ b/app/models/custom_value/string_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/user_strategy.rb b/app/models/custom_value/user_strategy.rb index d7976c7758..526660f567 100644 --- a/app/models/custom_value/user_strategy.rb +++ b/app/models/custom_value/user_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/custom_value/version_strategy.rb b/app/models/custom_value/version_strategy.rb index 255b0e3f98..087fe2d10a 100644 --- a/app/models/custom_value/version_strategy.rb +++ b/app/models/custom_value/version_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/day.rb b/app/models/day.rb index c74a5bc3da..7e8f1ae702 100644 --- a/app/models/day.rb +++ b/app/models/day.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/design_color.rb b/app/models/design_color.rb index 1323e14a73..1fffdc55dd 100644 --- a/app/models/design_color.rb +++ b/app/models/design_color.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/enabled_module.rb b/app/models/enabled_module.rb index f0ac8e2778..a90d2ea150 100644 --- a/app/models/enabled_module.rb +++ b/app/models/enabled_module.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/enterprise_token.rb b/app/models/enterprise_token.rb index 9d989c9880..ef616708e2 100644 --- a/app/models/enterprise_token.rb +++ b/app/models/enterprise_token.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/enumeration.rb b/app/models/enumeration.rb index a3718dcbfc..1d186a419d 100644 --- a/app/models/enumeration.rb +++ b/app/models/enumeration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/exports/concerns/csv.rb b/app/models/exports/concerns/csv.rb index 78c33e34c7..9c6de93115 100644 --- a/app/models/exports/concerns/csv.rb +++ b/app/models/exports/concerns/csv.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/exports/export_error.rb b/app/models/exports/export_error.rb index bed9b0e3e8..135d16af17 100644 --- a/app/models/exports/export_error.rb +++ b/app/models/exports/export_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/exports/exporter.rb b/app/models/exports/exporter.rb index 8be425b692..e1b99a22c4 100644 --- a/app/models/exports/exporter.rb +++ b/app/models/exports/exporter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/exports/register.rb b/app/models/exports/register.rb index 87bf427992..f07f2edb57 100644 --- a/app/models/exports/register.rb +++ b/app/models/exports/register.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/exports/result.rb b/app/models/exports/result.rb index a90ade1dd7..c7de2de58b 100644 --- a/app/models/exports/result.rb +++ b/app/models/exports/result.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/forum.rb b/app/models/forum.rb index a20920749b..caedc309ff 100644 --- a/app/models/forum.rb +++ b/app/models/forum.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/global_role.rb b/app/models/global_role.rb index 12d9497773..7d69206ccf 100644 --- a/app/models/global_role.rb +++ b/app/models/global_role.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/group.rb b/app/models/group.rb index 3e8d035a65..d0ef5c6cfe 100644 --- a/app/models/group.rb +++ b/app/models/group.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/group_custom_field.rb b/app/models/group_custom_field.rb index 3e8bff3881..e54a1212fa 100644 --- a/app/models/group_custom_field.rb +++ b/app/models/group_custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/group_user.rb b/app/models/group_user.rb index 323a187ad5..a53ad156d1 100644 --- a/app/models/group_user.rb +++ b/app/models/group_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/groups/scopes/visible.rb b/app/models/groups/scopes/visible.rb index 404ade3533..cd0bfa70e5 100644 --- a/app/models/groups/scopes/visible.rb +++ b/app/models/groups/scopes/visible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/issue_priority.rb b/app/models/issue_priority.rb index c97af6d998..fa9c7198ca 100644 --- a/app/models/issue_priority.rb +++ b/app/models/issue_priority.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal.rb b/app/models/journal.rb index 740850c7e1..35c994a701 100644 --- a/app/models/journal.rb +++ b/app/models/journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/associated_journal.rb b/app/models/journal/associated_journal.rb index 45a6b0e9bc..dc66e4b8e6 100644 --- a/app/models/journal/associated_journal.rb +++ b/app/models/journal/associated_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/attachable_journal.rb b/app/models/journal/attachable_journal.rb index a873265148..23af74ef84 100644 --- a/app/models/journal/attachable_journal.rb +++ b/app/models/journal/attachable_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/attachment_journal.rb b/app/models/journal/attachment_journal.rb index 5da8b851c9..5ee638c421 100644 --- a/app/models/journal/attachment_journal.rb +++ b/app/models/journal/attachment_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/base_journal.rb b/app/models/journal/base_journal.rb index 5fa44ec872..a550360943 100644 --- a/app/models/journal/base_journal.rb +++ b/app/models/journal/base_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/changeset_journal.rb b/app/models/journal/changeset_journal.rb index abf8fc62e7..a36bb31f09 100644 --- a/app/models/journal/changeset_journal.rb +++ b/app/models/journal/changeset_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/customizable_journal.rb b/app/models/journal/customizable_journal.rb index 3dd774ecb7..72dbfb5696 100644 --- a/app/models/journal/customizable_journal.rb +++ b/app/models/journal/customizable_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/message_journal.rb b/app/models/journal/message_journal.rb index 648e9b5ee8..7e52ca2c71 100644 --- a/app/models/journal/message_journal.rb +++ b/app/models/journal/message_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/news_journal.rb b/app/models/journal/news_journal.rb index ae8a85ffc2..66e83fcb79 100644 --- a/app/models/journal/news_journal.rb +++ b/app/models/journal/news_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/notification_configuration.rb b/app/models/journal/notification_configuration.rb index 1d31bf97d4..ff2e96299d 100644 --- a/app/models/journal/notification_configuration.rb +++ b/app/models/journal/notification_configuration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/project_journal.rb b/app/models/journal/project_journal.rb index e4086e6225..eae95ba849 100644 --- a/app/models/journal/project_journal.rb +++ b/app/models/journal/project_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/wiki_content_journal.rb b/app/models/journal/wiki_content_journal.rb index 0758120cab..2e41444fe5 100644 --- a/app/models/journal/wiki_content_journal.rb +++ b/app/models/journal/wiki_content_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journal/work_package_journal.rb b/app/models/journal/work_package_journal.rb index 152632acca..484396f926 100644 --- a/app/models/journal/work_package_journal.rb +++ b/app/models/journal/work_package_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/ldap_auth_source.rb b/app/models/ldap_auth_source.rb index 68737253e3..809a5d539b 100644 --- a/app/models/ldap_auth_source.rb +++ b/app/models/ldap_auth_source.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index ef9b52e320..357a77a4da 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/member.rb b/app/models/member.rb index 6112fa423b..c94679729b 100644 --- a/app/models/member.rb +++ b/app/models/member.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/member_role.rb b/app/models/member_role.rb index 8343182563..97b7a015a1 100644 --- a/app/models/member_role.rb +++ b/app/models/member_role.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/members/roles_diff.rb b/app/models/members/roles_diff.rb index 911ac94b0d..d7bcdf464c 100644 --- a/app/models/members/roles_diff.rb +++ b/app/models/members/roles_diff.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/members/scopes/assignable.rb b/app/models/members/scopes/assignable.rb index 78999fb22b..de6bf385b3 100644 --- a/app/models/members/scopes/assignable.rb +++ b/app/models/members/scopes/assignable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/members/scopes/global.rb b/app/models/members/scopes/global.rb index cb6b745076..ce4f678c16 100644 --- a/app/models/members/scopes/global.rb +++ b/app/models/members/scopes/global.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/members/scopes/not_locked.rb b/app/models/members/scopes/not_locked.rb index 49a0eb5cd2..9858c41960 100644 --- a/app/models/members/scopes/not_locked.rb +++ b/app/models/members/scopes/not_locked.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/members/scopes/of.rb b/app/models/members/scopes/of.rb index 78c575e6ab..7d3f225d63 100644 --- a/app/models/members/scopes/of.rb +++ b/app/models/members/scopes/of.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/members/scopes/visible.rb b/app/models/members/scopes/visible.rb index d88da67204..943b69e7d9 100644 --- a/app/models/members/scopes/visible.rb +++ b/app/models/members/scopes/visible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/menu_item.rb b/app/models/menu_item.rb index 4dad6a0dd1..2c269bce9c 100644 --- a/app/models/menu_item.rb +++ b/app/models/menu_item.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/menu_items/wiki_menu_item.rb b/app/models/menu_items/wiki_menu_item.rb index 10a044b24e..de3f784ae9 100644 --- a/app/models/menu_items/wiki_menu_item.rb +++ b/app/models/menu_items/wiki_menu_item.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/message.rb b/app/models/message.rb index 02c462f7d5..16cfd2e4eb 100644 --- a/app/models/message.rb +++ b/app/models/message.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/news.rb b/app/models/news.rb index 8c2b69856c..8e6af7bbcf 100644 --- a/app/models/news.rb +++ b/app/models/news.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/notification.rb b/app/models/notification.rb index 4dc7df059d..7621b9d2c6 100644 --- a/app/models/notification.rb +++ b/app/models/notification.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/notification_settings/scopes/applicable.rb b/app/models/notification_settings/scopes/applicable.rb index 96ee905aea..cd1fd0a2d4 100644 --- a/app/models/notification_settings/scopes/applicable.rb +++ b/app/models/notification_settings/scopes/applicable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/notifications/scopes/mail_alert_unsent.rb b/app/models/notifications/scopes/mail_alert_unsent.rb index 04acdb4c54..949c4b35e6 100644 --- a/app/models/notifications/scopes/mail_alert_unsent.rb +++ b/app/models/notifications/scopes/mail_alert_unsent.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/notifications/scopes/mail_reminder_unsent.rb b/app/models/notifications/scopes/mail_reminder_unsent.rb index 2d17080707..6e438de18a 100644 --- a/app/models/notifications/scopes/mail_reminder_unsent.rb +++ b/app/models/notifications/scopes/mail_reminder_unsent.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/notifications/scopes/recipient.rb b/app/models/notifications/scopes/recipient.rb index c65cf565d3..96e7803525 100644 --- a/app/models/notifications/scopes/recipient.rb +++ b/app/models/notifications/scopes/recipient.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/notifications/scopes/unsent_reminders_before.rb b/app/models/notifications/scopes/unsent_reminders_before.rb index c46bb88d36..4311a2717a 100644 --- a/app/models/notifications/scopes/unsent_reminders_before.rb +++ b/app/models/notifications/scopes/unsent_reminders_before.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/notifications/scopes/visible.rb b/app/models/notifications/scopes/visible.rb index 9cc0341061..a36fcbd7b2 100644 --- a/app/models/notifications/scopes/visible.rb +++ b/app/models/notifications/scopes/visible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/oauth_client.rb b/app/models/oauth_client.rb index 974446ba9a..a444d87b03 100644 --- a/app/models/oauth_client.rb +++ b/app/models/oauth_client.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/oauth_client_token.rb b/app/models/oauth_client_token.rb index bc19751ab9..b628a89e07 100644 --- a/app/models/oauth_client_token.rb +++ b/app/models/oauth_client_token.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/ordered_work_package.rb b/app/models/ordered_work_package.rb index 943ccecf65..95c13e081f 100644 --- a/app/models/ordered_work_package.rb +++ b/app/models/ordered_work_package.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/permitted_params.rb b/app/models/permitted_params.rb index 8abee3b1d4..262653d1d4 100644 --- a/app/models/permitted_params.rb +++ b/app/models/permitted_params.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/placeholder_user.rb b/app/models/placeholder_user.rb index 6d6a3e1cc1..592161d31c 100644 --- a/app/models/placeholder_user.rb +++ b/app/models/placeholder_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/placeholder_users/scopes/visible.rb b/app/models/placeholder_users/scopes/visible.rb index 4bb0b22479..c776784cb8 100644 --- a/app/models/placeholder_users/scopes/visible.rb +++ b/app/models/placeholder_users/scopes/visible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principal.rb b/app/models/principal.rb index cf9c3d989b..fa5b2bb6d9 100644 --- a/app/models/principal.rb +++ b/app/models/principal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/human.rb b/app/models/principals/scopes/human.rb index 4a6beb26af..a25363430f 100644 --- a/app/models/principals/scopes/human.rb +++ b/app/models/principals/scopes/human.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/like.rb b/app/models/principals/scopes/like.rb index 4f3e6459f6..c50c90bc7d 100644 --- a/app/models/principals/scopes/like.rb +++ b/app/models/principals/scopes/like.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/not_builtin.rb b/app/models/principals/scopes/not_builtin.rb index aeafd8f22c..3fab3e5a32 100644 --- a/app/models/principals/scopes/not_builtin.rb +++ b/app/models/principals/scopes/not_builtin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/ordered_by_name.rb b/app/models/principals/scopes/ordered_by_name.rb index 58d124335d..ea13b33740 100644 --- a/app/models/principals/scopes/ordered_by_name.rb +++ b/app/models/principals/scopes/ordered_by_name.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/possible_assignee.rb b/app/models/principals/scopes/possible_assignee.rb index fc8cddfe25..bebe304ecf 100644 --- a/app/models/principals/scopes/possible_assignee.rb +++ b/app/models/principals/scopes/possible_assignee.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/possible_member.rb b/app/models/principals/scopes/possible_member.rb index b5808ac531..d8f56c520b 100644 --- a/app/models/principals/scopes/possible_member.rb +++ b/app/models/principals/scopes/possible_member.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/status.rb b/app/models/principals/scopes/status.rb index f04f9e083d..8bc06a2c03 100644 --- a/app/models/principals/scopes/status.rb +++ b/app/models/principals/scopes/status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/user.rb b/app/models/principals/scopes/user.rb index 151b7ac693..6c3093712f 100644 --- a/app/models/principals/scopes/user.rb +++ b/app/models/principals/scopes/user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/principals/scopes/visible.rb b/app/models/principals/scopes/visible.rb index 54c121453b..73db440336 100644 --- a/app/models/principals/scopes/visible.rb +++ b/app/models/principals/scopes/visible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/priority/inexistent_priority.rb b/app/models/priority/inexistent_priority.rb index c89660ed33..51756defb8 100644 --- a/app/models/priority/inexistent_priority.rb +++ b/app/models/priority/inexistent_priority.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/project.rb b/app/models/project.rb index 464a535c5f..11d267703d 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/project_custom_field.rb b/app/models/project_custom_field.rb index 12d8a0903c..26e2d21eaa 100644 --- a/app/models/project_custom_field.rb +++ b/app/models/project_custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/projects/activity.rb b/app/models/projects/activity.rb index 750d2433c6..15aed62a43 100644 --- a/app/models/projects/activity.rb +++ b/app/models/projects/activity.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/projects/ancestors_from_root.rb b/app/models/projects/ancestors_from_root.rb index f9dc7fb812..1cd1835b1c 100644 --- a/app/models/projects/ancestors_from_root.rb +++ b/app/models/projects/ancestors_from_root.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/projects/exports/csv.rb b/app/models/projects/exports/csv.rb index 3923fe3711..4d05059c98 100644 --- a/app/models/projects/exports/csv.rb +++ b/app/models/projects/exports/csv.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/projects/exports/formatters/status.rb b/app/models/projects/exports/formatters/status.rb index 4a52546234..520f899c08 100644 --- a/app/models/projects/exports/formatters/status.rb +++ b/app/models/projects/exports/formatters/status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/projects/exports/query_exporter.rb b/app/models/projects/exports/query_exporter.rb index d0f56da9d4..3626283d40 100644 --- a/app/models/projects/exports/query_exporter.rb +++ b/app/models/projects/exports/query_exporter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/projects/hierarchy.rb b/app/models/projects/hierarchy.rb index f895a9258c..ad42b0bc90 100644 --- a/app/models/projects/hierarchy.rb +++ b/app/models/projects/hierarchy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/projects/status.rb b/app/models/projects/status.rb index e32c7b8ed0..7ee66ca97b 100644 --- a/app/models/projects/status.rb +++ b/app/models/projects/status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/projects/storage.rb b/app/models/projects/storage.rb index 2af936f691..bd30243542 100644 --- a/app/models/projects/storage.rb +++ b/app/models/projects/storage.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/actions.rb b/app/models/queries/actions.rb index cf6c26cac7..10c5f48f69 100644 --- a/app/models/queries/actions.rb +++ b/app/models/queries/actions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/actions/action_query.rb b/app/models/queries/actions/action_query.rb index 412dedfeaa..279a3fc62b 100644 --- a/app/models/queries/actions/action_query.rb +++ b/app/models/queries/actions/action_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/actions/filters/action_filter.rb b/app/models/queries/actions/filters/action_filter.rb index ece170800e..656a9f6d3c 100644 --- a/app/models/queries/actions/filters/action_filter.rb +++ b/app/models/queries/actions/filters/action_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/actions/filters/id_filter.rb b/app/models/queries/actions/filters/id_filter.rb index ec679d7079..d025592041 100644 --- a/app/models/queries/actions/filters/id_filter.rb +++ b/app/models/queries/actions/filters/id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/base_query.rb b/app/models/queries/base_query.rb index d40d133523..c9b6cb2b92 100644 --- a/app/models/queries/base_query.rb +++ b/app/models/queries/base_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/capabilities.rb b/app/models/queries/capabilities.rb index d962fd8517..d7150d99ac 100644 --- a/app/models/queries/capabilities.rb +++ b/app/models/queries/capabilities.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/capabilities/capability_query.rb b/app/models/queries/capabilities/capability_query.rb index 45a4ed952e..dac3a78968 100644 --- a/app/models/queries/capabilities/capability_query.rb +++ b/app/models/queries/capabilities/capability_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/capabilities/filters/action_filter.rb b/app/models/queries/capabilities/filters/action_filter.rb index 9df8ebd1e3..74f3206a02 100644 --- a/app/models/queries/capabilities/filters/action_filter.rb +++ b/app/models/queries/capabilities/filters/action_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/capabilities/filters/capability_filter.rb b/app/models/queries/capabilities/filters/capability_filter.rb index 4fcb8f688e..930de31eda 100644 --- a/app/models/queries/capabilities/filters/capability_filter.rb +++ b/app/models/queries/capabilities/filters/capability_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/capabilities/filters/context_filter.rb b/app/models/queries/capabilities/filters/context_filter.rb index 091026a54f..2d2af23e1d 100644 --- a/app/models/queries/capabilities/filters/context_filter.rb +++ b/app/models/queries/capabilities/filters/context_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/capabilities/filters/id_filter.rb b/app/models/queries/capabilities/filters/id_filter.rb index 9158337468..04e49bb233 100644 --- a/app/models/queries/capabilities/filters/id_filter.rb +++ b/app/models/queries/capabilities/filters/id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/capabilities/filters/principal_id_filter.rb b/app/models/queries/capabilities/filters/principal_id_filter.rb index b85b549d28..7c47768fac 100644 --- a/app/models/queries/capabilities/filters/principal_id_filter.rb +++ b/app/models/queries/capabilities/filters/principal_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/capabilities/orders/id_order.rb b/app/models/queries/capabilities/orders/id_order.rb index 5ea0c82efe..4d3491b344 100644 --- a/app/models/queries/capabilities/orders/id_order.rb +++ b/app/models/queries/capabilities/orders/id_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/columns/base.rb b/app/models/queries/columns/base.rb index 180b99877c..324139f536 100644 --- a/app/models/queries/columns/base.rb +++ b/app/models/queries/columns/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/days.rb b/app/models/queries/days.rb index 51b3328c91..2f4eda1398 100644 --- a/app/models/queries/days.rb +++ b/app/models/queries/days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/days/day_query.rb b/app/models/queries/days/day_query.rb index 3f53c9b475..e43c740460 100644 --- a/app/models/queries/days/day_query.rb +++ b/app/models/queries/days/day_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/days/filters/dates_interval_filter.rb b/app/models/queries/days/filters/dates_interval_filter.rb index 00511675f3..09dcd2a0f1 100644 --- a/app/models/queries/days/filters/dates_interval_filter.rb +++ b/app/models/queries/days/filters/dates_interval_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/days/filters/day_filter.rb b/app/models/queries/days/filters/day_filter.rb index 93262cb6df..e0d21d78a6 100644 --- a/app/models/queries/days/filters/day_filter.rb +++ b/app/models/queries/days/filters/day_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/days/filters/working_filter.rb b/app/models/queries/days/filters/working_filter.rb index 8997cb23ce..afbae70149 100644 --- a/app/models/queries/days/filters/working_filter.rb +++ b/app/models/queries/days/filters/working_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters.rb b/app/models/queries/filters.rb index c36751ba66..24f48b54cc 100644 --- a/app/models/queries/filters.rb +++ b/app/models/queries/filters.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/available_filters.rb b/app/models/queries/filters/available_filters.rb index a8217a56e6..26fb5cd35e 100644 --- a/app/models/queries/filters/available_filters.rb +++ b/app/models/queries/filters/available_filters.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/base.rb b/app/models/queries/filters/base.rb index a6664cebac..526ca1e300 100644 --- a/app/models/queries/filters/base.rb +++ b/app/models/queries/filters/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/empty_filter.rb b/app/models/queries/filters/empty_filter.rb index b1c11556ad..cc402f654b 100644 --- a/app/models/queries/filters/empty_filter.rb +++ b/app/models/queries/filters/empty_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/me_value.rb b/app/models/queries/filters/me_value.rb index 476d444a8a..9da38c2eb7 100644 --- a/app/models/queries/filters/me_value.rb +++ b/app/models/queries/filters/me_value.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/not_existing_filter.rb b/app/models/queries/filters/not_existing_filter.rb index b6eb72956e..a6584c219d 100644 --- a/app/models/queries/filters/not_existing_filter.rb +++ b/app/models/queries/filters/not_existing_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/serializable.rb b/app/models/queries/filters/serializable.rb index 67db85776a..d12695f92e 100644 --- a/app/models/queries/filters/serializable.rb +++ b/app/models/queries/filters/serializable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/any_user_name_attribute_filter.rb b/app/models/queries/filters/shared/any_user_name_attribute_filter.rb index d9cdf11fe6..cd08064a69 100644 --- a/app/models/queries/filters/shared/any_user_name_attribute_filter.rb +++ b/app/models/queries/filters/shared/any_user_name_attribute_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/boolean_filter.rb b/app/models/queries/filters/shared/boolean_filter.rb index 791abc3866..993b946ff5 100644 --- a/app/models/queries/filters/shared/boolean_filter.rb +++ b/app/models/queries/filters/shared/boolean_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/custom_field_filter.rb b/app/models/queries/filters/shared/custom_field_filter.rb index c48d361661..54861a1a45 100644 --- a/app/models/queries/filters/shared/custom_field_filter.rb +++ b/app/models/queries/filters/shared/custom_field_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/custom_fields/base.rb b/app/models/queries/filters/shared/custom_fields/base.rb index 26bdea04a6..07eb4f9e59 100644 --- a/app/models/queries/filters/shared/custom_fields/base.rb +++ b/app/models/queries/filters/shared/custom_fields/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/custom_fields/bool.rb b/app/models/queries/filters/shared/custom_fields/bool.rb index 56f76769b5..49f4cc9a4e 100644 --- a/app/models/queries/filters/shared/custom_fields/bool.rb +++ b/app/models/queries/filters/shared/custom_fields/bool.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/custom_fields/list_optional.rb b/app/models/queries/filters/shared/custom_fields/list_optional.rb index 1df900787a..78d9086c81 100644 --- a/app/models/queries/filters/shared/custom_fields/list_optional.rb +++ b/app/models/queries/filters/shared/custom_fields/list_optional.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/custom_fields/user.rb b/app/models/queries/filters/shared/custom_fields/user.rb index a8e67cbdf3..033fa20905 100644 --- a/app/models/queries/filters/shared/custom_fields/user.rb +++ b/app/models/queries/filters/shared/custom_fields/user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/group_filter.rb b/app/models/queries/filters/shared/group_filter.rb index 67aeae1770..ba6fc8e0c1 100644 --- a/app/models/queries/filters/shared/group_filter.rb +++ b/app/models/queries/filters/shared/group_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/me_value_filter.rb b/app/models/queries/filters/shared/me_value_filter.rb index 9585fdad4d..2f6216d4d1 100644 --- a/app/models/queries/filters/shared/me_value_filter.rb +++ b/app/models/queries/filters/shared/me_value_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/parsed_filter.rb b/app/models/queries/filters/shared/parsed_filter.rb index 72786d5eca..e492c5c94a 100644 --- a/app/models/queries/filters/shared/parsed_filter.rb +++ b/app/models/queries/filters/shared/parsed_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/project_filter.rb b/app/models/queries/filters/shared/project_filter.rb index bbcd4e0446..2102dedbeb 100644 --- a/app/models/queries/filters/shared/project_filter.rb +++ b/app/models/queries/filters/shared/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/user_blocked_filter.rb b/app/models/queries/filters/shared/user_blocked_filter.rb index 2517d419a7..1925b801a1 100644 --- a/app/models/queries/filters/shared/user_blocked_filter.rb +++ b/app/models/queries/filters/shared/user_blocked_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/user_name_filter.rb b/app/models/queries/filters/shared/user_name_filter.rb index ebc57ae277..d19c78415f 100644 --- a/app/models/queries/filters/shared/user_name_filter.rb +++ b/app/models/queries/filters/shared/user_name_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/shared/user_status_filter.rb b/app/models/queries/filters/shared/user_status_filter.rb index f18cce13f0..586f3b0721 100644 --- a/app/models/queries/filters/shared/user_status_filter.rb +++ b/app/models/queries/filters/shared/user_status_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies.rb b/app/models/queries/filters/strategies.rb index 39e8edb92d..102e7fab3b 100644 --- a/app/models/queries/filters/strategies.rb +++ b/app/models/queries/filters/strategies.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/base_strategy.rb b/app/models/queries/filters/strategies/base_strategy.rb index 50ded35641..196cc8bf53 100644 --- a/app/models/queries/filters/strategies/base_strategy.rb +++ b/app/models/queries/filters/strategies/base_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/boolean_list.rb b/app/models/queries/filters/strategies/boolean_list.rb index ef9830d588..efd18b0de0 100644 --- a/app/models/queries/filters/strategies/boolean_list.rb +++ b/app/models/queries/filters/strategies/boolean_list.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/boolean_list_strict.rb b/app/models/queries/filters/strategies/boolean_list_strict.rb index 593ab2925a..ce4e36b5ab 100644 --- a/app/models/queries/filters/strategies/boolean_list_strict.rb +++ b/app/models/queries/filters/strategies/boolean_list_strict.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/cf_float.rb b/app/models/queries/filters/strategies/cf_float.rb index df7a081f8b..d422165bd1 100644 --- a/app/models/queries/filters/strategies/cf_float.rb +++ b/app/models/queries/filters/strategies/cf_float.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/cf_integer.rb b/app/models/queries/filters/strategies/cf_integer.rb index a65bb11e78..8bebb4bd1d 100644 --- a/app/models/queries/filters/strategies/cf_integer.rb +++ b/app/models/queries/filters/strategies/cf_integer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/cf_list_optional.rb b/app/models/queries/filters/strategies/cf_list_optional.rb index be7adc88f9..ad6ce37505 100644 --- a/app/models/queries/filters/strategies/cf_list_optional.rb +++ b/app/models/queries/filters/strategies/cf_list_optional.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/cf_numeric.rb b/app/models/queries/filters/strategies/cf_numeric.rb index 19e1c4b367..c6509cbb97 100644 --- a/app/models/queries/filters/strategies/cf_numeric.rb +++ b/app/models/queries/filters/strategies/cf_numeric.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/date.rb b/app/models/queries/filters/strategies/date.rb index 760f52b03d..7a9337a21c 100644 --- a/app/models/queries/filters/strategies/date.rb +++ b/app/models/queries/filters/strategies/date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/date_interval.rb b/app/models/queries/filters/strategies/date_interval.rb index 8dc9540671..730edba9cf 100644 --- a/app/models/queries/filters/strategies/date_interval.rb +++ b/app/models/queries/filters/strategies/date_interval.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/date_time_past.rb b/app/models/queries/filters/strategies/date_time_past.rb index c85ef3d484..be8274e6c5 100644 --- a/app/models/queries/filters/strategies/date_time_past.rb +++ b/app/models/queries/filters/strategies/date_time_past.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/empty_value.rb b/app/models/queries/filters/strategies/empty_value.rb index f5f9766045..8e3aa4e286 100644 --- a/app/models/queries/filters/strategies/empty_value.rb +++ b/app/models/queries/filters/strategies/empty_value.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/float.rb b/app/models/queries/filters/strategies/float.rb index fd0d3be21a..4b8a68032f 100644 --- a/app/models/queries/filters/strategies/float.rb +++ b/app/models/queries/filters/strategies/float.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/float_numeric.rb b/app/models/queries/filters/strategies/float_numeric.rb index fd39bb4ebc..4449e7c7ef 100644 --- a/app/models/queries/filters/strategies/float_numeric.rb +++ b/app/models/queries/filters/strategies/float_numeric.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/huge_list.rb b/app/models/queries/filters/strategies/huge_list.rb index 1eaf4f6366..0abf0ef52c 100644 --- a/app/models/queries/filters/strategies/huge_list.rb +++ b/app/models/queries/filters/strategies/huge_list.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/inexistent.rb b/app/models/queries/filters/strategies/inexistent.rb index 10c1486b43..b7e8027cf8 100644 --- a/app/models/queries/filters/strategies/inexistent.rb +++ b/app/models/queries/filters/strategies/inexistent.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/integer.rb b/app/models/queries/filters/strategies/integer.rb index d9b17019da..1ecb0f6070 100644 --- a/app/models/queries/filters/strategies/integer.rb +++ b/app/models/queries/filters/strategies/integer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/integer_list.rb b/app/models/queries/filters/strategies/integer_list.rb index 6225eb0ba0..3e3c413d35 100644 --- a/app/models/queries/filters/strategies/integer_list.rb +++ b/app/models/queries/filters/strategies/integer_list.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/integer_list_optional.rb b/app/models/queries/filters/strategies/integer_list_optional.rb index f216cf4db6..1bb7aefd1d 100644 --- a/app/models/queries/filters/strategies/integer_list_optional.rb +++ b/app/models/queries/filters/strategies/integer_list_optional.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/integer_numeric.rb b/app/models/queries/filters/strategies/integer_numeric.rb index f2cacd4ae9..0467f518da 100644 --- a/app/models/queries/filters/strategies/integer_numeric.rb +++ b/app/models/queries/filters/strategies/integer_numeric.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/list.rb b/app/models/queries/filters/strategies/list.rb index 4530bc4f13..3418111e0e 100644 --- a/app/models/queries/filters/strategies/list.rb +++ b/app/models/queries/filters/strategies/list.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/list_all.rb b/app/models/queries/filters/strategies/list_all.rb index da0eab0f94..743a7efc47 100644 --- a/app/models/queries/filters/strategies/list_all.rb +++ b/app/models/queries/filters/strategies/list_all.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/list_optional.rb b/app/models/queries/filters/strategies/list_optional.rb index 19adda4f39..acb566f538 100644 --- a/app/models/queries/filters/strategies/list_optional.rb +++ b/app/models/queries/filters/strategies/list_optional.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/numeric.rb b/app/models/queries/filters/strategies/numeric.rb index feac7b0acb..8f394a0d72 100644 --- a/app/models/queries/filters/strategies/numeric.rb +++ b/app/models/queries/filters/strategies/numeric.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/relation.rb b/app/models/queries/filters/strategies/relation.rb index a8a2bc1a7e..8bb4d6b0f1 100644 --- a/app/models/queries/filters/strategies/relation.rb +++ b/app/models/queries/filters/strategies/relation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/search.rb b/app/models/queries/filters/strategies/search.rb index a820b142b0..cfa486622e 100644 --- a/app/models/queries/filters/strategies/search.rb +++ b/app/models/queries/filters/strategies/search.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/string.rb b/app/models/queries/filters/strategies/string.rb index fd19ec52c2..6bbc6aacb7 100644 --- a/app/models/queries/filters/strategies/string.rb +++ b/app/models/queries/filters/strategies/string.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/text.rb b/app/models/queries/filters/strategies/text.rb index 24ae89952c..a23860f14c 100644 --- a/app/models/queries/filters/strategies/text.rb +++ b/app/models/queries/filters/strategies/text.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/strategies/validations.rb b/app/models/queries/filters/strategies/validations.rb index b07b6b840d..f50659d5bb 100644 --- a/app/models/queries/filters/strategies/validations.rb +++ b/app/models/queries/filters/strategies/validations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/filters/templated_value.rb b/app/models/queries/filters/templated_value.rb index c26a1b2404..68e6851756 100644 --- a/app/models/queries/filters/templated_value.rb +++ b/app/models/queries/filters/templated_value.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/group_bys/available_group_bys.rb b/app/models/queries/group_bys/available_group_bys.rb index 9e6890a86c..5e9754031d 100644 --- a/app/models/queries/group_bys/available_group_bys.rb +++ b/app/models/queries/group_bys/available_group_bys.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/group_bys/base.rb b/app/models/queries/group_bys/base.rb index f929e6c4c3..6c1200ce89 100644 --- a/app/models/queries/group_bys/base.rb +++ b/app/models/queries/group_bys/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/group_bys/not_existing_group_by.rb b/app/models/queries/group_bys/not_existing_group_by.rb index 9807f5a47d..0ea2eef90c 100644 --- a/app/models/queries/group_bys/not_existing_group_by.rb +++ b/app/models/queries/group_bys/not_existing_group_by.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/groups.rb b/app/models/queries/groups.rb index e2b06d35ac..a43f48494a 100644 --- a/app/models/queries/groups.rb +++ b/app/models/queries/groups.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/groups/group_query.rb b/app/models/queries/groups/group_query.rb index 4f62ac2642..a296fbec67 100644 --- a/app/models/queries/groups/group_query.rb +++ b/app/models/queries/groups/group_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/groups/orders/default_order.rb b/app/models/queries/groups/orders/default_order.rb index 8cf4009649..93d8d453e4 100644 --- a/app/models/queries/groups/orders/default_order.rb +++ b/app/models/queries/groups/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/individual_principals/orders/group_order.rb b/app/models/queries/individual_principals/orders/group_order.rb index 0218d0b79c..eafb3137c6 100644 --- a/app/models/queries/individual_principals/orders/group_order.rb +++ b/app/models/queries/individual_principals/orders/group_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/individual_principals/orders/name_order.rb b/app/models/queries/individual_principals/orders/name_order.rb index c2cdbf8970..2226c36929 100644 --- a/app/models/queries/individual_principals/orders/name_order.rb +++ b/app/models/queries/individual_principals/orders/name_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members.rb b/app/models/queries/members.rb index 47bf2512b6..903688871d 100644 --- a/app/models/queries/members.rb +++ b/app/models/queries/members.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/any_name_attribute_filter.rb b/app/models/queries/members/filters/any_name_attribute_filter.rb index cac52c7a4a..5b9ef98652 100644 --- a/app/models/queries/members/filters/any_name_attribute_filter.rb +++ b/app/models/queries/members/filters/any_name_attribute_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/blocked_filter.rb b/app/models/queries/members/filters/blocked_filter.rb index 7daebf5fd3..a40cfd57d7 100644 --- a/app/models/queries/members/filters/blocked_filter.rb +++ b/app/models/queries/members/filters/blocked_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/created_at_filter.rb b/app/models/queries/members/filters/created_at_filter.rb index b4d9e0f619..0a696fa932 100644 --- a/app/models/queries/members/filters/created_at_filter.rb +++ b/app/models/queries/members/filters/created_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/group_filter.rb b/app/models/queries/members/filters/group_filter.rb index 4ad0735abd..473e51eb2c 100644 --- a/app/models/queries/members/filters/group_filter.rb +++ b/app/models/queries/members/filters/group_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/member_filter.rb b/app/models/queries/members/filters/member_filter.rb index 2ed535c601..a5322ac312 100644 --- a/app/models/queries/members/filters/member_filter.rb +++ b/app/models/queries/members/filters/member_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/name_filter.rb b/app/models/queries/members/filters/name_filter.rb index 76f3d60c3d..6007c189bc 100644 --- a/app/models/queries/members/filters/name_filter.rb +++ b/app/models/queries/members/filters/name_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/principal_filter.rb b/app/models/queries/members/filters/principal_filter.rb index f95ae44cc2..5822341ff8 100644 --- a/app/models/queries/members/filters/principal_filter.rb +++ b/app/models/queries/members/filters/principal_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/project_filter.rb b/app/models/queries/members/filters/project_filter.rb index e58146e701..33f3365606 100644 --- a/app/models/queries/members/filters/project_filter.rb +++ b/app/models/queries/members/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/role_filter.rb b/app/models/queries/members/filters/role_filter.rb index c111282488..a7a8f6cad1 100644 --- a/app/models/queries/members/filters/role_filter.rb +++ b/app/models/queries/members/filters/role_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/status_filter.rb b/app/models/queries/members/filters/status_filter.rb index 7c090083f0..8c04a72132 100644 --- a/app/models/queries/members/filters/status_filter.rb +++ b/app/models/queries/members/filters/status_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/filters/updated_at_filter.rb b/app/models/queries/members/filters/updated_at_filter.rb index 9a57dae707..c129ac7dc2 100644 --- a/app/models/queries/members/filters/updated_at_filter.rb +++ b/app/models/queries/members/filters/updated_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/member_query.rb b/app/models/queries/members/member_query.rb index 21d75f17b9..b7bdf9050e 100644 --- a/app/models/queries/members/member_query.rb +++ b/app/models/queries/members/member_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/orders/default_order.rb b/app/models/queries/members/orders/default_order.rb index b09ff8d734..19668bf0b8 100644 --- a/app/models/queries/members/orders/default_order.rb +++ b/app/models/queries/members/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/orders/email_order.rb b/app/models/queries/members/orders/email_order.rb index 79c2b96bc9..1549e7a639 100644 --- a/app/models/queries/members/orders/email_order.rb +++ b/app/models/queries/members/orders/email_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/orders/name_order.rb b/app/models/queries/members/orders/name_order.rb index c9de4ef507..28e6c9cf9f 100644 --- a/app/models/queries/members/orders/name_order.rb +++ b/app/models/queries/members/orders/name_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/members/orders/status_order.rb b/app/models/queries/members/orders/status_order.rb index d4b9f78c5d..1a37618f5b 100644 --- a/app/models/queries/members/orders/status_order.rb +++ b/app/models/queries/members/orders/status_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/news.rb b/app/models/queries/news.rb index 21d8bc9ab2..92c945fff0 100644 --- a/app/models/queries/news.rb +++ b/app/models/queries/news.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/news/filters/news_filter.rb b/app/models/queries/news/filters/news_filter.rb index 8fd4f086cd..1e7ca61c38 100644 --- a/app/models/queries/news/filters/news_filter.rb +++ b/app/models/queries/news/filters/news_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/news/filters/project_filter.rb b/app/models/queries/news/filters/project_filter.rb index 62361fcef7..501d7d07a7 100644 --- a/app/models/queries/news/filters/project_filter.rb +++ b/app/models/queries/news/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/news/news_query.rb b/app/models/queries/news/news_query.rb index 3998b8adc9..6aebe6e29b 100644 --- a/app/models/queries/news/news_query.rb +++ b/app/models/queries/news/news_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/news/orders/default_order.rb b/app/models/queries/news/orders/default_order.rb index 33504acca5..08a65190f2 100644 --- a/app/models/queries/news/orders/default_order.rb +++ b/app/models/queries/news/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/non_working_days.rb b/app/models/queries/non_working_days.rb index 11d6e95878..bffde818cb 100644 --- a/app/models/queries/non_working_days.rb +++ b/app/models/queries/non_working_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/non_working_days/filters/dates_interval_filter.rb b/app/models/queries/non_working_days/filters/dates_interval_filter.rb index 753ad899e2..5efc19ff71 100644 --- a/app/models/queries/non_working_days/filters/dates_interval_filter.rb +++ b/app/models/queries/non_working_days/filters/dates_interval_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/non_working_days/filters/non_working_day_filter.rb b/app/models/queries/non_working_days/filters/non_working_day_filter.rb index 0de28efb72..9592bb27d0 100644 --- a/app/models/queries/non_working_days/filters/non_working_day_filter.rb +++ b/app/models/queries/non_working_days/filters/non_working_day_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/non_working_days/non_working_day_query.rb b/app/models/queries/non_working_days/non_working_day_query.rb index 7861cc4944..8f318b8306 100644 --- a/app/models/queries/non_working_days/non_working_day_query.rb +++ b/app/models/queries/non_working_days/non_working_day_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications.rb b/app/models/queries/notifications.rb index c3ef44ab64..0c84c595cc 100644 --- a/app/models/queries/notifications.rb +++ b/app/models/queries/notifications.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/filters/id_filter.rb b/app/models/queries/notifications/filters/id_filter.rb index ced6ebc4ec..f972191d5c 100644 --- a/app/models/queries/notifications/filters/id_filter.rb +++ b/app/models/queries/notifications/filters/id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/filters/notification_filter.rb b/app/models/queries/notifications/filters/notification_filter.rb index 37866ab4a0..530b3fbae2 100644 --- a/app/models/queries/notifications/filters/notification_filter.rb +++ b/app/models/queries/notifications/filters/notification_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/filters/project_filter.rb b/app/models/queries/notifications/filters/project_filter.rb index aff95be309..38e16c581b 100644 --- a/app/models/queries/notifications/filters/project_filter.rb +++ b/app/models/queries/notifications/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/filters/read_ian_filter.rb b/app/models/queries/notifications/filters/read_ian_filter.rb index 0ac4808845..6ef1ca79c4 100644 --- a/app/models/queries/notifications/filters/read_ian_filter.rb +++ b/app/models/queries/notifications/filters/read_ian_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/filters/reason_filter.rb b/app/models/queries/notifications/filters/reason_filter.rb index 0fc088efaa..aff6ec6f05 100644 --- a/app/models/queries/notifications/filters/reason_filter.rb +++ b/app/models/queries/notifications/filters/reason_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/filters/resource_id_filter.rb b/app/models/queries/notifications/filters/resource_id_filter.rb index 832ef0849d..880309d76d 100644 --- a/app/models/queries/notifications/filters/resource_id_filter.rb +++ b/app/models/queries/notifications/filters/resource_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/filters/resource_type_filter.rb b/app/models/queries/notifications/filters/resource_type_filter.rb index 445b4617aa..68657155ff 100644 --- a/app/models/queries/notifications/filters/resource_type_filter.rb +++ b/app/models/queries/notifications/filters/resource_type_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/group_bys/group_by_project.rb b/app/models/queries/notifications/group_bys/group_by_project.rb index fe02b0c4dd..9e193423ac 100644 --- a/app/models/queries/notifications/group_bys/group_by_project.rb +++ b/app/models/queries/notifications/group_bys/group_by_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/group_bys/group_by_reason.rb b/app/models/queries/notifications/group_bys/group_by_reason.rb index 7c5a1bf33a..fa9734edc5 100644 --- a/app/models/queries/notifications/group_bys/group_by_reason.rb +++ b/app/models/queries/notifications/group_bys/group_by_reason.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/notification_query.rb b/app/models/queries/notifications/notification_query.rb index 74592056d5..16ab433d70 100644 --- a/app/models/queries/notifications/notification_query.rb +++ b/app/models/queries/notifications/notification_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/orders/default_order.rb b/app/models/queries/notifications/orders/default_order.rb index ac55fc0695..28f0226dc3 100644 --- a/app/models/queries/notifications/orders/default_order.rb +++ b/app/models/queries/notifications/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/orders/project_order.rb b/app/models/queries/notifications/orders/project_order.rb index 97c0a2eb28..cae905e8f1 100644 --- a/app/models/queries/notifications/orders/project_order.rb +++ b/app/models/queries/notifications/orders/project_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/orders/read_ian_order.rb b/app/models/queries/notifications/orders/read_ian_order.rb index c30c488143..17c3403859 100644 --- a/app/models/queries/notifications/orders/read_ian_order.rb +++ b/app/models/queries/notifications/orders/read_ian_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/notifications/orders/reason_order.rb b/app/models/queries/notifications/orders/reason_order.rb index e34b8389b5..da9545d2e9 100644 --- a/app/models/queries/notifications/orders/reason_order.rb +++ b/app/models/queries/notifications/orders/reason_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators.rb b/app/models/queries/operators.rb index 66e2e34aec..67242b0691 100644 --- a/app/models/queries/operators.rb +++ b/app/models/queries/operators.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/ago.rb b/app/models/queries/operators/ago.rb index 9e5c9fc4fa..f1c2f01e59 100644 --- a/app/models/queries/operators/ago.rb +++ b/app/models/queries/operators/ago.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/all.rb b/app/models/queries/operators/all.rb index 1147296d6e..0b05b9a86f 100644 --- a/app/models/queries/operators/all.rb +++ b/app/models/queries/operators/all.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/all_and_non_blank.rb b/app/models/queries/operators/all_and_non_blank.rb index 6aea578ccd..d97c21f997 100644 --- a/app/models/queries/operators/all_and_non_blank.rb +++ b/app/models/queries/operators/all_and_non_blank.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/base.rb b/app/models/queries/operators/base.rb index 58e1b670df..6467462ddc 100644 --- a/app/models/queries/operators/base.rb +++ b/app/models/queries/operators/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/between_date.rb b/app/models/queries/operators/between_date.rb index d12a32d91a..225af9d9fa 100644 --- a/app/models/queries/operators/between_date.rb +++ b/app/models/queries/operators/between_date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/between_date_time.rb b/app/models/queries/operators/between_date_time.rb index 61128d6440..6a053e0ef6 100644 --- a/app/models/queries/operators/between_date_time.rb +++ b/app/models/queries/operators/between_date_time.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/blocked.rb b/app/models/queries/operators/blocked.rb index d0fbe81b51..5d2b04757b 100644 --- a/app/models/queries/operators/blocked.rb +++ b/app/models/queries/operators/blocked.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/blocks.rb b/app/models/queries/operators/blocks.rb index 7b7c43ac82..0255a399be 100644 --- a/app/models/queries/operators/blocks.rb +++ b/app/models/queries/operators/blocks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/boolean_equals.rb b/app/models/queries/operators/boolean_equals.rb index 5e60d66f48..fcb651a9a1 100644 --- a/app/models/queries/operators/boolean_equals.rb +++ b/app/models/queries/operators/boolean_equals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/boolean_equals_strict.rb b/app/models/queries/operators/boolean_equals_strict.rb index 1fb88843f0..6fda190eb8 100644 --- a/app/models/queries/operators/boolean_equals_strict.rb +++ b/app/models/queries/operators/boolean_equals_strict.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/boolean_not_equals.rb b/app/models/queries/operators/boolean_not_equals.rb index e5d44cb348..420767974b 100644 --- a/app/models/queries/operators/boolean_not_equals.rb +++ b/app/models/queries/operators/boolean_not_equals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/casted_greater_or_equal.rb b/app/models/queries/operators/casted_greater_or_equal.rb index 153e8e3d94..8a8506d794 100644 --- a/app/models/queries/operators/casted_greater_or_equal.rb +++ b/app/models/queries/operators/casted_greater_or_equal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/casted_less_or_equal.rb b/app/models/queries/operators/casted_less_or_equal.rb index cf7f7a7657..cc14905a6e 100644 --- a/app/models/queries/operators/casted_less_or_equal.rb +++ b/app/models/queries/operators/casted_less_or_equal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/children.rb b/app/models/queries/operators/children.rb index 66da45a15f..59714851c5 100644 --- a/app/models/queries/operators/children.rb +++ b/app/models/queries/operators/children.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/closed_work_packages.rb b/app/models/queries/operators/closed_work_packages.rb index 88cec66fd6..c3f64e3847 100644 --- a/app/models/queries/operators/closed_work_packages.rb +++ b/app/models/queries/operators/closed_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/concerns/contains_all_values.rb b/app/models/queries/operators/concerns/contains_all_values.rb index 8467041303..1366877331 100644 --- a/app/models/queries/operators/concerns/contains_all_values.rb +++ b/app/models/queries/operators/concerns/contains_all_values.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/contains.rb b/app/models/queries/operators/contains.rb index 5d035b1e0a..bd332b6b49 100644 --- a/app/models/queries/operators/contains.rb +++ b/app/models/queries/operators/contains.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/date_range_clauses.rb b/app/models/queries/operators/date_range_clauses.rb index 814823544c..0771aaf819 100644 --- a/app/models/queries/operators/date_range_clauses.rb +++ b/app/models/queries/operators/date_range_clauses.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/datetime_range_clauses.rb b/app/models/queries/operators/datetime_range_clauses.rb index 2622155873..225ff7df32 100644 --- a/app/models/queries/operators/datetime_range_clauses.rb +++ b/app/models/queries/operators/datetime_range_clauses.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/duplicated.rb b/app/models/queries/operators/duplicated.rb index b2c8cc25eb..2d8cf04cb5 100644 --- a/app/models/queries/operators/duplicated.rb +++ b/app/models/queries/operators/duplicated.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/duplicates.rb b/app/models/queries/operators/duplicates.rb index bab47c7673..e28a57c4e7 100644 --- a/app/models/queries/operators/duplicates.rb +++ b/app/models/queries/operators/duplicates.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/equals.rb b/app/models/queries/operators/equals.rb index 8453bdd311..aba83d4718 100644 --- a/app/models/queries/operators/equals.rb +++ b/app/models/queries/operators/equals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/everywhere.rb b/app/models/queries/operators/everywhere.rb index 4a18d6f702..624bb86600 100644 --- a/app/models/queries/operators/everywhere.rb +++ b/app/models/queries/operators/everywhere.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/follows.rb b/app/models/queries/operators/follows.rb index 08cb998c53..5fa5b5321a 100644 --- a/app/models/queries/operators/follows.rb +++ b/app/models/queries/operators/follows.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/greater_or_equal.rb b/app/models/queries/operators/greater_or_equal.rb index fd5d5274b4..002c7635e2 100644 --- a/app/models/queries/operators/greater_or_equal.rb +++ b/app/models/queries/operators/greater_or_equal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/in.rb b/app/models/queries/operators/in.rb index 8e4806cd21..ad80bdb98c 100644 --- a/app/models/queries/operators/in.rb +++ b/app/models/queries/operators/in.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/in_less_than.rb b/app/models/queries/operators/in_less_than.rb index 1b3d56c5d9..a47b22b500 100644 --- a/app/models/queries/operators/in_less_than.rb +++ b/app/models/queries/operators/in_less_than.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/in_more_than.rb b/app/models/queries/operators/in_more_than.rb index 584d00a3c0..cd6b87825f 100644 --- a/app/models/queries/operators/in_more_than.rb +++ b/app/models/queries/operators/in_more_than.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/includes.rb b/app/models/queries/operators/includes.rb index bf18e3f7b4..ac0954075e 100644 --- a/app/models/queries/operators/includes.rb +++ b/app/models/queries/operators/includes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/less_or_equal.rb b/app/models/queries/operators/less_or_equal.rb index b128fc0678..6868f24e8a 100644 --- a/app/models/queries/operators/less_or_equal.rb +++ b/app/models/queries/operators/less_or_equal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/less_than_ago.rb b/app/models/queries/operators/less_than_ago.rb index 4a5cedfc65..ef0a56cebd 100644 --- a/app/models/queries/operators/less_than_ago.rb +++ b/app/models/queries/operators/less_than_ago.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/more_than_ago.rb b/app/models/queries/operators/more_than_ago.rb index 7389cda3df..cfebde72cb 100644 --- a/app/models/queries/operators/more_than_ago.rb +++ b/app/models/queries/operators/more_than_ago.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/none.rb b/app/models/queries/operators/none.rb index cbf2c308ba..ab9e91a902 100644 --- a/app/models/queries/operators/none.rb +++ b/app/models/queries/operators/none.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/none_or_blank.rb b/app/models/queries/operators/none_or_blank.rb index ac6ac9c941..0814a99828 100644 --- a/app/models/queries/operators/none_or_blank.rb +++ b/app/models/queries/operators/none_or_blank.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/not_contains.rb b/app/models/queries/operators/not_contains.rb index bc80871f77..e76daad629 100644 --- a/app/models/queries/operators/not_contains.rb +++ b/app/models/queries/operators/not_contains.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/not_equals.rb b/app/models/queries/operators/not_equals.rb index 8aac091f37..c9d5567b1b 100644 --- a/app/models/queries/operators/not_equals.rb +++ b/app/models/queries/operators/not_equals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/on_date.rb b/app/models/queries/operators/on_date.rb index db9cd350d8..dafdae92d4 100644 --- a/app/models/queries/operators/on_date.rb +++ b/app/models/queries/operators/on_date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/on_date_time.rb b/app/models/queries/operators/on_date_time.rb index 3ca5ebbde1..35ac201aaf 100644 --- a/app/models/queries/operators/on_date_time.rb +++ b/app/models/queries/operators/on_date_time.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/open_work_packages.rb b/app/models/queries/operators/open_work_packages.rb index 6007062af7..0c4bf8a308 100644 --- a/app/models/queries/operators/open_work_packages.rb +++ b/app/models/queries/operators/open_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/ordered_work_packages.rb b/app/models/queries/operators/ordered_work_packages.rb index b691055914..b1d8514f9e 100644 --- a/app/models/queries/operators/ordered_work_packages.rb +++ b/app/models/queries/operators/ordered_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/parent.rb b/app/models/queries/operators/parent.rb index 4806e629ac..4d213a2e75 100644 --- a/app/models/queries/operators/parent.rb +++ b/app/models/queries/operators/parent.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/part_of.rb b/app/models/queries/operators/part_of.rb index 4bc1d73f6d..8f0cf5b190 100644 --- a/app/models/queries/operators/part_of.rb +++ b/app/models/queries/operators/part_of.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/precedes.rb b/app/models/queries/operators/precedes.rb index f0d2ca166d..a629e6a154 100644 --- a/app/models/queries/operators/precedes.rb +++ b/app/models/queries/operators/precedes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/relates.rb b/app/models/queries/operators/relates.rb index 608f2c8b33..4e898ead4c 100644 --- a/app/models/queries/operators/relates.rb +++ b/app/models/queries/operators/relates.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/required.rb b/app/models/queries/operators/required.rb index 6d1dab7f95..62e5c9e2c5 100644 --- a/app/models/queries/operators/required.rb +++ b/app/models/queries/operators/required.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/requires.rb b/app/models/queries/operators/requires.rb index 90740b7073..ca6a0e64a8 100644 --- a/app/models/queries/operators/requires.rb +++ b/app/models/queries/operators/requires.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/this_week.rb b/app/models/queries/operators/this_week.rb index e6499ca679..775ea94bff 100644 --- a/app/models/queries/operators/this_week.rb +++ b/app/models/queries/operators/this_week.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/operators/today.rb b/app/models/queries/operators/today.rb index 477246ae4e..bbc11a099f 100644 --- a/app/models/queries/operators/today.rb +++ b/app/models/queries/operators/today.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/orders/available_orders.rb b/app/models/queries/orders/available_orders.rb index 5960c57501..9f48eac2b2 100644 --- a/app/models/queries/orders/available_orders.rb +++ b/app/models/queries/orders/available_orders.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/orders/base.rb b/app/models/queries/orders/base.rb index 1c2b14a474..c0ed9d8cd2 100644 --- a/app/models/queries/orders/base.rb +++ b/app/models/queries/orders/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/orders/not_existing_order.rb b/app/models/queries/orders/not_existing_order.rb index 0a7a514c5c..017beed904 100644 --- a/app/models/queries/orders/not_existing_order.rb +++ b/app/models/queries/orders/not_existing_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users.rb b/app/models/queries/placeholder_users.rb index a58e7cf81a..60d346f32f 100644 --- a/app/models/queries/placeholder_users.rb +++ b/app/models/queries/placeholder_users.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/filters/any_name_attribute_filter.rb b/app/models/queries/placeholder_users/filters/any_name_attribute_filter.rb index 1babfab8b4..00eb23d28c 100644 --- a/app/models/queries/placeholder_users/filters/any_name_attribute_filter.rb +++ b/app/models/queries/placeholder_users/filters/any_name_attribute_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/filters/group_filter.rb b/app/models/queries/placeholder_users/filters/group_filter.rb index 41f852cc43..afd7ff73ee 100644 --- a/app/models/queries/placeholder_users/filters/group_filter.rb +++ b/app/models/queries/placeholder_users/filters/group_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/filters/name_filter.rb b/app/models/queries/placeholder_users/filters/name_filter.rb index e523e390f0..9ba3ae7114 100644 --- a/app/models/queries/placeholder_users/filters/name_filter.rb +++ b/app/models/queries/placeholder_users/filters/name_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/filters/placeholder_user_filter.rb b/app/models/queries/placeholder_users/filters/placeholder_user_filter.rb index 7740e49e11..d95ef4df37 100644 --- a/app/models/queries/placeholder_users/filters/placeholder_user_filter.rb +++ b/app/models/queries/placeholder_users/filters/placeholder_user_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/filters/status_filter.rb b/app/models/queries/placeholder_users/filters/status_filter.rb index cd63feece4..e8015aa870 100644 --- a/app/models/queries/placeholder_users/filters/status_filter.rb +++ b/app/models/queries/placeholder_users/filters/status_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/orders/default_order.rb b/app/models/queries/placeholder_users/orders/default_order.rb index 59d610c8f5..ffff9db627 100644 --- a/app/models/queries/placeholder_users/orders/default_order.rb +++ b/app/models/queries/placeholder_users/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/orders/group_order.rb b/app/models/queries/placeholder_users/orders/group_order.rb index 2ba32f0802..8912f36f5d 100644 --- a/app/models/queries/placeholder_users/orders/group_order.rb +++ b/app/models/queries/placeholder_users/orders/group_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/orders/name_order.rb b/app/models/queries/placeholder_users/orders/name_order.rb index 2be3e420f7..448b86e2ad 100644 --- a/app/models/queries/placeholder_users/orders/name_order.rb +++ b/app/models/queries/placeholder_users/orders/name_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/placeholder_users/placeholder_user_query.rb b/app/models/queries/placeholder_users/placeholder_user_query.rb index de22a0da75..95a56c75b3 100644 --- a/app/models/queries/placeholder_users/placeholder_user_query.rb +++ b/app/models/queries/placeholder_users/placeholder_user_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals.rb b/app/models/queries/principals.rb index ec19f28f65..9cb5de291a 100644 --- a/app/models/queries/principals.rb +++ b/app/models/queries/principals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/filters/any_name_attribute_filter.rb b/app/models/queries/principals/filters/any_name_attribute_filter.rb index 8fea6a8d77..38f83c925e 100644 --- a/app/models/queries/principals/filters/any_name_attribute_filter.rb +++ b/app/models/queries/principals/filters/any_name_attribute_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/filters/id_filter.rb b/app/models/queries/principals/filters/id_filter.rb index 9d27e33237..44ec3eda2c 100644 --- a/app/models/queries/principals/filters/id_filter.rb +++ b/app/models/queries/principals/filters/id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/filters/member_filter.rb b/app/models/queries/principals/filters/member_filter.rb index 026ff13424..7a090b6508 100644 --- a/app/models/queries/principals/filters/member_filter.rb +++ b/app/models/queries/principals/filters/member_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/filters/name_filter.rb b/app/models/queries/principals/filters/name_filter.rb index ab596b533f..2de0c98e48 100644 --- a/app/models/queries/principals/filters/name_filter.rb +++ b/app/models/queries/principals/filters/name_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/filters/principal_filter.rb b/app/models/queries/principals/filters/principal_filter.rb index e67ab5390d..d78a8edc03 100644 --- a/app/models/queries/principals/filters/principal_filter.rb +++ b/app/models/queries/principals/filters/principal_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/filters/status_filter.rb b/app/models/queries/principals/filters/status_filter.rb index ec7e09c06d..04454c739a 100644 --- a/app/models/queries/principals/filters/status_filter.rb +++ b/app/models/queries/principals/filters/status_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/filters/type_filter.rb b/app/models/queries/principals/filters/type_filter.rb index 37a01c9b51..7b02382d8c 100644 --- a/app/models/queries/principals/filters/type_filter.rb +++ b/app/models/queries/principals/filters/type_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/filters/typeahead_filter.rb b/app/models/queries/principals/filters/typeahead_filter.rb index 31c371da73..a9a0b88a59 100644 --- a/app/models/queries/principals/filters/typeahead_filter.rb +++ b/app/models/queries/principals/filters/typeahead_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/orders/name_order.rb b/app/models/queries/principals/orders/name_order.rb index 07671dc82f..6169b4aded 100644 --- a/app/models/queries/principals/orders/name_order.rb +++ b/app/models/queries/principals/orders/name_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/principals/principal_query.rb b/app/models/queries/principals/principal_query.rb index a37aa62c3d..67de8b1bad 100644 --- a/app/models/queries/principals/principal_query.rb +++ b/app/models/queries/principals/principal_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects.rb b/app/models/queries/projects.rb index 90e7b50748..2805280a3f 100644 --- a/app/models/queries/projects.rb +++ b/app/models/queries/projects.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/active_filter.rb b/app/models/queries/projects/filters/active_filter.rb index bfaeff9ecc..e272d21eb8 100644 --- a/app/models/queries/projects/filters/active_filter.rb +++ b/app/models/queries/projects/filters/active_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/ancestor_filter.rb b/app/models/queries/projects/filters/ancestor_filter.rb index 02148d7090..cb0d90841a 100644 --- a/app/models/queries/projects/filters/ancestor_filter.rb +++ b/app/models/queries/projects/filters/ancestor_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/created_at_filter.rb b/app/models/queries/projects/filters/created_at_filter.rb index 7af2d20fbf..c7d7ef7226 100644 --- a/app/models/queries/projects/filters/created_at_filter.rb +++ b/app/models/queries/projects/filters/created_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/custom_field_context.rb b/app/models/queries/projects/filters/custom_field_context.rb index 84ef4d0370..e00fd047f8 100644 --- a/app/models/queries/projects/filters/custom_field_context.rb +++ b/app/models/queries/projects/filters/custom_field_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/custom_field_filter.rb b/app/models/queries/projects/filters/custom_field_filter.rb index f4a67ba78b..7ffa8885d9 100644 --- a/app/models/queries/projects/filters/custom_field_filter.rb +++ b/app/models/queries/projects/filters/custom_field_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/id_filter.rb b/app/models/queries/projects/filters/id_filter.rb index fbd8ff8b70..1e44b2dbdf 100644 --- a/app/models/queries/projects/filters/id_filter.rb +++ b/app/models/queries/projects/filters/id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/latest_activity_at_filter.rb b/app/models/queries/projects/filters/latest_activity_at_filter.rb index 5aef10bc9e..b4533fc608 100644 --- a/app/models/queries/projects/filters/latest_activity_at_filter.rb +++ b/app/models/queries/projects/filters/latest_activity_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/name_and_identifier_filter.rb b/app/models/queries/projects/filters/name_and_identifier_filter.rb index 1577db3c5b..473543e795 100644 --- a/app/models/queries/projects/filters/name_and_identifier_filter.rb +++ b/app/models/queries/projects/filters/name_and_identifier_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/name_filter.rb b/app/models/queries/projects/filters/name_filter.rb index e3f4c75036..cc220cf573 100644 --- a/app/models/queries/projects/filters/name_filter.rb +++ b/app/models/queries/projects/filters/name_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/parent_filter.rb b/app/models/queries/projects/filters/parent_filter.rb index b8f3f74e2e..0a6496a0a7 100644 --- a/app/models/queries/projects/filters/parent_filter.rb +++ b/app/models/queries/projects/filters/parent_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/principal_filter.rb b/app/models/queries/projects/filters/principal_filter.rb index 19ac17dba1..e8839f4895 100644 --- a/app/models/queries/projects/filters/principal_filter.rb +++ b/app/models/queries/projects/filters/principal_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/project_filter.rb b/app/models/queries/projects/filters/project_filter.rb index 68a6720cd8..49bc96e809 100644 --- a/app/models/queries/projects/filters/project_filter.rb +++ b/app/models/queries/projects/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/project_status_filter.rb b/app/models/queries/projects/filters/project_status_filter.rb index 1a6bfbf4e5..b5783e3333 100644 --- a/app/models/queries/projects/filters/project_status_filter.rb +++ b/app/models/queries/projects/filters/project_status_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/public_filter.rb b/app/models/queries/projects/filters/public_filter.rb index 26cb34b508..3faeb32854 100644 --- a/app/models/queries/projects/filters/public_filter.rb +++ b/app/models/queries/projects/filters/public_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/templated_filter.rb b/app/models/queries/projects/filters/templated_filter.rb index d9836e98a0..cce8660495 100644 --- a/app/models/queries/projects/filters/templated_filter.rb +++ b/app/models/queries/projects/filters/templated_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/type_filter.rb b/app/models/queries/projects/filters/type_filter.rb index d079ca3cf0..446143b9c1 100644 --- a/app/models/queries/projects/filters/type_filter.rb +++ b/app/models/queries/projects/filters/type_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/typeahead_filter.rb b/app/models/queries/projects/filters/typeahead_filter.rb index 0d9eda9d75..0e9d3dd285 100644 --- a/app/models/queries/projects/filters/typeahead_filter.rb +++ b/app/models/queries/projects/filters/typeahead_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/user_action_filter.rb b/app/models/queries/projects/filters/user_action_filter.rb index 0fb0079237..1d63cc7d12 100644 --- a/app/models/queries/projects/filters/user_action_filter.rb +++ b/app/models/queries/projects/filters/user_action_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/filters/visible_filter.rb b/app/models/queries/projects/filters/visible_filter.rb index 7819fffbf5..ea965400b7 100644 --- a/app/models/queries/projects/filters/visible_filter.rb +++ b/app/models/queries/projects/filters/visible_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/orders/custom_field_order.rb b/app/models/queries/projects/orders/custom_field_order.rb index e063780d56..fb707f3397 100644 --- a/app/models/queries/projects/orders/custom_field_order.rb +++ b/app/models/queries/projects/orders/custom_field_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/orders/default_order.rb b/app/models/queries/projects/orders/default_order.rb index 40b4245531..d39a73fc6e 100644 --- a/app/models/queries/projects/orders/default_order.rb +++ b/app/models/queries/projects/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/orders/latest_activity_at_order.rb b/app/models/queries/projects/orders/latest_activity_at_order.rb index b283271568..a92146a6e7 100644 --- a/app/models/queries/projects/orders/latest_activity_at_order.rb +++ b/app/models/queries/projects/orders/latest_activity_at_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/orders/name_order.rb b/app/models/queries/projects/orders/name_order.rb index 35730b5e12..23536d3a8a 100644 --- a/app/models/queries/projects/orders/name_order.rb +++ b/app/models/queries/projects/orders/name_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/orders/project_status_order.rb b/app/models/queries/projects/orders/project_status_order.rb index 4e2de50a10..15938d0fcf 100644 --- a/app/models/queries/projects/orders/project_status_order.rb +++ b/app/models/queries/projects/orders/project_status_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/orders/required_disk_space_order.rb b/app/models/queries/projects/orders/required_disk_space_order.rb index baf7e4381e..ccb8b8e5ad 100644 --- a/app/models/queries/projects/orders/required_disk_space_order.rb +++ b/app/models/queries/projects/orders/required_disk_space_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/orders/typeahead_order.rb b/app/models/queries/projects/orders/typeahead_order.rb index 6077b2003a..18080c726d 100644 --- a/app/models/queries/projects/orders/typeahead_order.rb +++ b/app/models/queries/projects/orders/typeahead_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/projects/project_query.rb b/app/models/queries/projects/project_query.rb index caf731fbcf..3ed04dd90e 100644 --- a/app/models/queries/projects/project_query.rb +++ b/app/models/queries/projects/project_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/queries.rb b/app/models/queries/queries.rb index aa3585f087..9fad135b6d 100644 --- a/app/models/queries/queries.rb +++ b/app/models/queries/queries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/queries/filters/id_filter.rb b/app/models/queries/queries/filters/id_filter.rb index 5b09368fe0..bd9a334b52 100644 --- a/app/models/queries/queries/filters/id_filter.rb +++ b/app/models/queries/queries/filters/id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/queries/filters/project_filter.rb b/app/models/queries/queries/filters/project_filter.rb index 3ddccbc56e..9804fa3fb6 100644 --- a/app/models/queries/queries/filters/project_filter.rb +++ b/app/models/queries/queries/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/queries/filters/project_identifier_filter.rb b/app/models/queries/queries/filters/project_identifier_filter.rb index 6338eeac3b..f163edc50a 100644 --- a/app/models/queries/queries/filters/project_identifier_filter.rb +++ b/app/models/queries/queries/filters/project_identifier_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/queries/filters/query_filter.rb b/app/models/queries/queries/filters/query_filter.rb index ab6e443b6a..587b1a024a 100644 --- a/app/models/queries/queries/filters/query_filter.rb +++ b/app/models/queries/queries/filters/query_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/queries/filters/updated_at_filter.rb b/app/models/queries/queries/filters/updated_at_filter.rb index 6f881c3f2b..070d5b1a05 100644 --- a/app/models/queries/queries/filters/updated_at_filter.rb +++ b/app/models/queries/queries/filters/updated_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/queries/query_query.rb b/app/models/queries/queries/query_query.rb index aeb623eb10..9bff8466f1 100644 --- a/app/models/queries/queries/query_query.rb +++ b/app/models/queries/queries/query_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/register.rb b/app/models/queries/register.rb index b2ae64e663..85dcea28b3 100644 --- a/app/models/queries/register.rb +++ b/app/models/queries/register.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations.rb b/app/models/queries/relations.rb index 93bb8eb279..eb83301dc0 100644 --- a/app/models/queries/relations.rb +++ b/app/models/queries/relations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/filters/from_filter.rb b/app/models/queries/relations/filters/from_filter.rb index 3e066b86a7..ae0108bc47 100644 --- a/app/models/queries/relations/filters/from_filter.rb +++ b/app/models/queries/relations/filters/from_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/filters/id_filter.rb b/app/models/queries/relations/filters/id_filter.rb index a611dfb96c..9a3c66fde3 100644 --- a/app/models/queries/relations/filters/id_filter.rb +++ b/app/models/queries/relations/filters/id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/filters/involved_filter.rb b/app/models/queries/relations/filters/involved_filter.rb index 00c2689b89..2936edaeeb 100644 --- a/app/models/queries/relations/filters/involved_filter.rb +++ b/app/models/queries/relations/filters/involved_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/filters/relation_filter.rb b/app/models/queries/relations/filters/relation_filter.rb index 81675aaeb6..091b5ef2c6 100644 --- a/app/models/queries/relations/filters/relation_filter.rb +++ b/app/models/queries/relations/filters/relation_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/filters/to_filter.rb b/app/models/queries/relations/filters/to_filter.rb index 857ae2eba1..8ecef40bbb 100644 --- a/app/models/queries/relations/filters/to_filter.rb +++ b/app/models/queries/relations/filters/to_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/filters/type_filter.rb b/app/models/queries/relations/filters/type_filter.rb index 256f667d05..bf890d5afd 100644 --- a/app/models/queries/relations/filters/type_filter.rb +++ b/app/models/queries/relations/filters/type_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/filters/visibility_checking.rb b/app/models/queries/relations/filters/visibility_checking.rb index 77b1d6ba9f..203d23075d 100644 --- a/app/models/queries/relations/filters/visibility_checking.rb +++ b/app/models/queries/relations/filters/visibility_checking.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/orders/default_order.rb b/app/models/queries/relations/orders/default_order.rb index 85921f6776..116e64a307 100644 --- a/app/models/queries/relations/orders/default_order.rb +++ b/app/models/queries/relations/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/relations/relation_query.rb b/app/models/queries/relations/relation_query.rb index 6e41340165..024de41b69 100644 --- a/app/models/queries/relations/relation_query.rb +++ b/app/models/queries/relations/relation_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/roles.rb b/app/models/queries/roles.rb index 301217c292..25a084c0f8 100644 --- a/app/models/queries/roles.rb +++ b/app/models/queries/roles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/roles/filters/grantable_filter.rb b/app/models/queries/roles/filters/grantable_filter.rb index cb798438d0..dff7bd08c7 100644 --- a/app/models/queries/roles/filters/grantable_filter.rb +++ b/app/models/queries/roles/filters/grantable_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/roles/filters/role_filter.rb b/app/models/queries/roles/filters/role_filter.rb index dada7cc4ea..883c6b199d 100644 --- a/app/models/queries/roles/filters/role_filter.rb +++ b/app/models/queries/roles/filters/role_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/roles/filters/unit_filter.rb b/app/models/queries/roles/filters/unit_filter.rb index 1bc7a2a14e..3a08dd7293 100644 --- a/app/models/queries/roles/filters/unit_filter.rb +++ b/app/models/queries/roles/filters/unit_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/roles/role_query.rb b/app/models/queries/roles/role_query.rb index 3ce01472c8..1599672007 100644 --- a/app/models/queries/roles/role_query.rb +++ b/app/models/queries/roles/role_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/scopes/having_views.rb b/app/models/queries/scopes/having_views.rb index 4c8203b461..81d3ec6f3f 100644 --- a/app/models/queries/scopes/having_views.rb +++ b/app/models/queries/scopes/having_views.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/scopes/visible.rb b/app/models/queries/scopes/visible.rb index 6e75f5a985..ffdff84f6d 100644 --- a/app/models/queries/scopes/visible.rb +++ b/app/models/queries/scopes/visible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/serialization/hash.rb b/app/models/queries/serialization/hash.rb index e76a489dd2..964a5b3048 100644 --- a/app/models/queries/serialization/hash.rb +++ b/app/models/queries/serialization/hash.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users.rb b/app/models/queries/users.rb index 0cbf0ffb7e..4ad05ade60 100644 --- a/app/models/queries/users.rb +++ b/app/models/queries/users.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/filters/any_name_attribute_filter.rb b/app/models/queries/users/filters/any_name_attribute_filter.rb index 74910394f7..6228c8fc79 100644 --- a/app/models/queries/users/filters/any_name_attribute_filter.rb +++ b/app/models/queries/users/filters/any_name_attribute_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/filters/blocked_filter.rb b/app/models/queries/users/filters/blocked_filter.rb index 40562c229a..a6da445f72 100644 --- a/app/models/queries/users/filters/blocked_filter.rb +++ b/app/models/queries/users/filters/blocked_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/filters/group_filter.rb b/app/models/queries/users/filters/group_filter.rb index 0f6cc8a6c9..b5f79f939c 100644 --- a/app/models/queries/users/filters/group_filter.rb +++ b/app/models/queries/users/filters/group_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/filters/login_filter.rb b/app/models/queries/users/filters/login_filter.rb index 99d3dee1ab..f306c1c4eb 100644 --- a/app/models/queries/users/filters/login_filter.rb +++ b/app/models/queries/users/filters/login_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/filters/name_filter.rb b/app/models/queries/users/filters/name_filter.rb index 835d920623..ebef9a24f7 100644 --- a/app/models/queries/users/filters/name_filter.rb +++ b/app/models/queries/users/filters/name_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/filters/status_filter.rb b/app/models/queries/users/filters/status_filter.rb index 7b40fcfa1f..4cc631d568 100644 --- a/app/models/queries/users/filters/status_filter.rb +++ b/app/models/queries/users/filters/status_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/filters/user_filter.rb b/app/models/queries/users/filters/user_filter.rb index c6ac58d94b..f24e094058 100644 --- a/app/models/queries/users/filters/user_filter.rb +++ b/app/models/queries/users/filters/user_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/orders/default_order.rb b/app/models/queries/users/orders/default_order.rb index aa0c03a0d7..c4016a1524 100644 --- a/app/models/queries/users/orders/default_order.rb +++ b/app/models/queries/users/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/orders/group_order.rb b/app/models/queries/users/orders/group_order.rb index d55ebd5bef..f385d68c0c 100644 --- a/app/models/queries/users/orders/group_order.rb +++ b/app/models/queries/users/orders/group_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/orders/name_order.rb b/app/models/queries/users/orders/name_order.rb index d9af649e0e..a2315386ba 100644 --- a/app/models/queries/users/orders/name_order.rb +++ b/app/models/queries/users/orders/name_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/users/user_query.rb b/app/models/queries/users/user_query.rb index f8523284c0..5dbaa422e2 100644 --- a/app/models/queries/users/user_query.rb +++ b/app/models/queries/users/user_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/versions.rb b/app/models/queries/versions.rb index 22783e60c0..59fa84c58e 100644 --- a/app/models/queries/versions.rb +++ b/app/models/queries/versions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/versions/filters/sharing_filter.rb b/app/models/queries/versions/filters/sharing_filter.rb index c2c12b062d..20dabc6058 100644 --- a/app/models/queries/versions/filters/sharing_filter.rb +++ b/app/models/queries/versions/filters/sharing_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/versions/filters/version_filter.rb b/app/models/queries/versions/filters/version_filter.rb index 1ff1809bbb..71b68b1986 100644 --- a/app/models/queries/versions/filters/version_filter.rb +++ b/app/models/queries/versions/filters/version_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/versions/orders/name_order.rb b/app/models/queries/versions/orders/name_order.rb index 50bd3280e2..ea30932563 100644 --- a/app/models/queries/versions/orders/name_order.rb +++ b/app/models/queries/versions/orders/name_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/versions/orders/semver_name_order.rb b/app/models/queries/versions/orders/semver_name_order.rb index 6d95451813..80b513c50d 100644 --- a/app/models/queries/versions/orders/semver_name_order.rb +++ b/app/models/queries/versions/orders/semver_name_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/versions/version_query.rb b/app/models/queries/versions/version_query.rb index 58fa4335d8..9fc253a38f 100644 --- a/app/models/queries/versions/version_query.rb +++ b/app/models/queries/versions/version_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/views.rb b/app/models/queries/views.rb index f206d56584..21d4331169 100644 --- a/app/models/queries/views.rb +++ b/app/models/queries/views.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/views/filters/project_filter.rb b/app/models/queries/views/filters/project_filter.rb index aa46fcc088..f6ef3f2176 100644 --- a/app/models/queries/views/filters/project_filter.rb +++ b/app/models/queries/views/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/views/filters/type_filter.rb b/app/models/queries/views/filters/type_filter.rb index cbb461c0d2..b7af3d625b 100644 --- a/app/models/queries/views/filters/type_filter.rb +++ b/app/models/queries/views/filters/type_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/views/filters/view_filter.rb b/app/models/queries/views/filters/view_filter.rb index a78de34281..d1b62d0dff 100644 --- a/app/models/queries/views/filters/view_filter.rb +++ b/app/models/queries/views/filters/view_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/views/orders/default_order.rb b/app/models/queries/views/orders/default_order.rb index 0b95199632..d56e417c8b 100644 --- a/app/models/queries/views/orders/default_order.rb +++ b/app/models/queries/views/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/views/view_query.rb b/app/models/queries/views/view_query.rb index 7cddbd5a1b..0c6d1a1f89 100644 --- a/app/models/queries/views/view_query.rb +++ b/app/models/queries/views/view_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/week_days/week_day_query.rb b/app/models/queries/week_days/week_day_query.rb index 4523c0cfde..c4924f7d26 100644 --- a/app/models/queries/week_days/week_day_query.rb +++ b/app/models/queries/week_days/week_day_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages.rb b/app/models/queries/work_packages.rb index 0ccae54120..992e406f37 100644 --- a/app/models/queries/work_packages.rb +++ b/app/models/queries/work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/columns/custom_field_column.rb b/app/models/queries/work_packages/columns/custom_field_column.rb index 3ac92ca088..b1328c97bd 100644 --- a/app/models/queries/work_packages/columns/custom_field_column.rb +++ b/app/models/queries/work_packages/columns/custom_field_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/columns/manual_sorting_column.rb b/app/models/queries/work_packages/columns/manual_sorting_column.rb index 38a56eeb80..cd94c2d134 100644 --- a/app/models/queries/work_packages/columns/manual_sorting_column.rb +++ b/app/models/queries/work_packages/columns/manual_sorting_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/columns/property_column.rb b/app/models/queries/work_packages/columns/property_column.rb index 0e7a9743ff..966989514e 100644 --- a/app/models/queries/work_packages/columns/property_column.rb +++ b/app/models/queries/work_packages/columns/property_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/columns/relation_column.rb b/app/models/queries/work_packages/columns/relation_column.rb index 412a1aed44..6b3500163e 100644 --- a/app/models/queries/work_packages/columns/relation_column.rb +++ b/app/models/queries/work_packages/columns/relation_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/columns/relation_of_type_column.rb b/app/models/queries/work_packages/columns/relation_of_type_column.rb index 27f18ca300..162237ad94 100644 --- a/app/models/queries/work_packages/columns/relation_of_type_column.rb +++ b/app/models/queries/work_packages/columns/relation_of_type_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/columns/relation_to_type_column.rb b/app/models/queries/work_packages/columns/relation_to_type_column.rb index 4b3e695956..47e9f7c8fc 100644 --- a/app/models/queries/work_packages/columns/relation_to_type_column.rb +++ b/app/models/queries/work_packages/columns/relation_to_type_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/columns/typeahead_column.rb b/app/models/queries/work_packages/columns/typeahead_column.rb index b25aaf2703..f36bd4d4e6 100644 --- a/app/models/queries/work_packages/columns/typeahead_column.rb +++ b/app/models/queries/work_packages/columns/typeahead_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/columns/work_package_column.rb b/app/models/queries/work_packages/columns/work_package_column.rb index 5b47e9a51d..e2f14b2ae6 100644 --- a/app/models/queries/work_packages/columns/work_package_column.rb +++ b/app/models/queries/work_packages/columns/work_package_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/common/manual_sorting.rb b/app/models/queries/work_packages/common/manual_sorting.rb index deeb964bf5..ea97479be5 100644 --- a/app/models/queries/work_packages/common/manual_sorting.rb +++ b/app/models/queries/work_packages/common/manual_sorting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter.rb b/app/models/queries/work_packages/filter.rb index acadfd0ffd..ab4e4d2332 100644 --- a/app/models/queries/work_packages/filter.rb +++ b/app/models/queries/work_packages/filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/assigned_to_filter.rb b/app/models/queries/work_packages/filter/assigned_to_filter.rb index 74fd615c25..d67cdbf179 100644 --- a/app/models/queries/work_packages/filter/assigned_to_filter.rb +++ b/app/models/queries/work_packages/filter/assigned_to_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/assignee_or_group_filter.rb b/app/models/queries/work_packages/filter/assignee_or_group_filter.rb index 10e06c5fa4..15bb57a88e 100644 --- a/app/models/queries/work_packages/filter/assignee_or_group_filter.rb +++ b/app/models/queries/work_packages/filter/assignee_or_group_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/attachment_base_filter.rb b/app/models/queries/work_packages/filter/attachment_base_filter.rb index 5baa6014aa..0cab831ff8 100644 --- a/app/models/queries/work_packages/filter/attachment_base_filter.rb +++ b/app/models/queries/work_packages/filter/attachment_base_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/attachment_content_filter.rb b/app/models/queries/work_packages/filter/attachment_content_filter.rb index cd8739f165..2eead765f2 100644 --- a/app/models/queries/work_packages/filter/attachment_content_filter.rb +++ b/app/models/queries/work_packages/filter/attachment_content_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/attachment_file_name_filter.rb b/app/models/queries/work_packages/filter/attachment_file_name_filter.rb index 23a1e3f1bd..5d8263536f 100644 --- a/app/models/queries/work_packages/filter/attachment_file_name_filter.rb +++ b/app/models/queries/work_packages/filter/attachment_file_name_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/author_filter.rb b/app/models/queries/work_packages/filter/author_filter.rb index 10646b701f..93465b2568 100644 --- a/app/models/queries/work_packages/filter/author_filter.rb +++ b/app/models/queries/work_packages/filter/author_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/blocked_filter.rb b/app/models/queries/work_packages/filter/blocked_filter.rb index a9ba939e04..b9b7eea00e 100644 --- a/app/models/queries/work_packages/filter/blocked_filter.rb +++ b/app/models/queries/work_packages/filter/blocked_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/blocks_filter.rb b/app/models/queries/work_packages/filter/blocks_filter.rb index 79dfd02eb2..7a48d90065 100644 --- a/app/models/queries/work_packages/filter/blocks_filter.rb +++ b/app/models/queries/work_packages/filter/blocks_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/category_filter.rb b/app/models/queries/work_packages/filter/category_filter.rb index a8b71788ff..d63c644f23 100644 --- a/app/models/queries/work_packages/filter/category_filter.rb +++ b/app/models/queries/work_packages/filter/category_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/comment_filter.rb b/app/models/queries/work_packages/filter/comment_filter.rb index 10149a1704..e0519923ff 100644 --- a/app/models/queries/work_packages/filter/comment_filter.rb +++ b/app/models/queries/work_packages/filter/comment_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/created_at_filter.rb b/app/models/queries/work_packages/filter/created_at_filter.rb index c173c48ae5..e50f3c6086 100644 --- a/app/models/queries/work_packages/filter/created_at_filter.rb +++ b/app/models/queries/work_packages/filter/created_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/custom_field_context.rb b/app/models/queries/work_packages/filter/custom_field_context.rb index f005766303..7fbd66ab08 100644 --- a/app/models/queries/work_packages/filter/custom_field_context.rb +++ b/app/models/queries/work_packages/filter/custom_field_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/custom_field_filter.rb b/app/models/queries/work_packages/filter/custom_field_filter.rb index 01fbb61e50..985cf96c43 100644 --- a/app/models/queries/work_packages/filter/custom_field_filter.rb +++ b/app/models/queries/work_packages/filter/custom_field_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/dates_interval_filter.rb b/app/models/queries/work_packages/filter/dates_interval_filter.rb index d501d59371..40d4940934 100644 --- a/app/models/queries/work_packages/filter/dates_interval_filter.rb +++ b/app/models/queries/work_packages/filter/dates_interval_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/description_filter.rb b/app/models/queries/work_packages/filter/description_filter.rb index e7cfcddaff..76c46cec8b 100644 --- a/app/models/queries/work_packages/filter/description_filter.rb +++ b/app/models/queries/work_packages/filter/description_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/done_ratio_filter.rb b/app/models/queries/work_packages/filter/done_ratio_filter.rb index acee8777d2..6ce5ee398c 100644 --- a/app/models/queries/work_packages/filter/done_ratio_filter.rb +++ b/app/models/queries/work_packages/filter/done_ratio_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/due_date_filter.rb b/app/models/queries/work_packages/filter/due_date_filter.rb index 835271e7b1..78f2933ba4 100644 --- a/app/models/queries/work_packages/filter/due_date_filter.rb +++ b/app/models/queries/work_packages/filter/due_date_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/duplicated_filter.rb b/app/models/queries/work_packages/filter/duplicated_filter.rb index 155f4853fb..59d13aea04 100644 --- a/app/models/queries/work_packages/filter/duplicated_filter.rb +++ b/app/models/queries/work_packages/filter/duplicated_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/duplicates_filter.rb b/app/models/queries/work_packages/filter/duplicates_filter.rb index 646f7f40fa..608b2bcbb6 100644 --- a/app/models/queries/work_packages/filter/duplicates_filter.rb +++ b/app/models/queries/work_packages/filter/duplicates_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/duration_filter.rb b/app/models/queries/work_packages/filter/duration_filter.rb index 694c3550da..8c1de9aa33 100644 --- a/app/models/queries/work_packages/filter/duration_filter.rb +++ b/app/models/queries/work_packages/filter/duration_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/estimated_hours_filter.rb b/app/models/queries/work_packages/filter/estimated_hours_filter.rb index aa50e55d8e..64d07cde51 100644 --- a/app/models/queries/work_packages/filter/estimated_hours_filter.rb +++ b/app/models/queries/work_packages/filter/estimated_hours_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/filter_configuration.rb b/app/models/queries/work_packages/filter/filter_configuration.rb index dd31a7ee07..7a67244426 100644 --- a/app/models/queries/work_packages/filter/filter_configuration.rb +++ b/app/models/queries/work_packages/filter/filter_configuration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/filter_for_wp_mixin.rb b/app/models/queries/work_packages/filter/filter_for_wp_mixin.rb index 2201224386..558874f369 100644 --- a/app/models/queries/work_packages/filter/filter_for_wp_mixin.rb +++ b/app/models/queries/work_packages/filter/filter_for_wp_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/filter_on_directed_relations_mixin.rb b/app/models/queries/work_packages/filter/filter_on_directed_relations_mixin.rb index 88e41acdef..0ddee67555 100644 --- a/app/models/queries/work_packages/filter/filter_on_directed_relations_mixin.rb +++ b/app/models/queries/work_packages/filter/filter_on_directed_relations_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/filter_on_undirected_relations_mixin.rb b/app/models/queries/work_packages/filter/filter_on_undirected_relations_mixin.rb index e1e5cb0520..60ba71f9d0 100644 --- a/app/models/queries/work_packages/filter/filter_on_undirected_relations_mixin.rb +++ b/app/models/queries/work_packages/filter/filter_on_undirected_relations_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/follows_filter.rb b/app/models/queries/work_packages/filter/follows_filter.rb index c12aa5300a..a9d16340a2 100644 --- a/app/models/queries/work_packages/filter/follows_filter.rb +++ b/app/models/queries/work_packages/filter/follows_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/group_filter.rb b/app/models/queries/work_packages/filter/group_filter.rb index da19cc7054..c06b95444b 100644 --- a/app/models/queries/work_packages/filter/group_filter.rb +++ b/app/models/queries/work_packages/filter/group_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/id_filter.rb b/app/models/queries/work_packages/filter/id_filter.rb index 1b3f6db12a..2fcc094e9d 100644 --- a/app/models/queries/work_packages/filter/id_filter.rb +++ b/app/models/queries/work_packages/filter/id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/includes_filter.rb b/app/models/queries/work_packages/filter/includes_filter.rb index c13c405ced..44a9fddec1 100644 --- a/app/models/queries/work_packages/filter/includes_filter.rb +++ b/app/models/queries/work_packages/filter/includes_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/manual_sort_filter.rb b/app/models/queries/work_packages/filter/manual_sort_filter.rb index 9d3fbe1f05..33fac25713 100644 --- a/app/models/queries/work_packages/filter/manual_sort_filter.rb +++ b/app/models/queries/work_packages/filter/manual_sort_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/me_value_filter_mixin.rb b/app/models/queries/work_packages/filter/me_value_filter_mixin.rb index fda228d568..ba4a8d0ce6 100644 --- a/app/models/queries/work_packages/filter/me_value_filter_mixin.rb +++ b/app/models/queries/work_packages/filter/me_value_filter_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/milestone_filter.rb b/app/models/queries/work_packages/filter/milestone_filter.rb index 7905c5d9ec..553fd3d29f 100644 --- a/app/models/queries/work_packages/filter/milestone_filter.rb +++ b/app/models/queries/work_packages/filter/milestone_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/only_subproject_filter.rb b/app/models/queries/work_packages/filter/only_subproject_filter.rb index 7d08083496..f4e2e56f47 100644 --- a/app/models/queries/work_packages/filter/only_subproject_filter.rb +++ b/app/models/queries/work_packages/filter/only_subproject_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/or_filter_for_wp_mixin.rb b/app/models/queries/work_packages/filter/or_filter_for_wp_mixin.rb index 9c6f85b7f8..efda6a6c09 100644 --- a/app/models/queries/work_packages/filter/or_filter_for_wp_mixin.rb +++ b/app/models/queries/work_packages/filter/or_filter_for_wp_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/parent_filter.rb b/app/models/queries/work_packages/filter/parent_filter.rb index a5e5bbc340..690ed1f8f5 100644 --- a/app/models/queries/work_packages/filter/parent_filter.rb +++ b/app/models/queries/work_packages/filter/parent_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/partof_filter.rb b/app/models/queries/work_packages/filter/partof_filter.rb index a1793f6f10..2565a64cb4 100644 --- a/app/models/queries/work_packages/filter/partof_filter.rb +++ b/app/models/queries/work_packages/filter/partof_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/precedes_filter.rb b/app/models/queries/work_packages/filter/precedes_filter.rb index 3e3c04520e..97fcc0fbab 100644 --- a/app/models/queries/work_packages/filter/precedes_filter.rb +++ b/app/models/queries/work_packages/filter/precedes_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/principal_base_filter.rb b/app/models/queries/work_packages/filter/principal_base_filter.rb index b8e130aa7c..a87f51b3dc 100644 --- a/app/models/queries/work_packages/filter/principal_base_filter.rb +++ b/app/models/queries/work_packages/filter/principal_base_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/principal_loader.rb b/app/models/queries/work_packages/filter/principal_loader.rb index 1542bcfef9..c775494189 100644 --- a/app/models/queries/work_packages/filter/principal_loader.rb +++ b/app/models/queries/work_packages/filter/principal_loader.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/priority_filter.rb b/app/models/queries/work_packages/filter/priority_filter.rb index 97a33de4c7..a80e3effec 100644 --- a/app/models/queries/work_packages/filter/priority_filter.rb +++ b/app/models/queries/work_packages/filter/priority_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/project_filter.rb b/app/models/queries/work_packages/filter/project_filter.rb index 70fd7485c8..1fa0029506 100644 --- a/app/models/queries/work_packages/filter/project_filter.rb +++ b/app/models/queries/work_packages/filter/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/relatable_filter.rb b/app/models/queries/work_packages/filter/relatable_filter.rb index 90ed51b409..b2a91fe68d 100644 --- a/app/models/queries/work_packages/filter/relatable_filter.rb +++ b/app/models/queries/work_packages/filter/relatable_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/relates_filter.rb b/app/models/queries/work_packages/filter/relates_filter.rb index 151484d778..8d56b48176 100644 --- a/app/models/queries/work_packages/filter/relates_filter.rb +++ b/app/models/queries/work_packages/filter/relates_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/required_filter.rb b/app/models/queries/work_packages/filter/required_filter.rb index 67dd5fac34..705bd607b2 100644 --- a/app/models/queries/work_packages/filter/required_filter.rb +++ b/app/models/queries/work_packages/filter/required_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/requires_filter.rb b/app/models/queries/work_packages/filter/requires_filter.rb index b5ba3b3a98..a7bdfacd82 100644 --- a/app/models/queries/work_packages/filter/requires_filter.rb +++ b/app/models/queries/work_packages/filter/requires_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/responsible_filter.rb b/app/models/queries/work_packages/filter/responsible_filter.rb index 1a470736c6..687c0418cd 100644 --- a/app/models/queries/work_packages/filter/responsible_filter.rb +++ b/app/models/queries/work_packages/filter/responsible_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/role_filter.rb b/app/models/queries/work_packages/filter/role_filter.rb index e8e0604e77..260f0abca4 100644 --- a/app/models/queries/work_packages/filter/role_filter.rb +++ b/app/models/queries/work_packages/filter/role_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/search_filter.rb b/app/models/queries/work_packages/filter/search_filter.rb index a50d988db4..57007c38a9 100644 --- a/app/models/queries/work_packages/filter/search_filter.rb +++ b/app/models/queries/work_packages/filter/search_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/start_date_filter.rb b/app/models/queries/work_packages/filter/start_date_filter.rb index 7c2c276ab2..824a719e88 100644 --- a/app/models/queries/work_packages/filter/start_date_filter.rb +++ b/app/models/queries/work_packages/filter/start_date_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/status_filter.rb b/app/models/queries/work_packages/filter/status_filter.rb index d09ed35cdf..949509238c 100644 --- a/app/models/queries/work_packages/filter/status_filter.rb +++ b/app/models/queries/work_packages/filter/status_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/subject_filter.rb b/app/models/queries/work_packages/filter/subject_filter.rb index 02e2252e4a..779137dca4 100644 --- a/app/models/queries/work_packages/filter/subject_filter.rb +++ b/app/models/queries/work_packages/filter/subject_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/subject_or_id_filter.rb b/app/models/queries/work_packages/filter/subject_or_id_filter.rb index c5a50bd21d..4365f4ef40 100644 --- a/app/models/queries/work_packages/filter/subject_or_id_filter.rb +++ b/app/models/queries/work_packages/filter/subject_or_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/subproject_filter.rb b/app/models/queries/work_packages/filter/subproject_filter.rb index 3a88864c57..e930165119 100644 --- a/app/models/queries/work_packages/filter/subproject_filter.rb +++ b/app/models/queries/work_packages/filter/subproject_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/text_filter_on_join_mixin.rb b/app/models/queries/work_packages/filter/text_filter_on_join_mixin.rb index 8d5db46bca..0b1f762c77 100644 --- a/app/models/queries/work_packages/filter/text_filter_on_join_mixin.rb +++ b/app/models/queries/work_packages/filter/text_filter_on_join_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/type_filter.rb b/app/models/queries/work_packages/filter/type_filter.rb index 1a9daad947..085c9e7346 100644 --- a/app/models/queries/work_packages/filter/type_filter.rb +++ b/app/models/queries/work_packages/filter/type_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/typeahead_filter.rb b/app/models/queries/work_packages/filter/typeahead_filter.rb index 5322d0b8ce..77d634c17b 100644 --- a/app/models/queries/work_packages/filter/typeahead_filter.rb +++ b/app/models/queries/work_packages/filter/typeahead_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/updated_at_filter.rb b/app/models/queries/work_packages/filter/updated_at_filter.rb index 285198f4ed..e044e42f48 100644 --- a/app/models/queries/work_packages/filter/updated_at_filter.rb +++ b/app/models/queries/work_packages/filter/updated_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/version_filter.rb b/app/models/queries/work_packages/filter/version_filter.rb index 34429ea718..06dac0df18 100644 --- a/app/models/queries/work_packages/filter/version_filter.rb +++ b/app/models/queries/work_packages/filter/version_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/watcher_filter.rb b/app/models/queries/work_packages/filter/watcher_filter.rb index ed27cc3c8f..d85034f713 100644 --- a/app/models/queries/work_packages/filter/watcher_filter.rb +++ b/app/models/queries/work_packages/filter/watcher_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter/work_package_filter.rb b/app/models/queries/work_packages/filter/work_package_filter.rb index bf75d5d9a6..bd8482794a 100644 --- a/app/models/queries/work_packages/filter/work_package_filter.rb +++ b/app/models/queries/work_packages/filter/work_package_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/queries/work_packages/filter_serializer.rb b/app/models/queries/work_packages/filter_serializer.rb index 70b9abaf07..0017dd46f7 100644 --- a/app/models/queries/work_packages/filter_serializer.rb +++ b/app/models/queries/work_packages/filter_serializer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query.rb b/app/models/query.rb index bbef698aa4..1f77af48a5 100644 --- a/app/models/query.rb +++ b/app/models/query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query/highlighting.rb b/app/models/query/highlighting.rb index a1d760c0ba..2aa0d43dc5 100644 --- a/app/models/query/highlighting.rb +++ b/app/models/query/highlighting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query/manual_sorting.rb b/app/models/query/manual_sorting.rb index 59dc20a12e..444518e67f 100644 --- a/app/models/query/manual_sorting.rb +++ b/app/models/query/manual_sorting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query/results.rb b/app/models/query/results.rb index b8aea4ed8d..6f819c3acb 100644 --- a/app/models/query/results.rb +++ b/app/models/query/results.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query/results/group_by.rb b/app/models/query/results/group_by.rb index 841970739d..0b7723245b 100644 --- a/app/models/query/results/group_by.rb +++ b/app/models/query/results/group_by.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query/results/sums.rb b/app/models/query/results/sums.rb index 10d64046ea..464959c5a5 100644 --- a/app/models/query/results/sums.rb +++ b/app/models/query/results/sums.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query/sort_criteria.rb b/app/models/query/sort_criteria.rb index c9a89188c1..b392c26b2c 100644 --- a/app/models/query/sort_criteria.rb +++ b/app/models/query/sort_criteria.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query/statement_invalid.rb b/app/models/query/statement_invalid.rb index 2f3b9742f6..a1ffa0c15d 100644 --- a/app/models/query/statement_invalid.rb +++ b/app/models/query/statement_invalid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/query/timelines.rb b/app/models/query/timelines.rb index f6243a5336..fada2c6619 100644 --- a/app/models/query/timelines.rb +++ b/app/models/query/timelines.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/relation.rb b/app/models/relation.rb index 0dcd16237a..6c13ea7da2 100644 --- a/app/models/relation.rb +++ b/app/models/relation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/relations/scopes/follows_non_manual_ancestors.rb b/app/models/relations/scopes/follows_non_manual_ancestors.rb index 3ae5fccf9e..e9008d8863 100644 --- a/app/models/relations/scopes/follows_non_manual_ancestors.rb +++ b/app/models/relations/scopes/follows_non_manual_ancestors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/relations/scopes/visible.rb b/app/models/relations/scopes/visible.rb index a052dd02c7..b3781660cd 100644 --- a/app/models/relations/scopes/visible.rb +++ b/app/models/relations/scopes/visible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/repository.rb b/app/models/repository.rb index 8999941c89..3f0ef5bc71 100644 --- a/app/models/repository.rb +++ b/app/models/repository.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/repository/git.rb b/app/models/repository/git.rb index 99eaf72e11..44ef86dc17 100644 --- a/app/models/repository/git.rb +++ b/app/models/repository/git.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/repository/subversion.rb b/app/models/repository/subversion.rb index 5cf39deb50..95208eb13a 100644 --- a/app/models/repository/subversion.rb +++ b/app/models/repository/subversion.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/role.rb b/app/models/role.rb index 7192346e62..57b6a6f70d 100644 --- a/app/models/role.rb +++ b/app/models/role.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/role_permission.rb b/app/models/role_permission.rb index 5edef04f4b..4afa548a89 100644 --- a/app/models/role_permission.rb +++ b/app/models/role_permission.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/scopes/scoped.rb b/app/models/scopes/scoped.rb index c95aa48460..56a18a9de9 100644 --- a/app/models/scopes/scoped.rb +++ b/app/models/scopes/scoped.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/serializers/indifferent_hash_serializer.rb b/app/models/serializers/indifferent_hash_serializer.rb index 0d606e72c6..c51459b06a 100644 --- a/app/models/serializers/indifferent_hash_serializer.rb +++ b/app/models/serializers/indifferent_hash_serializer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/sessions/sql_bypass.rb b/app/models/sessions/sql_bypass.rb index e1e2c2fc51..89a926cbdc 100644 --- a/app/models/sessions/sql_bypass.rb +++ b/app/models/sessions/sql_bypass.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/sessions/user_session.rb b/app/models/sessions/user_session.rb index 2c679187e5..5c8cae3b44 100644 --- a/app/models/sessions/user_session.rb +++ b/app/models/sessions/user_session.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/setting.rb b/app/models/setting.rb index 2b86914328..5ec0ec19e3 100644 --- a/app/models/setting.rb +++ b/app/models/setting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/setting/aliases.rb b/app/models/setting/aliases.rb index 4d6a812ae9..f1c887eb14 100644 --- a/app/models/setting/aliases.rb +++ b/app/models/setting/aliases.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/setting/autologin.rb b/app/models/setting/autologin.rb index ef4cc102f5..34e6a74f92 100644 --- a/app/models/setting/autologin.rb +++ b/app/models/setting/autologin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/setting/callbacks_helper.rb b/app/models/setting/callbacks_helper.rb index efce0974b6..93cc2ff2fd 100644 --- a/app/models/setting/callbacks_helper.rb +++ b/app/models/setting/callbacks_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/setting/mail_settings.rb b/app/models/setting/mail_settings.rb index 66e9fb8bbe..cf539043a1 100644 --- a/app/models/setting/mail_settings.rb +++ b/app/models/setting/mail_settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/setting/self_registration.rb b/app/models/setting/self_registration.rb index 60b768639a..2bf129362e 100644 --- a/app/models/setting/self_registration.rb +++ b/app/models/setting/self_registration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/status.rb b/app/models/status.rb index ddb77b955c..7ddfe7f35a 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/status/inexistent_status.rb b/app/models/status/inexistent_status.rb index 83f0ed034c..984db570bc 100644 --- a/app/models/status/inexistent_status.rb +++ b/app/models/status/inexistent_status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/system_user.rb b/app/models/system_user.rb index 5598610236..035b695ff5 100644 --- a/app/models/system_user.rb +++ b/app/models/system_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/token/api.rb b/app/models/token/api.rb index e2b96070ce..9fdcad0536 100644 --- a/app/models/token/api.rb +++ b/app/models/token/api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/token/auto_login.rb b/app/models/token/auto_login.rb index 6be7b32528..a1dea79ce9 100644 --- a/app/models/token/auto_login.rb +++ b/app/models/token/auto_login.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/token/backup.rb b/app/models/token/backup.rb index 70ac079016..8a7c5a70ea 100644 --- a/app/models/token/backup.rb +++ b/app/models/token/backup.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/token/enterprise_trial_key.rb b/app/models/token/enterprise_trial_key.rb index 7bf2eb895b..5a2791b89c 100644 --- a/app/models/token/enterprise_trial_key.rb +++ b/app/models/token/enterprise_trial_key.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/token/invitation.rb b/app/models/token/invitation.rb index e02d3843dc..ffe7eab75b 100644 --- a/app/models/token/invitation.rb +++ b/app/models/token/invitation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/token/recovery.rb b/app/models/token/recovery.rb index 8d33cedf85..d9bf23a6dd 100644 --- a/app/models/token/recovery.rb +++ b/app/models/token/recovery.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/token/rss.rb b/app/models/token/rss.rb index fc29b975d5..2923b074e6 100644 --- a/app/models/token/rss.rb +++ b/app/models/token/rss.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/type.rb b/app/models/type.rb index c6192af9ec..2dce33cd1f 100644 --- a/app/models/type.rb +++ b/app/models/type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/type/attribute_group.rb b/app/models/type/attribute_group.rb index ad820c2742..6cbe592b72 100644 --- a/app/models/type/attribute_group.rb +++ b/app/models/type/attribute_group.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/type/attribute_groups.rb b/app/models/type/attribute_groups.rb index f45b3d6f46..0127e37e77 100644 --- a/app/models/type/attribute_groups.rb +++ b/app/models/type/attribute_groups.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/type/attributes.rb b/app/models/type/attributes.rb index 1219432d2c..86d01d4f0e 100644 --- a/app/models/type/attributes.rb +++ b/app/models/type/attributes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/type/form_group.rb b/app/models/type/form_group.rb index 19d2a2fa03..42a6bd889f 100644 --- a/app/models/type/form_group.rb +++ b/app/models/type/form_group.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/type/inexistent_type.rb b/app/models/type/inexistent_type.rb index 7fbea83089..39271238cd 100644 --- a/app/models/type/inexistent_type.rb +++ b/app/models/type/inexistent_type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/type/query_group.rb b/app/models/type/query_group.rb index e02dd75b15..d6f5cbef71 100644 --- a/app/models/type/query_group.rb +++ b/app/models/type/query_group.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/types/scopes/milestone.rb b/app/models/types/scopes/milestone.rb index b3915f5d32..34e9a38aa4 100644 --- a/app/models/types/scopes/milestone.rb +++ b/app/models/types/scopes/milestone.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/user.rb b/app/models/user.rb index 633b2b5f90..ba92a09603 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/user_custom_field.rb b/app/models/user_custom_field.rb index 90b2f2e7fe..caa2780db8 100644 --- a/app/models/user_custom_field.rb +++ b/app/models/user_custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/user_password.rb b/app/models/user_password.rb index f4472d06ad..196506cc7e 100644 --- a/app/models/user_password.rb +++ b/app/models/user_password.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/user_password/bcrypt.rb b/app/models/user_password/bcrypt.rb index e8e558edb1..e6a1a55e48 100644 --- a/app/models/user_password/bcrypt.rb +++ b/app/models/user_password/bcrypt.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/user_password/sha1.rb b/app/models/user_password/sha1.rb index 0af083670e..d4c0dc4f62 100644 --- a/app/models/user_password/sha1.rb +++ b/app/models/user_password/sha1.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/user_preference.rb b/app/models/user_preference.rb index 7d265b9e3d..6c5833f5c4 100644 --- a/app/models/user_preference.rb +++ b/app/models/user_preference.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/user_preferences/schema.rb b/app/models/user_preferences/schema.rb index 95ec2d8f6c..55d37448be 100644 --- a/app/models/user_preferences/schema.rb +++ b/app/models/user_preferences/schema.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/inexistent_user.rb b/app/models/users/inexistent_user.rb index 4ff0a366e5..3bef8554d5 100644 --- a/app/models/users/inexistent_user.rb +++ b/app/models/users/inexistent_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/project_authorization_cache.rb b/app/models/users/project_authorization_cache.rb index 6e855a5109..54f41991c7 100644 --- a/app/models/users/project_authorization_cache.rb +++ b/app/models/users/project_authorization_cache.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/project_role_cache.rb b/app/models/users/project_role_cache.rb index 6357d8467e..2ed6f6a421 100644 --- a/app/models/users/project_role_cache.rb +++ b/app/models/users/project_role_cache.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/scopes/find_by_login.rb b/app/models/users/scopes/find_by_login.rb index 6c60e4fe24..a52f78189d 100644 --- a/app/models/users/scopes/find_by_login.rb +++ b/app/models/users/scopes/find_by_login.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/scopes/having_reminder_mail_to_send.rb b/app/models/users/scopes/having_reminder_mail_to_send.rb index 54b84ff62f..c3d09fd0be 100644 --- a/app/models/users/scopes/having_reminder_mail_to_send.rb +++ b/app/models/users/scopes/having_reminder_mail_to_send.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/scopes/newest.rb b/app/models/users/scopes/newest.rb index 0729df93fa..451a0a7b13 100644 --- a/app/models/users/scopes/newest.rb +++ b/app/models/users/scopes/newest.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/scopes/notified_globally.rb b/app/models/users/scopes/notified_globally.rb index 1811ad9a36..9a6f8fb2c9 100644 --- a/app/models/users/scopes/notified_globally.rb +++ b/app/models/users/scopes/notified_globally.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/scopes/watcher_recipients.rb b/app/models/users/scopes/watcher_recipients.rb index ee35905bfd..9b01e9210e 100644 --- a/app/models/users/scopes/watcher_recipients.rb +++ b/app/models/users/scopes/watcher_recipients.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/users/scopes/with_time_zone.rb b/app/models/users/scopes/with_time_zone.rb index f94f65e61b..4502ebb54b 100644 --- a/app/models/users/scopes/with_time_zone.rb +++ b/app/models/users/scopes/with_time_zone.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/version.rb b/app/models/version.rb index 05da60fb93..4f6405c963 100644 --- a/app/models/version.rb +++ b/app/models/version.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/version_custom_field.rb b/app/models/version_custom_field.rb index a20067a2a0..8c5f184121 100644 --- a/app/models/version_custom_field.rb +++ b/app/models/version_custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/versions/project_sharing.rb b/app/models/versions/project_sharing.rb index be39edf004..416e623d75 100644 --- a/app/models/versions/project_sharing.rb +++ b/app/models/versions/project_sharing.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/versions/scopes/order_by_semver_name.rb b/app/models/versions/scopes/order_by_semver_name.rb index aac530a05d..10f99bfb24 100644 --- a/app/models/versions/scopes/order_by_semver_name.rb +++ b/app/models/versions/scopes/order_by_semver_name.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/versions/scopes/rolled_up.rb b/app/models/versions/scopes/rolled_up.rb index d4d7d9554d..bb38747425 100644 --- a/app/models/versions/scopes/rolled_up.rb +++ b/app/models/versions/scopes/rolled_up.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/versions/scopes/shared_with.rb b/app/models/versions/scopes/shared_with.rb index 64a75f0459..bdfdddc534 100644 --- a/app/models/versions/scopes/shared_with.rb +++ b/app/models/versions/scopes/shared_with.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/view.rb b/app/models/view.rb index cdd3472ee3..614a4e307f 100644 --- a/app/models/view.rb +++ b/app/models/view.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/watcher.rb b/app/models/watcher.rb index 772ee6f150..5bfee470ba 100644 --- a/app/models/watcher.rb +++ b/app/models/watcher.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/wiki.rb b/app/models/wiki.rb index bc9fd5b57e..b5bd1529d0 100644 --- a/app/models/wiki.rb +++ b/app/models/wiki.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/wiki_content.rb b/app/models/wiki_content.rb index 9d26bdb4bb..39154eaee6 100644 --- a/app/models/wiki_content.rb +++ b/app/models/wiki_content.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/wiki_page.rb b/app/models/wiki_page.rb index de97febed5..a32dc0d1ce 100644 --- a/app/models/wiki_page.rb +++ b/app/models/wiki_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/wiki_redirect.rb b/app/models/wiki_redirect.rb index 35ecd62349..e0d6ea227c 100644 --- a/app/models/wiki_redirect.rb +++ b/app/models/wiki_redirect.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/wikis/annotate.rb b/app/models/wikis/annotate.rb index c7cc0d61ff..eb45191a66 100644 --- a/app/models/wikis/annotate.rb +++ b/app/models/wikis/annotate.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/wikis/diff.rb b/app/models/wikis/diff.rb index df2cff5dec..9d6d20ab85 100644 --- a/app/models/wikis/diff.rb +++ b/app/models/wikis/diff.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package.rb b/app/models/work_package.rb index 5c22067874..a3422cdcab 100644 --- a/app/models/work_package.rb +++ b/app/models/work_package.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/ancestors.rb b/app/models/work_package/ancestors.rb index 7e9ab9d975..f2418d07ac 100644 --- a/app/models/work_package/ancestors.rb +++ b/app/models/work_package/ancestors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/ask_before_destruction.rb b/app/models/work_package/ask_before_destruction.rb index 5cbfbc82fd..e011ed309a 100644 --- a/app/models/work_package/ask_before_destruction.rb +++ b/app/models/work_package/ask_before_destruction.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/available_custom_fields.rb b/app/models/work_package/available_custom_fields.rb index 426e4d46b6..c909428f81 100644 --- a/app/models/work_package/available_custom_fields.rb +++ b/app/models/work_package/available_custom_fields.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/custom_actioned.rb b/app/models/work_package/custom_actioned.rb index 9cd5bd2ee5..8e81046ce3 100644 --- a/app/models/work_package/custom_actioned.rb +++ b/app/models/work_package/custom_actioned.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/exports/csv.rb b/app/models/work_package/exports/csv.rb index 6e6a28adf1..347268c68b 100644 --- a/app/models/work_package/exports/csv.rb +++ b/app/models/work_package/exports/csv.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/exports/formatters/costs.rb b/app/models/work_package/exports/formatters/costs.rb index 67e3e02bab..c9ff20a5ae 100644 --- a/app/models/work_package/exports/formatters/costs.rb +++ b/app/models/work_package/exports/formatters/costs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/exports/formatters/estimated_hours.rb b/app/models/work_package/exports/formatters/estimated_hours.rb index e904a9cd51..97ce4d962c 100644 --- a/app/models/work_package/exports/formatters/estimated_hours.rb +++ b/app/models/work_package/exports/formatters/estimated_hours.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/exports/query_exporter.rb b/app/models/work_package/exports/query_exporter.rb index 86fda7e4ac..7f8ecf4940 100644 --- a/app/models/work_package/exports/query_exporter.rb +++ b/app/models/work_package/exports/query_exporter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/hooks.rb b/app/models/work_package/hooks.rb index a31d3f9c7e..5f7c291f55 100644 --- a/app/models/work_package/hooks.rb +++ b/app/models/work_package/hooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/inexistent_work_package.rb b/app/models/work_package/inexistent_work_package.rb index 4c110bf1a9..36a09ce816 100644 --- a/app/models/work_package/inexistent_work_package.rb +++ b/app/models/work_package/inexistent_work_package.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/journalized.rb b/app/models/work_package/journalized.rb index 322bc29244..de026a52d6 100644 --- a/app/models/work_package/journalized.rb +++ b/app/models/work_package/journalized.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/pdf_export/attachments.rb b/app/models/work_package/pdf_export/attachments.rb index 9b3e2cdb63..be491f41f6 100644 --- a/app/models/work_package/pdf_export/attachments.rb +++ b/app/models/work_package/pdf_export/attachments.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/pdf_export/common.rb b/app/models/work_package/pdf_export/common.rb index 112af25705..60b315057d 100644 --- a/app/models/work_package/pdf_export/common.rb +++ b/app/models/work_package/pdf_export/common.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/pdf_export/formattable.rb b/app/models/work_package/pdf_export/formattable.rb index c0afbec699..0cda6dffb0 100644 --- a/app/models/work_package/pdf_export/formattable.rb +++ b/app/models/work_package/pdf_export/formattable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/pdf_export/view.rb b/app/models/work_package/pdf_export/view.rb index 0682e85475..40bf361fbc 100644 --- a/app/models/work_package/pdf_export/view.rb +++ b/app/models/work_package/pdf_export/view.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/pdf_export/work_package_list_to_pdf.rb b/app/models/work_package/pdf_export/work_package_list_to_pdf.rb index f4f1124ef0..e66655253d 100644 --- a/app/models/work_package/pdf_export/work_package_list_to_pdf.rb +++ b/app/models/work_package/pdf_export/work_package_list_to_pdf.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/pdf_export/work_package_to_pdf.rb b/app/models/work_package/pdf_export/work_package_to_pdf.rb index 07cc4a9a94..63175653ed 100644 --- a/app/models/work_package/pdf_export/work_package_to_pdf.rb +++ b/app/models/work_package/pdf_export/work_package_to_pdf.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/scheduling_rules.rb b/app/models/work_package/scheduling_rules.rb index 957bcc4621..1a5848e413 100644 --- a/app/models/work_package/scheduling_rules.rb +++ b/app/models/work_package/scheduling_rules.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/status_transitions.rb b/app/models/work_package/status_transitions.rb index fa8a462953..c0b4ad0235 100644 --- a/app/models/work_package/status_transitions.rb +++ b/app/models/work_package/status_transitions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/time_entries_cleaner.rb b/app/models/work_package/time_entries_cleaner.rb index 3306bbf7c9..79e5a46b10 100644 --- a/app/models/work_package/time_entries_cleaner.rb +++ b/app/models/work_package/time_entries_cleaner.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package/validations.rb b/app/models/work_package/validations.rb index c5ff6837bc..ce894a83ea 100644 --- a/app/models/work_package/validations.rb +++ b/app/models/work_package/validations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_package_custom_field.rb b/app/models/work_package_custom_field.rb index 489bd2b20d..850d730ebc 100644 --- a/app/models/work_package_custom_field.rb +++ b/app/models/work_package_custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/costs.rb b/app/models/work_packages/costs.rb index b78a898d10..54e28cdd25 100644 --- a/app/models/work_packages/costs.rb +++ b/app/models/work_packages/costs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/derived_dates.rb b/app/models/work_packages/derived_dates.rb index 51725062a7..e54e2dfc3d 100644 --- a/app/models/work_packages/derived_dates.rb +++ b/app/models/work_packages/derived_dates.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/scopes/covering_days_of_week.rb b/app/models/work_packages/scopes/covering_days_of_week.rb index 35995b7122..f9c7217e77 100644 --- a/app/models/work_packages/scopes/covering_days_of_week.rb +++ b/app/models/work_packages/scopes/covering_days_of_week.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/scopes/for_scheduling.rb b/app/models/work_packages/scopes/for_scheduling.rb index b6c20d6473..bf94ee90f3 100644 --- a/app/models/work_packages/scopes/for_scheduling.rb +++ b/app/models/work_packages/scopes/for_scheduling.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/scopes/include_derived_dates.rb b/app/models/work_packages/scopes/include_derived_dates.rb index 01ec20c598..54799c837a 100644 --- a/app/models/work_packages/scopes/include_derived_dates.rb +++ b/app/models/work_packages/scopes/include_derived_dates.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/scopes/include_spent_time.rb b/app/models/work_packages/scopes/include_spent_time.rb index ac1852fbcd..fdb91ebc4c 100644 --- a/app/models/work_packages/scopes/include_spent_time.rb +++ b/app/models/work_packages/scopes/include_spent_time.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/scopes/involving_user.rb b/app/models/work_packages/scopes/involving_user.rb index cbfbca0198..4e5fe25e64 100644 --- a/app/models/work_packages/scopes/involving_user.rb +++ b/app/models/work_packages/scopes/involving_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/scopes/left_join_self_and_descendants.rb b/app/models/work_packages/scopes/left_join_self_and_descendants.rb index 2c91846c0d..3abcdc1748 100644 --- a/app/models/work_packages/scopes/left_join_self_and_descendants.rb +++ b/app/models/work_packages/scopes/left_join_self_and_descendants.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/work_packages/spent_time.rb b/app/models/work_packages/spent_time.rb index 23348f1a43..916f949375 100644 --- a/app/models/work_packages/spent_time.rb +++ b/app/models/work_packages/spent_time.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/workflow.rb b/app/models/workflow.rb index 6e0b433e9b..d804faad79 100644 --- a/app/models/workflow.rb +++ b/app/models/workflow.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/policies/base_policy.rb b/app/policies/base_policy.rb index 77dad01f4a..94b6f057d1 100644 --- a/app/policies/base_policy.rb +++ b/app/policies/base_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/policies/query_policy.rb b/app/policies/query_policy.rb index ef424c09c9..dfb11c1d3f 100644 --- a/app/policies/query_policy.rb +++ b/app/policies/query_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/policies/redirect_policy.rb b/app/policies/redirect_policy.rb index 04ffd65587..232a5e36ab 100644 --- a/app/policies/redirect_policy.rb +++ b/app/policies/redirect_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/policies/scm/authorization_policy.rb b/app/policies/scm/authorization_policy.rb index 408d050722..f14e8b4906 100644 --- a/app/policies/scm/authorization_policy.rb +++ b/app/policies/scm/authorization_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/policies/scm/git_authorization_policy.rb b/app/policies/scm/git_authorization_policy.rb index d6006bd5e4..f7972d417a 100644 --- a/app/policies/scm/git_authorization_policy.rb +++ b/app/policies/scm/git_authorization_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/policies/scm/subversion_authorization_policy.rb b/app/policies/scm/subversion_authorization_policy.rb index 7ddc1cbd15..17b4cc7828 100644 --- a/app/policies/scm/subversion_authorization_policy.rb +++ b/app/policies/scm/subversion_authorization_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/policies/work_package_policy.rb b/app/policies/work_package_policy.rb index 0646f9ad6d..4f6f99d30d 100644 --- a/app/policies/work_package_policy.rb +++ b/app/policies/work_package_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/admin_user_seeder.rb b/app/seeders/admin_user_seeder.rb index c531b4f8bf..b927f3ae9a 100644 --- a/app/seeders/admin_user_seeder.rb +++ b/app/seeders/admin_user_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/activity_seeder.rb b/app/seeders/basic_data/activity_seeder.rb index edd4c668d4..28857719ed 100644 --- a/app/seeders/basic_data/activity_seeder.rb +++ b/app/seeders/basic_data/activity_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/builtin_roles_seeder.rb b/app/seeders/basic_data/builtin_roles_seeder.rb index f70ec3b8cb..e83bbd909b 100644 --- a/app/seeders/basic_data/builtin_roles_seeder.rb +++ b/app/seeders/basic_data/builtin_roles_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/color_scheme_seeder.rb b/app/seeders/basic_data/color_scheme_seeder.rb index f76a43c03f..ed8591a16e 100644 --- a/app/seeders/basic_data/color_scheme_seeder.rb +++ b/app/seeders/basic_data/color_scheme_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/color_seeder.rb b/app/seeders/basic_data/color_seeder.rb index 5929550b3e..d566f48f57 100644 --- a/app/seeders/basic_data/color_seeder.rb +++ b/app/seeders/basic_data/color_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/priority_seeder.rb b/app/seeders/basic_data/priority_seeder.rb index 2d8d76eec0..28951f4890 100644 --- a/app/seeders/basic_data/priority_seeder.rb +++ b/app/seeders/basic_data/priority_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/role_seeder.rb b/app/seeders/basic_data/role_seeder.rb index 3e9f46f985..50e12dab6b 100644 --- a/app/seeders/basic_data/role_seeder.rb +++ b/app/seeders/basic_data/role_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/setting_seeder.rb b/app/seeders/basic_data/setting_seeder.rb index 0648e507ec..f7dc7ac827 100644 --- a/app/seeders/basic_data/setting_seeder.rb +++ b/app/seeders/basic_data/setting_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/status_seeder.rb b/app/seeders/basic_data/status_seeder.rb index 113bc4ccfe..7d1a1cbbd6 100644 --- a/app/seeders/basic_data/status_seeder.rb +++ b/app/seeders/basic_data/status_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/type_seeder.rb b/app/seeders/basic_data/type_seeder.rb index 249457ef8e..e28c5197ad 100644 --- a/app/seeders/basic_data/type_seeder.rb +++ b/app/seeders/basic_data/type_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data/workflow_seeder.rb b/app/seeders/basic_data/workflow_seeder.rb index 9304d0d6a8..74f2544e42 100644 --- a/app/seeders/basic_data/workflow_seeder.rb +++ b/app/seeders/basic_data/workflow_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/basic_data_seeder.rb b/app/seeders/basic_data_seeder.rb index 5ce1d8cb74..5f770cb71e 100644 --- a/app/seeders/basic_data_seeder.rb +++ b/app/seeders/basic_data_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/composite_seeder.rb b/app/seeders/composite_seeder.rb index ff4642ba0c..a22f35dd22 100644 --- a/app/seeders/composite_seeder.rb +++ b/app/seeders/composite_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/attribute_help_text_seeder.rb b/app/seeders/demo_data/attribute_help_text_seeder.rb index 82952ec7a0..545879272a 100644 --- a/app/seeders/demo_data/attribute_help_text_seeder.rb +++ b/app/seeders/demo_data/attribute_help_text_seeder.rb @@ -1,7 +1,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/custom_field_seeder.rb b/app/seeders/demo_data/custom_field_seeder.rb index e37a3e098c..7a35ee8a64 100644 --- a/app/seeders/demo_data/custom_field_seeder.rb +++ b/app/seeders/demo_data/custom_field_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/global_query_seeder.rb b/app/seeders/demo_data/global_query_seeder.rb index 24561a6d0e..a89cea1761 100644 --- a/app/seeders/demo_data/global_query_seeder.rb +++ b/app/seeders/demo_data/global_query_seeder.rb @@ -1,7 +1,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/group_seeder.rb b/app/seeders/demo_data/group_seeder.rb index 3b46a405a4..ea26931be0 100644 --- a/app/seeders/demo_data/group_seeder.rb +++ b/app/seeders/demo_data/group_seeder.rb @@ -1,7 +1,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/project_seeder.rb b/app/seeders/demo_data/project_seeder.rb index 8748b3ecec..704417feaf 100644 --- a/app/seeders/demo_data/project_seeder.rb +++ b/app/seeders/demo_data/project_seeder.rb @@ -1,7 +1,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/query_builder.rb b/app/seeders/demo_data/query_builder.rb index 41ca56e67a..b81f552f62 100644 --- a/app/seeders/demo_data/query_builder.rb +++ b/app/seeders/demo_data/query_builder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/references.rb b/app/seeders/demo_data/references.rb index 5146aad3be..3269f9c59e 100644 --- a/app/seeders/demo_data/references.rb +++ b/app/seeders/demo_data/references.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/version_builder.rb b/app/seeders/demo_data/version_builder.rb index 75468450ac..86722eb77d 100644 --- a/app/seeders/demo_data/version_builder.rb +++ b/app/seeders/demo_data/version_builder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/wiki_seeder.rb b/app/seeders/demo_data/wiki_seeder.rb index 2d2aa312ff..25eef9e7c9 100644 --- a/app/seeders/demo_data/wiki_seeder.rb +++ b/app/seeders/demo_data/wiki_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/work_package_board_seeder.rb b/app/seeders/demo_data/work_package_board_seeder.rb index c094ab5f8e..f7993056ef 100644 --- a/app/seeders/demo_data/work_package_board_seeder.rb +++ b/app/seeders/demo_data/work_package_board_seeder.rb @@ -1,7 +1,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data/work_package_seeder.rb b/app/seeders/demo_data/work_package_seeder.rb index 947ac7d6f7..556711cb7c 100644 --- a/app/seeders/demo_data/work_package_seeder.rb +++ b/app/seeders/demo_data/work_package_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/demo_data_seeder.rb b/app/seeders/demo_data_seeder.rb index b86ca8ce3b..c8ff212557 100644 --- a/app/seeders/demo_data_seeder.rb +++ b/app/seeders/demo_data_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/development_data/custom_fields_seeder.rb b/app/seeders/development_data/custom_fields_seeder.rb index 95da39e8d4..408259950e 100644 --- a/app/seeders/development_data/custom_fields_seeder.rb +++ b/app/seeders/development_data/custom_fields_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/development_data/projects_seeder.rb b/app/seeders/development_data/projects_seeder.rb index da76830852..91c6160455 100644 --- a/app/seeders/development_data/projects_seeder.rb +++ b/app/seeders/development_data/projects_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/development_data/users_seeder.rb b/app/seeders/development_data/users_seeder.rb index d40985a6fa..95221610ab 100644 --- a/app/seeders/development_data/users_seeder.rb +++ b/app/seeders/development_data/users_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -27,7 +27,7 @@ #++ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/development_data_seeder.rb b/app/seeders/development_data_seeder.rb index 00a65341d2..91ec593c97 100644 --- a/app/seeders/development_data_seeder.rb +++ b/app/seeders/development_data_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/root_seeder.rb b/app/seeders/root_seeder.rb index 7611a6916b..347791a0b8 100644 --- a/app/seeders/root_seeder.rb +++ b/app/seeders/root_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/seeder.rb b/app/seeders/seeder.rb index a3ea1643ea..c723a706ff 100644 --- a/app/seeders/seeder.rb +++ b/app/seeders/seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/standard_seeder/basic_data/activity_seeder.rb b/app/seeders/standard_seeder/basic_data/activity_seeder.rb index 5082ef7241..4024cb2a4d 100644 --- a/app/seeders/standard_seeder/basic_data/activity_seeder.rb +++ b/app/seeders/standard_seeder/basic_data/activity_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/standard_seeder/basic_data/priority_seeder.rb b/app/seeders/standard_seeder/basic_data/priority_seeder.rb index f0d20a6847..230146385f 100644 --- a/app/seeders/standard_seeder/basic_data/priority_seeder.rb +++ b/app/seeders/standard_seeder/basic_data/priority_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/standard_seeder/basic_data/status_seeder.rb b/app/seeders/standard_seeder/basic_data/status_seeder.rb index 045bc416fa..da6376b11c 100644 --- a/app/seeders/standard_seeder/basic_data/status_seeder.rb +++ b/app/seeders/standard_seeder/basic_data/status_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/standard_seeder/basic_data/type_seeder.rb b/app/seeders/standard_seeder/basic_data/type_seeder.rb index bbc0246e39..258175e9ec 100644 --- a/app/seeders/standard_seeder/basic_data/type_seeder.rb +++ b/app/seeders/standard_seeder/basic_data/type_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/standard_seeder/basic_data/workflow_seeder.rb b/app/seeders/standard_seeder/basic_data/workflow_seeder.rb index 806ea66227..9dd6ca1ef9 100644 --- a/app/seeders/standard_seeder/basic_data/workflow_seeder.rb +++ b/app/seeders/standard_seeder/basic_data/workflow_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/seeders/standard_seeder/basic_data_seeder.rb b/app/seeders/standard_seeder/basic_data_seeder.rb index 4ca670082c..87fec3e8c1 100644 --- a/app/seeders/standard_seeder/basic_data_seeder.rb +++ b/app/seeders/standard_seeder/basic_data_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/add_work_package_note_service.rb b/app/services/add_work_package_note_service.rb index 32d29a9d4e..e80b194118 100644 --- a/app/services/add_work_package_note_service.rb +++ b/app/services/add_work_package_note_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/api/parse_resource_params_service.rb b/app/services/api/parse_resource_params_service.rb index 2fb1449c6b..e11eab0179 100644 --- a/app/services/api/parse_resource_params_service.rb +++ b/app/services/api/parse_resource_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/api/parser_struct.rb b/app/services/api/parser_struct.rb index c11cdddf94..442ce2bc27 100644 --- a/app/services/api/parser_struct.rb +++ b/app/services/api/parser_struct.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/api/v3/params_to_query_service.rb b/app/services/api/v3/params_to_query_service.rb index 430bf15363..bf2286054f 100644 --- a/app/services/api/v3/params_to_query_service.rb +++ b/app/services/api/v3/params_to_query_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/api/v3/parse_query_params_service.rb b/app/services/api/v3/parse_query_params_service.rb index 7fb5dc7f30..bdc75553f2 100644 --- a/app/services/api/v3/parse_query_params_service.rb +++ b/app/services/api/v3/parse_query_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/api/v3/parse_resource_params_service.rb b/app/services/api/v3/parse_resource_params_service.rb index 13fe922e48..72273f7df4 100644 --- a/app/services/api/v3/parse_resource_params_service.rb +++ b/app/services/api/v3/parse_resource_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/api/v3/update_query_from_v3_params_service.rb b/app/services/api/v3/update_query_from_v3_params_service.rb index 2c294843d4..1b1292a590 100644 --- a/app/services/api/v3/update_query_from_v3_params_service.rb +++ b/app/services/api/v3/update_query_from_v3_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/api/v3/work_package_collection_from_query_params_service.rb b/app/services/api/v3/work_package_collection_from_query_params_service.rb index e90d86bfaf..f61754086d 100644 --- a/app/services/api/v3/work_package_collection_from_query_params_service.rb +++ b/app/services/api/v3/work_package_collection_from_query_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/api/v3/work_package_collection_from_query_service.rb b/app/services/api/v3/work_package_collection_from_query_service.rb index f6e88fbfb6..b2025b7ab9 100644 --- a/app/services/api/v3/work_package_collection_from_query_service.rb +++ b/app/services/api/v3/work_package_collection_from_query_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/base_service.rb b/app/services/attachments/base_service.rb index 24d29cce31..ffc12ef48d 100644 --- a/app/services/attachments/base_service.rb +++ b/app/services/attachments/base_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/build_service.rb b/app/services/attachments/build_service.rb index d0fb73f3cd..b35de44479 100644 --- a/app/services/attachments/build_service.rb +++ b/app/services/attachments/build_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/create_service.rb b/app/services/attachments/create_service.rb index a8c4c8ab01..7babcaadd4 100644 --- a/app/services/attachments/create_service.rb +++ b/app/services/attachments/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/delete_service.rb b/app/services/attachments/delete_service.rb index d52679c944..0dda26e0f3 100644 --- a/app/services/attachments/delete_service.rb +++ b/app/services/attachments/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/prepare_upload_service.rb b/app/services/attachments/prepare_upload_service.rb index 4d68c18deb..e291ebe3ba 100644 --- a/app/services/attachments/prepare_upload_service.rb +++ b/app/services/attachments/prepare_upload_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/replace_attachments.rb b/app/services/attachments/replace_attachments.rb index 3f7f2f26de..78bdb85c63 100644 --- a/app/services/attachments/replace_attachments.rb +++ b/app/services/attachments/replace_attachments.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/set_attributes_service.rb b/app/services/attachments/set_attributes_service.rb index 71fb773439..cfc0e7f6bc 100644 --- a/app/services/attachments/set_attributes_service.rb +++ b/app/services/attachments/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/set_prepared_attributes_service.rb b/app/services/attachments/set_prepared_attributes_service.rb index e37b6a7d9b..26ba993850 100644 --- a/app/services/attachments/set_prepared_attributes_service.rb +++ b/app/services/attachments/set_prepared_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/set_replacements.rb b/app/services/attachments/set_replacements.rb index 3781751d60..9a8952b536 100644 --- a/app/services/attachments/set_replacements.rb +++ b/app/services/attachments/set_replacements.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attachments/touch_container.rb b/app/services/attachments/touch_container.rb index 241abfc767..6b1b857466 100644 --- a/app/services/attachments/touch_container.rb +++ b/app/services/attachments/touch_container.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attribute_help_texts/create_service.rb b/app/services/attribute_help_texts/create_service.rb index 51f8be87fd..32b0b6077d 100644 --- a/app/services/attribute_help_texts/create_service.rb +++ b/app/services/attribute_help_texts/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attribute_help_texts/set_attributes_service.rb b/app/services/attribute_help_texts/set_attributes_service.rb index 1f9774ce39..931e1bef68 100644 --- a/app/services/attribute_help_texts/set_attributes_service.rb +++ b/app/services/attribute_help_texts/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/attribute_help_texts/update_service.rb b/app/services/attribute_help_texts/update_service.rb index 7c21928db3..53c3691232 100644 --- a/app/services/attribute_help_texts/update_service.rb +++ b/app/services/attribute_help_texts/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authentication/omniauth_service.rb b/app/services/authentication/omniauth_service.rb index ffe48d161b..1c599c9974 100644 --- a/app/services/authentication/omniauth_service.rb +++ b/app/services/authentication/omniauth_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization.rb b/app/services/authorization.rb index 4f7d6a7f6f..f9fb6610da 100644 --- a/app/services/authorization.rb +++ b/app/services/authorization.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/abstract_query.rb b/app/services/authorization/abstract_query.rb index 5e5248b192..072a8ebb7d 100644 --- a/app/services/authorization/abstract_query.rb +++ b/app/services/authorization/abstract_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/abstract_user_query.rb b/app/services/authorization/abstract_user_query.rb index 87a6e0aff7..4e78068476 100644 --- a/app/services/authorization/abstract_user_query.rb +++ b/app/services/authorization/abstract_user_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/enterprise_service.rb b/app/services/authorization/enterprise_service.rb index 5f50aa5f93..0fd21a9130 100644 --- a/app/services/authorization/enterprise_service.rb +++ b/app/services/authorization/enterprise_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/project_query.rb b/app/services/authorization/project_query.rb index dc0f46bab0..d76a430a3e 100644 --- a/app/services/authorization/project_query.rb +++ b/app/services/authorization/project_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/query_transformation.rb b/app/services/authorization/query_transformation.rb index 1b931cecc8..1848dae76d 100644 --- a/app/services/authorization/query_transformation.rb +++ b/app/services/authorization/query_transformation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/query_transformation_visitor.rb b/app/services/authorization/query_transformation_visitor.rb index b930e4d2dc..4543c75234 100644 --- a/app/services/authorization/query_transformation_visitor.rb +++ b/app/services/authorization/query_transformation_visitor.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/query_transformations.rb b/app/services/authorization/query_transformations.rb index c8543beefe..ed39076cbc 100644 --- a/app/services/authorization/query_transformations.rb +++ b/app/services/authorization/query_transformations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/query_transformations_order.rb b/app/services/authorization/query_transformations_order.rb index 0f28857aac..e16af418d5 100644 --- a/app/services/authorization/query_transformations_order.rb +++ b/app/services/authorization/query_transformations_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/user_allowed_query.rb b/app/services/authorization/user_allowed_query.rb index 0fe736d199..22171ed5ab 100644 --- a/app/services/authorization/user_allowed_query.rb +++ b/app/services/authorization/user_allowed_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/user_allowed_service.rb b/app/services/authorization/user_allowed_service.rb index 7336598d39..6a174c6b05 100644 --- a/app/services/authorization/user_allowed_service.rb +++ b/app/services/authorization/user_allowed_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/user_global_roles_query.rb b/app/services/authorization/user_global_roles_query.rb index 36e0169c44..56c0d366bf 100644 --- a/app/services/authorization/user_global_roles_query.rb +++ b/app/services/authorization/user_global_roles_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/user_project_roles_query.rb b/app/services/authorization/user_project_roles_query.rb index 61f9c8d121..ae2ac96315 100644 --- a/app/services/authorization/user_project_roles_query.rb +++ b/app/services/authorization/user_project_roles_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/authorization/user_roles_query.rb b/app/services/authorization/user_roles_query.rb index 68e53abd9c..1399c0033d 100644 --- a/app/services/authorization/user_roles_query.rb +++ b/app/services/authorization/user_roles_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/backups/create_service.rb b/app/services/backups/create_service.rb index 6efdd487e8..85584b74f5 100644 --- a/app/services/backups/create_service.rb +++ b/app/services/backups/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/backups/set_attributes_service.rb b/app/services/backups/set_attributes_service.rb index d51df10609..f8b995305f 100644 --- a/app/services/backups/set_attributes_service.rb +++ b/app/services/backups/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_project_service.rb b/app/services/base_project_service.rb index 5c2bce2a15..e0a4527ebe 100644 --- a/app/services/base_project_service.rb +++ b/app/services/base_project_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_services/base_callable.rb b/app/services/base_services/base_callable.rb index 610434907c..be2394512b 100644 --- a/app/services/base_services/base_callable.rb +++ b/app/services/base_services/base_callable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_services/base_contracted.rb b/app/services/base_services/base_contracted.rb index 101ee19086..362edc9c1f 100644 --- a/app/services/base_services/base_contracted.rb +++ b/app/services/base_services/base_contracted.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_services/copy.rb b/app/services/base_services/copy.rb index aebef7cec8..edf0f3db8a 100644 --- a/app/services/base_services/copy.rb +++ b/app/services/base_services/copy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_services/create.rb b/app/services/base_services/create.rb index 5154536913..2d84cae76d 100644 --- a/app/services/base_services/create.rb +++ b/app/services/base_services/create.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_services/delete.rb b/app/services/base_services/delete.rb index f4b06db073..030f3a6538 100644 --- a/app/services/base_services/delete.rb +++ b/app/services/base_services/delete.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_services/set_attributes.rb b/app/services/base_services/set_attributes.rb index 3f40ba3a8c..2e92e3e3fe 100644 --- a/app/services/base_services/set_attributes.rb +++ b/app/services/base_services/set_attributes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_services/update.rb b/app/services/base_services/update.rb index 6fd838591e..f25fad693a 100644 --- a/app/services/base_services/update.rb +++ b/app/services/base_services/update.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_services/write.rb b/app/services/base_services/write.rb index 26e3e0d727..b1ee7f5236 100644 --- a/app/services/base_services/write.rb +++ b/app/services/base_services/write.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/base_type_service.rb b/app/services/base_type_service.rb index 070b877df2..95f2e25bdd 100644 --- a/app/services/base_type_service.rb +++ b/app/services/base_type_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/changesets/log_time_service.rb b/app/services/changesets/log_time_service.rb index 68a0983139..fd00f5e47b 100644 --- a/app/services/changesets/log_time_service.rb +++ b/app/services/changesets/log_time_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/concerns/contracted.rb b/app/services/concerns/contracted.rb index 21457528a7..8d37d88c5a 100644 --- a/app/services/concerns/contracted.rb +++ b/app/services/concerns/contracted.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/concerns/with_reversible_state.rb b/app/services/concerns/with_reversible_state.rb index 1bbade2cc8..7455cda85f 100644 --- a/app/services/concerns/with_reversible_state.rb +++ b/app/services/concerns/with_reversible_state.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/copy/dependency.rb b/app/services/copy/dependency.rb index acf994c3d9..db9c6ba2cb 100644 --- a/app/services/copy/dependency.rb +++ b/app/services/copy/dependency.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/create_type_service.rb b/app/services/create_type_service.rb index d507bc7976..6cae73cbef 100644 --- a/app/services/create_type_service.rb +++ b/app/services/create_type_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/custom_actions/base_service.rb b/app/services/custom_actions/base_service.rb index 13385d98a6..21af5de0b5 100644 --- a/app/services/custom_actions/base_service.rb +++ b/app/services/custom_actions/base_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/custom_actions/create_service.rb b/app/services/custom_actions/create_service.rb index 6ad1aa65b8..ff097b2c9b 100644 --- a/app/services/custom_actions/create_service.rb +++ b/app/services/custom_actions/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/custom_actions/update_service.rb b/app/services/custom_actions/update_service.rb index b64569ed79..13126b3016 100644 --- a/app/services/custom_actions/update_service.rb +++ b/app/services/custom_actions/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/custom_actions/update_work_package_service.rb b/app/services/custom_actions/update_work_package_service.rb index 4987a9bbe7..130126d2ab 100644 --- a/app/services/custom_actions/update_work_package_service.rb +++ b/app/services/custom_actions/update_work_package_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/custom_fields/create_service.rb b/app/services/custom_fields/create_service.rb index fe0659ac10..060f09ad4f 100644 --- a/app/services/custom_fields/create_service.rb +++ b/app/services/custom_fields/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/custom_fields/set_attributes_service.rb b/app/services/custom_fields/set_attributes_service.rb index df6d735a1d..832e8b128b 100644 --- a/app/services/custom_fields/set_attributes_service.rb +++ b/app/services/custom_fields/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/custom_fields/update_service.rb b/app/services/custom_fields/update_service.rb index 67ea37636d..054bafd6ad 100644 --- a/app/services/custom_fields/update_service.rb +++ b/app/services/custom_fields/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/design/update_design_service.rb b/app/services/design/update_design_service.rb index 95c1fdc472..059801f7a3 100644 --- a/app/services/design/update_design_service.rb +++ b/app/services/design/update_design_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/grids/copy/widgets_dependent_service.rb b/app/services/grids/copy/widgets_dependent_service.rb index 15c75a406c..e5f34d891f 100644 --- a/app/services/grids/copy/widgets_dependent_service.rb +++ b/app/services/grids/copy/widgets_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/grids/copy_service.rb b/app/services/grids/copy_service.rb index 357707a91e..c1a3a3e6d0 100644 --- a/app/services/grids/copy_service.rb +++ b/app/services/grids/copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/groups/add_users_service.rb b/app/services/groups/add_users_service.rb index 812a8e000d..41ef6d90a4 100644 --- a/app/services/groups/add_users_service.rb +++ b/app/services/groups/add_users_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/groups/cleanup_inherited_roles_service.rb b/app/services/groups/cleanup_inherited_roles_service.rb index ad95094635..2c4539285f 100644 --- a/app/services/groups/cleanup_inherited_roles_service.rb +++ b/app/services/groups/cleanup_inherited_roles_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/groups/concerns/membership_manipulation.rb b/app/services/groups/concerns/membership_manipulation.rb index 1c355e3e72..3925c1cfb7 100644 --- a/app/services/groups/concerns/membership_manipulation.rb +++ b/app/services/groups/concerns/membership_manipulation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/groups/create_service.rb b/app/services/groups/create_service.rb index bde36466ed..d5c37511f1 100644 --- a/app/services/groups/create_service.rb +++ b/app/services/groups/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/groups/delete_service.rb b/app/services/groups/delete_service.rb index b124db2204..2c4e2b521a 100644 --- a/app/services/groups/delete_service.rb +++ b/app/services/groups/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/groups/set_attributes_service.rb b/app/services/groups/set_attributes_service.rb index f9a865b645..e1f7d2a5c2 100644 --- a/app/services/groups/set_attributes_service.rb +++ b/app/services/groups/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/groups/update_roles_service.rb b/app/services/groups/update_roles_service.rb index c3a78d0931..2b5fd06444 100644 --- a/app/services/groups/update_roles_service.rb +++ b/app/services/groups/update_roles_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/groups/update_service.rb b/app/services/groups/update_service.rb index 72a3ced7e0..3f0a7597db 100644 --- a/app/services/groups/update_service.rb +++ b/app/services/groups/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/journals/create_service.rb b/app/services/journals/create_service.rb index 08c54ec6ab..1b96e44e88 100644 --- a/app/services/journals/create_service.rb +++ b/app/services/journals/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/journals/set_attributes_service.rb b/app/services/journals/set_attributes_service.rb index 47940e583a..72a56ed3bf 100644 --- a/app/services/journals/set_attributes_service.rb +++ b/app/services/journals/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/journals/update_service.rb b/app/services/journals/update_service.rb index 3a89e48499..5e99c629c6 100644 --- a/app/services/journals/update_service.rb +++ b/app/services/journals/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/members/cleanup_service.rb b/app/services/members/cleanup_service.rb index 4a3e5f0e53..9e6a966838 100644 --- a/app/services/members/cleanup_service.rb +++ b/app/services/members/cleanup_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/members/concerns/cleaned_up.rb b/app/services/members/concerns/cleaned_up.rb index a5d0c3fdcb..7ea0dcda54 100644 --- a/app/services/members/concerns/cleaned_up.rb +++ b/app/services/members/concerns/cleaned_up.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/members/concerns/notification_sender.rb b/app/services/members/concerns/notification_sender.rb index cddd3fc4f0..65f4d6823e 100644 --- a/app/services/members/concerns/notification_sender.rb +++ b/app/services/members/concerns/notification_sender.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/members/create_service.rb b/app/services/members/create_service.rb index 887997a2f4..3205077f9f 100644 --- a/app/services/members/create_service.rb +++ b/app/services/members/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/members/delete_service.rb b/app/services/members/delete_service.rb index e4bec78d97..caf011cd1f 100644 --- a/app/services/members/delete_service.rb +++ b/app/services/members/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/members/edit_membership_service.rb b/app/services/members/edit_membership_service.rb index 91d441cd6d..3d64d827a0 100644 --- a/app/services/members/edit_membership_service.rb +++ b/app/services/members/edit_membership_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/members/set_attributes_service.rb b/app/services/members/set_attributes_service.rb index a16a19b9f6..ec6af181ae 100644 --- a/app/services/members/set_attributes_service.rb +++ b/app/services/members/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/members/update_service.rb b/app/services/members/update_service.rb index da6cc200a2..48a51b0f11 100644 --- a/app/services/members/update_service.rb +++ b/app/services/members/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/messages/create_service.rb b/app/services/messages/create_service.rb index 28ea5b6de0..5761b32695 100644 --- a/app/services/messages/create_service.rb +++ b/app/services/messages/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/messages/set_attributes_service.rb b/app/services/messages/set_attributes_service.rb index b85ce2ee41..bd8ad6e1a8 100644 --- a/app/services/messages/set_attributes_service.rb +++ b/app/services/messages/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/messages/update_service.rb b/app/services/messages/update_service.rb index ef23494ebc..33b10472a3 100644 --- a/app/services/messages/update_service.rb +++ b/app/services/messages/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/create_from_model_service.rb b/app/services/notifications/create_from_model_service.rb index c4c14b598b..f57a649bc9 100644 --- a/app/services/notifications/create_from_model_service.rb +++ b/app/services/notifications/create_from_model_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/create_from_model_service/comment_strategy.rb b/app/services/notifications/create_from_model_service/comment_strategy.rb index a8c9463f6b..a1f27134a0 100644 --- a/app/services/notifications/create_from_model_service/comment_strategy.rb +++ b/app/services/notifications/create_from_model_service/comment_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/create_from_model_service/message_strategy.rb b/app/services/notifications/create_from_model_service/message_strategy.rb index 2fee34af68..280825e53a 100644 --- a/app/services/notifications/create_from_model_service/message_strategy.rb +++ b/app/services/notifications/create_from_model_service/message_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/create_from_model_service/news_strategy.rb b/app/services/notifications/create_from_model_service/news_strategy.rb index 2cd06b386d..ff1f0b5fca 100644 --- a/app/services/notifications/create_from_model_service/news_strategy.rb +++ b/app/services/notifications/create_from_model_service/news_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/create_from_model_service/wiki_content_strategy.rb b/app/services/notifications/create_from_model_service/wiki_content_strategy.rb index 2308ccbad1..16c5eb62bd 100644 --- a/app/services/notifications/create_from_model_service/wiki_content_strategy.rb +++ b/app/services/notifications/create_from_model_service/wiki_content_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/create_from_model_service/work_package_strategy.rb b/app/services/notifications/create_from_model_service/work_package_strategy.rb index fbab3bff0c..ddc98d1a59 100644 --- a/app/services/notifications/create_from_model_service/work_package_strategy.rb +++ b/app/services/notifications/create_from_model_service/work_package_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/create_service.rb b/app/services/notifications/create_service.rb index f18862fc46..965375f096 100644 --- a/app/services/notifications/create_service.rb +++ b/app/services/notifications/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/mail_service.rb b/app/services/notifications/mail_service.rb index 3b2490e80f..709662403a 100644 --- a/app/services/notifications/mail_service.rb +++ b/app/services/notifications/mail_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/mail_service/comment_strategy.rb b/app/services/notifications/mail_service/comment_strategy.rb index 8dba2769af..527d793172 100644 --- a/app/services/notifications/mail_service/comment_strategy.rb +++ b/app/services/notifications/mail_service/comment_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/mail_service/message_strategy.rb b/app/services/notifications/mail_service/message_strategy.rb index 8aca782878..a857eb1879 100644 --- a/app/services/notifications/mail_service/message_strategy.rb +++ b/app/services/notifications/mail_service/message_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/mail_service/news_strategy.rb b/app/services/notifications/mail_service/news_strategy.rb index 9360ca4547..8fca9e20e2 100644 --- a/app/services/notifications/mail_service/news_strategy.rb +++ b/app/services/notifications/mail_service/news_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/mail_service/wiki_content_strategy.rb b/app/services/notifications/mail_service/wiki_content_strategy.rb index 51e12aaefa..98eb643048 100644 --- a/app/services/notifications/mail_service/wiki_content_strategy.rb +++ b/app/services/notifications/mail_service/wiki_content_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/mail_service/work_package_strategy.rb b/app/services/notifications/mail_service/work_package_strategy.rb index cc889a8887..21e46329a9 100644 --- a/app/services/notifications/mail_service/work_package_strategy.rb +++ b/app/services/notifications/mail_service/work_package_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/notifications/set_attributes_service.rb b/app/services/notifications/set_attributes_service.rb index 32b67472f5..bedd6d9991 100644 --- a/app/services/notifications/set_attributes_service.rb +++ b/app/services/notifications/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/oauth/persist_application_service.rb b/app/services/oauth/persist_application_service.rb index d9149a7cb9..ec73b2310b 100644 --- a/app/services/oauth/persist_application_service.rb +++ b/app/services/oauth/persist_application_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/oauth_clients/connection_manager.rb b/app/services/oauth_clients/connection_manager.rb index bb21b6b949..9f15dbecfe 100644 --- a/app/services/oauth_clients/connection_manager.rb +++ b/app/services/oauth_clients/connection_manager.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/oauth_clients/create_service.rb b/app/services/oauth_clients/create_service.rb index bf4805b46b..64e34bb91e 100644 --- a/app/services/oauth_clients/create_service.rb +++ b/app/services/oauth_clients/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/oauth_clients/delete_service.rb b/app/services/oauth_clients/delete_service.rb index 2d2bead338..e90640c142 100644 --- a/app/services/oauth_clients/delete_service.rb +++ b/app/services/oauth_clients/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/oauth_clients/redirect_uri_from_state_service.rb b/app/services/oauth_clients/redirect_uri_from_state_service.rb index 5a20266c66..19f420ee21 100644 --- a/app/services/oauth_clients/redirect_uri_from_state_service.rb +++ b/app/services/oauth_clients/redirect_uri_from_state_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/oauth_clients/set_attributes_service.rb b/app/services/oauth_clients/set_attributes_service.rb index 48c87bc263..063ce97609 100644 --- a/app/services/oauth_clients/set_attributes_service.rb +++ b/app/services/oauth_clients/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/params_to_query_service.rb b/app/services/params_to_query_service.rb index b6d5d70e90..b41b0e92a5 100644 --- a/app/services/params_to_query_service.rb +++ b/app/services/params_to_query_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/parse_schema_filter_params_service.rb b/app/services/parse_schema_filter_params_service.rb index 01f42f7f7c..4ea07e71dd 100644 --- a/app/services/parse_schema_filter_params_service.rb +++ b/app/services/parse_schema_filter_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/placeholder_users/create_service.rb b/app/services/placeholder_users/create_service.rb index e7af85b0c5..e11fc8328a 100644 --- a/app/services/placeholder_users/create_service.rb +++ b/app/services/placeholder_users/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/placeholder_users/delete_service.rb b/app/services/placeholder_users/delete_service.rb index d854f85bcc..3db51fc17c 100644 --- a/app/services/placeholder_users/delete_service.rb +++ b/app/services/placeholder_users/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/placeholder_users/set_attributes_service.rb b/app/services/placeholder_users/set_attributes_service.rb index 6876645450..46b2f560d5 100644 --- a/app/services/placeholder_users/set_attributes_service.rb +++ b/app/services/placeholder_users/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/placeholder_users/update_service.rb b/app/services/placeholder_users/update_service.rb index e407a5fdff..89ee214f15 100644 --- a/app/services/placeholder_users/update_service.rb +++ b/app/services/placeholder_users/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/principals/replace_references_service.rb b/app/services/principals/replace_references_service.rb index 1ba55eb82e..9b5f91eaad 100644 --- a/app/services/principals/replace_references_service.rb +++ b/app/services/principals/replace_references_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/archive_service.rb b/app/services/projects/archive_service.rb index 22dfa86300..a1facb5320 100644 --- a/app/services/projects/archive_service.rb +++ b/app/services/projects/archive_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/concerns/new_project_service.rb b/app/services/projects/concerns/new_project_service.rb index c62e532c55..a19d7fc463 100644 --- a/app/services/projects/concerns/new_project_service.rb +++ b/app/services/projects/concerns/new_project_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/concerns/update_demo_data.rb b/app/services/projects/concerns/update_demo_data.rb index 6194cc76bb..4e6320db5b 100644 --- a/app/services/projects/concerns/update_demo_data.rb +++ b/app/services/projects/concerns/update_demo_data.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/boards_dependent_service.rb b/app/services/projects/copy/boards_dependent_service.rb index b8b12e2441..04d08525e6 100644 --- a/app/services/projects/copy/boards_dependent_service.rb +++ b/app/services/projects/copy/boards_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/categories_dependent_service.rb b/app/services/projects/copy/categories_dependent_service.rb index fdc45fea42..e5d2fbc01f 100644 --- a/app/services/projects/copy/categories_dependent_service.rb +++ b/app/services/projects/copy/categories_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/dependency.rb b/app/services/projects/copy/dependency.rb index be50c7b4be..1af657c717 100644 --- a/app/services/projects/copy/dependency.rb +++ b/app/services/projects/copy/dependency.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/forums_dependent_service.rb b/app/services/projects/copy/forums_dependent_service.rb index a9af28e806..1f4b7d85c3 100644 --- a/app/services/projects/copy/forums_dependent_service.rb +++ b/app/services/projects/copy/forums_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/members_dependent_service.rb b/app/services/projects/copy/members_dependent_service.rb index 483849512f..557325c64b 100644 --- a/app/services/projects/copy/members_dependent_service.rb +++ b/app/services/projects/copy/members_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/overview_dependent_service.rb b/app/services/projects/copy/overview_dependent_service.rb index 9d32df8369..f4d4f65fd1 100644 --- a/app/services/projects/copy/overview_dependent_service.rb +++ b/app/services/projects/copy/overview_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/queries_dependent_service.rb b/app/services/projects/copy/queries_dependent_service.rb index 853fe85a62..17544e129f 100644 --- a/app/services/projects/copy/queries_dependent_service.rb +++ b/app/services/projects/copy/queries_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/versions_dependent_service.rb b/app/services/projects/copy/versions_dependent_service.rb index 9e5f7a451e..7a21ec9fc8 100644 --- a/app/services/projects/copy/versions_dependent_service.rb +++ b/app/services/projects/copy/versions_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/wiki_dependent_service.rb b/app/services/projects/copy/wiki_dependent_service.rb index 62e46f23d7..45a7febbb0 100644 --- a/app/services/projects/copy/wiki_dependent_service.rb +++ b/app/services/projects/copy/wiki_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/wiki_page_attachments_dependent_service.rb b/app/services/projects/copy/wiki_page_attachments_dependent_service.rb index 4ed0489ef8..986e08d596 100644 --- a/app/services/projects/copy/wiki_page_attachments_dependent_service.rb +++ b/app/services/projects/copy/wiki_page_attachments_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy/work_packages_dependent_service.rb b/app/services/projects/copy/work_packages_dependent_service.rb index b022fdac41..d1693611dd 100644 --- a/app/services/projects/copy/work_packages_dependent_service.rb +++ b/app/services/projects/copy/work_packages_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/copy_service.rb b/app/services/projects/copy_service.rb index 320d5b2900..f3a56426a3 100644 --- a/app/services/projects/copy_service.rb +++ b/app/services/projects/copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/create_service.rb b/app/services/projects/create_service.rb index 1964137a69..b291b3056e 100644 --- a/app/services/projects/create_service.rb +++ b/app/services/projects/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/delete_service.rb b/app/services/projects/delete_service.rb index c468a7bb7d..224b2fa152 100644 --- a/app/services/projects/delete_service.rb +++ b/app/services/projects/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/enabled_modules_service.rb b/app/services/projects/enabled_modules_service.rb index e02ae25811..1d68fe6963 100644 --- a/app/services/projects/enabled_modules_service.rb +++ b/app/services/projects/enabled_modules_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/enqueue_copy_service.rb b/app/services/projects/enqueue_copy_service.rb index 3231d031a4..06887caeca 100644 --- a/app/services/projects/enqueue_copy_service.rb +++ b/app/services/projects/enqueue_copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/gantt_query_generator_service.rb b/app/services/projects/gantt_query_generator_service.rb index 3c4cabe763..9e703b716c 100644 --- a/app/services/projects/gantt_query_generator_service.rb +++ b/app/services/projects/gantt_query_generator_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/schedule_deletion_service.rb b/app/services/projects/schedule_deletion_service.rb index d11bdbed99..3027e9249b 100644 --- a/app/services/projects/schedule_deletion_service.rb +++ b/app/services/projects/schedule_deletion_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/set_attributes_service.rb b/app/services/projects/set_attributes_service.rb index 3d3b630358..da159d5736 100644 --- a/app/services/projects/set_attributes_service.rb +++ b/app/services/projects/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/unarchive_service.rb b/app/services/projects/unarchive_service.rb index 794153147f..a2db7a0537 100644 --- a/app/services/projects/unarchive_service.rb +++ b/app/services/projects/unarchive_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/projects/update_service.rb b/app/services/projects/update_service.rb index be79dfc0e9..4a756227ff 100644 --- a/app/services/projects/update_service.rb +++ b/app/services/projects/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/queries/base_service.rb b/app/services/queries/base_service.rb index 59a384d090..ac995c11db 100644 --- a/app/services/queries/base_service.rb +++ b/app/services/queries/base_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/queries/copy/filters_mapper.rb b/app/services/queries/copy/filters_mapper.rb index db41e9b8e0..0da43e1107 100644 --- a/app/services/queries/copy/filters_mapper.rb +++ b/app/services/queries/copy/filters_mapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/queries/copy/ordered_work_packages_dependent_service.rb b/app/services/queries/copy/ordered_work_packages_dependent_service.rb index 762215f6d3..5a82a280ec 100644 --- a/app/services/queries/copy/ordered_work_packages_dependent_service.rb +++ b/app/services/queries/copy/ordered_work_packages_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/queries/copy/views_dependent_service.rb b/app/services/queries/copy/views_dependent_service.rb index 679961451c..92afad7a04 100644 --- a/app/services/queries/copy/views_dependent_service.rb +++ b/app/services/queries/copy/views_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/queries/copy_service.rb b/app/services/queries/copy_service.rb index bef9f19335..714aa4719c 100644 --- a/app/services/queries/copy_service.rb +++ b/app/services/queries/copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/queries/create_service.rb b/app/services/queries/create_service.rb index 0d75b853ff..edef1c66af 100644 --- a/app/services/queries/create_service.rb +++ b/app/services/queries/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/queries/set_attributes_service.rb b/app/services/queries/set_attributes_service.rb index fc32e3a168..2ab27276c5 100644 --- a/app/services/queries/set_attributes_service.rb +++ b/app/services/queries/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/queries/update_service.rb b/app/services/queries/update_service.rb index 4d94662086..403e8154cd 100644 --- a/app/services/queries/update_service.rb +++ b/app/services/queries/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/relations/base_service.rb b/app/services/relations/base_service.rb index e42f5db1a0..3876879585 100644 --- a/app/services/relations/base_service.rb +++ b/app/services/relations/base_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/relations/create_service.rb b/app/services/relations/create_service.rb index 68541ddfdc..a20fb2ef05 100644 --- a/app/services/relations/create_service.rb +++ b/app/services/relations/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/relations/delete_service.rb b/app/services/relations/delete_service.rb index 42a0761408..764c526f6b 100644 --- a/app/services/relations/delete_service.rb +++ b/app/services/relations/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/relations/update_service.rb b/app/services/relations/update_service.rb index 12856365f7..dbf6b3b8b4 100644 --- a/app/services/relations/update_service.rb +++ b/app/services/relations/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/assignee_report.rb b/app/services/reports/assignee_report.rb index 393e1cab99..fb2264a3a4 100644 --- a/app/services/reports/assignee_report.rb +++ b/app/services/reports/assignee_report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/author_report.rb b/app/services/reports/author_report.rb index 86b472384a..c4df615fc2 100644 --- a/app/services/reports/author_report.rb +++ b/app/services/reports/author_report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/category_report.rb b/app/services/reports/category_report.rb index 85a4079618..e56f04e50b 100644 --- a/app/services/reports/category_report.rb +++ b/app/services/reports/category_report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/priority_report.rb b/app/services/reports/priority_report.rb index 788f94f38c..c2fb1faee6 100644 --- a/app/services/reports/priority_report.rb +++ b/app/services/reports/priority_report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/report.rb b/app/services/reports/report.rb index 2b9b76d898..13ccb0381d 100644 --- a/app/services/reports/report.rb +++ b/app/services/reports/report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/reports_service.rb b/app/services/reports/reports_service.rb index 5712868c7c..484e5f215c 100644 --- a/app/services/reports/reports_service.rb +++ b/app/services/reports/reports_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/responsible_report.rb b/app/services/reports/responsible_report.rb index 02e3e0a058..a23595c8e2 100644 --- a/app/services/reports/responsible_report.rb +++ b/app/services/reports/responsible_report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/subproject_report.rb b/app/services/reports/subproject_report.rb index afa69a32ff..6b5c027c2f 100644 --- a/app/services/reports/subproject_report.rb +++ b/app/services/reports/subproject_report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/type_report.rb b/app/services/reports/type_report.rb index ff7908c44a..cfe89897e2 100644 --- a/app/services/reports/type_report.rb +++ b/app/services/reports/type_report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/reports/version_report.rb b/app/services/reports/version_report.rb index 3924aedfd3..f5a2bafa89 100644 --- a/app/services/reports/version_report.rb +++ b/app/services/reports/version_report.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/roles/create_service.rb b/app/services/roles/create_service.rb index 4cab268fbc..c04626c7ce 100644 --- a/app/services/roles/create_service.rb +++ b/app/services/roles/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/roles/notify_mixin.rb b/app/services/roles/notify_mixin.rb index 6342b477a2..9ee13bac1f 100644 --- a/app/services/roles/notify_mixin.rb +++ b/app/services/roles/notify_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/roles/set_attributes_service.rb b/app/services/roles/set_attributes_service.rb index a53eabd1ac..9a53286f8e 100644 --- a/app/services/roles/set_attributes_service.rb +++ b/app/services/roles/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/roles/update_service.rb b/app/services/roles/update_service.rb index e4f9c03de5..31b591afd1 100644 --- a/app/services/roles/update_service.rb +++ b/app/services/roles/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/scm/base_repository_service.rb b/app/services/scm/base_repository_service.rb index cd044dc37b..45a913a451 100644 --- a/app/services/scm/base_repository_service.rb +++ b/app/services/scm/base_repository_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/scm/checkout_instructions_service.rb b/app/services/scm/checkout_instructions_service.rb index f331722ecf..93eac13a99 100644 --- a/app/services/scm/checkout_instructions_service.rb +++ b/app/services/scm/checkout_instructions_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/scm/create_managed_repository_service.rb b/app/services/scm/create_managed_repository_service.rb index ab02886fa0..3dc4b2100e 100644 --- a/app/services/scm/create_managed_repository_service.rb +++ b/app/services/scm/create_managed_repository_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/scm/delete_managed_repository_service.rb b/app/services/scm/delete_managed_repository_service.rb index 41e4c7d912..54248a4c03 100644 --- a/app/services/scm/delete_managed_repository_service.rb +++ b/app/services/scm/delete_managed_repository_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/scm/repository_factory_service.rb b/app/services/scm/repository_factory_service.rb index 3415249f75..16ecb360ee 100644 --- a/app/services/scm/repository_factory_service.rb +++ b/app/services/scm/repository_factory_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/service_result.rb b/app/services/service_result.rb index 834d99eb3f..33a6ee4daf 100644 --- a/app/services/service_result.rb +++ b/app/services/service_result.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/sessions/base_service.rb b/app/services/sessions/base_service.rb index 2610493411..2462fccfb1 100644 --- a/app/services/sessions/base_service.rb +++ b/app/services/sessions/base_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/sessions/drop_other_sessions_service.rb b/app/services/sessions/drop_other_sessions_service.rb index 2c0a549810..4cc48dc9ab 100644 --- a/app/services/sessions/drop_other_sessions_service.rb +++ b/app/services/sessions/drop_other_sessions_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/sessions/initialize_session_service.rb b/app/services/sessions/initialize_session_service.rb index 947f894aa0..ce1ac1a3ed 100644 --- a/app/services/sessions/initialize_session_service.rb +++ b/app/services/sessions/initialize_session_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/settings/update_service.rb b/app/services/settings/update_service.rb index f337b1f2be..e48fd7eb43 100644 --- a/app/services/settings/update_service.rb +++ b/app/services/settings/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/shared/block_service.rb b/app/services/shared/block_service.rb index e4ccee70ef..8c286cb9bb 100644 --- a/app/services/shared/block_service.rb +++ b/app/services/shared/block_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/shared/service_context.rb b/app/services/shared/service_context.rb index 558d2b4b86..b2bf4308ea 100644 --- a/app/services/shared/service_context.rb +++ b/app/services/shared/service_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/shared/service_state.rb b/app/services/shared/service_state.rb index 5aa69737be..62febc2d2d 100644 --- a/app/services/shared/service_state.rb +++ b/app/services/shared/service_state.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/update_projects_types_service.rb b/app/services/update_projects_types_service.rb index 35a7c53d4c..01971ac489 100644 --- a/app/services/update_projects_types_service.rb +++ b/app/services/update_projects_types_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/update_query_from_params_service.rb b/app/services/update_query_from_params_service.rb index e91f4e111f..e0c24ffa8c 100644 --- a/app/services/update_query_from_params_service.rb +++ b/app/services/update_query_from_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/update_type_service.rb b/app/services/update_type_service.rb index 74425ccabe..bb274bf2d4 100644 --- a/app/services/update_type_service.rb +++ b/app/services/update_type_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/user_preferences/set_attributes_service.rb b/app/services/user_preferences/set_attributes_service.rb index 725585d617..52cb2304fa 100644 --- a/app/services/user_preferences/set_attributes_service.rb +++ b/app/services/user_preferences/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/user_preferences/update_service.rb b/app/services/user_preferences/update_service.rb index 3729f54734..bf45ba206e 100644 --- a/app/services/user_preferences/update_service.rb +++ b/app/services/user_preferences/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/user_search_service.rb b/app/services/user_search_service.rb index 926d2919bf..62c5397662 100644 --- a/app/services/user_search_service.rb +++ b/app/services/user_search_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/users/change_password_service.rb b/app/services/users/change_password_service.rb index b791532320..c5fcba510d 100644 --- a/app/services/users/change_password_service.rb +++ b/app/services/users/change_password_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/users/create_service.rb b/app/services/users/create_service.rb index 80db39155c..a6a0d4c9ed 100644 --- a/app/services/users/create_service.rb +++ b/app/services/users/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/users/delete_service.rb b/app/services/users/delete_service.rb index 0c039ff935..9ee6b0b82b 100644 --- a/app/services/users/delete_service.rb +++ b/app/services/users/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/users/login_service.rb b/app/services/users/login_service.rb index 0e20f09cf6..d0a7f76c9d 100644 --- a/app/services/users/login_service.rb +++ b/app/services/users/login_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/users/logout_service.rb b/app/services/users/logout_service.rb index 1aa3da6f5a..a45b9e91e8 100644 --- a/app/services/users/logout_service.rb +++ b/app/services/users/logout_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/users/register_user_service.rb b/app/services/users/register_user_service.rb index e3a714c7a6..f45ac285ae 100644 --- a/app/services/users/register_user_service.rb +++ b/app/services/users/register_user_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/users/set_attributes_service.rb b/app/services/users/set_attributes_service.rb index 6d19dfdee0..368805b9f5 100644 --- a/app/services/users/set_attributes_service.rb +++ b/app/services/users/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/users/update_service.rb b/app/services/users/update_service.rb index 5f85ac6813..c6c4d339e8 100644 --- a/app/services/users/update_service.rb +++ b/app/services/users/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/versions/create_service.rb b/app/services/versions/create_service.rb index 05b4682594..2d29442e69 100644 --- a/app/services/versions/create_service.rb +++ b/app/services/versions/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/versions/delete_service.rb b/app/services/versions/delete_service.rb index 0e8a075a56..e8a02e5204 100644 --- a/app/services/versions/delete_service.rb +++ b/app/services/versions/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/versions/set_attributes_service.rb b/app/services/versions/set_attributes_service.rb index c09035c7b6..06d2b81d77 100644 --- a/app/services/versions/set_attributes_service.rb +++ b/app/services/versions/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/versions/update_service.rb b/app/services/versions/update_service.rb index e4aada5ed2..0bbaf235e0 100644 --- a/app/services/versions/update_service.rb +++ b/app/services/versions/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/views/create_service.rb b/app/services/views/create_service.rb index 65856323f9..e56283dce6 100644 --- a/app/services/views/create_service.rb +++ b/app/services/views/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/views/set_attributes_service.rb b/app/services/views/set_attributes_service.rb index e3e2d61058..69baac86dc 100644 --- a/app/services/views/set_attributes_service.rb +++ b/app/services/views/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/wiki_pages/copy_service.rb b/app/services/wiki_pages/copy_service.rb index dbd2dbb711..ff299aa3bf 100644 --- a/app/services/wiki_pages/copy_service.rb +++ b/app/services/wiki_pages/copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/wiki_pages/create_service.rb b/app/services/wiki_pages/create_service.rb index 829450691f..cb3af14667 100644 --- a/app/services/wiki_pages/create_service.rb +++ b/app/services/wiki_pages/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/wiki_pages/set_attributes_service.rb b/app/services/wiki_pages/set_attributes_service.rb index 43792d1932..a8b672feb6 100644 --- a/app/services/wiki_pages/set_attributes_service.rb +++ b/app/services/wiki_pages/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/wiki_pages/update_service.rb b/app/services/wiki_pages/update_service.rb index e4bea3d0fa..45e9d0f9f9 100644 --- a/app/services/wiki_pages/update_service.rb +++ b/app/services/wiki_pages/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/bulk/bulked_service.rb b/app/services/work_packages/bulk/bulked_service.rb index 36d5e9213e..c639f0f817 100644 --- a/app/services/work_packages/bulk/bulked_service.rb +++ b/app/services/work_packages/bulk/bulked_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/bulk/copy_service.rb b/app/services/work_packages/bulk/copy_service.rb index 231c1f2e53..b1d595b2f4 100644 --- a/app/services/work_packages/bulk/copy_service.rb +++ b/app/services/work_packages/bulk/copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/bulk/move_service.rb b/app/services/work_packages/bulk/move_service.rb index 3dbb23f1ee..766cbcdd18 100644 --- a/app/services/work_packages/bulk/move_service.rb +++ b/app/services/work_packages/bulk/move_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/bulk/update_service.rb b/app/services/work_packages/bulk/update_service.rb index 87085eb581..cd5b80c249 100644 --- a/app/services/work_packages/bulk/update_service.rb +++ b/app/services/work_packages/bulk/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/copy_service.rb b/app/services/work_packages/copy_service.rb index ff5cba6cf2..54bf411799 100644 --- a/app/services/work_packages/copy_service.rb +++ b/app/services/work_packages/copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/create_service.rb b/app/services/work_packages/create_service.rb index 7fe362f4c7..629051c95d 100644 --- a/app/services/work_packages/create_service.rb +++ b/app/services/work_packages/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/delete_service.rb b/app/services/work_packages/delete_service.rb index 90347933ef..6e3b5a36d7 100644 --- a/app/services/work_packages/delete_service.rb +++ b/app/services/work_packages/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/exports/schedule_service.rb b/app/services/work_packages/exports/schedule_service.rb index 9e1099b55f..b5cd4f6170 100644 --- a/app/services/work_packages/exports/schedule_service.rb +++ b/app/services/work_packages/exports/schedule_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/schedule_dependency.rb b/app/services/work_packages/schedule_dependency.rb index 33eb3bd595..9b8507ccb3 100644 --- a/app/services/work_packages/schedule_dependency.rb +++ b/app/services/work_packages/schedule_dependency.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/schedule_dependency/dependency.rb b/app/services/work_packages/schedule_dependency/dependency.rb index 61554bff1a..6634d5048f 100644 --- a/app/services/work_packages/schedule_dependency/dependency.rb +++ b/app/services/work_packages/schedule_dependency/dependency.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/schedule_dependency/dependency_graph.rb b/app/services/work_packages/schedule_dependency/dependency_graph.rb index c889b7f5b2..d1fc2299c3 100644 --- a/app/services/work_packages/schedule_dependency/dependency_graph.rb +++ b/app/services/work_packages/schedule_dependency/dependency_graph.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/set_attributes_service.rb b/app/services/work_packages/set_attributes_service.rb index 9d7aab4b1b..905566821e 100644 --- a/app/services/work_packages/set_attributes_service.rb +++ b/app/services/work_packages/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/set_schedule_service.rb b/app/services/work_packages/set_schedule_service.rb index 7985fd4191..5c6ff87277 100644 --- a/app/services/work_packages/set_schedule_service.rb +++ b/app/services/work_packages/set_schedule_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/shared/all_days.rb b/app/services/work_packages/shared/all_days.rb index 31d6d033a4..6d4d41843b 100644 --- a/app/services/work_packages/shared/all_days.rb +++ b/app/services/work_packages/shared/all_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/shared/days.rb b/app/services/work_packages/shared/days.rb index 0dc6180b87..520c370972 100644 --- a/app/services/work_packages/shared/days.rb +++ b/app/services/work_packages/shared/days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/shared/update_ancestors.rb b/app/services/work_packages/shared/update_ancestors.rb index 79896e5414..9d579e4992 100644 --- a/app/services/work_packages/shared/update_ancestors.rb +++ b/app/services/work_packages/shared/update_ancestors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/shared/working_days.rb b/app/services/work_packages/shared/working_days.rb index 97a622ecf9..9e30920ee9 100644 --- a/app/services/work_packages/shared/working_days.rb +++ b/app/services/work_packages/shared/working_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/update_ancestors_service.rb b/app/services/work_packages/update_ancestors_service.rb index 06d3653afa..a12d3d896e 100644 --- a/app/services/work_packages/update_ancestors_service.rb +++ b/app/services/work_packages/update_ancestors_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/work_packages/update_service.rb b/app/services/work_packages/update_service.rb index e4850da224..12ca0cb986 100644 --- a/app/services/work_packages/update_service.rb +++ b/app/services/work_packages/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/services/workflows/bulk_update_service.rb b/app/services/workflows/bulk_update_service.rb index f9d3b64520..bca44a61c1 100644 --- a/app/services/workflows/bulk_update_service.rb +++ b/app/services/workflows/bulk_update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/uploaders/file_uploader.rb b/app/uploaders/file_uploader.rb index 6d9c311b89..59208f2625 100644 --- a/app/uploaders/file_uploader.rb +++ b/app/uploaders/file_uploader.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/uploaders/fog_file_uploader.rb b/app/uploaders/fog_file_uploader.rb index 6655cb93ac..a770420f76 100644 --- a/app/uploaders/fog_file_uploader.rb +++ b/app/uploaders/fog_file_uploader.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/uploaders/local_file_uploader.rb b/app/uploaders/local_file_uploader.rb index 73357114ea..23a9860552 100644 --- a/app/uploaders/local_file_uploader.rb +++ b/app/uploaders/local_file_uploader.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/validators/not_nil_validator.rb b/app/validators/not_nil_validator.rb index 9f22f8268b..efde0d93cc 100644 --- a/app/validators/not_nil_validator.rb +++ b/app/validators/not_nil_validator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/validators/secure_context_uri_validator.rb b/app/validators/secure_context_uri_validator.rb index 377e6e710d..beba43850f 100644 --- a/app/validators/secure_context_uri_validator.rb +++ b/app/validators/secure_context_uri_validator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/accessibility/_empty_element_tag.html.erb b/app/views/accessibility/_empty_element_tag.html.erb index f6a6ce6442..3739f989fb 100644 --- a/app/views/accessibility/_empty_element_tag.html.erb +++ b/app/views/accessibility/_empty_element_tag.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/_auth_providers.html.erb b/app/views/account/_auth_providers.html.erb index 04870d6648..bb2c941034 100644 --- a/app/views/account/_auth_providers.html.erb +++ b/app/views/account/_auth_providers.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/_login.html.erb b/app/views/account/_login.html.erb index 6a27052e3f..8049d82521 100644 --- a/app/views/account/_login.html.erb +++ b/app/views/account/_login.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/_omniauth_login.html.erb b/app/views/account/_omniauth_login.html.erb index 2fa0e5e9e6..eec9e95a2d 100644 --- a/app/views/account/_omniauth_login.html.erb +++ b/app/views/account/_omniauth_login.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/_password_login_form.html.erb b/app/views/account/_password_login_form.html.erb index 65266d65af..6b182c9867 100644 --- a/app/views/account/_password_login_form.html.erb +++ b/app/views/account/_password_login_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/_register.html.erb b/app/views/account/_register.html.erb index a551ffa74c..7bdc7bfac9 100644 --- a/app/views/account/_register.html.erb +++ b/app/views/account/_register.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/consent.html.erb b/app/views/account/consent.html.erb index e0ded55135..0c66ab0153 100644 --- a/app/views/account/consent.html.erb +++ b/app/views/account/consent.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/exit.html.erb b/app/views/account/exit.html.erb index 89e4537c51..4a2f1ae680 100644 --- a/app/views/account/exit.html.erb +++ b/app/views/account/exit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/login.html.erb b/app/views/account/login.html.erb index 1f27c2e20c..0ec4d24418 100644 --- a/app/views/account/login.html.erb +++ b/app/views/account/login.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/lost_password.html.erb b/app/views/account/lost_password.html.erb index 6bb5641d4c..153fe531ea 100644 --- a/app/views/account/lost_password.html.erb +++ b/app/views/account/lost_password.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/password_recovery.html.erb b/app/views/account/password_recovery.html.erb index a88e8bc2fd..c38c564a8b 100644 --- a/app/views/account/password_recovery.html.erb +++ b/app/views/account/password_recovery.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/account/register.html.erb b/app/views/account/register.html.erb index bba1d4616d..37df22334e 100644 --- a/app/views/account/register.html.erb +++ b/app/views/account/register.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 4e0b3259d6..2d86977213 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/backups/reset_token.html.erb b/app/views/admin/backups/reset_token.html.erb index b131f7c056..2da15754f2 100644 --- a/app/views/admin/backups/reset_token.html.erb +++ b/app/views/admin/backups/reset_token.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/backups/show.html.erb b/app/views/admin/backups/show.html.erb index 7da3ef8366..6d5a9e1689 100644 --- a/app/views/admin/backups/show.html.erb +++ b/app/views/admin/backups/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index 26eb10a8c7..a4f5c7efe9 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/info.html.erb b/app/views/admin/info.html.erb index 70f30e53eb..f657223146 100644 --- a/app/views/admin/info.html.erb +++ b/app/views/admin/info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/plugins.html.erb b/app/views/admin/plugins.html.erb index f39c0edad7..5dd76ea26a 100644 --- a/app/views/admin/plugins.html.erb +++ b/app/views/admin/plugins.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/aggregation_settings/show.html.erb b/app/views/admin/settings/aggregation_settings/show.html.erb index 6b8b35adbc..421e5de983 100644 --- a/app/views/admin/settings/aggregation_settings/show.html.erb +++ b/app/views/admin/settings/aggregation_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/api_settings/show.html.erb b/app/views/admin/settings/api_settings/show.html.erb index 4c422c7346..3c5b762079 100644 --- a/app/views/admin/settings/api_settings/show.html.erb +++ b/app/views/admin/settings/api_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/attachments_settings/show.html.erb b/app/views/admin/settings/attachments_settings/show.html.erb index 817bb598b4..19c21510fe 100644 --- a/app/views/admin/settings/attachments_settings/show.html.erb +++ b/app/views/admin/settings/attachments_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/authentication_settings/show.html.erb b/app/views/admin/settings/authentication_settings/show.html.erb index 14f1f767cc..0182d1cb2e 100644 --- a/app/views/admin/settings/authentication_settings/show.html.erb +++ b/app/views/admin/settings/authentication_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/display_settings/show.html.erb b/app/views/admin/settings/display_settings/show.html.erb index 3ea56e1a0c..07bf21568f 100644 --- a/app/views/admin/settings/display_settings/show.html.erb +++ b/app/views/admin/settings/display_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/general_settings/show.html.erb b/app/views/admin/settings/general_settings/show.html.erb index 5590924308..6569e59238 100644 --- a/app/views/admin/settings/general_settings/show.html.erb +++ b/app/views/admin/settings/general_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/incoming_mails_settings/show.html.erb b/app/views/admin/settings/incoming_mails_settings/show.html.erb index b8b80b0c06..660a5adfff 100644 --- a/app/views/admin/settings/incoming_mails_settings/show.html.erb +++ b/app/views/admin/settings/incoming_mails_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/mail_notifications_settings/show.html.erb b/app/views/admin/settings/mail_notifications_settings/show.html.erb index 607891f605..81c141b646 100644 --- a/app/views/admin/settings/mail_notifications_settings/show.html.erb +++ b/app/views/admin/settings/mail_notifications_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/projects_settings/show.html.erb b/app/views/admin/settings/projects_settings/show.html.erb index f6e6593378..c4e9a987f4 100644 --- a/app/views/admin/settings/projects_settings/show.html.erb +++ b/app/views/admin/settings/projects_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/repositories_settings/show.html.erb b/app/views/admin/settings/repositories_settings/show.html.erb index 00195596ca..cdbd4d8df1 100644 --- a/app/views/admin/settings/repositories_settings/show.html.erb +++ b/app/views/admin/settings/repositories_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/show_plugin.html.erb b/app/views/admin/settings/show_plugin.html.erb index b0b000d401..5c6f48a973 100644 --- a/app/views/admin/settings/show_plugin.html.erb +++ b/app/views/admin/settings/show_plugin.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/users_settings/show.html.erb b/app/views/admin/settings/users_settings/show.html.erb index 9c9f8662e1..ee6604eacf 100644 --- a/app/views/admin/settings/users_settings/show.html.erb +++ b/app/views/admin/settings/users_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/work_packages_settings/show.html.erb b/app/views/admin/settings/work_packages_settings/show.html.erb index 4ec5e66a4d..65b6c391f1 100644 --- a/app/views/admin/settings/work_packages_settings/show.html.erb +++ b/app/views/admin/settings/work_packages_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/admin/settings/working_days_settings/show.html.erb b/app/views/admin/settings/working_days_settings/show.html.erb index 5388dee3ab..21c7ecf5ad 100644 --- a/app/views/admin/settings/working_days_settings/show.html.erb +++ b/app/views/admin/settings/working_days_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/attribute_help_texts/_form.html.erb b/app/views/attribute_help_texts/_form.html.erb index 703ccc3cd0..9ad0ea91a2 100644 --- a/app/views/attribute_help_texts/_form.html.erb +++ b/app/views/attribute_help_texts/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/attribute_help_texts/edit.html.erb b/app/views/attribute_help_texts/edit.html.erb index 93224337c2..5ff6ff5851 100644 --- a/app/views/attribute_help_texts/edit.html.erb +++ b/app/views/attribute_help_texts/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/attribute_help_texts/index.html.erb b/app/views/attribute_help_texts/index.html.erb index ae239476e1..d11a2549b2 100644 --- a/app/views/attribute_help_texts/index.html.erb +++ b/app/views/attribute_help_texts/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/attribute_help_texts/new.html.erb b/app/views/attribute_help_texts/new.html.erb index a1508e3714..ce6d66159e 100644 --- a/app/views/attribute_help_texts/new.html.erb +++ b/app/views/attribute_help_texts/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/attribute_help_texts/upsale.html.erb b/app/views/attribute_help_texts/upsale.html.erb index 7545b7a778..ce40b37bab 100644 --- a/app/views/attribute_help_texts/upsale.html.erb +++ b/app/views/attribute_help_texts/upsale.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/auth_sources/_form.html.erb b/app/views/auth_sources/_form.html.erb index adce1b5562..3cd8b68321 100644 --- a/app/views/auth_sources/_form.html.erb +++ b/app/views/auth_sources/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/auth_sources/edit.html.erb b/app/views/auth_sources/edit.html.erb index 92fc82431f..7489f94e24 100644 --- a/app/views/auth_sources/edit.html.erb +++ b/app/views/auth_sources/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/auth_sources/index.html.erb b/app/views/auth_sources/index.html.erb index 4d45d44401..7667f4cfe3 100644 --- a/app/views/auth_sources/index.html.erb +++ b/app/views/auth_sources/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/auth_sources/new.html.erb b/app/views/auth_sources/new.html.erb index c56d9f3153..4d165cf447 100644 --- a/app/views/auth_sources/new.html.erb +++ b/app/views/auth_sources/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/categories/_form.html.erb b/app/views/categories/_form.html.erb index e1c03363bd..3d2bcc7c1a 100644 --- a/app/views/categories/_form.html.erb +++ b/app/views/categories/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/categories/create.js.erb b/app/views/categories/create.js.erb index dd544bb63f..17d2fc96a7 100644 --- a/app/views/categories/create.js.erb +++ b/app/views/categories/create.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/categories/destroy.html.erb b/app/views/categories/destroy.html.erb index 18a1d1f2d6..8284124d96 100644 --- a/app/views/categories/destroy.html.erb +++ b/app/views/categories/destroy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/categories/edit.html.erb b/app/views/categories/edit.html.erb index ce892988c5..0d127a7f88 100644 --- a/app/views/categories/edit.html.erb +++ b/app/views/categories/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/categories/new.html.erb b/app/views/categories/new.html.erb index 906b5416ca..07da393376 100644 --- a/app/views/categories/new.html.erb +++ b/app/views/categories/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/colors/_form.html.erb b/app/views/colors/_form.html.erb index b426e61da8..ddb187812b 100644 --- a/app/views/colors/_form.html.erb +++ b/app/views/colors/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/colors/confirm_destroy.html.erb b/app/views/colors/confirm_destroy.html.erb index cc5945f520..7c8b6e920a 100644 --- a/app/views/colors/confirm_destroy.html.erb +++ b/app/views/colors/confirm_destroy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/colors/edit.html.erb b/app/views/colors/edit.html.erb index 69a744f5ff..f49c82a868 100644 --- a/app/views/colors/edit.html.erb +++ b/app/views/colors/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/colors/index.html.erb b/app/views/colors/index.html.erb index 3025584626..73fe944037 100644 --- a/app/views/colors/index.html.erb +++ b/app/views/colors/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/colors/new.html.erb b/app/views/colors/new.html.erb index e0d6d5a26d..288512d35d 100644 --- a/app/views/colors/new.html.erb +++ b/app/views/colors/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/_diff.html.erb b/app/views/common/_diff.html.erb index f41865e621..9376f8f91c 100644 --- a/app/views/common/_diff.html.erb +++ b/app/views/common/_diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/_error_base.html.erb b/app/views/common/_error_base.html.erb index 160a499bc3..ace0b1b336 100644 --- a/app/views/common/_error_base.html.erb +++ b/app/views/common/_error_base.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/_file.html.erb b/app/views/common/_file.html.erb index 32b4526f93..aa466a3672 100644 --- a/app/views/common/_file.html.erb +++ b/app/views/common/_file.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/_no_results.html.erb b/app/views/common/_no_results.html.erb index f130612e6a..54768a6392 100644 --- a/app/views/common/_no_results.html.erb +++ b/app/views/common/_no_results.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/_tabs.html.erb b/app/views/common/_tabs.html.erb index 0890f11027..b41b3cba74 100644 --- a/app/views/common/_tabs.html.erb +++ b/app/views/common/_tabs.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/_validation_error.html.erb b/app/views/common/_validation_error.html.erb index 917b2cdb75..3bb28d277a 100644 --- a/app/views/common/_validation_error.html.erb +++ b/app/views/common/_validation_error.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index ee75b617b2..1f6425ae16 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/feed.atom.builder b/app/views/common/feed.atom.builder index 8d04f3c6bb..4c9356f14a 100644 --- a/app/views/common/feed.atom.builder +++ b/app/views/common/feed.atom.builder @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/common/list_attachments.json.erb b/app/views/common/list_attachments.json.erb index f326ac9805..639a84bd45 100644 --- a/app/views/common/list_attachments.json.erb +++ b/app/views/common/list_attachments.json.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_actions/edit.html.erb b/app/views/custom_actions/edit.html.erb index 14a2ac7ded..864c30153a 100644 --- a/app/views/custom_actions/edit.html.erb +++ b/app/views/custom_actions/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_actions/new.html.erb b/app/views/custom_actions/new.html.erb index 8dfb531911..f4a3948d29 100644 --- a/app/views/custom_actions/new.html.erb +++ b/app/views/custom_actions/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_fields/_custom_fields_header.html.erb b/app/views/custom_fields/_custom_fields_header.html.erb index c48f6e1532..e945f0f356 100644 --- a/app/views/custom_fields/_custom_fields_header.html.erb +++ b/app/views/custom_fields/_custom_fields_header.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_fields/_custom_options.html.erb b/app/views/custom_fields/_custom_options.html.erb index e648fe45f3..5e86cfaae4 100644 --- a/app/views/custom_fields/_custom_options.html.erb +++ b/app/views/custom_fields/_custom_options.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index f29b5c7286..9dc889ede4 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_fields/_tab.html.erb b/app/views/custom_fields/_tab.html.erb index 95b8334ae7..dc83394a62 100644 --- a/app/views/custom_fields/_tab.html.erb +++ b/app/views/custom_fields/_tab.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_fields/edit.html.erb b/app/views/custom_fields/edit.html.erb index 6730f058c8..ddf17a64d7 100644 --- a/app/views/custom_fields/edit.html.erb +++ b/app/views/custom_fields/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_fields/index.html.erb b/app/views/custom_fields/index.html.erb index dca743e5cf..b1ef7111a7 100644 --- a/app/views/custom_fields/index.html.erb +++ b/app/views/custom_fields/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_fields/new.html.erb b/app/views/custom_fields/new.html.erb index 916ea83fef..9bd3ddbdf5 100644 --- a/app/views/custom_fields/new.html.erb +++ b/app/views/custom_fields/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_styles/_inline_css.erb b/app/views/custom_styles/_inline_css.erb index 88fc0bc8d8..2759062d41 100644 --- a/app/views/custom_styles/_inline_css.erb +++ b/app/views/custom_styles/_inline_css.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_styles/_inline_css_logo.erb b/app/views/custom_styles/_inline_css_logo.erb index 3f0104a8a8..ad969d49f6 100644 --- a/app/views/custom_styles/_inline_css_logo.erb +++ b/app/views/custom_styles/_inline_css_logo.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_styles/show.html.erb b/app/views/custom_styles/show.html.erb index 80c015af08..826b2f74a4 100644 --- a/app/views/custom_styles/show.html.erb +++ b/app/views/custom_styles/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/custom_styles/upsale.html.erb b/app/views/custom_styles/upsale.html.erb index 11d2cbf0f1..3cb414bac0 100644 --- a/app/views/custom_styles/upsale.html.erb +++ b/app/views/custom_styles/upsale.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/customizable/_form.html.erb b/app/views/customizable/_form.html.erb index 6e3241b764..e78e10e5a3 100644 --- a/app/views/customizable/_form.html.erb +++ b/app/views/customizable/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/enterprises/_info.html.erb b/app/views/enterprises/_info.html.erb index 45583e8b7f..e0a462bd31 100644 --- a/app/views/enterprises/_info.html.erb +++ b/app/views/enterprises/_info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/enumerations/_form.html.erb b/app/views/enumerations/_form.html.erb index 86fc94ad5a..8951e0c534 100644 --- a/app/views/enumerations/_form.html.erb +++ b/app/views/enumerations/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/enumerations/destroy.html.erb b/app/views/enumerations/destroy.html.erb index 2473e597c9..595a06f9b7 100644 --- a/app/views/enumerations/destroy.html.erb +++ b/app/views/enumerations/destroy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/enumerations/edit.html.erb b/app/views/enumerations/edit.html.erb index 96dcb39a4a..d56663aa47 100644 --- a/app/views/enumerations/edit.html.erb +++ b/app/views/enumerations/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/enumerations/index.html.erb b/app/views/enumerations/index.html.erb index 5d8e155c67..eba6a30586 100644 --- a/app/views/enumerations/index.html.erb +++ b/app/views/enumerations/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/enumerations/new.html.erb b/app/views/enumerations/new.html.erb index 0a61dab860..ba74b7a42a 100644 --- a/app/views/enumerations/new.html.erb +++ b/app/views/enumerations/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/forums/_form.html.erb b/app/views/forums/_form.html.erb index 876b4f7bf1..8f45f05bdc 100644 --- a/app/views/forums/_form.html.erb +++ b/app/views/forums/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/forums/edit.html.erb b/app/views/forums/edit.html.erb index 2872f2e984..b95cd6ef79 100644 --- a/app/views/forums/edit.html.erb +++ b/app/views/forums/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/forums/index.html.erb b/app/views/forums/index.html.erb index 147ef15945..444545db66 100644 --- a/app/views/forums/index.html.erb +++ b/app/views/forums/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/forums/new.html.erb b/app/views/forums/new.html.erb index a11f8db124..bc9e153eea 100644 --- a/app/views/forums/new.html.erb +++ b/app/views/forums/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/forums/show.html.erb b/app/views/forums/show.html.erb index 48daf133c9..362f229d07 100644 --- a/app/views/forums/show.html.erb +++ b/app/views/forums/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/_form.html.erb b/app/views/groups/_form.html.erb index e8024c47f8..8325682896 100644 --- a/app/views/groups/_form.html.erb +++ b/app/views/groups/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/_general.html.erb b/app/views/groups/_general.html.erb index 17202c644e..289f8df600 100644 --- a/app/views/groups/_general.html.erb +++ b/app/views/groups/_general.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/_memberships.html.erb b/app/views/groups/_memberships.html.erb index 608364ef27..075b216b8d 100644 --- a/app/views/groups/_memberships.html.erb +++ b/app/views/groups/_memberships.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/_users.html.erb b/app/views/groups/_users.html.erb index 721ab180e3..34c04d4a42 100644 --- a/app/views/groups/_users.html.erb +++ b/app/views/groups/_users.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/_users_table.html.erb b/app/views/groups/_users_table.html.erb index 3f5c597cb0..7bcff4d4f6 100644 --- a/app/views/groups/_users_table.html.erb +++ b/app/views/groups/_users_table.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/autocomplete_for_user.html.erb b/app/views/groups/autocomplete_for_user.html.erb index 78961fd2e2..a3fba2770c 100644 --- a/app/views/groups/autocomplete_for_user.html.erb +++ b/app/views/groups/autocomplete_for_user.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/edit.html.erb b/app/views/groups/edit.html.erb index 78a83ba1f8..05245fe02b 100644 --- a/app/views/groups/edit.html.erb +++ b/app/views/groups/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/index.html.erb b/app/views/groups/index.html.erb index 400ebf41b3..0b2046f834 100644 --- a/app/views/groups/index.html.erb +++ b/app/views/groups/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/new.html.erb b/app/views/groups/new.html.erb index e4204b695a..c0d54cdb08 100644 --- a/app/views/groups/new.html.erb +++ b/app/views/groups/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/groups/show.html.erb b/app/views/groups/show.html.erb index 2c5278083b..fdcab8fbda 100644 --- a/app/views/groups/show.html.erb +++ b/app/views/groups/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/homescreen/index.html.erb b/app/views/homescreen/index.html.erb index d4d8542494..8e273eab2f 100644 --- a/app/views/homescreen/index.html.erb +++ b/app/views/homescreen/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/homescreen/robots.text.erb b/app/views/homescreen/robots.text.erb index 552fc79de9..5962c8d72f 100644 --- a/app/views/homescreen/robots.text.erb +++ b/app/views/homescreen/robots.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/hooks/login/_auth_provider.html.erb b/app/views/hooks/login/_auth_provider.html.erb index 8f660fdf38..c4e0fadb51 100644 --- a/app/views/hooks/login/_auth_provider.html.erb +++ b/app/views/hooks/login/_auth_provider.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/individual_principals/_memberships.html.erb b/app/views/individual_principals/_memberships.html.erb index d4203309b5..9f58675be7 100644 --- a/app/views/individual_principals/_memberships.html.erb +++ b/app/views/individual_principals/_memberships.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/journals/_diff.html.erb b/app/views/journals/_diff.html.erb index 65e45a1418..0d991878e8 100644 --- a/app/views/journals/_diff.html.erb +++ b/app/views/journals/_diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/journals/diff.html.erb b/app/views/journals/diff.html.erb index 813e222b5c..2966b1cff6 100644 --- a/app/views/journals/diff.html.erb +++ b/app/views/journals/diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/journals/index.atom.builder b/app/views/journals/index.atom.builder index 996b3aa974..28cffc1d8d 100644 --- a/app/views/journals/index.atom.builder +++ b/app/views/journals/index.atom.builder @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index cbbd427cff..ddffcf9f6b 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/angular/angular.html.erb b/app/views/layouts/angular/angular.html.erb index ece77f8925..15c23e2847 100644 --- a/app/views/layouts/angular/angular.html.erb +++ b/app/views/layouts/angular/angular.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/angular/notifications.html.erb b/app/views/layouts/angular/notifications.html.erb index 51c7bf9b02..d9bd228358 100644 --- a/app/views/layouts/angular/notifications.html.erb +++ b/app/views/layouts/angular/notifications.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index aa5e64eca0..f87c0131eb 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index 7e2c55b7c8..a385cf3d2f 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb index c7b430b1f2..67bfbb6f53 100644 --- a/app/views/layouts/mailer.text.erb +++ b/app/views/layouts/mailer.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/my.html.erb b/app/views/layouts/my.html.erb index 45321ad2de..76c62a997f 100644 --- a/app/views/layouts/my.html.erb +++ b/app/views/layouts/my.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/no_menu.html.erb b/app/views/layouts/no_menu.html.erb index 5b8a6b764b..87f3e6fa2d 100644 --- a/app/views/layouts/no_menu.html.erb +++ b/app/views/layouts/no_menu.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/layouts/only_logo.html.erb b/app/views/layouts/only_logo.html.erb index e0d9d75d73..8decf9b17c 100644 --- a/app/views/layouts/only_logo.html.erb +++ b/app/views/layouts/only_logo.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/ldap_auth_sources/_form.html.erb b/app/views/ldap_auth_sources/_form.html.erb index ebfe5f2c0f..b0a68efb73 100644 --- a/app/views/ldap_auth_sources/_form.html.erb +++ b/app/views/ldap_auth_sources/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/members/_autocomplete_for_member.html.erb b/app/views/members/_autocomplete_for_member.html.erb index dedbd6a322..df0868d8bc 100644 --- a/app/views/members/_autocomplete_for_member.html.erb +++ b/app/views/members/_autocomplete_for_member.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/members/_common_notice.html.erb b/app/views/members/_common_notice.html.erb index 08c09c7335..b149ffd7c6 100644 --- a/app/views/members/_common_notice.html.erb +++ b/app/views/members/_common_notice.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/members/_member_form.html.erb b/app/views/members/_member_form.html.erb index 662fe5f55e..33e60593a3 100644 --- a/app/views/members/_member_form.html.erb +++ b/app/views/members/_member_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/members/index.html.erb b/app/views/members/index.html.erb index 968f9caab4..3b011207ce 100644 --- a/app/views/members/index.html.erb +++ b/app/views/members/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/messages/_form.html.erb b/app/views/messages/_form.html.erb index 037d4eda3a..c0ddfacf90 100644 --- a/app/views/messages/_form.html.erb +++ b/app/views/messages/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/messages/edit.html.erb b/app/views/messages/edit.html.erb index 3471da311c..a8b21b48e4 100644 --- a/app/views/messages/edit.html.erb +++ b/app/views/messages/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/messages/new.html.erb b/app/views/messages/new.html.erb index a4ca489f52..2c3207495b 100644 --- a/app/views/messages/new.html.erb +++ b/app/views/messages/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 2bda4a7aa6..a6e7050132 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/my/_password_form_fields.html.erb b/app/views/my/_password_form_fields.html.erb index 68de1e271a..68181eeed2 100644 --- a/app/views/my/_password_form_fields.html.erb +++ b/app/views/my/_password_form_fields.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/my/access_token.html.erb b/app/views/my/access_token.html.erb index 9fe491e0e6..dea686742f 100644 --- a/app/views/my/access_token.html.erb +++ b/app/views/my/access_token.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index e457c19e69..6a94b833b9 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/my/password.html.erb b/app/views/my/password.html.erb index 08d7ceb373..8bb702e615 100644 --- a/app/views/my/password.html.erb +++ b/app/views/my/password.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/my/settings.html.erb b/app/views/my/settings.html.erb index 89d6d1e3d8..6662fa901d 100644 --- a/app/views/my/settings.html.erb +++ b/app/views/my/settings.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/news/_form.html.erb b/app/views/news/_form.html.erb index 6ba0bbae4b..07642ebcde 100644 --- a/app/views/news/_form.html.erb +++ b/app/views/news/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/news/_news.html.erb b/app/views/news/_news.html.erb index f56f0f36a6..714c0cb124 100644 --- a/app/views/news/_news.html.erb +++ b/app/views/news/_news.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/news/edit.html.erb b/app/views/news/edit.html.erb index f6b8180736..f54d8e4bbc 100644 --- a/app/views/news/edit.html.erb +++ b/app/views/news/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index 1e3c54296d..e9fd1a4779 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/news/new.html.erb b/app/views/news/new.html.erb index fb93ab21d6..b6e3bf28cd 100644 --- a/app/views/news/new.html.erb +++ b/app/views/news/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index aff772e190..83f6058f4c 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/oauth/applications/_form.html.erb b/app/views/oauth/applications/_form.html.erb index cfcdf205f9..b6a878badc 100644 --- a/app/views/oauth/applications/_form.html.erb +++ b/app/views/oauth/applications/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/oauth/applications/edit.html.erb b/app/views/oauth/applications/edit.html.erb index f61ec3bbc7..8cb44aa9a5 100644 --- a/app/views/oauth/applications/edit.html.erb +++ b/app/views/oauth/applications/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/oauth/applications/index.html.erb b/app/views/oauth/applications/index.html.erb index edd7ec95ee..379a81eba9 100644 --- a/app/views/oauth/applications/index.html.erb +++ b/app/views/oauth/applications/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/oauth/applications/new.html.erb b/app/views/oauth/applications/new.html.erb index 044deec173..0a1f910026 100644 --- a/app/views/oauth/applications/new.html.erb +++ b/app/views/oauth/applications/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/oauth/applications/show.html.erb b/app/views/oauth/applications/show.html.erb index e3d4e47b31..2f3a53a1e6 100644 --- a/app/views/oauth/applications/show.html.erb +++ b/app/views/oauth/applications/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/onboarding/_configuration_modal.html.erb b/app/views/onboarding/_configuration_modal.html.erb index 7162e423f0..fbe044dbd2 100644 --- a/app/views/onboarding/_configuration_modal.html.erb +++ b/app/views/onboarding/_configuration_modal.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/onboarding/_menu_item.html.erb b/app/views/onboarding/_menu_item.html.erb index 07e9e7b06b..86cf5fe63a 100644 --- a/app/views/onboarding/_menu_item.html.erb +++ b/app/views/onboarding/_menu_item.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/onboarding/_onboarding_video_modal.html.erb b/app/views/onboarding/_onboarding_video_modal.html.erb index 091b08eb93..9a1979a42c 100644 --- a/app/views/onboarding/_onboarding_video_modal.html.erb +++ b/app/views/onboarding/_onboarding_video_modal.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/_form.html.erb b/app/views/placeholder_users/_form.html.erb index 0312d9aef0..4881e070e1 100644 --- a/app/views/placeholder_users/_form.html.erb +++ b/app/views/placeholder_users/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/_general.html.erb b/app/views/placeholder_users/_general.html.erb index 2b69c18fb7..8ce60b7b00 100644 --- a/app/views/placeholder_users/_general.html.erb +++ b/app/views/placeholder_users/_general.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/_toolbar.html.erb b/app/views/placeholder_users/_toolbar.html.erb index d4b534f4af..7090db0961 100644 --- a/app/views/placeholder_users/_toolbar.html.erb +++ b/app/views/placeholder_users/_toolbar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/_toolbar_delete.html.erb b/app/views/placeholder_users/_toolbar_delete.html.erb index af2abd830b..462b5b726c 100644 --- a/app/views/placeholder_users/_toolbar_delete.html.erb +++ b/app/views/placeholder_users/_toolbar_delete.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/deletion_info.html.erb b/app/views/placeholder_users/deletion_info.html.erb index f8e984a446..d7616d1fa5 100644 --- a/app/views/placeholder_users/deletion_info.html.erb +++ b/app/views/placeholder_users/deletion_info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/edit.html.erb b/app/views/placeholder_users/edit.html.erb index 843b6b8939..80c890ef69 100644 --- a/app/views/placeholder_users/edit.html.erb +++ b/app/views/placeholder_users/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/index.html.erb b/app/views/placeholder_users/index.html.erb index 476b943e7c..089c8b5b5e 100644 --- a/app/views/placeholder_users/index.html.erb +++ b/app/views/placeholder_users/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/new.html.erb b/app/views/placeholder_users/new.html.erb index 1dcb7e1e5a..81e6c91c67 100644 --- a/app/views/placeholder_users/new.html.erb +++ b/app/views/placeholder_users/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/placeholder_users/show.html.erb b/app/views/placeholder_users/show.html.erb index 4db5e72af1..4341fdbf2b 100644 --- a/app/views/placeholder_users/show.html.erb +++ b/app/views/placeholder_users/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/principals/_assigned_global_role.html.erb b/app/views/principals/_assigned_global_role.html.erb index e246e04372..5f1ffc8ae2 100644 --- a/app/views/principals/_assigned_global_role.html.erb +++ b/app/views/principals/_assigned_global_role.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/principals/_available_global_role.html.erb b/app/views/principals/_available_global_role.html.erb index 40c426e2eb..729d84cd62 100644 --- a/app/views/principals/_available_global_role.html.erb +++ b/app/views/principals/_available_global_role.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/principals/_available_global_roles.html.erb b/app/views/principals/_available_global_roles.html.erb index 97f5869eda..e3a0118fea 100644 --- a/app/views/principals/_available_global_roles.html.erb +++ b/app/views/principals/_available_global_roles.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/principals/_global_roles.html.erb b/app/views/principals/_global_roles.html.erb index bc5511d1b0..19087af177 100644 --- a/app/views/principals/_global_roles.html.erb +++ b/app/views/principals/_global_roles.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/principals/_global_roles_header.html.erb b/app/views/principals/_global_roles_header.html.erb index 235b7b41e3..7894c8da1c 100644 --- a/app/views/principals/_global_roles_header.html.erb +++ b/app/views/principals/_global_roles_header.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/project_mailer/copy_project_failed.html.erb b/app/views/project_mailer/copy_project_failed.html.erb index f2a16e7fd9..ddcbd6ccc8 100644 --- a/app/views/project_mailer/copy_project_failed.html.erb +++ b/app/views/project_mailer/copy_project_failed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/project_mailer/copy_project_failed.text.erb b/app/views/project_mailer/copy_project_failed.text.erb index 6daf010d0e..83e4627c20 100644 --- a/app/views/project_mailer/copy_project_failed.text.erb +++ b/app/views/project_mailer/copy_project_failed.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/project_mailer/copy_project_succeeded.html.erb b/app/views/project_mailer/copy_project_succeeded.html.erb index 9a563e8ff7..936775261e 100644 --- a/app/views/project_mailer/copy_project_succeeded.html.erb +++ b/app/views/project_mailer/copy_project_succeeded.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/project_mailer/copy_project_succeeded.text.erb b/app/views/project_mailer/copy_project_succeeded.text.erb index ceb631af5c..469bee67d7 100644 --- a/app/views/project_mailer/copy_project_succeeded.text.erb +++ b/app/views/project_mailer/copy_project_succeeded.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/project_mailer/delete_project_completed.html.erb b/app/views/project_mailer/delete_project_completed.html.erb index 25d1a7ac61..f3af4c1355 100644 --- a/app/views/project_mailer/delete_project_completed.html.erb +++ b/app/views/project_mailer/delete_project_completed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/project_mailer/delete_project_completed.text.erb b/app/views/project_mailer/delete_project_completed.text.erb index a1d1dd944d..23222074c5 100644 --- a/app/views/project_mailer/delete_project_completed.text.erb +++ b/app/views/project_mailer/delete_project_completed.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/project_mailer/delete_project_failed.html.erb b/app/views/project_mailer/delete_project_failed.html.erb index 50ab4f959f..45c2d8df89 100644 --- a/app/views/project_mailer/delete_project_failed.html.erb +++ b/app/views/project_mailer/delete_project_failed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/project_mailer/delete_project_failed.text.erb b/app/views/project_mailer/delete_project_failed.text.erb index 89d090713a..a1525a9497 100644 --- a/app/views/project_mailer/delete_project_failed.text.erb +++ b/app/views/project_mailer/delete_project_failed.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/_project_export_modal.html.erb b/app/views/projects/_project_export_modal.html.erb index c9386bbab3..d15b830c9b 100644 --- a/app/views/projects/_project_export_modal.html.erb +++ b/app/views/projects/_project_export_modal.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/_toolbar.html.erb b/app/views/projects/_toolbar.html.erb index 92947d3fe9..bcef1a8012 100644 --- a/app/views/projects/_toolbar.html.erb +++ b/app/views/projects/_toolbar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/copy.html.erb b/app/views/projects/copy.html.erb index b8b0d9c5a4..1034d10e45 100644 --- a/app/views/projects/copy.html.erb +++ b/app/views/projects/copy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/destroy_info.html.erb b/app/views/projects/destroy_info.html.erb index 11ce62cacd..cf7ce4897e 100644 --- a/app/views/projects/destroy_info.html.erb +++ b/app/views/projects/destroy_info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/identifier/show.html.erb b/app/views/projects/identifier/show.html.erb index a132bc6fb9..51a7769b21 100644 --- a/app/views/projects/identifier/show.html.erb +++ b/app/views/projects/identifier/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index a472ccec78..c32c77452b 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb index 7619b6d8e3..4055e10b19 100644 --- a/app/views/projects/new.html.erb +++ b/app/views/projects/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/_form_toolbar.html.erb b/app/views/projects/settings/_form_toolbar.html.erb index 207f69483c..94fbdfab5f 100644 --- a/app/views/projects/settings/_form_toolbar.html.erb +++ b/app/views/projects/settings/_form_toolbar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/categories/show.html.erb b/app/views/projects/settings/categories/show.html.erb index bb45b6a94d..70fce00e55 100644 --- a/app/views/projects/settings/categories/show.html.erb +++ b/app/views/projects/settings/categories/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/custom_fields/_form.html.erb b/app/views/projects/settings/custom_fields/_form.html.erb index fe77be2eec..fdb519b8a9 100644 --- a/app/views/projects/settings/custom_fields/_form.html.erb +++ b/app/views/projects/settings/custom_fields/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/custom_fields/show.html.erb b/app/views/projects/settings/custom_fields/show.html.erb index 8004b647f6..4f902b8143 100644 --- a/app/views/projects/settings/custom_fields/show.html.erb +++ b/app/views/projects/settings/custom_fields/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/general/show.html.erb b/app/views/projects/settings/general/show.html.erb index 9ceef16664..03d408f4f6 100644 --- a/app/views/projects/settings/general/show.html.erb +++ b/app/views/projects/settings/general/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/modules/_form.html.erb b/app/views/projects/settings/modules/_form.html.erb index fb405af608..dc836646c1 100644 --- a/app/views/projects/settings/modules/_form.html.erb +++ b/app/views/projects/settings/modules/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/modules/show.html.erb b/app/views/projects/settings/modules/show.html.erb index 191a6c9b07..54a0ce7990 100644 --- a/app/views/projects/settings/modules/show.html.erb +++ b/app/views/projects/settings/modules/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/repository/_vendor_form.html.erb b/app/views/projects/settings/repository/_vendor_form.html.erb index 8c6809c4e8..fd2149cead 100644 --- a/app/views/projects/settings/repository/_vendor_form.html.erb +++ b/app/views/projects/settings/repository/_vendor_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/repository/git/_local.html.erb b/app/views/projects/settings/repository/git/_local.html.erb index 537e564414..4da33380a5 100644 --- a/app/views/projects/settings/repository/git/_local.html.erb +++ b/app/views/projects/settings/repository/git/_local.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/repository/git/_managed.html.erb b/app/views/projects/settings/repository/git/_managed.html.erb index e19627a47d..0bca0f7375 100644 --- a/app/views/projects/settings/repository/git/_managed.html.erb +++ b/app/views/projects/settings/repository/git/_managed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/repository/shared/_managed.html.erb b/app/views/projects/settings/repository/shared/_managed.html.erb index ac5894e5e7..53a835c44a 100644 --- a/app/views/projects/settings/repository/shared/_managed.html.erb +++ b/app/views/projects/settings/repository/shared/_managed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/repository/show.html.erb b/app/views/projects/settings/repository/show.html.erb index ec35079474..a76c6baeb6 100644 --- a/app/views/projects/settings/repository/show.html.erb +++ b/app/views/projects/settings/repository/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/repository/subversion/_existing.html.erb b/app/views/projects/settings/repository/subversion/_existing.html.erb index ec383b23b5..d9d8622920 100644 --- a/app/views/projects/settings/repository/subversion/_existing.html.erb +++ b/app/views/projects/settings/repository/subversion/_existing.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/repository/subversion/_managed.html.erb b/app/views/projects/settings/repository/subversion/_managed.html.erb index 2e8a98fb68..a2b1ac0630 100644 --- a/app/views/projects/settings/repository/subversion/_managed.html.erb +++ b/app/views/projects/settings/repository/subversion/_managed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/storage/_storage_field.html.erb b/app/views/projects/settings/storage/_storage_field.html.erb index 0bef4318bb..b29a4680ae 100644 --- a/app/views/projects/settings/storage/_storage_field.html.erb +++ b/app/views/projects/settings/storage/_storage_field.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/storage/show.html.erb b/app/views/projects/settings/storage/show.html.erb index 0a51719ada..23a505b477 100644 --- a/app/views/projects/settings/storage/show.html.erb +++ b/app/views/projects/settings/storage/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/types/_form.html.erb b/app/views/projects/settings/types/_form.html.erb index f55a801095..902e2265de 100644 --- a/app/views/projects/settings/types/_form.html.erb +++ b/app/views/projects/settings/types/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/types/show.html.erb b/app/views/projects/settings/types/show.html.erb index 8e57d523d3..3ed33cb056 100644 --- a/app/views/projects/settings/types/show.html.erb +++ b/app/views/projects/settings/types/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/projects/settings/versions/show.html.erb b/app/views/projects/settings/versions/show.html.erb index 015089e924..f36c54c799 100644 --- a/app/views/projects/settings/versions/show.html.erb +++ b/app/views/projects/settings/versions/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/_breadcrumbs.html.erb b/app/views/repositories/_breadcrumbs.html.erb index c625bdb30d..0dee15191f 100644 --- a/app/views/repositories/_breadcrumbs.html.erb +++ b/app/views/repositories/_breadcrumbs.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/_checkout_instructions.html.erb b/app/views/repositories/_checkout_instructions.html.erb index ac85cd8215..944088b9c4 100644 --- a/app/views/repositories/_checkout_instructions.html.erb +++ b/app/views/repositories/_checkout_instructions.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/_dir_list.html.erb b/app/views/repositories/_dir_list.html.erb index 7fd52cbfe5..a9e4064fd8 100644 --- a/app/views/repositories/_dir_list.html.erb +++ b/app/views/repositories/_dir_list.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/_dir_list_content.html.erb b/app/views/repositories/_dir_list_content.html.erb index 7d43593a4a..2be35d8f57 100644 --- a/app/views/repositories/_dir_list_content.html.erb +++ b/app/views/repositories/_dir_list_content.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/_link_to_functions.html.erb b/app/views/repositories/_link_to_functions.html.erb index 5a64b04463..3133e3a9d7 100644 --- a/app/views/repositories/_link_to_functions.html.erb +++ b/app/views/repositories/_link_to_functions.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/_repository_header.html.erb b/app/views/repositories/_repository_header.html.erb index cbbe730751..5ccb5a6ac1 100644 --- a/app/views/repositories/_repository_header.html.erb +++ b/app/views/repositories/_repository_header.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/_revisions.html.erb b/app/views/repositories/_revisions.html.erb index ab66ce242f..e4787349e3 100644 --- a/app/views/repositories/_revisions.html.erb +++ b/app/views/repositories/_revisions.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/annotate.html.erb b/app/views/repositories/annotate.html.erb index f6101efb80..396384c8ff 100644 --- a/app/views/repositories/annotate.html.erb +++ b/app/views/repositories/annotate.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/changes.html.erb b/app/views/repositories/changes.html.erb index 62bd9bd094..2fa971730f 100644 --- a/app/views/repositories/changes.html.erb +++ b/app/views/repositories/changes.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/committers.html.erb b/app/views/repositories/committers.html.erb index 94b482d933..e76869110f 100644 --- a/app/views/repositories/committers.html.erb +++ b/app/views/repositories/committers.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/destroy_info.html.erb b/app/views/repositories/destroy_info.html.erb index e09bcf25b6..4335dd2d5d 100644 --- a/app/views/repositories/destroy_info.html.erb +++ b/app/views/repositories/destroy_info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/diff.html.erb b/app/views/repositories/diff.html.erb index d388fee318..747e4ef1b9 100644 --- a/app/views/repositories/diff.html.erb +++ b/app/views/repositories/diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/empty.html.erb b/app/views/repositories/empty.html.erb index 0ad6a583bd..921350e9af 100644 --- a/app/views/repositories/empty.html.erb +++ b/app/views/repositories/empty.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/entry.html.erb b/app/views/repositories/entry.html.erb index 118e181fb6..27de8fdc3c 100644 --- a/app/views/repositories/entry.html.erb +++ b/app/views/repositories/entry.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/revision.html.erb b/app/views/repositories/revision.html.erb index 7fbff9c004..9175c5bf9b 100644 --- a/app/views/repositories/revision.html.erb +++ b/app/views/repositories/revision.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/revisions.html.erb b/app/views/repositories/revisions.html.erb index 18e14ed355..da77e21f70 100644 --- a/app/views/repositories/revisions.html.erb +++ b/app/views/repositories/revisions.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 1ddb8ae2d9..d8039787fb 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/repositories/stats.html.erb b/app/views/repositories/stats.html.erb index 01305897b7..b8e5298e9f 100644 --- a/app/views/repositories/stats.html.erb +++ b/app/views/repositories/stats.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb index 68160845db..f0bb67f6b5 100644 --- a/app/views/roles/_form.html.erb +++ b/app/views/roles/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/_member_attributes.html.erb b/app/views/roles/_member_attributes.html.erb index 4c7e84c555..6748341ee7 100644 --- a/app/views/roles/_member_attributes.html.erb +++ b/app/views/roles/_member_attributes.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/_member_form.html.erb b/app/views/roles/_member_form.html.erb index 383116a014..db6113f3ff 100644 --- a/app/views/roles/_member_form.html.erb +++ b/app/views/roles/_member_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/_permissions.html.erb b/app/views/roles/_permissions.html.erb index 823a79000b..ecd2a33cfd 100644 --- a/app/views/roles/_permissions.html.erb +++ b/app/views/roles/_permissions.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/autocomplete_for_role.json.erb b/app/views/roles/autocomplete_for_role.json.erb index 673dcedb46..fb5bb7d301 100644 --- a/app/views/roles/autocomplete_for_role.json.erb +++ b/app/views/roles/autocomplete_for_role.json.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/edit.html.erb b/app/views/roles/edit.html.erb index 94b8129958..45301d8440 100644 --- a/app/views/roles/edit.html.erb +++ b/app/views/roles/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index 532886bfeb..12ce858175 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/new.html.erb b/app/views/roles/new.html.erb index 6e8a6bbc55..f6da03ef6c 100644 --- a/app/views/roles/new.html.erb +++ b/app/views/roles/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/roles/report.html.erb b/app/views/roles/report.html.erb index 29b9c5d2bf..2daae4d70f 100644 --- a/app/views/roles/report.html.erb +++ b/app/views/roles/report.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/search/_mini_form.html.erb b/app/views/search/_mini_form.html.erb index 678b97ff06..50536c8e4a 100644 --- a/app/views/search/_mini_form.html.erb +++ b/app/views/search/_mini_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/search/_pagination.html.erb b/app/views/search/_pagination.html.erb index cf917b1da6..8c31618cb4 100644 --- a/app/views/search/_pagination.html.erb +++ b/app/views/search/_pagination.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb index b93f106d87..ea22f984aa 100644 --- a/app/views/search/index.html.erb +++ b/app/views/search/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/statuses/_form.html.erb b/app/views/statuses/_form.html.erb index e1a8d14de8..0b8e8779a0 100644 --- a/app/views/statuses/_form.html.erb +++ b/app/views/statuses/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/statuses/edit.html.erb b/app/views/statuses/edit.html.erb index 7b99fb1eb4..e5a4b9806d 100644 --- a/app/views/statuses/edit.html.erb +++ b/app/views/statuses/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/statuses/index.html.erb b/app/views/statuses/index.html.erb index e673850f46..508dcb77ea 100644 --- a/app/views/statuses/index.html.erb +++ b/app/views/statuses/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/statuses/new.html.erb b/app/views/statuses/new.html.erb index 9c36b1b6fe..e3a1248f56 100644 --- a/app/views/statuses/new.html.erb +++ b/app/views/statuses/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/types/edit.html.erb b/app/views/types/edit.html.erb index 2f29e2e3d0..7415fc21f3 100644 --- a/app/views/types/edit.html.erb +++ b/app/views/types/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/types/form/_form_configuration.html.erb b/app/views/types/form/_form_configuration.html.erb index 352daa4b99..51a77a9d16 100644 --- a/app/views/types/form/_form_configuration.html.erb +++ b/app/views/types/form/_form_configuration.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/types/form/_projects.html.erb b/app/views/types/form/_projects.html.erb index f03b77fca4..7ac8995f68 100644 --- a/app/views/types/form/_projects.html.erb +++ b/app/views/types/form/_projects.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/types/form/_settings.html.erb b/app/views/types/form/_settings.html.erb index 0423fd6f5c..3acf681f33 100644 --- a/app/views/types/form/_settings.html.erb +++ b/app/views/types/form/_settings.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/types/index.html.erb b/app/views/types/index.html.erb index d8d909712e..80ad3acb85 100644 --- a/app/views/types/index.html.erb +++ b/app/views/types/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/types/new.html.erb b/app/views/types/new.html.erb index 994f98d8a2..2dc8531256 100644 --- a/app/views/types/new.html.erb +++ b/app/views/types/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/_errors.html.erb b/app/views/user_mailer/_errors.html.erb index 35327ee1fd..34dd6b0d74 100644 --- a/app/views/user_mailer/_errors.html.erb +++ b/app/views/user_mailer/_errors.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/_errors.text.erb b/app/views/user_mailer/_errors.text.erb index 7eee957db5..4ee4afa6ad 100644 --- a/app/views/user_mailer/_errors.text.erb +++ b/app/views/user_mailer/_errors.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/account_activated.html.erb b/app/views/user_mailer/account_activated.html.erb index 80608f07a3..15a3482eda 100644 --- a/app/views/user_mailer/account_activated.html.erb +++ b/app/views/user_mailer/account_activated.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/account_activated.text.erb b/app/views/user_mailer/account_activated.text.erb index 4ec383fcd5..536e97dd9e 100644 --- a/app/views/user_mailer/account_activated.text.erb +++ b/app/views/user_mailer/account_activated.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/account_activation_requested.html.erb b/app/views/user_mailer/account_activation_requested.html.erb index 16083ee141..a4fb8349db 100644 --- a/app/views/user_mailer/account_activation_requested.html.erb +++ b/app/views/user_mailer/account_activation_requested.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/account_activation_requested.text.erb b/app/views/user_mailer/account_activation_requested.text.erb index 377905e589..13d75086b5 100644 --- a/app/views/user_mailer/account_activation_requested.text.erb +++ b/app/views/user_mailer/account_activation_requested.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/account_information.html.erb b/app/views/user_mailer/account_information.html.erb index ef3a826436..99f635ded2 100644 --- a/app/views/user_mailer/account_information.html.erb +++ b/app/views/user_mailer/account_information.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/account_information.text.erb b/app/views/user_mailer/account_information.text.erb index ec686aae50..776f64c3d8 100644 --- a/app/views/user_mailer/account_information.text.erb +++ b/app/views/user_mailer/account_information.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/activation_limit_reached.html.erb b/app/views/user_mailer/activation_limit_reached.html.erb index 27cf1824a2..9e6db5a711 100644 --- a/app/views/user_mailer/activation_limit_reached.html.erb +++ b/app/views/user_mailer/activation_limit_reached.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/activation_limit_reached.text.erb b/app/views/user_mailer/activation_limit_reached.text.erb index c15ba190fc..98ba72a91f 100644 --- a/app/views/user_mailer/activation_limit_reached.text.erb +++ b/app/views/user_mailer/activation_limit_reached.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/attachments_added.html.erb b/app/views/user_mailer/attachments_added.html.erb index 7dd7d81cfe..6883395f4a 100644 --- a/app/views/user_mailer/attachments_added.html.erb +++ b/app/views/user_mailer/attachments_added.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/attachments_added.text.erb b/app/views/user_mailer/attachments_added.text.erb index 1f599aa424..d44deac587 100644 --- a/app/views/user_mailer/attachments_added.text.erb +++ b/app/views/user_mailer/attachments_added.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/backup_ready.html.erb b/app/views/user_mailer/backup_ready.html.erb index 6b9e2145ed..773903ae11 100644 --- a/app/views/user_mailer/backup_ready.html.erb +++ b/app/views/user_mailer/backup_ready.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/backup_ready.text.erb b/app/views/user_mailer/backup_ready.text.erb index 022fd5fc9a..456db26592 100644 --- a/app/views/user_mailer/backup_ready.text.erb +++ b/app/views/user_mailer/backup_ready.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/backup_token_reset.html.erb b/app/views/user_mailer/backup_token_reset.html.erb index cd92669d7a..9a54dd8fa8 100644 --- a/app/views/user_mailer/backup_token_reset.html.erb +++ b/app/views/user_mailer/backup_token_reset.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/backup_token_reset.text.erb b/app/views/user_mailer/backup_token_reset.text.erb index 139d87469a..602a67a2c7 100644 --- a/app/views/user_mailer/backup_token_reset.text.erb +++ b/app/views/user_mailer/backup_token_reset.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/incoming_email_error.html.erb b/app/views/user_mailer/incoming_email_error.html.erb index e3e8ccfe4e..74e662fe8c 100644 --- a/app/views/user_mailer/incoming_email_error.html.erb +++ b/app/views/user_mailer/incoming_email_error.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/incoming_email_error.text.erb b/app/views/user_mailer/incoming_email_error.text.erb index d1892a72e1..acbd037d3a 100644 --- a/app/views/user_mailer/incoming_email_error.text.erb +++ b/app/views/user_mailer/incoming_email_error.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/message_posted.html.erb b/app/views/user_mailer/message_posted.html.erb index 5874565b55..a2a13daabf 100644 --- a/app/views/user_mailer/message_posted.html.erb +++ b/app/views/user_mailer/message_posted.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/message_posted.text.erb b/app/views/user_mailer/message_posted.text.erb index 4835199813..4b7d7a96e3 100644 --- a/app/views/user_mailer/message_posted.text.erb +++ b/app/views/user_mailer/message_posted.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/news_added.html.erb b/app/views/user_mailer/news_added.html.erb index ccedbdd5a8..97da54c403 100644 --- a/app/views/user_mailer/news_added.html.erb +++ b/app/views/user_mailer/news_added.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/news_added.text.erb b/app/views/user_mailer/news_added.text.erb index 80fe00abd0..2dc3c8da35 100644 --- a/app/views/user_mailer/news_added.text.erb +++ b/app/views/user_mailer/news_added.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/news_comment_added.html.erb b/app/views/user_mailer/news_comment_added.html.erb index 313eb755cc..c6c8ed9eb8 100644 --- a/app/views/user_mailer/news_comment_added.html.erb +++ b/app/views/user_mailer/news_comment_added.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/news_comment_added.text.erb b/app/views/user_mailer/news_comment_added.text.erb index bc74761287..0c1dc963a6 100644 --- a/app/views/user_mailer/news_comment_added.text.erb +++ b/app/views/user_mailer/news_comment_added.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/password_lost.html.erb b/app/views/user_mailer/password_lost.html.erb index a80085bd40..0d67bd56f8 100644 --- a/app/views/user_mailer/password_lost.html.erb +++ b/app/views/user_mailer/password_lost.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/password_lost.text.erb b/app/views/user_mailer/password_lost.text.erb index 316a77f5e4..193ba89b0a 100644 --- a/app/views/user_mailer/password_lost.text.erb +++ b/app/views/user_mailer/password_lost.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/reminder_mail.html.erb b/app/views/user_mailer/reminder_mail.html.erb index 22d34f5662..6c2c4821fe 100644 --- a/app/views/user_mailer/reminder_mail.html.erb +++ b/app/views/user_mailer/reminder_mail.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/reminder_mail.text.erb b/app/views/user_mailer/reminder_mail.text.erb index 47ca5875ea..cc54d5b9f8 100644 --- a/app/views/user_mailer/reminder_mail.text.erb +++ b/app/views/user_mailer/reminder_mail.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/test_mail.html.erb b/app/views/user_mailer/test_mail.html.erb index 9d8136c1f6..4d72b8adda 100644 --- a/app/views/user_mailer/test_mail.html.erb +++ b/app/views/user_mailer/test_mail.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/test_mail.text.erb b/app/views/user_mailer/test_mail.text.erb index a4f06cff8e..7f7fe950f2 100644 --- a/app/views/user_mailer/test_mail.text.erb +++ b/app/views/user_mailer/test_mail.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/user_signed_up.html.erb b/app/views/user_mailer/user_signed_up.html.erb index f3147900c2..636afddac8 100644 --- a/app/views/user_mailer/user_signed_up.html.erb +++ b/app/views/user_mailer/user_signed_up.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/user_signed_up.text.erb b/app/views/user_mailer/user_signed_up.text.erb index 90ed9625e9..ee0cea07c1 100644 --- a/app/views/user_mailer/user_signed_up.text.erb +++ b/app/views/user_mailer/user_signed_up.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/wiki_content_added.html.erb b/app/views/user_mailer/wiki_content_added.html.erb index 5cb9d181ad..db896a30f5 100644 --- a/app/views/user_mailer/wiki_content_added.html.erb +++ b/app/views/user_mailer/wiki_content_added.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/wiki_content_added.text.erb b/app/views/user_mailer/wiki_content_added.text.erb index c7696a98d8..6e28e543dc 100644 --- a/app/views/user_mailer/wiki_content_added.text.erb +++ b/app/views/user_mailer/wiki_content_added.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/wiki_content_updated.html.erb b/app/views/user_mailer/wiki_content_updated.html.erb index 37b91366d3..6384e8d5cf 100644 --- a/app/views/user_mailer/wiki_content_updated.html.erb +++ b/app/views/user_mailer/wiki_content_updated.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/user_mailer/wiki_content_updated.text.erb b/app/views/user_mailer/wiki_content_updated.text.erb index 51c5867eac..be58b53a61 100644 --- a/app/views/user_mailer/wiki_content_updated.text.erb +++ b/app/views/user_mailer/wiki_content_updated.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/_form.html.erb b/app/views/users/_form.html.erb index 0e5dd6a62f..4438763602 100644 --- a/app/views/users/_form.html.erb +++ b/app/views/users/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/_general.html.erb b/app/views/users/_general.html.erb index 1ee3c75c4c..d172b0f01c 100644 --- a/app/views/users/_general.html.erb +++ b/app/views/users/_general.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/_groups.html.erb b/app/views/users/_groups.html.erb index dfadadb53a..5ac9147a08 100644 --- a/app/views/users/_groups.html.erb +++ b/app/views/users/_groups.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/_notifications.html.erb b/app/views/users/_notifications.html.erb index 38b11fe351..428a957b8e 100644 --- a/app/views/users/_notifications.html.erb +++ b/app/views/users/_notifications.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/_preferences.html.erb b/app/views/users/_preferences.html.erb index 25ee7a165e..70714aa86a 100644 --- a/app/views/users/_preferences.html.erb +++ b/app/views/users/_preferences.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/_reminders.html.erb b/app/views/users/_reminders.html.erb index c94d3bad0d..2ac5baded8 100644 --- a/app/views/users/_reminders.html.erb +++ b/app/views/users/_reminders.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/_simple_form.html.erb b/app/views/users/_simple_form.html.erb index 0ab4a9f98e..56de57cc07 100644 --- a/app/views/users/_simple_form.html.erb +++ b/app/views/users/_simple_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/_toolbar.html.erb b/app/views/users/_toolbar.html.erb index 8e85b62e9e..05d6d90e04 100644 --- a/app/views/users/_toolbar.html.erb +++ b/app/views/users/_toolbar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/change_status_info.html.erb b/app/views/users/change_status_info.html.erb index 06cf264b11..5051805066 100644 --- a/app/views/users/change_status_info.html.erb +++ b/app/views/users/change_status_info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/deletion_info.html.erb b/app/views/users/deletion_info.html.erb index ad8e0c71cf..80498664e8 100644 --- a/app/views/users/deletion_info.html.erb +++ b/app/views/users/deletion_info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 9c85994a87..e81c814837 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index ab27d359e0..3c9ee83e99 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 63c22ecdb5..4174369725 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 819eb38aae..4dbca704a8 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/versions/_form.html.erb b/app/views/versions/_form.html.erb index c90bacf3ec..693f556340 100644 --- a/app/views/versions/_form.html.erb +++ b/app/views/versions/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/versions/_overview.html.erb b/app/views/versions/_overview.html.erb index 48d13d58d0..7dcdcd3d7c 100644 --- a/app/views/versions/_overview.html.erb +++ b/app/views/versions/_overview.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/versions/create.js.erb b/app/views/versions/create.js.erb index 40eb7bd213..84736d0b87 100644 --- a/app/views/versions/create.js.erb +++ b/app/views/versions/create.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/versions/edit.html.erb b/app/views/versions/edit.html.erb index 87d444b9ca..fc9058d1d2 100644 --- a/app/views/versions/edit.html.erb +++ b/app/views/versions/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 2372a80158..757ec38b60 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/versions/new.html.erb b/app/views/versions/new.html.erb index 1ea56533db..46924d17db 100644 --- a/app/views/versions/new.html.erb +++ b/app/views/versions/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index d610b478ba..0f180b547e 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/_content.html.erb b/app/views/wiki/_content.html.erb index 87844e55ff..b40b0a2184 100644 --- a/app/views/wiki/_content.html.erb +++ b/app/views/wiki/_content.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/_wiki_export_modal.html.erb b/app/views/wiki/_wiki_export_modal.html.erb index 78f7bb036e..8918f1b76f 100644 --- a/app/views/wiki/_wiki_export_modal.html.erb +++ b/app/views/wiki/_wiki_export_modal.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/annotate.html.erb b/app/views/wiki/annotate.html.erb index b10dfe98a6..bb2743e30c 100644 --- a/app/views/wiki/annotate.html.erb +++ b/app/views/wiki/annotate.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/destroy.html.erb b/app/views/wiki/destroy.html.erb index 6d2ba626ad..e5b50400d3 100644 --- a/app/views/wiki/destroy.html.erb +++ b/app/views/wiki/destroy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/diff.html.erb b/app/views/wiki/diff.html.erb index a6f568bcbd..548e15e199 100644 --- a/app/views/wiki/diff.html.erb +++ b/app/views/wiki/diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb index c31812a077..eca43d6ba5 100644 --- a/app/views/wiki/edit.html.erb +++ b/app/views/wiki/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/edit_parent_page.html.erb b/app/views/wiki/edit_parent_page.html.erb index 0b36066e4e..235aa6b29f 100644 --- a/app/views/wiki/edit_parent_page.html.erb +++ b/app/views/wiki/edit_parent_page.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/export_multiple.html.erb b/app/views/wiki/export_multiple.html.erb index 2fa94d4cf3..d1da8c45ee 100644 --- a/app/views/wiki/export_multiple.html.erb +++ b/app/views/wiki/export_multiple.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/history.html.erb b/app/views/wiki/history.html.erb index a2080768ce..2cef6827b3 100644 --- a/app/views/wiki/history.html.erb +++ b/app/views/wiki/history.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/index.html.erb b/app/views/wiki/index.html.erb index 1ed6ffe9ca..1eb4fa7ec8 100644 --- a/app/views/wiki/index.html.erb +++ b/app/views/wiki/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/new.html.erb b/app/views/wiki/new.html.erb index fb1c32430c..c8aeb6fc83 100644 --- a/app/views/wiki/new.html.erb +++ b/app/views/wiki/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/rename.html.erb b/app/views/wiki/rename.html.erb index 28f202a415..6f5ee5b224 100644 --- a/app/views/wiki/rename.html.erb +++ b/app/views/wiki/rename.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index 319818c9af..d8646c0cc6 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki_menu_items/edit.html.erb b/app/views/wiki_menu_items/edit.html.erb index da5f979308..0600d8a7fd 100644 --- a/app/views/wiki_menu_items/edit.html.erb +++ b/app/views/wiki_menu_items/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/wiki_menu_items/select_main_menu_item.html.erb b/app/views/wiki_menu_items/select_main_menu_item.html.erb index ad7083e141..6a1b745e03 100644 --- a/app/views/wiki_menu_items/select_main_menu_item.html.erb +++ b/app/views/wiki_menu_items/select_main_menu_item.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_package_mailer/_work_package_details.html.erb b/app/views/work_package_mailer/_work_package_details.html.erb index c1e1215911..7713a88ce3 100644 --- a/app/views/work_package_mailer/_work_package_details.html.erb +++ b/app/views/work_package_mailer/_work_package_details.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_package_mailer/_work_package_details.text.erb b/app/views/work_package_mailer/_work_package_details.text.erb index 1c11b424d5..0d8a31050d 100644 --- a/app/views/work_package_mailer/_work_package_details.text.erb +++ b/app/views/work_package_mailer/_work_package_details.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_package_mailer/watcher_changed.html.erb b/app/views/work_package_mailer/watcher_changed.html.erb index 564d6cfae9..ac250b8810 100644 --- a/app/views/work_package_mailer/watcher_changed.html.erb +++ b/app/views/work_package_mailer/watcher_changed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_package_mailer/watcher_changed.text.erb b/app/views/work_package_mailer/watcher_changed.text.erb index 51a60c1308..37ee2d7dc3 100644 --- a/app/views/work_package_mailer/watcher_changed.text.erb +++ b/app/views/work_package_mailer/watcher_changed.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/_sidebar.html.erb b/app/views/work_packages/_sidebar.html.erb index c547e2766b..f0aded61f9 100644 --- a/app/views/work_packages/_sidebar.html.erb +++ b/app/views/work_packages/_sidebar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/auto_completes/index.html.erb b/app/views/work_packages/auto_completes/index.html.erb index 4a9eeb0aa5..a23e45721e 100644 --- a/app/views/work_packages/auto_completes/index.html.erb +++ b/app/views/work_packages/auto_completes/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/bulk/destroy.html.erb b/app/views/work_packages/bulk/destroy.html.erb index 92baef3573..bdba794881 100644 --- a/app/views/work_packages/bulk/destroy.html.erb +++ b/app/views/work_packages/bulk/destroy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/bulk/edit.html.erb b/app/views/work_packages/bulk/edit.html.erb index ff827fe402..f38e29cfb1 100644 --- a/app/views/work_packages/bulk/edit.html.erb +++ b/app/views/work_packages/bulk/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/index.html.erb b/app/views/work_packages/index.html.erb index e3dc08fcc1..75ed798476 100644 --- a/app/views/work_packages/index.html.erb +++ b/app/views/work_packages/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/moves/new.html.erb b/app/views/work_packages/moves/new.html.erb index c22df5983f..55d7ce0432 100644 --- a/app/views/work_packages/moves/new.html.erb +++ b/app/views/work_packages/moves/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/reports/_report.html.erb b/app/views/work_packages/reports/_report.html.erb index ccd6db9774..b51379444b 100644 --- a/app/views/work_packages/reports/_report.html.erb +++ b/app/views/work_packages/reports/_report.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/reports/_report_category.html.erb b/app/views/work_packages/reports/_report_category.html.erb index dd35579f4d..6f36309b75 100644 --- a/app/views/work_packages/reports/_report_category.html.erb +++ b/app/views/work_packages/reports/_report_category.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/reports/report.html.erb b/app/views/work_packages/reports/report.html.erb index 91f6589b4f..a275fbbaa6 100644 --- a/app/views/work_packages/reports/report.html.erb +++ b/app/views/work_packages/reports/report.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/reports/report_details.html.erb b/app/views/work_packages/reports/report_details.html.erb index 3c144e740f..88e8536c6a 100644 --- a/app/views/work_packages/reports/report_details.html.erb +++ b/app/views/work_packages/reports/report_details.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/work_packages/show.html.erb b/app/views/work_packages/show.html.erb index 8fafc6f365..f8d99303ef 100644 --- a/app/views/work_packages/show.html.erb +++ b/app/views/work_packages/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/workflows/_form.html.erb b/app/views/workflows/_form.html.erb index 8ef2eb3711..706570d63c 100644 --- a/app/views/workflows/_form.html.erb +++ b/app/views/workflows/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/workflows/_toolbar.html.erb b/app/views/workflows/_toolbar.html.erb index bbaa6c7f10..068a507a3d 100644 --- a/app/views/workflows/_toolbar.html.erb +++ b/app/views/workflows/_toolbar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/workflows/copy.html.erb b/app/views/workflows/copy.html.erb index 3addcc2f84..a05db9533d 100644 --- a/app/views/workflows/copy.html.erb +++ b/app/views/workflows/copy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/workflows/edit.html.erb b/app/views/workflows/edit.html.erb index 759a38d58a..9150e20963 100644 --- a/app/views/workflows/edit.html.erb +++ b/app/views/workflows/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/views/workflows/show.html.erb b/app/views/workflows/show.html.erb index a2b2d146f2..df0ef5524a 100644 --- a/app/views/workflows/show.html.erb +++ b/app/views/workflows/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/announcements/scheduler_job.rb b/app/workers/announcements/scheduler_job.rb index 4f8220e256..00d12d4ec9 100644 --- a/app/workers/announcements/scheduler_job.rb +++ b/app/workers/announcements/scheduler_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/application_job.rb b/app/workers/application_job.rb index 3721af444f..48340756e3 100644 --- a/app/workers/application_job.rb +++ b/app/workers/application_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/attachments/cleanup_uncontainered_job.rb b/app/workers/attachments/cleanup_uncontainered_job.rb index 2a9134df82..02f35cd575 100644 --- a/app/workers/attachments/cleanup_uncontainered_job.rb +++ b/app/workers/attachments/cleanup_uncontainered_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/attachments/finish_direct_upload_job.rb b/app/workers/attachments/finish_direct_upload_job.rb index 28f56a7421..c9ffbdedbf 100644 --- a/app/workers/attachments/finish_direct_upload_job.rb +++ b/app/workers/attachments/finish_direct_upload_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/backup_job.rb b/app/workers/backup_job.rb index 448fb74d68..dae2f2d4de 100644 --- a/app/workers/backup_job.rb +++ b/app/workers/backup_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/concerns/state_machine_job.rb b/app/workers/concerns/state_machine_job.rb index dd814fafaa..fec9a4507a 100644 --- a/app/workers/concerns/state_machine_job.rb +++ b/app/workers/concerns/state_machine_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/copy_project_job.rb b/app/workers/copy_project_job.rb index aa84781b62..53583a4dd9 100644 --- a/app/workers/copy_project_job.rb +++ b/app/workers/copy_project_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/cron/clear_old_sessions_job.rb b/app/workers/cron/clear_old_sessions_job.rb index 5682680e34..95b9536afc 100644 --- a/app/workers/cron/clear_old_sessions_job.rb +++ b/app/workers/cron/clear_old_sessions_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/cron/clear_tmp_cache_job.rb b/app/workers/cron/clear_tmp_cache_job.rb index ebb0cba237..c8a83e16b4 100644 --- a/app/workers/cron/clear_tmp_cache_job.rb +++ b/app/workers/cron/clear_tmp_cache_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/cron/clear_uploaded_files_job.rb b/app/workers/cron/clear_uploaded_files_job.rb index e128abaf18..fc2bf251f0 100644 --- a/app/workers/cron/clear_uploaded_files_job.rb +++ b/app/workers/cron/clear_uploaded_files_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/cron/cron_job.rb b/app/workers/cron/cron_job.rb index d5b455091b..31369eaef5 100644 --- a/app/workers/cron/cron_job.rb +++ b/app/workers/cron/cron_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/exports/cleanup_outdated_job.rb b/app/workers/exports/cleanup_outdated_job.rb index 73899c1170..166d14e3c5 100644 --- a/app/workers/exports/cleanup_outdated_job.rb +++ b/app/workers/exports/cleanup_outdated_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/extract_fulltext_job.rb b/app/workers/extract_fulltext_job.rb index ee46d1ad56..5db777e54a 100644 --- a/app/workers/extract_fulltext_job.rb +++ b/app/workers/extract_fulltext_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/journals/completed_job.rb b/app/workers/journals/completed_job.rb index 788a1d2e24..9f8eaa874e 100644 --- a/app/workers/journals/completed_job.rb +++ b/app/workers/journals/completed_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/ldap/synchronization_job.rb b/app/workers/ldap/synchronization_job.rb index 2ca0120a67..81dfbe4710 100644 --- a/app/workers/ldap/synchronization_job.rb +++ b/app/workers/ldap/synchronization_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/deliver_job.rb b/app/workers/mails/deliver_job.rb index cecd2c62ba..228ac2a11f 100644 --- a/app/workers/mails/deliver_job.rb +++ b/app/workers/mails/deliver_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/invitation_job.rb b/app/workers/mails/invitation_job.rb index 9820703d1d..5ca159a1f5 100644 --- a/app/workers/mails/invitation_job.rb +++ b/app/workers/mails/invitation_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/mailer_job.rb b/app/workers/mails/mailer_job.rb index 48af266b88..d5d8750155 100644 --- a/app/workers/mails/mailer_job.rb +++ b/app/workers/mails/mailer_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/member_created_job.rb b/app/workers/mails/member_created_job.rb index 6b8ffefcba..f2ce8b144e 100644 --- a/app/workers/mails/member_created_job.rb +++ b/app/workers/mails/member_created_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/member_job.rb b/app/workers/mails/member_job.rb index cc65ecd61a..a247cb6a08 100644 --- a/app/workers/mails/member_job.rb +++ b/app/workers/mails/member_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/member_updated_job.rb b/app/workers/mails/member_updated_job.rb index 05f8d7d209..d7c1040f40 100644 --- a/app/workers/mails/member_updated_job.rb +++ b/app/workers/mails/member_updated_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/reminder_job.rb b/app/workers/mails/reminder_job.rb index f9abe6cf0e..b77f8a48f0 100644 --- a/app/workers/mails/reminder_job.rb +++ b/app/workers/mails/reminder_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/watcher_added_job.rb b/app/workers/mails/watcher_added_job.rb index 57b676060c..bff414264e 100644 --- a/app/workers/mails/watcher_added_job.rb +++ b/app/workers/mails/watcher_added_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/watcher_job.rb b/app/workers/mails/watcher_job.rb index 37729e8e30..50505746bd 100644 --- a/app/workers/mails/watcher_job.rb +++ b/app/workers/mails/watcher_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/watcher_removed_job.rb b/app/workers/mails/watcher_removed_job.rb index 33d0f82a0b..a4541cf4cc 100644 --- a/app/workers/mails/watcher_removed_job.rb +++ b/app/workers/mails/watcher_removed_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/mails/with_sender.rb b/app/workers/mails/with_sender.rb index 46e5e94b89..c0dad282d1 100644 --- a/app/workers/mails/with_sender.rb +++ b/app/workers/mails/with_sender.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/notifications/create_date_alerts_notifications_job.rb b/app/workers/notifications/create_date_alerts_notifications_job.rb index 15505fcd2e..cea3195d82 100644 --- a/app/workers/notifications/create_date_alerts_notifications_job.rb +++ b/app/workers/notifications/create_date_alerts_notifications_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/notifications/create_date_alerts_notifications_job/alertable_work_packages.rb b/app/workers/notifications/create_date_alerts_notifications_job/alertable_work_packages.rb index 9847c7e679..ac29d28f76 100644 --- a/app/workers/notifications/create_date_alerts_notifications_job/alertable_work_packages.rb +++ b/app/workers/notifications/create_date_alerts_notifications_job/alertable_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/notifications/create_date_alerts_notifications_job/service.rb b/app/workers/notifications/create_date_alerts_notifications_job/service.rb index acb3719025..e0cb84d642 100644 --- a/app/workers/notifications/create_date_alerts_notifications_job/service.rb +++ b/app/workers/notifications/create_date_alerts_notifications_job/service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/notifications/group_member_altered_job.rb b/app/workers/notifications/group_member_altered_job.rb index b71bfde481..a856fe2856 100644 --- a/app/workers/notifications/group_member_altered_job.rb +++ b/app/workers/notifications/group_member_altered_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/notifications/schedule_reminder_mails_job.rb b/app/workers/notifications/schedule_reminder_mails_job.rb index 192a2f5819..a2d51b1dda 100644 --- a/app/workers/notifications/schedule_reminder_mails_job.rb +++ b/app/workers/notifications/schedule_reminder_mails_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/notifications/with_marked_notifications.rb b/app/workers/notifications/with_marked_notifications.rb index dda64ce20e..365827af1b 100644 --- a/app/workers/notifications/with_marked_notifications.rb +++ b/app/workers/notifications/with_marked_notifications.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/notifications/workflow_job.rb b/app/workers/notifications/workflow_job.rb index d32125d713..10f903eb50 100644 --- a/app/workers/notifications/workflow_job.rb +++ b/app/workers/notifications/workflow_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/oauth/cleanup_job.rb b/app/workers/oauth/cleanup_job.rb index 737c6f73e5..9a39253e96 100644 --- a/app/workers/oauth/cleanup_job.rb +++ b/app/workers/oauth/cleanup_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/paper_trail_audits/cleanup_job.rb b/app/workers/paper_trail_audits/cleanup_job.rb index 48654150fb..67cfc7bfa8 100644 --- a/app/workers/paper_trail_audits/cleanup_job.rb +++ b/app/workers/paper_trail_audits/cleanup_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/principals/delete_job.rb b/app/workers/principals/delete_job.rb index 0a92546303..1dba1671d2 100644 --- a/app/workers/principals/delete_job.rb +++ b/app/workers/principals/delete_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/projects/delete_project_job.rb b/app/workers/projects/delete_project_job.rb index 37d59b0676..2d48297f20 100644 --- a/app/workers/projects/delete_project_job.rb +++ b/app/workers/projects/delete_project_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/projects/reorder_hierarchy_job.rb b/app/workers/projects/reorder_hierarchy_job.rb index b2f328c438..978659b7e1 100644 --- a/app/workers/projects/reorder_hierarchy_job.rb +++ b/app/workers/projects/reorder_hierarchy_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/rake_job.rb b/app/workers/rake_job.rb index d157fc1de3..f60477e315 100644 --- a/app/workers/rake_job.rb +++ b/app/workers/rake_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/scm/create_local_repository_job.rb b/app/workers/scm/create_local_repository_job.rb index b0f56977bb..47e136e903 100644 --- a/app/workers/scm/create_local_repository_job.rb +++ b/app/workers/scm/create_local_repository_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/scm/create_remote_repository_job.rb b/app/workers/scm/create_remote_repository_job.rb index 86bd14e885..4439c28223 100644 --- a/app/workers/scm/create_remote_repository_job.rb +++ b/app/workers/scm/create_remote_repository_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/scm/delete_local_repository_job.rb b/app/workers/scm/delete_local_repository_job.rb index 53149f470e..5df3ac5b04 100644 --- a/app/workers/scm/delete_local_repository_job.rb +++ b/app/workers/scm/delete_local_repository_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/scm/delete_remote_repository_job.rb b/app/workers/scm/delete_remote_repository_job.rb index f8128053a9..d9525b725f 100644 --- a/app/workers/scm/delete_remote_repository_job.rb +++ b/app/workers/scm/delete_remote_repository_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/scm/relocate_repository_job.rb b/app/workers/scm/relocate_repository_job.rb index c826854bd3..dccaff030a 100644 --- a/app/workers/scm/relocate_repository_job.rb +++ b/app/workers/scm/relocate_repository_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/scm/remote_repository_job.rb b/app/workers/scm/remote_repository_job.rb index 1139946f03..85d582b27f 100644 --- a/app/workers/scm/remote_repository_job.rb +++ b/app/workers/scm/remote_repository_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/scm/storage_updater_job.rb b/app/workers/scm/storage_updater_job.rb index d034f65e04..d5aad5ffad 100644 --- a/app/workers/scm/storage_updater_job.rb +++ b/app/workers/scm/storage_updater_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/user_job.rb b/app/workers/user_job.rb index 0e3eec972e..e024d0da3e 100644 --- a/app/workers/user_job.rb +++ b/app/workers/user_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/workers/work_packages/apply_working_days_change_job.rb b/app/workers/work_packages/apply_working_days_change_job.rb index b500ed41c5..8853338c99 100644 --- a/app/workers/work_packages/apply_working_days_change_job.rb +++ b/app/workers/work_packages/apply_working_days_change_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config.ru b/config.ru index b2cd4022be..1b77b67c04 100644 --- a/config.ru +++ b/config.ru @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/additional_environment.rb.example b/config/additional_environment.rb.example index 211d602dc4..92323e4fcc 100644 --- a/config/additional_environment.rb.example +++ b/config/additional_environment.rb.example @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/application.rb b/config/application.rb index ed74009582..c605bed16e 100644 --- a/config/application.rb +++ b/config/application.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/boot.rb b/config/boot.rb index f37d25e1f2..eff8ee7cac 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/configuration.yml.example b/config/configuration.yml.example index f0d84e9b9c..cdd90d2491 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/constants/api_patch_registry.rb b/config/constants/api_patch_registry.rb index 09ea8423a6..546271d4ee 100644 --- a/config/constants/api_patch_registry.rb +++ b/config/constants/api_patch_registry.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/constants/ar_to_api_conversions.rb b/config/constants/ar_to_api_conversions.rb index f49d9a58b8..9923b945f0 100644 --- a/config/constants/ar_to_api_conversions.rb +++ b/config/constants/ar_to_api_conversions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/constants/open_project/activity.rb b/config/constants/open_project/activity.rb index 2069214138..62bd09b5d7 100644 --- a/config/constants/open_project/activity.rb +++ b/config/constants/open_project/activity.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/constants/open_project/null_db_fallback.rb b/config/constants/open_project/null_db_fallback.rb index c1bd4a2d45..c36e6e79ba 100644 --- a/config/constants/open_project/null_db_fallback.rb +++ b/config/constants/open_project/null_db_fallback.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/constants/settings/definition.rb b/config/constants/settings/definition.rb index dd7baa4585..05b1610ca0 100644 --- a/config/constants/settings/definition.rb +++ b/config/constants/settings/definition.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2021 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/constants/settings/definitions.rb b/config/constants/settings/definitions.rb index e80e4e81a3..b2b38d7ddf 100644 --- a/config/constants/settings/definitions.rb +++ b/config/constants/settings/definitions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2021 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/constants/views.rb b/config/constants/views.rb index df8388fd8a..9b3dc4a063 100644 --- a/config/constants/views.rb +++ b/config/constants/views.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/database.yml.example b/config/database.yml.example index 7d19713bc4..d9deb4b5fd 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/environment.rb b/config/environment.rb index 3f70724d8d..8af0aa091d 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/environments/demo.rb b/config/environments/demo.rb index c59530a18c..dd7da77295 100644 --- a/config/environments/demo.rb +++ b/config/environments/demo.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/environments/development.rb b/config/environments/development.rb index acb6abb447..b49b1ec8dc 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/environments/production.rb b/config/environments/production.rb index 390bbf383c..535b4dcb60 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/environments/test.rb b/config/environments/test.rb index 077f9b6997..3487e4f22f 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb index 65fa6d47cf..02c2e88d60 100644 --- a/config/environments/test_pgsql.rb +++ b/config/environments/test_pgsql.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/00-load_plugins.rb b/config/initializers/00-load_plugins.rb index cce972bb14..34cec6888b 100644 --- a/config/initializers/00-load_plugins.rb +++ b/config/initializers/00-load_plugins.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/03-db_check.rb b/config/initializers/03-db_check.rb index 3106b37391..e2e184c404 100644 --- a/config/initializers/03-db_check.rb +++ b/config/initializers/03-db_check.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/05-null_db_fallback.rb b/config/initializers/05-null_db_fallback.rb index 21ad5e5539..7bdeaba0a6 100644 --- a/config/initializers/05-null_db_fallback.rb +++ b/config/initializers/05-null_db_fallback.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/06-pending_migrations_check.rb b/config/initializers/06-pending_migrations_check.rb index e88b56bfde..d54b8756c9 100644 --- a/config/initializers/06-pending_migrations_check.rb +++ b/config/initializers/06-pending_migrations_check.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/10-load_patches.rb b/config/initializers/10-load_patches.rb index 9c99e96c3c..dfc982a050 100644 --- a/config/initializers/10-load_patches.rb +++ b/config/initializers/10-load_patches.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/30-open_project_loading.rb b/config/initializers/30-open_project_loading.rb index 14a3f51aeb..fa12c3df92 100644 --- a/config/initializers/30-open_project_loading.rb +++ b/config/initializers/30-open_project_loading.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/activity.rb b/config/initializers/activity.rb index 9fec04ac98..b30334c0ab 100644 --- a/config/initializers/activity.rb +++ b/config/initializers/activity.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/airbrake.rb b/config/initializers/airbrake.rb index c960f9a7dc..15bc585888 100644 --- a/config/initializers/airbrake.rb +++ b/config/initializers/airbrake.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/backtrace_silencers.rb b/config/initializers/backtrace_silencers.rb index d2261db856..716fdd929f 100644 --- a/config/initializers/backtrace_silencers.rb +++ b/config/initializers/backtrace_silencers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/bcrypt.rb b/config/initializers/bcrypt.rb index fb6536f271..d57934b13f 100644 --- a/config/initializers/bcrypt.rb +++ b/config/initializers/bcrypt.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/bullet.rb b/config/initializers/bullet.rb index 04a6aac6a0..8dced2ed1c 100644 --- a/config/initializers/bullet.rb +++ b/config/initializers/bullet.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/carrierwave.rb b/config/initializers/carrierwave.rb index 4150c990ad..34de91a4bb 100644 --- a/config/initializers/carrierwave.rb +++ b/config/initializers/carrierwave.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/custom_field_format.rb b/config/initializers/custom_field_format.rb index 9776eabb49..13f4d5845a 100644 --- a/config/initializers/custom_field_format.rb +++ b/config/initializers/custom_field_format.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/delayed_job_config.rb b/config/initializers/delayed_job_config.rb index 990ce0bc70..079fe7ba0e 100644 --- a/config/initializers/delayed_job_config.rb +++ b/config/initializers/delayed_job_config.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/enforce_isolation_level.rb b/config/initializers/enforce_isolation_level.rb index 4d018c2fd8..861ee684b5 100644 --- a/config/initializers/enforce_isolation_level.rb +++ b/config/initializers/enforce_isolation_level.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb index 94bd324ebc..6add79ac84 100644 --- a/config/initializers/filter_parameter_logging.rb +++ b/config/initializers/filter_parameter_logging.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/grape.rb b/config/initializers/grape.rb index bad5b6e72d..861c055419 100644 --- a/config/initializers/grape.rb +++ b/config/initializers/grape.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/homescreen.rb b/config/initializers/homescreen.rb index 7597f12d26..e26b34d433 100644 --- a/config/initializers/homescreen.rb +++ b/config/initializers/homescreen.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb index ca93914bb1..b49e97941a 100644 --- a/config/initializers/inflections.rb +++ b/config/initializers/inflections.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/livingstyleguide_patches.rb b/config/initializers/livingstyleguide_patches.rb index d2cfef827e..9d27512def 100644 --- a/config/initializers/livingstyleguide_patches.rb +++ b/config/initializers/livingstyleguide_patches.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/menus.rb b/config/initializers/menus.rb index cbb6d71ebe..2b43234ef4 100644 --- a/config/initializers/menus.rb +++ b/config/initializers/menus.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/mime_types.rb b/config/initializers/mime_types.rb index dad2c815ed..28b5177292 100644 --- a/config/initializers/mime_types.rb +++ b/config/initializers/mime_types.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/module_handler.rb b/config/initializers/module_handler.rb index 4a58246037..3bc6ad649b 100644 --- a/config/initializers/module_handler.rb +++ b/config/initializers/module_handler.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/omniauth.rb b/config/initializers/omniauth.rb index d91cff0512..df56a36bee 100644 --- a/config/initializers/omniauth.rb +++ b/config/initializers/omniauth.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/permissions.rb b/config/initializers/permissions.rb index 2e49697a53..8caf5cd851 100644 --- a/config/initializers/permissions.rb +++ b/config/initializers/permissions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/plaintext.rb b/config/initializers/plaintext.rb index 251270d789..43c7848212 100644 --- a/config/initializers/plaintext.rb +++ b/config/initializers/plaintext.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/rack-attack.rb b/config/initializers/rack-attack.rb index 74ffefd437..62b3c82be2 100644 --- a/config/initializers/rack-attack.rb +++ b/config/initializers/rack-attack.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/rack-cors.rb b/config/initializers/rack-cors.rb index d6d5cd3738..e3133dbf97 100644 --- a/config/initializers/rack-cors.rb +++ b/config/initializers/rack-cors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/rails_footnotes.rb b/config/initializers/rails_footnotes.rb index 60f7bd11e5..48e96e0db4 100644 --- a/config/initializers/rails_footnotes.rb +++ b/config/initializers/rails_footnotes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/register_mail_interceptors.rb b/config/initializers/register_mail_interceptors.rb index 3137ca16b9..c7a77a42ca 100644 --- a/config/initializers/register_mail_interceptors.rb +++ b/config/initializers/register_mail_interceptors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/register_renderer.rb b/config/initializers/register_renderer.rb index 5c6e659105..7cd9c98ad6 100644 --- a/config/initializers/register_renderer.rb +++ b/config/initializers/register_renderer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/register_views.rb b/config/initializers/register_views.rb index 13eb984915..a3a26fffa2 100644 --- a/config/initializers/register_views.rb +++ b/config/initializers/register_views.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/search.rb b/config/initializers/search.rb index 7eab184099..5b8718e591 100644 --- a/config/initializers/search.rb +++ b/config/initializers/search.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb index 326d87f912..26de512d20 100644 --- a/config/initializers/session_store.rb +++ b/config/initializers/session_store.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/subscribe_listeners.rb b/config/initializers/subscribe_listeners.rb index c37f7c7082..76b389381c 100644 --- a/config/initializers/subscribe_listeners.rb +++ b/config/initializers/subscribe_listeners.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/time_with_zone_as_json.rb b/config/initializers/time_with_zone_as_json.rb index dcb4201e2b..7d1b17d621 100644 --- a/config/initializers/time_with_zone_as_json.rb +++ b/config/initializers/time_with_zone_as_json.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/initializers/wrap_parameters.rb b/config/initializers/wrap_parameters.rb index d478061788..ec698edc23 100644 --- a/config/initializers/wrap_parameters.rb +++ b/config/initializers/wrap_parameters.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/locales/crowdin/af.yml b/config/locales/crowdin/af.yml index b8d1ecffe8..1da399daea 100644 --- a/config/locales/crowdin/af.yml +++ b/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/ar.yml b/config/locales/crowdin/ar.yml index a4dfc64ab9..e51f5f714a 100644 --- a/config/locales/crowdin/ar.yml +++ b/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/az.yml b/config/locales/crowdin/az.yml index 467ebceca7..ed7f95c62d 100644 --- a/config/locales/crowdin/az.yml +++ b/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/bg.yml b/config/locales/crowdin/bg.yml index 3a8176c743..bc1f4c3e5e 100644 --- a/config/locales/crowdin/bg.yml +++ b/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/ca.yml b/config/locales/crowdin/ca.yml index 81e394609f..6f8604c653 100644 --- a/config/locales/crowdin/ca.yml +++ b/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/ckb-IR.yml b/config/locales/crowdin/ckb-IR.yml index c5d620f937..f36c5afe7f 100644 --- a/config/locales/crowdin/ckb-IR.yml +++ b/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/cs.yml b/config/locales/crowdin/cs.yml index 2a29ff8ac0..de3606bc99 100644 --- a/config/locales/crowdin/cs.yml +++ b/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/da.yml b/config/locales/crowdin/da.yml index 87b6ee098d..644c377fcc 100644 --- a/config/locales/crowdin/da.yml +++ b/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/de.yml b/config/locales/crowdin/de.yml index eb89e14624..25eb3b8ee8 100644 --- a/config/locales/crowdin/de.yml +++ b/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/el.yml b/config/locales/crowdin/el.yml index bd1b7defb4..ad4d2cda2e 100644 --- a/config/locales/crowdin/el.yml +++ b/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/eo.yml b/config/locales/crowdin/eo.yml index 7e685c7ae0..08b9cecdf5 100644 --- a/config/locales/crowdin/eo.yml +++ b/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/es.yml b/config/locales/crowdin/es.yml index e679b0eb91..098b262aed 100644 --- a/config/locales/crowdin/es.yml +++ b/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/et.yml b/config/locales/crowdin/et.yml index ec590ebc12..2ceb477e10 100644 --- a/config/locales/crowdin/et.yml +++ b/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/fa.yml b/config/locales/crowdin/fa.yml index d135f8e2f0..b1457ae9ff 100644 --- a/config/locales/crowdin/fa.yml +++ b/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/fi.yml b/config/locales/crowdin/fi.yml index 4d109069f9..7297e6c15a 100644 --- a/config/locales/crowdin/fi.yml +++ b/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/fil.yml b/config/locales/crowdin/fil.yml index 1ef6b27f66..b60654d75d 100644 --- a/config/locales/crowdin/fil.yml +++ b/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/fr.yml b/config/locales/crowdin/fr.yml index fad2ebea31..3d741b7062 100644 --- a/config/locales/crowdin/fr.yml +++ b/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/he.yml b/config/locales/crowdin/he.yml index db7abef9d3..43641efae9 100644 --- a/config/locales/crowdin/he.yml +++ b/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/hi.yml b/config/locales/crowdin/hi.yml index f4941870f6..9e47ac774e 100644 --- a/config/locales/crowdin/hi.yml +++ b/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/hr.yml b/config/locales/crowdin/hr.yml index aef57fee04..81f3ac8a8b 100644 --- a/config/locales/crowdin/hr.yml +++ b/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/hu.yml b/config/locales/crowdin/hu.yml index ca3413db13..54d937ab54 100644 --- a/config/locales/crowdin/hu.yml +++ b/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/id.yml b/config/locales/crowdin/id.yml index 4d835fc505..cb5772ea47 100644 --- a/config/locales/crowdin/id.yml +++ b/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/it.yml b/config/locales/crowdin/it.yml index 34120ab915..6c74f7a030 100644 --- a/config/locales/crowdin/it.yml +++ b/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/ja.yml b/config/locales/crowdin/ja.yml index 2433ae965f..f0d377b017 100644 --- a/config/locales/crowdin/ja.yml +++ b/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-af.yml b/config/locales/crowdin/js-af.yml index d583994d78..3101425121 100644 --- a/config/locales/crowdin/js-af.yml +++ b/config/locales/crowdin/js-af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-ar.yml b/config/locales/crowdin/js-ar.yml index 6edeb85cfd..0492d2c4c9 100644 --- a/config/locales/crowdin/js-ar.yml +++ b/config/locales/crowdin/js-ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-az.yml b/config/locales/crowdin/js-az.yml index 7c82da7c24..51d7963bb7 100644 --- a/config/locales/crowdin/js-az.yml +++ b/config/locales/crowdin/js-az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-bg.yml b/config/locales/crowdin/js-bg.yml index d0b0161631..894192d665 100644 --- a/config/locales/crowdin/js-bg.yml +++ b/config/locales/crowdin/js-bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-ca.yml b/config/locales/crowdin/js-ca.yml index cb9bbe1d3e..595c126675 100644 --- a/config/locales/crowdin/js-ca.yml +++ b/config/locales/crowdin/js-ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-ckb-IR.yml b/config/locales/crowdin/js-ckb-IR.yml index fa16c81337..1f19771bfc 100644 --- a/config/locales/crowdin/js-ckb-IR.yml +++ b/config/locales/crowdin/js-ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-cs.yml b/config/locales/crowdin/js-cs.yml index 8aceb31462..d4c9ff847b 100644 --- a/config/locales/crowdin/js-cs.yml +++ b/config/locales/crowdin/js-cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-da.yml b/config/locales/crowdin/js-da.yml index 6f330d5ee7..b72dd9ba5f 100644 --- a/config/locales/crowdin/js-da.yml +++ b/config/locales/crowdin/js-da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-de.yml b/config/locales/crowdin/js-de.yml index 72d37eb3d8..5eb7762471 100644 --- a/config/locales/crowdin/js-de.yml +++ b/config/locales/crowdin/js-de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-el.yml b/config/locales/crowdin/js-el.yml index 8dce0c86fd..08d162fafe 100644 --- a/config/locales/crowdin/js-el.yml +++ b/config/locales/crowdin/js-el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-eo.yml b/config/locales/crowdin/js-eo.yml index f4d2036860..e7697c119d 100644 --- a/config/locales/crowdin/js-eo.yml +++ b/config/locales/crowdin/js-eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-es.yml b/config/locales/crowdin/js-es.yml index f4d4249f6f..7da8f33e3d 100644 --- a/config/locales/crowdin/js-es.yml +++ b/config/locales/crowdin/js-es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-et.yml b/config/locales/crowdin/js-et.yml index a05253b777..2640f91feb 100644 --- a/config/locales/crowdin/js-et.yml +++ b/config/locales/crowdin/js-et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-fa.yml b/config/locales/crowdin/js-fa.yml index 7fa9430a08..b9d18ec69a 100644 --- a/config/locales/crowdin/js-fa.yml +++ b/config/locales/crowdin/js-fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-fi.yml b/config/locales/crowdin/js-fi.yml index 3da3d3f674..bf4155c3f2 100644 --- a/config/locales/crowdin/js-fi.yml +++ b/config/locales/crowdin/js-fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-fil.yml b/config/locales/crowdin/js-fil.yml index 4c3d19fca8..475b14b2ab 100644 --- a/config/locales/crowdin/js-fil.yml +++ b/config/locales/crowdin/js-fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-fr.yml b/config/locales/crowdin/js-fr.yml index 4d082847e4..ebc167bb7d 100644 --- a/config/locales/crowdin/js-fr.yml +++ b/config/locales/crowdin/js-fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-he.yml b/config/locales/crowdin/js-he.yml index a87a2ea64e..7279919769 100644 --- a/config/locales/crowdin/js-he.yml +++ b/config/locales/crowdin/js-he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-hi.yml b/config/locales/crowdin/js-hi.yml index d321b5ae3b..dc1be7c88f 100644 --- a/config/locales/crowdin/js-hi.yml +++ b/config/locales/crowdin/js-hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-hr.yml b/config/locales/crowdin/js-hr.yml index 7e05f632ec..528aecb824 100644 --- a/config/locales/crowdin/js-hr.yml +++ b/config/locales/crowdin/js-hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-hu.yml b/config/locales/crowdin/js-hu.yml index 624ca02fdb..0b0fe6f952 100644 --- a/config/locales/crowdin/js-hu.yml +++ b/config/locales/crowdin/js-hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-id.yml b/config/locales/crowdin/js-id.yml index e96d4d1e75..b39a3f5863 100644 --- a/config/locales/crowdin/js-id.yml +++ b/config/locales/crowdin/js-id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-it.yml b/config/locales/crowdin/js-it.yml index 336fdfd462..ae4c0f7972 100644 --- a/config/locales/crowdin/js-it.yml +++ b/config/locales/crowdin/js-it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-ja.yml b/config/locales/crowdin/js-ja.yml index 3d71336c8f..0512498eb8 100644 --- a/config/locales/crowdin/js-ja.yml +++ b/config/locales/crowdin/js-ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-ko.yml b/config/locales/crowdin/js-ko.yml index c54f277c5c..1eecbdcea2 100644 --- a/config/locales/crowdin/js-ko.yml +++ b/config/locales/crowdin/js-ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-lol.yml b/config/locales/crowdin/js-lol.yml index 4b4b0434fc..979a0be4d4 100644 --- a/config/locales/crowdin/js-lol.yml +++ b/config/locales/crowdin/js-lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-lt.yml b/config/locales/crowdin/js-lt.yml index 21eec0d1dc..27fced948d 100644 --- a/config/locales/crowdin/js-lt.yml +++ b/config/locales/crowdin/js-lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-lv.yml b/config/locales/crowdin/js-lv.yml index 8dc0afdcbb..2f97758f3b 100644 --- a/config/locales/crowdin/js-lv.yml +++ b/config/locales/crowdin/js-lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-ne.yml b/config/locales/crowdin/js-ne.yml index f9776c3cf7..0861baa1a1 100644 --- a/config/locales/crowdin/js-ne.yml +++ b/config/locales/crowdin/js-ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-nl.yml b/config/locales/crowdin/js-nl.yml index 77ae968349..7c526269f3 100644 --- a/config/locales/crowdin/js-nl.yml +++ b/config/locales/crowdin/js-nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-no.yml b/config/locales/crowdin/js-no.yml index 9c183ad75e..9ec77b5547 100644 --- a/config/locales/crowdin/js-no.yml +++ b/config/locales/crowdin/js-no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-pl.yml b/config/locales/crowdin/js-pl.yml index 1b25744593..da1c3dced8 100644 --- a/config/locales/crowdin/js-pl.yml +++ b/config/locales/crowdin/js-pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-pt.yml b/config/locales/crowdin/js-pt.yml index 73ca285536..3ade3e75f6 100644 --- a/config/locales/crowdin/js-pt.yml +++ b/config/locales/crowdin/js-pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-ro.yml b/config/locales/crowdin/js-ro.yml index 293977673e..91576d1dac 100644 --- a/config/locales/crowdin/js-ro.yml +++ b/config/locales/crowdin/js-ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-ru.yml b/config/locales/crowdin/js-ru.yml index 596c90e198..4961aae5d3 100644 --- a/config/locales/crowdin/js-ru.yml +++ b/config/locales/crowdin/js-ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-rw.yml b/config/locales/crowdin/js-rw.yml index 958181e153..0c49e00d00 100644 --- a/config/locales/crowdin/js-rw.yml +++ b/config/locales/crowdin/js-rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-si.yml b/config/locales/crowdin/js-si.yml index 642de1282a..0db1ce2bcb 100644 --- a/config/locales/crowdin/js-si.yml +++ b/config/locales/crowdin/js-si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-sk.yml b/config/locales/crowdin/js-sk.yml index b0cb75cf47..c757d80f6e 100644 --- a/config/locales/crowdin/js-sk.yml +++ b/config/locales/crowdin/js-sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-sl.yml b/config/locales/crowdin/js-sl.yml index 397754c63e..010cedc316 100644 --- a/config/locales/crowdin/js-sl.yml +++ b/config/locales/crowdin/js-sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-sv.yml b/config/locales/crowdin/js-sv.yml index 70f2e6eeb0..40efd89ce1 100644 --- a/config/locales/crowdin/js-sv.yml +++ b/config/locales/crowdin/js-sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-th.yml b/config/locales/crowdin/js-th.yml index a6fd0a6e12..123bafc0f2 100644 --- a/config/locales/crowdin/js-th.yml +++ b/config/locales/crowdin/js-th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-tr.yml b/config/locales/crowdin/js-tr.yml index ccb7c0a78f..4916780209 100644 --- a/config/locales/crowdin/js-tr.yml +++ b/config/locales/crowdin/js-tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-uk.yml b/config/locales/crowdin/js-uk.yml index a042c7e297..a366d3d72d 100644 --- a/config/locales/crowdin/js-uk.yml +++ b/config/locales/crowdin/js-uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-vi.yml b/config/locales/crowdin/js-vi.yml index 609ff7071a..139aae5e58 100644 --- a/config/locales/crowdin/js-vi.yml +++ b/config/locales/crowdin/js-vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-zh-CN.yml b/config/locales/crowdin/js-zh-CN.yml index a0654d0027..5035bc1a26 100644 --- a/config/locales/crowdin/js-zh-CN.yml +++ b/config/locales/crowdin/js-zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/js-zh-TW.yml b/config/locales/crowdin/js-zh-TW.yml index b8d4634e74..2527c15333 100644 --- a/config/locales/crowdin/js-zh-TW.yml +++ b/config/locales/crowdin/js-zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/ko.yml b/config/locales/crowdin/ko.yml index 4830a7efdf..34af020590 100644 --- a/config/locales/crowdin/ko.yml +++ b/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/lol.yml b/config/locales/crowdin/lol.yml index af31e35faa..10a3e4db0d 100644 --- a/config/locales/crowdin/lol.yml +++ b/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/lt.yml b/config/locales/crowdin/lt.yml index 20b1a587bf..197b7bfbae 100644 --- a/config/locales/crowdin/lt.yml +++ b/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/lv.yml b/config/locales/crowdin/lv.yml index a9c3eeaf87..2dd6214ebf 100644 --- a/config/locales/crowdin/lv.yml +++ b/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/ne.yml b/config/locales/crowdin/ne.yml index f42a69f585..d891c88aa8 100644 --- a/config/locales/crowdin/ne.yml +++ b/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/nl.yml b/config/locales/crowdin/nl.yml index 3b64c21d24..209c713e53 100644 --- a/config/locales/crowdin/nl.yml +++ b/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/no.yml b/config/locales/crowdin/no.yml index 9b358a53ad..e69c41289d 100644 --- a/config/locales/crowdin/no.yml +++ b/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/pl.yml b/config/locales/crowdin/pl.yml index add02b947c..688bc44104 100644 --- a/config/locales/crowdin/pl.yml +++ b/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/pt.yml b/config/locales/crowdin/pt.yml index d5b79c738d..a679c4a9fa 100644 --- a/config/locales/crowdin/pt.yml +++ b/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/ro.yml b/config/locales/crowdin/ro.yml index d0105a29bc..1ba4c25276 100644 --- a/config/locales/crowdin/ro.yml +++ b/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/ru.yml b/config/locales/crowdin/ru.yml index 12c42b54f7..5dff9f5595 100644 --- a/config/locales/crowdin/ru.yml +++ b/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/rw.yml b/config/locales/crowdin/rw.yml index d6188a1630..984760c81b 100644 --- a/config/locales/crowdin/rw.yml +++ b/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/si.yml b/config/locales/crowdin/si.yml index c89480b44b..7f6fc46f1b 100644 --- a/config/locales/crowdin/si.yml +++ b/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/sk.yml b/config/locales/crowdin/sk.yml index dcd66f50c7..639c23326c 100644 --- a/config/locales/crowdin/sk.yml +++ b/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/sl.yml b/config/locales/crowdin/sl.yml index cea38f75d9..b04a6b41a9 100644 --- a/config/locales/crowdin/sl.yml +++ b/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/sv.yml b/config/locales/crowdin/sv.yml index f205985c82..3d3ccedbcd 100644 --- a/config/locales/crowdin/sv.yml +++ b/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/th.yml b/config/locales/crowdin/th.yml index 76cd356a0c..ba1be5c803 100644 --- a/config/locales/crowdin/th.yml +++ b/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/tr.yml b/config/locales/crowdin/tr.yml index 73e0779e25..85cc34d7ca 100644 --- a/config/locales/crowdin/tr.yml +++ b/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/uk.yml b/config/locales/crowdin/uk.yml index 228aa1d0ab..6fd226c431 100644 --- a/config/locales/crowdin/uk.yml +++ b/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/vi.yml b/config/locales/crowdin/vi.yml index 0df9e5f7c3..c2a7a41683 100644 --- a/config/locales/crowdin/vi.yml +++ b/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/zh-CN.yml b/config/locales/crowdin/zh-CN.yml index 5f85dbb0f5..493700f649 100644 --- a/config/locales/crowdin/zh-CN.yml +++ b/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/crowdin/zh-TW.yml b/config/locales/crowdin/zh-TW.yml index 411da69c6a..a4bd564194 100644 --- a/config/locales/crowdin/zh-TW.yml +++ b/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/config/locales/en.seeders.standard.yml b/config/locales/en.seeders.standard.yml index e3e61d1107..e062d428d7 100644 --- a/config/locales/en.seeders.standard.yml +++ b/config/locales/en.seeders.standard.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/locales/en.seeders.standard.yml.example b/config/locales/en.seeders.standard.yml.example index 9e23b63484..fa774e0d6a 100644 --- a/config/locales/en.seeders.standard.yml.example +++ b/config/locales/en.seeders.standard.yml.example @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/locales/en.yml b/config/locales/en.yml index b2da478e62..bad58e3867 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index 3d8785e893..bdc259a3f1 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/routes.rb b/config/routes.rb index e8f0996220..81ddcaa63a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/config/secrets.yml b/config/secrets.yml index 2814a2f943..e82c5536bf 100644 --- a/config/secrets.yml +++ b/config/secrets.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/10000000000000_to_v710_aggregated_migrations.rb b/db/migrate/10000000000000_to_v710_aggregated_migrations.rb index 7c2841e8f4..a8e184642b 100644 --- a/db/migrate/10000000000000_to_v710_aggregated_migrations.rb +++ b/db/migrate/10000000000000_to_v710_aggregated_migrations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20100528100562_aggregated_global_roles_migrations.rb b/db/migrate/20100528100562_aggregated_global_roles_migrations.rb index f510e95f80..32f9624866 100644 --- a/db/migrate/20100528100562_aggregated_global_roles_migrations.rb +++ b/db/migrate/20100528100562_aggregated_global_roles_migrations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20170829095701_generate_wp_closure.rb b/db/migrate/20170829095701_generate_wp_closure.rb index fcf8ed50f1..e1c0008fec 100644 --- a/db/migrate/20170829095701_generate_wp_closure.rb +++ b/db/migrate/20170829095701_generate_wp_closure.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20171129145631_add_fulltext_to_attachments.rb b/db/migrate/20171129145631_add_fulltext_to_attachments.rb index fd86a3a7df..b77369dc6c 100644 --- a/db/migrate/20171129145631_add_fulltext_to_attachments.rb +++ b/db/migrate/20171129145631_add_fulltext_to_attachments.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180105130053_rebuild_dag.rb b/db/migrate/20180105130053_rebuild_dag.rb index ba15c84b79..279a006d90 100644 --- a/db/migrate/20180105130053_rebuild_dag.rb +++ b/db/migrate/20180105130053_rebuild_dag.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180108132929_vacuum_relations.rb b/db/migrate/20180108132929_vacuum_relations.rb index ad9cb933d3..bbf9aa99de 100644 --- a/db/migrate/20180108132929_vacuum_relations.rb +++ b/db/migrate/20180108132929_vacuum_relations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180116065518_add_hierarchy_paths.rb b/db/migrate/20180116065518_add_hierarchy_paths.rb index 6c99401f38..125d779f74 100644 --- a/db/migrate/20180116065518_add_hierarchy_paths.rb +++ b/db/migrate/20180116065518_add_hierarchy_paths.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180117065255_remove_timelines_and_reportings.rb b/db/migrate/20180117065255_remove_timelines_and_reportings.rb index df7295866e..c9f945a838 100644 --- a/db/migrate/20180117065255_remove_timelines_and_reportings.rb +++ b/db/migrate/20180117065255_remove_timelines_and_reportings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180122135443_add_tsv_columns_to_attachments.rb b/db/migrate/20180122135443_add_tsv_columns_to_attachments.rb index b0e7a6ac31..0606f4ee4a 100644 --- a/db/migrate/20180122135443_add_tsv_columns_to_attachments.rb +++ b/db/migrate/20180122135443_add_tsv_columns_to_attachments.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180305130811_remove_wiki_content_versions.rb b/db/migrate/20180305130811_remove_wiki_content_versions.rb index 9028e9406d..309a51b47e 100644 --- a/db/migrate/20180305130811_remove_wiki_content_versions.rb +++ b/db/migrate/20180305130811_remove_wiki_content_versions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180419061910_timestamp_for_caching.rb b/db/migrate/20180419061910_timestamp_for_caching.rb index d1429c4e25..18734869b6 100644 --- a/db/migrate/20180419061910_timestamp_for_caching.rb +++ b/db/migrate/20180419061910_timestamp_for_caching.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180524084654_remove_non_null_container_on_attachments.rb b/db/migrate/20180524084654_remove_non_null_container_on_attachments.rb index 3bd3078119..7a826c3ca3 100644 --- a/db/migrate/20180524084654_remove_non_null_container_on_attachments.rb +++ b/db/migrate/20180524084654_remove_non_null_container_on_attachments.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20180706150714_convert_to_markdown.rb b/db/migrate/20180706150714_convert_to_markdown.rb index c85aa52a2f..af6e0aa73c 100644 --- a/db/migrate/20180706150714_convert_to_markdown.rb +++ b/db/migrate/20180706150714_convert_to_markdown.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20201005120137_ensure_integer_for_relations_foreign_keys.rb b/db/migrate/20201005120137_ensure_integer_for_relations_foreign_keys.rb index d92d4abe15..8f44e2c79a 100644 --- a/db/migrate/20201005120137_ensure_integer_for_relations_foreign_keys.rb +++ b/db/migrate/20201005120137_ensure_integer_for_relations_foreign_keys.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20201125121949_remove_renamed_cron_job.rb b/db/migrate/20201125121949_remove_renamed_cron_job.rb index c22979299e..08b9b24d52 100644 --- a/db/migrate/20201125121949_remove_renamed_cron_job.rb +++ b/db/migrate/20201125121949_remove_renamed_cron_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20211005080304_tzinfo_time_zones.rb b/db/migrate/20211005080304_tzinfo_time_zones.rb index a2d3eebda5..a928cb630b 100644 --- a/db/migrate/20211005080304_tzinfo_time_zones.rb +++ b/db/migrate/20211005080304_tzinfo_time_zones.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20220319211253_add_parent_id_to_wp.rb b/db/migrate/20220319211253_add_parent_id_to_wp.rb index 781f66891f..42769991dd 100644 --- a/db/migrate/20220319211253_add_parent_id_to_wp.rb +++ b/db/migrate/20220319211253_add_parent_id_to_wp.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20220408080838_bigint_primary_key_on_relations.rb b/db/migrate/20220408080838_bigint_primary_key_on_relations.rb index 1adf244af7..ea8de5e49e 100644 --- a/db/migrate/20220408080838_bigint_primary_key_on_relations.rb +++ b/db/migrate/20220408080838_bigint_primary_key_on_relations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20220503093844_create_oauth_client.rb b/db/migrate/20220503093844_create_oauth_client.rb index a2e311bacd..c6b0b90916 100644 --- a/db/migrate/20220503093844_create_oauth_client.rb +++ b/db/migrate/20220503093844_create_oauth_client.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/20220804112533_remove_notification_cleanup_job.rb b/db/migrate/20220804112533_remove_notification_cleanup_job.rb index 744cbac894..15d04e4fc3 100644 --- a/db/migrate/20220804112533_remove_notification_cleanup_job.rb +++ b/db/migrate/20220804112533_remove_notification_cleanup_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/aggregated/base.rb b/db/migrate/aggregated/base.rb index 7b70d8255b..1369f6d06d 100644 --- a/db/migrate/aggregated/base.rb +++ b/db/migrate/aggregated/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/aggregated/to_3_0.rb b/db/migrate/aggregated/to_3_0.rb index dc574afd3d..069d19971d 100644 --- a/db/migrate/aggregated/to_3_0.rb +++ b/db/migrate/aggregated/to_3_0.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/aggregated/to_7_1.rb b/db/migrate/aggregated/to_7_1.rb index 6c82902d2f..80655205d6 100644 --- a/db/migrate/aggregated/to_7_1.rb +++ b/db/migrate/aggregated/to_7_1.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/migration_utils/column.rb b/db/migrate/migration_utils/column.rb index f7918dc5b5..9ce5439463 100644 --- a/db/migrate/migration_utils/column.rb +++ b/db/migrate/migration_utils/column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/migration_utils/migration_squasher.rb b/db/migrate/migration_utils/migration_squasher.rb index f4d66f3119..dd64da813a 100644 --- a/db/migrate/migration_utils/migration_squasher.rb +++ b/db/migrate/migration_utils/migration_squasher.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/migration_utils/module_renamer.rb b/db/migrate/migration_utils/module_renamer.rb index 07e6298fc4..801e57a692 100644 --- a/db/migrate/migration_utils/module_renamer.rb +++ b/db/migrate/migration_utils/module_renamer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/migration_utils/permission_adder.rb b/db/migrate/migration_utils/permission_adder.rb index 2ae208f9df..ea86d7f85f 100644 --- a/db/migrate/migration_utils/permission_adder.rb +++ b/db/migrate/migration_utils/permission_adder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/migration_utils/setting_renamer.rb b/db/migrate/migration_utils/setting_renamer.rb index 6fc3c96832..6d3285ce9a 100644 --- a/db/migrate/migration_utils/setting_renamer.rb +++ b/db/migrate/migration_utils/setting_renamer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/migration_utils/typed_dag.rb b/db/migrate/migration_utils/typed_dag.rb index 4161e48140..5d0dd01e89 100644 --- a/db/migrate/migration_utils/typed_dag.rb +++ b/db/migrate/migration_utils/typed_dag.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/migration_utils/utils.rb b/db/migrate/migration_utils/utils.rb index 45a8ede46b..8a17576483 100644 --- a/db/migrate/migration_utils/utils.rb +++ b/db/migrate/migration_utils/utils.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/announcements.rb b/db/migrate/tables/announcements.rb index f311b6ea6e..3ce383a56e 100644 --- a/db/migrate/tables/announcements.rb +++ b/db/migrate/tables/announcements.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/attachable_journals.rb b/db/migrate/tables/attachable_journals.rb index 4b2e3634c6..7e07e9c3f5 100644 --- a/db/migrate/tables/attachable_journals.rb +++ b/db/migrate/tables/attachable_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/attachment_journals.rb b/db/migrate/tables/attachment_journals.rb index afe6a70457..30efda7de0 100644 --- a/db/migrate/tables/attachment_journals.rb +++ b/db/migrate/tables/attachment_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/attachments.rb b/db/migrate/tables/attachments.rb index 7a3eb22d9a..082828dedf 100644 --- a/db/migrate/tables/attachments.rb +++ b/db/migrate/tables/attachments.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/auth_sources.rb b/db/migrate/tables/auth_sources.rb index 406b3b1df2..ca46957216 100644 --- a/db/migrate/tables/auth_sources.rb +++ b/db/migrate/tables/auth_sources.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/available_project_statuses.rb b/db/migrate/tables/available_project_statuses.rb index bc22b0794c..0e4e629f4a 100644 --- a/db/migrate/tables/available_project_statuses.rb +++ b/db/migrate/tables/available_project_statuses.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/base.rb b/db/migrate/tables/base.rb index 03e8a699c7..5374199e3d 100644 --- a/db/migrate/tables/base.rb +++ b/db/migrate/tables/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/boards.rb b/db/migrate/tables/boards.rb index fc7adb423d..af739b3370 100644 --- a/db/migrate/tables/boards.rb +++ b/db/migrate/tables/boards.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/categories.rb b/db/migrate/tables/categories.rb index 3eafb7e7b6..0308929b18 100644 --- a/db/migrate/tables/categories.rb +++ b/db/migrate/tables/categories.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/changes.rb b/db/migrate/tables/changes.rb index 7d3a3f287f..cd1b8ff513 100644 --- a/db/migrate/tables/changes.rb +++ b/db/migrate/tables/changes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/changeset_journals.rb b/db/migrate/tables/changeset_journals.rb index 08ddc25d43..7d26a79c92 100644 --- a/db/migrate/tables/changeset_journals.rb +++ b/db/migrate/tables/changeset_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/changesets.rb b/db/migrate/tables/changesets.rb index 6db5bbf59e..0b392d542e 100644 --- a/db/migrate/tables/changesets.rb +++ b/db/migrate/tables/changesets.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/changesets_work_packages.rb b/db/migrate/tables/changesets_work_packages.rb index 46988f579d..ae4ff7f666 100644 --- a/db/migrate/tables/changesets_work_packages.rb +++ b/db/migrate/tables/changesets_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/comments.rb b/db/migrate/tables/comments.rb index beba629f45..9be74243e1 100644 --- a/db/migrate/tables/comments.rb +++ b/db/migrate/tables/comments.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/custom_fields.rb b/db/migrate/tables/custom_fields.rb index b5dcf3c46f..3d469d5649 100644 --- a/db/migrate/tables/custom_fields.rb +++ b/db/migrate/tables/custom_fields.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/custom_fields_projects.rb b/db/migrate/tables/custom_fields_projects.rb index 53c5b31562..485c4623d1 100644 --- a/db/migrate/tables/custom_fields_projects.rb +++ b/db/migrate/tables/custom_fields_projects.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/custom_fields_types.rb b/db/migrate/tables/custom_fields_types.rb index c890fa9deb..11ebf582ad 100644 --- a/db/migrate/tables/custom_fields_types.rb +++ b/db/migrate/tables/custom_fields_types.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/custom_options.rb b/db/migrate/tables/custom_options.rb index 85a43e307a..c753def12e 100644 --- a/db/migrate/tables/custom_options.rb +++ b/db/migrate/tables/custom_options.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/custom_styles.rb b/db/migrate/tables/custom_styles.rb index 0a8efa32ef..3b9a467cb1 100644 --- a/db/migrate/tables/custom_styles.rb +++ b/db/migrate/tables/custom_styles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/custom_values.rb b/db/migrate/tables/custom_values.rb index e5a6b3afad..509d445ef3 100644 --- a/db/migrate/tables/custom_values.rb +++ b/db/migrate/tables/custom_values.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/customizable_journals_table.rb b/db/migrate/tables/customizable_journals_table.rb index 153baf8b17..b98349a97f 100644 --- a/db/migrate/tables/customizable_journals_table.rb +++ b/db/migrate/tables/customizable_journals_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/delayed_jobs.rb b/db/migrate/tables/delayed_jobs.rb index 95b226092c..17d75559a5 100644 --- a/db/migrate/tables/delayed_jobs.rb +++ b/db/migrate/tables/delayed_jobs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/design_colors.rb b/db/migrate/tables/design_colors.rb index 3db329ff5b..2833c96edc 100644 --- a/db/migrate/tables/design_colors.rb +++ b/db/migrate/tables/design_colors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/enabled_modules.rb b/db/migrate/tables/enabled_modules.rb index 9f5368dc48..43efeb83bd 100644 --- a/db/migrate/tables/enabled_modules.rb +++ b/db/migrate/tables/enabled_modules.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/enterprise_tokens.rb b/db/migrate/tables/enterprise_tokens.rb index a530640a00..819c58f415 100644 --- a/db/migrate/tables/enterprise_tokens.rb +++ b/db/migrate/tables/enterprise_tokens.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/enumerations.rb b/db/migrate/tables/enumerations.rb index d2df255247..08538e2fb1 100644 --- a/db/migrate/tables/enumerations.rb +++ b/db/migrate/tables/enumerations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/forums.rb b/db/migrate/tables/forums.rb index 059809e6de..55e7fd7c6b 100644 --- a/db/migrate/tables/forums.rb +++ b/db/migrate/tables/forums.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/group_users.rb b/db/migrate/tables/group_users.rb index 371ee419ac..b07080a819 100644 --- a/db/migrate/tables/group_users.rb +++ b/db/migrate/tables/group_users.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/journals.rb b/db/migrate/tables/journals.rb index 22ec5fd28d..9f197c640b 100644 --- a/db/migrate/tables/journals.rb +++ b/db/migrate/tables/journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/member_roles.rb b/db/migrate/tables/member_roles.rb index d44cd01f98..6cc05a347b 100644 --- a/db/migrate/tables/member_roles.rb +++ b/db/migrate/tables/member_roles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/members.rb b/db/migrate/tables/members.rb index 1baa204b23..7a66505171 100644 --- a/db/migrate/tables/members.rb +++ b/db/migrate/tables/members.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/menu_items.rb b/db/migrate/tables/menu_items.rb index a5af32c863..c3fd8645c0 100644 --- a/db/migrate/tables/menu_items.rb +++ b/db/migrate/tables/menu_items.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/message_journals.rb b/db/migrate/tables/message_journals.rb index 9c5ef7b4b2..ff42330863 100644 --- a/db/migrate/tables/message_journals.rb +++ b/db/migrate/tables/message_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/messages.rb b/db/migrate/tables/messages.rb index 87a82ad06e..26b4c73952 100644 --- a/db/migrate/tables/messages.rb +++ b/db/migrate/tables/messages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/news.rb b/db/migrate/tables/news.rb index 99e8889263..e6dbd8de94 100644 --- a/db/migrate/tables/news.rb +++ b/db/migrate/tables/news.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/news_journals.rb b/db/migrate/tables/news_journals.rb index 8d133e6282..67a1e67bf0 100644 --- a/db/migrate/tables/news_journals.rb +++ b/db/migrate/tables/news_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/planning_element_type_colors.rb b/db/migrate/tables/planning_element_type_colors.rb index 04727fa0d6..ab160ba56f 100644 --- a/db/migrate/tables/planning_element_type_colors.rb +++ b/db/migrate/tables/planning_element_type_colors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/project_associations.rb b/db/migrate/tables/project_associations.rb index 5828896f37..8624cfea74 100644 --- a/db/migrate/tables/project_associations.rb +++ b/db/migrate/tables/project_associations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/project_types.rb b/db/migrate/tables/project_types.rb index dcf2a6803d..9e20f90465 100644 --- a/db/migrate/tables/project_types.rb +++ b/db/migrate/tables/project_types.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/projects.rb b/db/migrate/tables/projects.rb index 654dc760a8..70eff098e5 100644 --- a/db/migrate/tables/projects.rb +++ b/db/migrate/tables/projects.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/projects_types.rb b/db/migrate/tables/projects_types.rb index 36b79fe7f5..32a8686a04 100644 --- a/db/migrate/tables/projects_types.rb +++ b/db/migrate/tables/projects_types.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/queries.rb b/db/migrate/tables/queries.rb index e0b7fd361e..d57c773edf 100644 --- a/db/migrate/tables/queries.rb +++ b/db/migrate/tables/queries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/relations.rb b/db/migrate/tables/relations.rb index b351df3ed5..49381746da 100644 --- a/db/migrate/tables/relations.rb +++ b/db/migrate/tables/relations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/reportings.rb b/db/migrate/tables/reportings.rb index 66cc546e91..aba4f0c1a7 100644 --- a/db/migrate/tables/reportings.rb +++ b/db/migrate/tables/reportings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/repositories.rb b/db/migrate/tables/repositories.rb index f184bc735e..2daa7f5713 100644 --- a/db/migrate/tables/repositories.rb +++ b/db/migrate/tables/repositories.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/role_permissions.rb b/db/migrate/tables/role_permissions.rb index 238dfc4f8b..8487537534 100644 --- a/db/migrate/tables/role_permissions.rb +++ b/db/migrate/tables/role_permissions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/roles.rb b/db/migrate/tables/roles.rb index 3667c92461..a5f1f3e2d4 100644 --- a/db/migrate/tables/roles.rb +++ b/db/migrate/tables/roles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/sessions.rb b/db/migrate/tables/sessions.rb index 899d51e26f..2398517090 100644 --- a/db/migrate/tables/sessions.rb +++ b/db/migrate/tables/sessions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/settings.rb b/db/migrate/tables/settings.rb index 74a3f47306..57153a47df 100644 --- a/db/migrate/tables/settings.rb +++ b/db/migrate/tables/settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/statuses.rb b/db/migrate/tables/statuses.rb index 7b3a9eec8a..b01c5bd172 100644 --- a/db/migrate/tables/statuses.rb +++ b/db/migrate/tables/statuses.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/time_entries.rb b/db/migrate/tables/time_entries.rb index 08355326f7..56888b0c0f 100644 --- a/db/migrate/tables/time_entries.rb +++ b/db/migrate/tables/time_entries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/time_entry_journals.rb b/db/migrate/tables/time_entry_journals.rb index a3f9cac5b9..0d6f2e00ce 100644 --- a/db/migrate/tables/time_entry_journals.rb +++ b/db/migrate/tables/time_entry_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/timelines.rb b/db/migrate/tables/timelines.rb index c749cc8c1c..2dc0ccc651 100644 --- a/db/migrate/tables/timelines.rb +++ b/db/migrate/tables/timelines.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/tokens.rb b/db/migrate/tables/tokens.rb index 9afb96f118..5f307a4396 100644 --- a/db/migrate/tables/tokens.rb +++ b/db/migrate/tables/tokens.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/types.rb b/db/migrate/tables/types.rb index 7d213bc9a8..d74205d4e3 100644 --- a/db/migrate/tables/types.rb +++ b/db/migrate/tables/types.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/user_passwords.rb b/db/migrate/tables/user_passwords.rb index 895c170ecb..5b251e9314 100644 --- a/db/migrate/tables/user_passwords.rb +++ b/db/migrate/tables/user_passwords.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/user_preferences.rb b/db/migrate/tables/user_preferences.rb index 0076094cf8..37bdf9b1c5 100644 --- a/db/migrate/tables/user_preferences.rb +++ b/db/migrate/tables/user_preferences.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/users.rb b/db/migrate/tables/users.rb index a0b530ea60..5f70e3a310 100644 --- a/db/migrate/tables/users.rb +++ b/db/migrate/tables/users.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/versions.rb b/db/migrate/tables/versions.rb index 8632d2fcbf..80f3ffc825 100644 --- a/db/migrate/tables/versions.rb +++ b/db/migrate/tables/versions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/watchers.rb b/db/migrate/tables/watchers.rb index df73057b7a..b239d86479 100644 --- a/db/migrate/tables/watchers.rb +++ b/db/migrate/tables/watchers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/wiki_content_journals.rb b/db/migrate/tables/wiki_content_journals.rb index 611a280bb9..93072a71b8 100644 --- a/db/migrate/tables/wiki_content_journals.rb +++ b/db/migrate/tables/wiki_content_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/wiki_content_versions.rb b/db/migrate/tables/wiki_content_versions.rb index fb373cc927..175a8774ab 100644 --- a/db/migrate/tables/wiki_content_versions.rb +++ b/db/migrate/tables/wiki_content_versions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/wiki_contents.rb b/db/migrate/tables/wiki_contents.rb index 103bc8d356..b09d134f92 100644 --- a/db/migrate/tables/wiki_contents.rb +++ b/db/migrate/tables/wiki_contents.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/wiki_pages.rb b/db/migrate/tables/wiki_pages.rb index 737bacf910..0f72d9c9c4 100644 --- a/db/migrate/tables/wiki_pages.rb +++ b/db/migrate/tables/wiki_pages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/wiki_redirects.rb b/db/migrate/tables/wiki_redirects.rb index c5359ae2a9..e40927fb55 100644 --- a/db/migrate/tables/wiki_redirects.rb +++ b/db/migrate/tables/wiki_redirects.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/wikis.rb b/db/migrate/tables/wikis.rb index af905d7b12..9881eff4b3 100644 --- a/db/migrate/tables/wikis.rb +++ b/db/migrate/tables/wikis.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/work_package_journals.rb b/db/migrate/tables/work_package_journals.rb index 50f48b80f3..3430cf6626 100644 --- a/db/migrate/tables/work_package_journals.rb +++ b/db/migrate/tables/work_package_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/work_packages.rb b/db/migrate/tables/work_packages.rb index 8c92ab3155..007af7fb2f 100644 --- a/db/migrate/tables/work_packages.rb +++ b/db/migrate/tables/work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/migrate/tables/workflows.rb b/db/migrate/tables/workflows.rb index 5e2b564af8..becf755bdc 100644 --- a/db/migrate/tables/workflows.rb +++ b/db/migrate/tables/workflows.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/db/seeds.rb b/db/seeds.rb index f522be8d1e..be5a3e8173 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/extra/mail_handler/rdm-mailhandler.rb b/extra/mail_handler/rdm-mailhandler.rb index 8457b80bd5..a126de8683 100644 --- a/extra/mail_handler/rdm-mailhandler.rb +++ b/extra/mail_handler/rdm-mailhandler.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb index df7d2ff1a1..993c48bfac 100755 --- a/extra/svn/reposman.rb +++ b/extra/svn/reposman.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index c19d746894..041244a872 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/api-v3.service.spec.ts b/frontend/src/app/core/apiv3/api-v3.service.spec.ts index 9f8fb6ed41..85e73002be 100644 --- a/frontend/src/app/core/apiv3/api-v3.service.spec.ts +++ b/frontend/src/app/core/apiv3/api-v3.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/api-v3.service.ts b/frontend/src/app/core/apiv3/api-v3.service.ts index 47bc3eafb0..dc29fe42ab 100644 --- a/frontend/src/app/core/apiv3/api-v3.service.ts +++ b/frontend/src/app/core/apiv3/api-v3.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/cache/cachable-apiv3-collection.ts b/frontend/src/app/core/apiv3/cache/cachable-apiv3-collection.ts index 51f4c1a975..e6c2e3caf7 100644 --- a/frontend/src/app/core/apiv3/cache/cachable-apiv3-collection.ts +++ b/frontend/src/app/core/apiv3/cache/cachable-apiv3-collection.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts b/frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts index 06559887bb..eccf661644 100644 --- a/frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts +++ b/frontend/src/app/core/apiv3/cache/cachable-apiv3-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/cache/state-cache.service.ts b/frontend/src/app/core/apiv3/cache/state-cache.service.ts index 555b31ad84..e06dc03a7c 100644 --- a/frontend/src/app/core/apiv3/cache/state-cache.service.ts +++ b/frontend/src/app/core/apiv3/cache/state-cache.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/backups/apiv3-backups-path.ts b/frontend/src/app/core/apiv3/endpoints/backups/apiv3-backups-path.ts index 1ae10086a2..c2ab1c6c4b 100644 --- a/frontend/src/app/core/apiv3/endpoints/backups/apiv3-backups-path.ts +++ b/frontend/src/app/core/apiv3/endpoints/backups/apiv3-backups-path.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capabilities-paths.ts b/frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capabilities-paths.ts index 3c8f80269d..9926603a25 100644 --- a/frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capabilities-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capabilities-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capability-paths.ts b/frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capability-paths.ts index 4987c2fb0d..870d03294e 100644 --- a/frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capability-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/capabilities/apiv3-capability-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/configuration/apiv3-configuration-path.ts b/frontend/src/app/core/apiv3/endpoints/configuration/apiv3-configuration-path.ts index c5bd74cba2..fae073bd6f 100644 --- a/frontend/src/app/core/apiv3/endpoints/configuration/apiv3-configuration-path.ts +++ b/frontend/src/app/core/apiv3/endpoints/configuration/apiv3-configuration-path.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/days/api-v3-day-paths.ts b/frontend/src/app/core/apiv3/endpoints/days/api-v3-day-paths.ts index d48683cccd..f6af1096a9 100644 --- a/frontend/src/app/core/apiv3/endpoints/days/api-v3-day-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/days/api-v3-day-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts b/frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts index a7a449ce29..899c1bb275 100644 --- a/frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-form.ts b/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-form.ts index a9cb9a2238..96d2406f16 100644 --- a/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-form.ts +++ b/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-form.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-paths.ts b/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-paths.ts index 35159107e3..8d15aca254 100644 --- a/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grids-paths.ts b/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grids-paths.ts index 555f9fff78..0e1471f2ab 100644 --- a/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grids-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/grids/apiv3-grids-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/groups/apiv3-group-paths.ts b/frontend/src/app/core/apiv3/endpoints/groups/apiv3-group-paths.ts index 5dbd0f1507..65424c9796 100644 --- a/frontend/src/app/core/apiv3/endpoints/groups/apiv3-group-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/groups/apiv3-group-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/groups/apiv3-groups-paths.ts b/frontend/src/app/core/apiv3/endpoints/groups/apiv3-groups-paths.ts index a0206616f2..0892412538 100644 --- a/frontend/src/app/core/apiv3/endpoints/groups/apiv3-groups-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/groups/apiv3-groups-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/help_texts/apiv3-help-texts-paths.ts b/frontend/src/app/core/apiv3/endpoints/help_texts/apiv3-help-texts-paths.ts index 03f60a6586..05978c94dc 100644 --- a/frontend/src/app/core/apiv3/endpoints/help_texts/apiv3-help-texts-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/help_texts/apiv3-help-texts-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/memberships/apiv3-memberships-form.ts b/frontend/src/app/core/apiv3/endpoints/memberships/apiv3-memberships-form.ts index 0ae67b12f3..1c5697c5c2 100644 --- a/frontend/src/app/core/apiv3/endpoints/memberships/apiv3-memberships-form.ts +++ b/frontend/src/app/core/apiv3/endpoints/memberships/apiv3-memberships-form.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/memberships/apiv3-memberships-paths.ts b/frontend/src/app/core/apiv3/endpoints/memberships/apiv3-memberships-paths.ts index fe032288b3..1424a63333 100644 --- a/frontend/src/app/core/apiv3/endpoints/memberships/apiv3-memberships-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/memberships/apiv3-memberships-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/news/apiv3-news-paths.ts b/frontend/src/app/core/apiv3/endpoints/news/apiv3-news-paths.ts index b480d3bdbb..5e55c06a14 100644 --- a/frontend/src/app/core/apiv3/endpoints/news/apiv3-news-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/news/apiv3-news-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/notifications/apiv3-notification-paths.ts b/frontend/src/app/core/apiv3/endpoints/notifications/apiv3-notification-paths.ts index 2dce469db3..b78e9d2521 100644 --- a/frontend/src/app/core/apiv3/endpoints/notifications/apiv3-notification-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/notifications/apiv3-notification-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/notifications/apiv3-notifications-paths.ts b/frontend/src/app/core/apiv3/endpoints/notifications/apiv3-notifications-paths.ts index 7839ae16bc..42008fe509 100644 --- a/frontend/src/app/core/apiv3/endpoints/notifications/apiv3-notifications-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/notifications/apiv3-notifications-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/placeholder-users/apiv3-placeholder-user-paths.ts b/frontend/src/app/core/apiv3/endpoints/placeholder-users/apiv3-placeholder-user-paths.ts index b1bdb794f9..e5ccd5c375 100644 --- a/frontend/src/app/core/apiv3/endpoints/placeholder-users/apiv3-placeholder-user-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/placeholder-users/apiv3-placeholder-user-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/placeholder-users/apiv3-placeholder-users-paths.ts b/frontend/src/app/core/apiv3/endpoints/placeholder-users/apiv3-placeholder-users-paths.ts index 8b9c2b8a24..9c57b5af83 100644 --- a/frontend/src/app/core/apiv3/endpoints/placeholder-users/apiv3-placeholder-users-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/placeholder-users/apiv3-placeholder-users-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/projects/apiv3-available-projects-paths.ts b/frontend/src/app/core/apiv3/endpoints/projects/apiv3-available-projects-paths.ts index efe26191b7..98cd0e54e4 100644 --- a/frontend/src/app/core/apiv3/endpoints/projects/apiv3-available-projects-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/projects/apiv3-available-projects-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/projects/apiv3-project-copy-paths.ts b/frontend/src/app/core/apiv3/endpoints/projects/apiv3-project-copy-paths.ts index 557a1dc199..98a38f3278 100644 --- a/frontend/src/app/core/apiv3/endpoints/projects/apiv3-project-copy-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/projects/apiv3-project-copy-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/projects/apiv3-project-paths.ts b/frontend/src/app/core/apiv3/endpoints/projects/apiv3-project-paths.ts index 55e3c21e00..68693d813e 100644 --- a/frontend/src/app/core/apiv3/endpoints/projects/apiv3-project-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/projects/apiv3-project-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/projects/apiv3-projects-paths.ts b/frontend/src/app/core/apiv3/endpoints/projects/apiv3-projects-paths.ts index 9af2f2238f..fb55a6c766 100644 --- a/frontend/src/app/core/apiv3/endpoints/projects/apiv3-projects-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/projects/apiv3-projects-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/projects/project.cache.ts b/frontend/src/app/core/apiv3/endpoints/projects/project.cache.ts index 87540b0619..9386fdefe7 100644 --- a/frontend/src/app/core/apiv3/endpoints/projects/project.cache.ts +++ b/frontend/src/app/core/apiv3/endpoints/projects/project.cache.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/queries/apiv3-queries-paths.ts b/frontend/src/app/core/apiv3/endpoints/queries/apiv3-queries-paths.ts index 0a6617dea5..e923a18c92 100644 --- a/frontend/src/app/core/apiv3/endpoints/queries/apiv3-queries-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/queries/apiv3-queries-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-form.ts b/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-form.ts index 5f0d4353c0..311815911b 100644 --- a/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-form.ts +++ b/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-form.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-order.ts b/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-order.ts index edc122b55f..2888822a47 100644 --- a/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-order.ts +++ b/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-order.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-paths.ts b/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-paths.ts index 31b6790670..15766b6f58 100644 --- a/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/queries/apiv3-query-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/relations/apiv3-relations-paths.ts b/frontend/src/app/core/apiv3/endpoints/relations/apiv3-relations-paths.ts index 5d5f063e85..a1569d8935 100644 --- a/frontend/src/app/core/apiv3/endpoints/relations/apiv3-relations-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/relations/apiv3-relations-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/roles/apiv3-role-paths.ts b/frontend/src/app/core/apiv3/endpoints/roles/apiv3-role-paths.ts index a12c778c1b..58bc160b4f 100644 --- a/frontend/src/app/core/apiv3/endpoints/roles/apiv3-role-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/roles/apiv3-role-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/roles/apiv3-roles-paths.ts b/frontend/src/app/core/apiv3/endpoints/roles/apiv3-roles-paths.ts index 894d86233e..da029d37c9 100644 --- a/frontend/src/app/core/apiv3/endpoints/roles/apiv3-roles-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/roles/apiv3-roles-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/statuses/apiv3-status-paths.ts b/frontend/src/app/core/apiv3/endpoints/statuses/apiv3-status-paths.ts index a7319a22ae..9443743243 100644 --- a/frontend/src/app/core/apiv3/endpoints/statuses/apiv3-status-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/statuses/apiv3-status-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/statuses/apiv3-statuses-paths.ts b/frontend/src/app/core/apiv3/endpoints/statuses/apiv3-statuses-paths.ts index 57087a7bdc..747158016c 100644 --- a/frontend/src/app/core/apiv3/endpoints/statuses/apiv3-statuses-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/statuses/apiv3-statuses-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/storages/apiv3-storages-paths.ts b/frontend/src/app/core/apiv3/endpoints/storages/apiv3-storages-paths.ts index 02099b702c..f5a40e4210 100644 --- a/frontend/src/app/core/apiv3/endpoints/storages/apiv3-storages-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/storages/apiv3-storages-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/time-entries/apiv3-time-entries-paths.ts b/frontend/src/app/core/apiv3/endpoints/time-entries/apiv3-time-entries-paths.ts index 448fb6e8d3..850d449edd 100644 --- a/frontend/src/app/core/apiv3/endpoints/time-entries/apiv3-time-entries-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/time-entries/apiv3-time-entries-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/time-entries/apiv3-time-entry-paths.ts b/frontend/src/app/core/apiv3/endpoints/time-entries/apiv3-time-entry-paths.ts index 75d1496fb4..12162cbf45 100644 --- a/frontend/src/app/core/apiv3/endpoints/time-entries/apiv3-time-entry-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/time-entries/apiv3-time-entry-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/time-entries/time-entry-cache.service.ts b/frontend/src/app/core/apiv3/endpoints/time-entries/time-entry-cache.service.ts index 48cc425c2b..1aa2645e9f 100644 --- a/frontend/src/app/core/apiv3/endpoints/time-entries/time-entry-cache.service.ts +++ b/frontend/src/app/core/apiv3/endpoints/time-entries/time-entry-cache.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/types/apiv3-type-paths.ts b/frontend/src/app/core/apiv3/endpoints/types/apiv3-type-paths.ts index 16d278ce3e..eeba0cd66b 100644 --- a/frontend/src/app/core/apiv3/endpoints/types/apiv3-type-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/types/apiv3-type-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/types/apiv3-types-paths.ts b/frontend/src/app/core/apiv3/endpoints/types/apiv3-types-paths.ts index 3ffa18cc43..5d30160026 100644 --- a/frontend/src/app/core/apiv3/endpoints/types/apiv3-types-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/types/apiv3-types-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/users/apiv3-user-paths.ts b/frontend/src/app/core/apiv3/endpoints/users/apiv3-user-paths.ts index cd270f1efd..1b824e4a91 100644 --- a/frontend/src/app/core/apiv3/endpoints/users/apiv3-user-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/users/apiv3-user-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/users/apiv3-user-preferences-paths.ts b/frontend/src/app/core/apiv3/endpoints/users/apiv3-user-preferences-paths.ts index 607773a154..b761df9727 100644 --- a/frontend/src/app/core/apiv3/endpoints/users/apiv3-user-preferences-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/users/apiv3-user-preferences-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/users/apiv3-users-paths.ts b/frontend/src/app/core/apiv3/endpoints/users/apiv3-users-paths.ts index dd44c49c07..c44d36a9b3 100644 --- a/frontend/src/app/core/apiv3/endpoints/users/apiv3-users-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/users/apiv3-users-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/versions/apiv3-version-paths.ts b/frontend/src/app/core/apiv3/endpoints/versions/apiv3-version-paths.ts index 4f7bb970f1..7b65a98243 100644 --- a/frontend/src/app/core/apiv3/endpoints/versions/apiv3-version-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/versions/apiv3-version-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/versions/apiv3-versions-paths.ts b/frontend/src/app/core/apiv3/endpoints/versions/apiv3-versions-paths.ts index c21215c30b..5cc6e5d338 100644 --- a/frontend/src/app/core/apiv3/endpoints/versions/apiv3-versions-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/versions/apiv3-versions-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/views/apiv3-views-paths.ts b/frontend/src/app/core/apiv3/endpoints/views/apiv3-views-paths.ts index 4ec5d10e74..87c49efb45 100644 --- a/frontend/src/app/core/apiv3/endpoints/views/apiv3-views-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/views/apiv3-views-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-package-cached-subresource.ts b/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-package-cached-subresource.ts index 7db4eb05d5..748c4806d5 100644 --- a/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-package-cached-subresource.ts +++ b/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-package-cached-subresource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-package-paths.ts b/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-package-paths.ts index f2961a3f42..353b350bc0 100644 --- a/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-package-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-package-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-packages-paths.ts b/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-packages-paths.ts index 5449a6227f..061b4497eb 100644 --- a/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-packages-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/work_packages/api-v3-work-packages-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/work_packages/work-package-cache.spec.ts b/frontend/src/app/core/apiv3/endpoints/work_packages/work-package-cache.spec.ts index a9115646f4..1c7195d1ad 100644 --- a/frontend/src/app/core/apiv3/endpoints/work_packages/work-package-cache.spec.ts +++ b/frontend/src/app/core/apiv3/endpoints/work_packages/work-package-cache.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/endpoints/work_packages/work-package.cache.ts b/frontend/src/app/core/apiv3/endpoints/work_packages/work-package.cache.ts index a7e2ca855e..3e198621ec 100644 --- a/frontend/src/app/core/apiv3/endpoints/work_packages/work-package.cache.ts +++ b/frontend/src/app/core/apiv3/endpoints/work_packages/work-package.cache.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/openproject-api-v3.module.ts b/frontend/src/app/core/apiv3/openproject-api-v3.module.ts index 2a2638709c..7f839303ff 100644 --- a/frontend/src/app/core/apiv3/openproject-api-v3.module.ts +++ b/frontend/src/app/core/apiv3/openproject-api-v3.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/paths/apiv3-list-resource.interface.ts b/frontend/src/app/core/apiv3/paths/apiv3-list-resource.interface.ts index b05f132c6f..a90f856831 100644 --- a/frontend/src/app/core/apiv3/paths/apiv3-list-resource.interface.ts +++ b/frontend/src/app/core/apiv3/paths/apiv3-list-resource.interface.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/virtual/apiv3-board-path.ts b/frontend/src/app/core/apiv3/virtual/apiv3-board-path.ts index aeb823f912..5c9f218b78 100644 --- a/frontend/src/app/core/apiv3/virtual/apiv3-board-path.ts +++ b/frontend/src/app/core/apiv3/virtual/apiv3-board-path.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/apiv3/virtual/apiv3-boards-paths.ts b/frontend/src/app/core/apiv3/virtual/apiv3-boards-paths.ts index 306ad01782..f71d7adbd9 100644 --- a/frontend/src/app/core/apiv3/virtual/apiv3-boards-paths.ts +++ b/frontend/src/app/core/apiv3/virtual/apiv3-boards-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/admin_users.js b/frontend/src/app/core/augmenting/dynamic-scripts/admin_users.js index 8be4f9ba6b..f1ae18f823 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/admin_users.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/admin_users.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs.js index b5a0d956fa..3010ef7a50 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/backlog.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/backlog.js index 5572aa8130..fd7bca3b0a 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/backlog.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/backlog.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/burndown.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/burndown.js index f109df9b3f..ed6e279747 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/burndown.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/burndown.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/common.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/common.js index 8166ae5a41..46f10210c9 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/common.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/common.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/editable_inplace.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/editable_inplace.js index 5db410dbaf..1d41736d1d 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/editable_inplace.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/editable_inplace.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/impediment.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/impediment.js index 60109dbdba..73b726b277 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/impediment.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/impediment.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/master_backlog.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/master_backlog.js index 22a37f96c0..96081fae40 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/master_backlog.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/master_backlog.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/model.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/model.js index 677c03d0f5..a81f2b645f 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/model.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/model.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/show_main.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/show_main.js index c862a44b41..d8259df78a 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/show_main.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/show_main.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/sprint.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/sprint.js index ec02961f06..7cbe98c1dc 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/sprint.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/sprint.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/story.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/story.js index eef0f5fc26..fbad3297f2 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/story.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/story.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/task.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/task.js index c54805f109..afa4a7b069 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/task.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/task.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/taskboard.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/taskboard.js index 616d6f3089..6044c43ce7 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/taskboard.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/taskboard.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/work_package.js b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/work_package.js index ad9f6afca7..ee58400513 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/work_package.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/backlogs/work_package.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/custom_fields.js b/frontend/src/app/core/augmenting/dynamic-scripts/custom_fields.js index 0a22cac151..90ece5cf56 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/custom_fields.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/custom_fields.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/forums.js b/frontend/src/app/core/augmenting/dynamic-scripts/forums.js index 924ad6ad79..a862b5ca46 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/forums.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/forums.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/global_roles.ts b/frontend/src/app/core/augmenting/dynamic-scripts/global_roles.ts index 4281dab902..a607428c7b 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/global_roles.ts +++ b/frontend/src/app/core/augmenting/dynamic-scripts/global_roles.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/members_form.js b/frontend/src/app/core/augmenting/dynamic-scripts/members_form.js index 96bd653f3c..5b68f392dc 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/members_form.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/members_form.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/new_user.js b/frontend/src/app/core/augmenting/dynamic-scripts/new_user.js index af09dffc67..2c122dcc96 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/new_user.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/new_user.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/project.js b/frontend/src/app/core/augmenting/dynamic-scripts/project.js index 21939924e4..56acb03ce0 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/project.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/project.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/project_form_listener.js b/frontend/src/app/core/augmenting/dynamic-scripts/project_form_listener.js index b163e22b8b..0b53c5f8d9 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/project_form_listener.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/project_form_listener.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/repository_navigation.js b/frontend/src/app/core/augmenting/dynamic-scripts/repository_navigation.js index 284193388a..a4f74318ee 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/repository_navigation.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/repository_navigation.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/dynamic-scripts/repository_settings.js b/frontend/src/app/core/augmenting/dynamic-scripts/repository_settings.js index 49a49ac0b8..82a62921c7 100644 --- a/frontend/src/app/core/augmenting/dynamic-scripts/repository_settings.js +++ b/frontend/src/app/core/augmenting/dynamic-scripts/repository_settings.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/openproject-augmenting.module.ts b/frontend/src/app/core/augmenting/openproject-augmenting.module.ts index b24b5f0afa..540f86dd92 100644 --- a/frontend/src/app/core/augmenting/openproject-augmenting.module.ts +++ b/frontend/src/app/core/augmenting/openproject-augmenting.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/augmenting/services/path-script.augment.service.ts b/frontend/src/app/core/augmenting/services/path-script.augment.service.ts index 9d8ea4ace2..a5e25e3351 100644 --- a/frontend/src/app/core/augmenting/services/path-script.augment.service.ts +++ b/frontend/src/app/core/augmenting/services/path-script.augment.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/backup/op-backup.service.ts b/frontend/src/app/core/backup/op-backup.service.ts index 0a783330f6..27164a376c 100644 --- a/frontend/src/app/core/backup/op-backup.service.ts +++ b/frontend/src/app/core/backup/op-backup.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/config/configuration.service.ts b/frontend/src/app/core/config/configuration.service.ts index a43ef85db4..e8ba8bcaf4 100644 --- a/frontend/src/app/core/config/configuration.service.ts +++ b/frontend/src/app/core/config/configuration.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/current-project/current-project.service.spec.ts b/frontend/src/app/core/current-project/current-project.service.spec.ts index 99e02629ec..932bc7a081 100644 --- a/frontend/src/app/core/current-project/current-project.service.spec.ts +++ b/frontend/src/app/core/current-project/current-project.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/current-project/current-project.service.ts b/frontend/src/app/core/current-project/current-project.service.ts index d2a6d3feef..1251bcaee5 100644 --- a/frontend/src/app/core/current-project/current-project.service.ts +++ b/frontend/src/app/core/current-project/current-project.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/current-user/current-user.service.ts b/frontend/src/app/core/current-user/current-user.service.ts index e87611ecf1..d495ad2680 100644 --- a/frontend/src/app/core/current-user/current-user.service.ts +++ b/frontend/src/app/core/current-user/current-user.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/current-user/current-user.store.ts b/frontend/src/app/core/current-user/current-user.store.ts index 955401f41a..228b06dc74 100644 --- a/frontend/src/app/core/current-user/current-user.store.ts +++ b/frontend/src/app/core/current-user/current-user.store.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/datetime/timezone.service.spec.ts b/frontend/src/app/core/datetime/timezone.service.spec.ts index 1b48fb77c4..714a526471 100644 --- a/frontend/src/app/core/datetime/timezone.service.spec.ts +++ b/frontend/src/app/core/datetime/timezone.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/datetime/timezone.service.ts b/frontend/src/app/core/datetime/timezone.service.ts index a5b4313fd9..5d6fde828e 100644 --- a/frontend/src/app/core/datetime/timezone.service.ts +++ b/frontend/src/app/core/datetime/timezone.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/days/weekday.service.ts b/frontend/src/app/core/days/weekday.service.ts index 97a22a8c8c..312951a74e 100644 --- a/frontend/src/app/core/days/weekday.service.ts +++ b/frontend/src/app/core/days/weekday.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/enterprise/banners.service.ts b/frontend/src/app/core/enterprise/banners.service.ts index 3c1b088ee7..112f1c2491 100644 --- a/frontend/src/app/core/enterprise/banners.service.ts +++ b/frontend/src/app/core/enterprise/banners.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/errors/appsignal/appsignal-reporter.ts b/frontend/src/app/core/errors/appsignal/appsignal-reporter.ts index 9205c650e8..609f5664d7 100644 --- a/frontend/src/app/core/errors/appsignal/appsignal-reporter.ts +++ b/frontend/src/app/core/errors/appsignal/appsignal-reporter.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/errors/local/local-reporter.ts b/frontend/src/app/core/errors/local/local-reporter.ts index 9723cbf608..6c76033c76 100644 --- a/frontend/src/app/core/errors/local/local-reporter.ts +++ b/frontend/src/app/core/errors/local/local-reporter.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/expression/expression.service.ts b/frontend/src/app/core/expression/expression.service.ts index cab64ac0c7..b74e939479 100644 --- a/frontend/src/app/core/expression/expression.service.ts +++ b/frontend/src/app/core/expression/expression.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/file-upload/op-direct-file-upload.service.ts b/frontend/src/app/core/file-upload/op-direct-file-upload.service.ts index af2012c4f7..6c9d31912a 100644 --- a/frontend/src/app/core/file-upload/op-direct-file-upload.service.ts +++ b/frontend/src/app/core/file-upload/op-direct-file-upload.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/file-upload/op-file-upload.service.spec.ts b/frontend/src/app/core/file-upload/op-file-upload.service.spec.ts index 3144244d05..5d6684444d 100644 --- a/frontend/src/app/core/file-upload/op-file-upload.service.spec.ts +++ b/frontend/src/app/core/file-upload/op-file-upload.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/file-upload/op-file-upload.service.ts b/frontend/src/app/core/file-upload/op-file-upload.service.ts index a35e2794c6..497d3a66be 100644 --- a/frontend/src/app/core/file-upload/op-file-upload.service.ts +++ b/frontend/src/app/core/file-upload/op-file-upload.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/global_search/global-search-work-packages-entry.component.ts b/frontend/src/app/core/global_search/global-search-work-packages-entry.component.ts index ebbf7b89ae..5f91fa5095 100644 --- a/frontend/src/app/core/global_search/global-search-work-packages-entry.component.ts +++ b/frontend/src/app/core/global_search/global-search-work-packages-entry.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/global_search/global-search-work-packages.component.ts b/frontend/src/app/core/global_search/global-search-work-packages.component.ts index 6bd2f6665a..379696eea5 100644 --- a/frontend/src/app/core/global_search/global-search-work-packages.component.ts +++ b/frontend/src/app/core/global_search/global-search-work-packages.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/global_search/input/global-search-input.component.ts b/frontend/src/app/core/global_search/input/global-search-input.component.ts index 1d056e4ddf..844b2196ad 100644 --- a/frontend/src/app/core/global_search/input/global-search-input.component.ts +++ b/frontend/src/app/core/global_search/input/global-search-input.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/global_search/openproject-global-search.module.ts b/frontend/src/app/core/global_search/openproject-global-search.module.ts index b6b0a155dd..9084ff9bfa 100644 --- a/frontend/src/app/core/global_search/openproject-global-search.module.ts +++ b/frontend/src/app/core/global_search/openproject-global-search.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/global_search/services/global-search.service.spec.ts b/frontend/src/app/core/global_search/services/global-search.service.spec.ts index 8753309bc1..329126d9dd 100644 --- a/frontend/src/app/core/global_search/services/global-search.service.spec.ts +++ b/frontend/src/app/core/global_search/services/global-search.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/global_search/services/global-search.service.ts b/frontend/src/app/core/global_search/services/global-search.service.ts index a2cc619aa0..abc058d836 100644 --- a/frontend/src/app/core/global_search/services/global-search.service.ts +++ b/frontend/src/app/core/global_search/services/global-search.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/global_search/tabs/global-search-tabs.component.ts b/frontend/src/app/core/global_search/tabs/global-search-tabs.component.ts index fa4520759b..02db2525f4 100644 --- a/frontend/src/app/core/global_search/tabs/global-search-tabs.component.ts +++ b/frontend/src/app/core/global_search/tabs/global-search-tabs.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/global_search/title/global-search-title.component.ts b/frontend/src/app/core/global_search/title/global-search-title.component.ts index f77c95bbf0..4700b9c82f 100644 --- a/frontend/src/app/core/global_search/title/global-search-title.component.ts +++ b/frontend/src/app/core/global_search/title/global-search-title.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/gon/gon.service.ts b/frontend/src/app/core/gon/gon.service.ts index 463d36971b..4c012ac281 100644 --- a/frontend/src/app/core/gon/gon.service.ts +++ b/frontend/src/app/core/gon/gon.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/html-sanitize/html-sanitize.service.ts b/frontend/src/app/core/html-sanitize/html-sanitize.service.ts index 2bacf3742f..a6b4e39a67 100644 --- a/frontend/src/app/core/html-sanitize/html-sanitize.service.ts +++ b/frontend/src/app/core/html-sanitize/html-sanitize.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/loading-indicator/loading-indicator.service.ts b/frontend/src/app/core/loading-indicator/loading-indicator.service.ts index bf4da1cb50..54c33d4322 100644 --- a/frontend/src/app/core/loading-indicator/loading-indicator.service.ts +++ b/frontend/src/app/core/loading-indicator/loading-indicator.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/main-menu/main-menu-toggle.component.ts b/frontend/src/app/core/main-menu/main-menu-toggle.component.ts index f34a08e77b..91265cb2ea 100644 --- a/frontend/src/app/core/main-menu/main-menu-toggle.component.ts +++ b/frontend/src/app/core/main-menu/main-menu-toggle.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/main-menu/main-menu-toggle.service.ts b/frontend/src/app/core/main-menu/main-menu-toggle.service.ts index b4efaac9aa..45b048a52a 100644 --- a/frontend/src/app/core/main-menu/main-menu-toggle.service.ts +++ b/frontend/src/app/core/main-menu/main-menu-toggle.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/model-auth/model-auth.service.spec.ts b/frontend/src/app/core/model-auth/model-auth.service.spec.ts index 9ff05b4d4b..31c661340a 100644 --- a/frontend/src/app/core/model-auth/model-auth.service.spec.ts +++ b/frontend/src/app/core/model-auth/model-auth.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/model-auth/model-auth.service.ts b/frontend/src/app/core/model-auth/model-auth.service.ts index efbb14fef5..dac2957b21 100644 --- a/frontend/src/app/core/model-auth/model-auth.service.ts +++ b/frontend/src/app/core/model-auth/model-auth.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/path-helper/path-helper.service.ts b/frontend/src/app/core/path-helper/path-helper.service.ts index 3557924250..09d6c63a03 100644 --- a/frontend/src/app/core/path-helper/path-helper.service.ts +++ b/frontend/src/app/core/path-helper/path-helper.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/routing/base/application-base.component.ts b/frontend/src/app/core/routing/base/application-base.component.ts index 580a9be183..779073bb65 100644 --- a/frontend/src/app/core/routing/base/application-base.component.ts +++ b/frontend/src/app/core/routing/base/application-base.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/routing/first-route-service.ts b/frontend/src/app/core/routing/first-route-service.ts index 483edb9d4c..330870b993 100644 --- a/frontend/src/app/core/routing/first-route-service.ts +++ b/frontend/src/app/core/routing/first-route-service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/routing/openproject-router.module.ts b/frontend/src/app/core/routing/openproject-router.module.ts index d77b6bdd15..9ae1bcf6de 100644 --- a/frontend/src/app/core/routing/openproject-router.module.ts +++ b/frontend/src/app/core/routing/openproject-router.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/routing/openproject.routes.ts b/frontend/src/app/core/routing/openproject.routes.ts index 0435bbcb12..f00e26fa09 100644 --- a/frontend/src/app/core/routing/openproject.routes.ts +++ b/frontend/src/app/core/routing/openproject.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/schemas/schema-cache.service.ts b/frontend/src/app/core/schemas/schema-cache.service.ts index aff84933cc..4d5e349ef3 100644 --- a/frontend/src/app/core/schemas/schema-cache.service.ts +++ b/frontend/src/app/core/schemas/schema-cache.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/components/admin/backup.component.ts b/frontend/src/app/core/setup/globals/components/admin/backup.component.ts index cfbc48fd4e..72dda72a04 100644 --- a/frontend/src/app/core/setup/globals/components/admin/backup.component.ts +++ b/frontend/src/app/core/setup/globals/components/admin/backup.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/dynamic-bootstrapper.ts b/frontend/src/app/core/setup/globals/dynamic-bootstrapper.ts index 7f6fd05a8e..ec46da9772 100644 --- a/frontend/src/app/core/setup/globals/dynamic-bootstrapper.ts +++ b/frontend/src/app/core/setup/globals/dynamic-bootstrapper.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-helpers.ts b/frontend/src/app/core/setup/globals/global-helpers.ts index a57f0ed3ae..6221c6738a 100644 --- a/frontend/src/app/core/setup/globals/global-helpers.ts +++ b/frontend/src/app/core/setup/globals/global-helpers.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners.ts b/frontend/src/app/core/setup/globals/global-listeners.ts index f3ee4273a6..90bec26da3 100644 --- a/frontend/src/app/core/setup/globals/global-listeners.ts +++ b/frontend/src/app/core/setup/globals/global-listeners.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners/action-menu.ts b/frontend/src/app/core/setup/globals/global-listeners/action-menu.ts index e92dfd3889..48191561b7 100644 --- a/frontend/src/app/core/setup/globals/global-listeners/action-menu.ts +++ b/frontend/src/app/core/setup/globals/global-listeners/action-menu.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners/color-preview.ts b/frontend/src/app/core/setup/globals/global-listeners/color-preview.ts index 6ab866204f..29d6d234bd 100644 --- a/frontend/src/app/core/setup/globals/global-listeners/color-preview.ts +++ b/frontend/src/app/core/setup/globals/global-listeners/color-preview.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners/danger-zone-validation.ts b/frontend/src/app/core/setup/globals/global-listeners/danger-zone-validation.ts index 62498221f9..0d8f5ac7ba 100644 --- a/frontend/src/app/core/setup/globals/global-listeners/danger-zone-validation.ts +++ b/frontend/src/app/core/setup/globals/global-listeners/danger-zone-validation.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners/preview-trigger.service.ts b/frontend/src/app/core/setup/globals/global-listeners/preview-trigger.service.ts index 3b6d7c5191..448113d2f3 100644 --- a/frontend/src/app/core/setup/globals/global-listeners/preview-trigger.service.ts +++ b/frontend/src/app/core/setup/globals/global-listeners/preview-trigger.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners/refresh-on-form-changes.ts b/frontend/src/app/core/setup/globals/global-listeners/refresh-on-form-changes.ts index b3950bc421..d52ed0f6f0 100644 --- a/frontend/src/app/core/setup/globals/global-listeners/refresh-on-form-changes.ts +++ b/frontend/src/app/core/setup/globals/global-listeners/refresh-on-form-changes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners/request-for-confirmation.ts b/frontend/src/app/core/setup/globals/global-listeners/request-for-confirmation.ts index 5386c79cea..386934abc4 100644 --- a/frontend/src/app/core/setup/globals/global-listeners/request-for-confirmation.ts +++ b/frontend/src/app/core/setup/globals/global-listeners/request-for-confirmation.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners/toggable-fieldset.ts b/frontend/src/app/core/setup/globals/global-listeners/toggable-fieldset.ts index 85a31a836f..475d4079bc 100644 --- a/frontend/src/app/core/setup/globals/global-listeners/toggable-fieldset.ts +++ b/frontend/src/app/core/setup/globals/global-listeners/toggable-fieldset.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/global-listeners/top-menu-scroll.ts b/frontend/src/app/core/setup/globals/global-listeners/top-menu-scroll.ts index 5985dd1862..bb19ad3f6d 100644 --- a/frontend/src/app/core/setup/globals/global-listeners/top-menu-scroll.ts +++ b/frontend/src/app/core/setup/globals/global-listeners/top-menu-scroll.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/openproject.ts b/frontend/src/app/core/setup/globals/openproject.ts index eda05c3b43..3514e03647 100644 --- a/frontend/src/app/core/setup/globals/openproject.ts +++ b/frontend/src/app/core/setup/globals/openproject.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/globals/tree-menu.ts b/frontend/src/app/core/setup/globals/tree-menu.ts index 4fbf3f5ba5..395b92cc36 100644 --- a/frontend/src/app/core/setup/globals/tree-menu.ts +++ b/frontend/src/app/core/setup/globals/tree-menu.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/init-globals.ts b/frontend/src/app/core/setup/init-globals.ts index cb7b7ddc78..a525e83c17 100644 --- a/frontend/src/app/core/setup/init-globals.ts +++ b/frontend/src/app/core/setup/init-globals.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/init-locale.ts b/frontend/src/app/core/setup/init-locale.ts index 5379a7a4ed..9dd9e0df17 100644 --- a/frontend/src/app/core/setup/init-locale.ts +++ b/frontend/src/app/core/setup/init-locale.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/setup/init-vendors.ts b/frontend/src/app/core/setup/init-vendors.ts index 220dc584a0..3479845359 100644 --- a/frontend/src/app/core/setup/init-vendors.ts +++ b/frontend/src/app/core/setup/init-vendors.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/attachments/attachment.model.ts b/frontend/src/app/core/state/attachments/attachment.model.ts index ea03f4b5a5..4a2168523e 100644 --- a/frontend/src/app/core/state/attachments/attachment.model.ts +++ b/frontend/src/app/core/state/attachments/attachment.model.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/attachments/attachments.service.ts b/frontend/src/app/core/state/attachments/attachments.service.ts index 5810ec9a0f..5115e648df 100644 --- a/frontend/src/app/core/state/attachments/attachments.service.ts +++ b/frontend/src/app/core/state/attachments/attachments.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/attachments/attachments.store.ts b/frontend/src/app/core/state/attachments/attachments.store.ts index 63ad270526..97acac4f34 100644 --- a/frontend/src/app/core/state/attachments/attachments.store.ts +++ b/frontend/src/app/core/state/attachments/attachments.store.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/capabilities/capabilities.service.spec.ts b/frontend/src/app/core/state/capabilities/capabilities.service.spec.ts index 246e01500b..a5209a7cf5 100644 --- a/frontend/src/app/core/state/capabilities/capabilities.service.spec.ts +++ b/frontend/src/app/core/state/capabilities/capabilities.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/file-links/file-link.model.ts b/frontend/src/app/core/state/file-links/file-link.model.ts index 37d64048a7..5d72d1168e 100644 --- a/frontend/src/app/core/state/file-links/file-link.model.ts +++ b/frontend/src/app/core/state/file-links/file-link.model.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/file-links/file-links.service.ts b/frontend/src/app/core/state/file-links/file-links.service.ts index 5a2875ce0f..dd535a86cf 100644 --- a/frontend/src/app/core/state/file-links/file-links.service.ts +++ b/frontend/src/app/core/state/file-links/file-links.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/file-links/file-links.store.ts b/frontend/src/app/core/state/file-links/file-links.store.ts index b1fa660116..1f0734edcf 100644 --- a/frontend/src/app/core/state/file-links/file-links.store.ts +++ b/frontend/src/app/core/state/file-links/file-links.store.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/is-defined-entity.ts b/frontend/src/app/core/state/is-defined-entity.ts index d4805aaa0a..fb88898739 100644 --- a/frontend/src/app/core/state/is-defined-entity.ts +++ b/frontend/src/app/core/state/is-defined-entity.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/is-not-null.ts b/frontend/src/app/core/state/is-not-null.ts index b32ee2c662..acbf37b4aa 100644 --- a/frontend/src/app/core/state/is-not-null.ts +++ b/frontend/src/app/core/state/is-not-null.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/openproject-state.module.ts b/frontend/src/app/core/state/openproject-state.module.ts index 8ed43fa92d..cc71423535 100644 --- a/frontend/src/app/core/state/openproject-state.module.ts +++ b/frontend/src/app/core/state/openproject-state.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/projects/projects.service.ts b/frontend/src/app/core/state/projects/projects.service.ts index e9b444ba9e..489140bca1 100644 --- a/frontend/src/app/core/state/projects/projects.service.ts +++ b/frontend/src/app/core/state/projects/projects.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/resource-collection.service.ts b/frontend/src/app/core/state/resource-collection.service.ts index 5cdfbbe706..8796a4ca06 100644 --- a/frontend/src/app/core/state/resource-collection.service.ts +++ b/frontend/src/app/core/state/resource-collection.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/storage-files/storage-file.model.ts b/frontend/src/app/core/state/storage-files/storage-file.model.ts index 7cbc6639c4..fd2fc495f8 100644 --- a/frontend/src/app/core/state/storage-files/storage-file.model.ts +++ b/frontend/src/app/core/state/storage-files/storage-file.model.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/storage-files/storage-files.service.ts b/frontend/src/app/core/state/storage-files/storage-files.service.ts index 060d07339c..2a8da4fff3 100644 --- a/frontend/src/app/core/state/storage-files/storage-files.service.ts +++ b/frontend/src/app/core/state/storage-files/storage-files.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/storage-files/storage-files.store.ts b/frontend/src/app/core/state/storage-files/storage-files.store.ts index 1eb482f568..d16e8383e4 100644 --- a/frontend/src/app/core/state/storage-files/storage-files.store.ts +++ b/frontend/src/app/core/state/storage-files/storage-files.store.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/storages/storage.model.ts b/frontend/src/app/core/state/storages/storage.model.ts index b99ae93575..9c839ad6dc 100644 --- a/frontend/src/app/core/state/storages/storage.model.ts +++ b/frontend/src/app/core/state/storages/storage.model.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/storages/storages.query.ts b/frontend/src/app/core/state/storages/storages.query.ts index 1a737d475a..03669d19c9 100644 --- a/frontend/src/app/core/state/storages/storages.query.ts +++ b/frontend/src/app/core/state/storages/storages.query.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/storages/storages.service.ts b/frontend/src/app/core/state/storages/storages.service.ts index 4c5f05742b..8669bea245 100644 --- a/frontend/src/app/core/state/storages/storages.service.ts +++ b/frontend/src/app/core/state/storages/storages.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/state/storages/storages.store.ts b/frontend/src/app/core/state/storages/storages.store.ts index c3eb3210ff..89c4142f73 100644 --- a/frontend/src/app/core/state/storages/storages.store.ts +++ b/frontend/src/app/core/state/storages/storages.store.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/core/top-menu/top-menu.service.ts b/frontend/src/app/core/top-menu/top-menu.service.ts index a967595ec9..c37ff62f7c 100644 --- a/frontend/src/app/core/top-menu/top-menu.service.ts +++ b/frontend/src/app/core/top-menu/top-menu.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/admin/openproject-admin.module.ts b/frontend/src/app/features/admin/openproject-admin.module.ts index f24dcd7011..ad10a2bd93 100644 --- a/frontend/src/app/features/admin/openproject-admin.module.ts +++ b/frontend/src/app/features/admin/openproject-admin.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/admin/types/group-edit-in-place.component.ts b/frontend/src/app/features/admin/types/group-edit-in-place.component.ts index 3adcc43c9a..0fdcf8f2c2 100644 --- a/frontend/src/app/features/admin/types/group-edit-in-place.component.ts +++ b/frontend/src/app/features/admin/types/group-edit-in-place.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/api-docs/openproject-api-docs.module.ts b/frontend/src/app/features/api-docs/openproject-api-docs.module.ts index c8b74ed76b..520daf5181 100644 --- a/frontend/src/app/features/api-docs/openproject-api-docs.module.ts +++ b/frontend/src/app/features/api-docs/openproject-api-docs.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/api-docs/openproject-api-docs.routes.ts b/frontend/src/app/features/api-docs/openproject-api-docs.routes.ts index 4b3dbc4ffe..6830583fcb 100644 --- a/frontend/src/app/features/api-docs/openproject-api-docs.routes.ts +++ b/frontend/src/app/features/api-docs/openproject-api-docs.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/api-docs/swagger-ui/swagger-ui.component.ts b/frontend/src/app/features/api-docs/swagger-ui/swagger-ui.component.ts index 99552b2775..2e4ecdf3e0 100644 --- a/frontend/src/app/features/api-docs/swagger-ui/swagger-ui.component.ts +++ b/frontend/src/app/features/api-docs/swagger-ui/swagger-ui.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/backlogs/backlogs-page/styles/master_backlog.sass b/frontend/src/app/features/backlogs/backlogs-page/styles/master_backlog.sass index 382847633b..13910a4873 100644 --- a/frontend/src/app/features/backlogs/backlogs-page/styles/master_backlog.sass +++ b/frontend/src/app/features/backlogs/backlogs-page/styles/master_backlog.sass @@ -1,6 +1,6 @@ /*-- copyright * OpenProject is an open source project management software. - * Copyright (C) 2012-2020 the OpenProject GmbH + * Copyright (C) 2012-2023 the OpenProject GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/backlogs/backlogs-page/styles/taskboard.sass b/frontend/src/app/features/backlogs/backlogs-page/styles/taskboard.sass index 6c47bfa7bb..085ebe84d2 100644 --- a/frontend/src/app/features/backlogs/backlogs-page/styles/taskboard.sass +++ b/frontend/src/app/features/backlogs/backlogs-page/styles/taskboard.sass @@ -1,6 +1,6 @@ /*-- copyright * OpenProject is an open source project management software. - * Copyright (C) 2012-2020 the OpenProject GmbH + * Copyright (C) 2012-2023 the OpenProject GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/backlogs/openproject-backlogs.module.ts b/frontend/src/app/features/backlogs/openproject-backlogs.module.ts index 129918eac9..7c62c342d6 100644 --- a/frontend/src/app/features/backlogs/openproject-backlogs.module.ts +++ b/frontend/src/app/features/backlogs/openproject-backlogs.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/backlogs/openproject-backlogs.routes.ts b/frontend/src/app/features/backlogs/openproject-backlogs.routes.ts index 606a913c25..5360302476 100644 --- a/frontend/src/app/features/backlogs/openproject-backlogs.routes.ts +++ b/frontend/src/app/features/backlogs/openproject-backlogs.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/bcf-api-request.service.ts b/frontend/src/app/features/bim/bcf/api/bcf-api-request.service.ts index 7c923287c3..5eaa7d6627 100644 --- a/frontend/src/app/features/bim/bcf/api/bcf-api-request.service.ts +++ b/frontend/src/app/features/bim/bcf/api/bcf-api-request.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/bcf-api.model.ts b/frontend/src/app/features/bim/bcf/api/bcf-api.model.ts index e3021e2fa1..b1fbf3467d 100644 --- a/frontend/src/app/features/bim/bcf/api/bcf-api.model.ts +++ b/frontend/src/app/features/bim/bcf/api/bcf-api.model.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/bcf-api.service.spec.ts b/frontend/src/app/features/bim/bcf/api/bcf-api.service.spec.ts index c1fa09dfb6..a06252ef41 100644 --- a/frontend/src/app/features/bim/bcf/api/bcf-api.service.spec.ts +++ b/frontend/src/app/features/bim/bcf/api/bcf-api.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/bcf-api.service.ts b/frontend/src/app/features/bim/bcf/api/bcf-api.service.ts index e26963127f..391191ba31 100644 --- a/frontend/src/app/features/bim/bcf/api/bcf-api.service.ts +++ b/frontend/src/app/features/bim/bcf/api/bcf-api.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/topics/bcf-topic.paths.ts b/frontend/src/app/features/bim/bcf/api/topics/bcf-topic.paths.ts index ce95ab9d2b..6d882ed419 100644 --- a/frontend/src/app/features/bim/bcf/api/topics/bcf-topic.paths.ts +++ b/frontend/src/app/features/bim/bcf/api/topics/bcf-topic.paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/topics/bcf-topic.resource.ts b/frontend/src/app/features/bim/bcf/api/topics/bcf-topic.resource.ts index 2714fab399..9876dcc76a 100644 --- a/frontend/src/app/features/bim/bcf/api/topics/bcf-topic.resource.ts +++ b/frontend/src/app/features/bim/bcf/api/topics/bcf-topic.resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-collection.paths.ts b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-collection.paths.ts index 97fc1e0c27..c33925d3df 100644 --- a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-collection.paths.ts +++ b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-collection.paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-item.interface.ts b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-item.interface.ts index 30242849f1..e979ef0166 100644 --- a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-item.interface.ts +++ b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-item.interface.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-selection.paths.ts b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-selection.paths.ts index dcd1dbd968..80268ff3d1 100644 --- a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-selection.paths.ts +++ b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-selection.paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-visibility.paths.ts b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-visibility.paths.ts index 74c0c210e6..bec9ce2523 100644 --- a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-visibility.paths.ts +++ b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint-visibility.paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint.paths.ts b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint.paths.ts index 054b5262be..6eac5714b7 100644 --- a/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint.paths.ts +++ b/frontend/src/app/features/bim/bcf/api/viewpoints/bcf-viewpoint.paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/bcf-wp-attribute-group/bcf-new-wp-attribute-group.component.ts b/frontend/src/app/features/bim/bcf/bcf-wp-attribute-group/bcf-new-wp-attribute-group.component.ts index c826e3ac17..a463050050 100644 --- a/frontend/src/app/features/bim/bcf/bcf-wp-attribute-group/bcf-new-wp-attribute-group.component.ts +++ b/frontend/src/app/features/bim/bcf/bcf-wp-attribute-group/bcf-new-wp-attribute-group.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/bcf-wp-attribute-group/bcf-wp-attribute-group.component.ts b/frontend/src/app/features/bim/bcf/bcf-wp-attribute-group/bcf-wp-attribute-group.component.ts index 45244881bb..2c6574da74 100644 --- a/frontend/src/app/features/bim/bcf/bcf-wp-attribute-group/bcf-wp-attribute-group.component.ts +++ b/frontend/src/app/features/bim/bcf/bcf-wp-attribute-group/bcf-wp-attribute-group.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/fields/display/bcf-thumbnail-field.module.ts b/frontend/src/app/features/bim/bcf/fields/display/bcf-thumbnail-field.module.ts index 31dca855c1..6b80aeaac2 100644 --- a/frontend/src/app/features/bim/bcf/fields/display/bcf-thumbnail-field.module.ts +++ b/frontend/src/app/features/bim/bcf/fields/display/bcf-thumbnail-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/helper/bcf-path-helper.service.ts b/frontend/src/app/features/bim/bcf/helper/bcf-path-helper.service.ts index 8894fec4f5..d2c1e9beb4 100644 --- a/frontend/src/app/features/bim/bcf/helper/bcf-path-helper.service.ts +++ b/frontend/src/app/features/bim/bcf/helper/bcf-path-helper.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/helper/viewpoints.service.ts b/frontend/src/app/features/bim/bcf/helper/viewpoints.service.ts index 1ce1e3b33d..0df30747be 100644 --- a/frontend/src/app/features/bim/bcf/helper/viewpoints.service.ts +++ b/frontend/src/app/features/bim/bcf/helper/viewpoints.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/bcf/openproject-bcf.module.ts b/frontend/src/app/features/bim/bcf/openproject-bcf.module.ts index 096696638a..f2a16f25de 100644 --- a/frontend/src/app/features/bim/bcf/openproject-bcf.module.ts +++ b/frontend/src/app/features/bim/bcf/openproject-bcf.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/bcf/list/bcf-list.component.ts b/frontend/src/app/features/bim/ifc_models/bcf/list/bcf-list.component.ts index 517c854bf9..d7a89c0b4d 100644 --- a/frontend/src/app/features/bim/ifc_models/bcf/list/bcf-list.component.ts +++ b/frontend/src/app/features/bim/ifc_models/bcf/list/bcf-list.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/bcf/split/left/bcf-split-left.component.ts b/frontend/src/app/features/bim/ifc_models/bcf/split/left/bcf-split-left.component.ts index 0613a7bd21..a690a9f18a 100644 --- a/frontend/src/app/features/bim/ifc_models/bcf/split/left/bcf-split-left.component.ts +++ b/frontend/src/app/features/bim/ifc_models/bcf/split/left/bcf-split-left.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/bcf/split/right/bcf-split-right.component.ts b/frontend/src/app/features/bim/ifc_models/bcf/split/right/bcf-split-right.component.ts index 496d794b60..f41410e7ea 100644 --- a/frontend/src/app/features/bim/ifc_models/bcf/split/right/bcf-split-right.component.ts +++ b/frontend/src/app/features/bim/ifc_models/bcf/split/right/bcf-split-right.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/ifc-viewer/ifc-viewer.component.ts b/frontend/src/app/features/bim/ifc_models/ifc-viewer/ifc-viewer.component.ts index 393d33fb01..3d94146796 100644 --- a/frontend/src/app/features/bim/ifc_models/ifc-viewer/ifc-viewer.component.ts +++ b/frontend/src/app/features/bim/ifc_models/ifc-viewer/ifc-viewer.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/ifc-viewer/ifc-viewer.service.ts b/frontend/src/app/features/bim/ifc_models/ifc-viewer/ifc-viewer.service.ts index 34714d1ffd..43fcdd5ed2 100644 --- a/frontend/src/app/features/bim/ifc_models/ifc-viewer/ifc-viewer.service.ts +++ b/frontend/src/app/features/bim/ifc_models/ifc-viewer/ifc-viewer.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/openproject-ifc-models.module.ts b/frontend/src/app/features/bim/ifc_models/openproject-ifc-models.module.ts index ff15265329..8147148322 100644 --- a/frontend/src/app/features/bim/ifc_models/openproject-ifc-models.module.ts +++ b/frontend/src/app/features/bim/ifc_models/openproject-ifc-models.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/openproject-ifc-models.routes.ts b/frontend/src/app/features/bim/ifc_models/openproject-ifc-models.routes.ts index 541d6d73f2..99d22cdd74 100644 --- a/frontend/src/app/features/bim/ifc_models/openproject-ifc-models.routes.ts +++ b/frontend/src/app/features/bim/ifc_models/openproject-ifc-models.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/pages/viewer/bcf-view.service.ts b/frontend/src/app/features/bim/ifc_models/pages/viewer/bcf-view.service.ts index 9e5873dac1..98e13d1828 100644 --- a/frontend/src/app/features/bim/ifc_models/pages/viewer/bcf-view.service.ts +++ b/frontend/src/app/features/bim/ifc_models/pages/viewer/bcf-view.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/pages/viewer/ifc-viewer-page.component.ts b/frontend/src/app/features/bim/ifc_models/pages/viewer/ifc-viewer-page.component.ts index 518587e170..4925bd34e6 100644 --- a/frontend/src/app/features/bim/ifc_models/pages/viewer/ifc-viewer-page.component.ts +++ b/frontend/src/app/features/bim/ifc_models/pages/viewer/ifc-viewer-page.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/bcf-export-button.component.ts b/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/bcf-export-button.component.ts index 3fca935a33..fd6c37eadc 100644 --- a/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/bcf-export-button.component.ts +++ b/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/bcf-export-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/bcf-import-button.component.ts b/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/bcf-import-button.component.ts index b41fb64a90..63dbfabd26 100644 --- a/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/bcf-import-button.component.ts +++ b/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/bcf-import-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/refresh-button.component.ts b/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/refresh-button.component.ts index f62026eb14..8f34d820ea 100644 --- a/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/refresh-button.component.ts +++ b/frontend/src/app/features/bim/ifc_models/toolbar/import-export-bcf/refresh-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/toolbar/manage-ifc-models-button/bim-manage-ifc-models-button.component.ts b/frontend/src/app/features/bim/ifc_models/toolbar/manage-ifc-models-button/bim-manage-ifc-models-button.component.ts index 520d31be0e..8f24257663 100644 --- a/frontend/src/app/features/bim/ifc_models/toolbar/manage-ifc-models-button/bim-manage-ifc-models-button.component.ts +++ b/frontend/src/app/features/bim/ifc_models/toolbar/manage-ifc-models-button/bim-manage-ifc-models-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/toolbar/view-toggle/bcf-view-toggle-button.component.ts b/frontend/src/app/features/bim/ifc_models/toolbar/view-toggle/bcf-view-toggle-button.component.ts index 29a9e13845..7f6af49923 100644 --- a/frontend/src/app/features/bim/ifc_models/toolbar/view-toggle/bcf-view-toggle-button.component.ts +++ b/frontend/src/app/features/bim/ifc_models/toolbar/view-toggle/bcf-view-toggle-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/ifc_models/toolbar/view-toggle/bcf-view-toggle-dropdown.directive.ts b/frontend/src/app/features/bim/ifc_models/toolbar/view-toggle/bcf-view-toggle-dropdown.directive.ts index e12af75c66..15e88b9238 100644 --- a/frontend/src/app/features/bim/ifc_models/toolbar/view-toggle/bcf-view-toggle-dropdown.directive.ts +++ b/frontend/src/app/features/bim/ifc_models/toolbar/view-toggle/bcf-view-toggle-dropdown.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/openproject-bim.module.ts b/frontend/src/app/features/bim/openproject-bim.module.ts index 1decacdb8f..8eafb1ea36 100644 --- a/frontend/src/app/features/bim/openproject-bim.module.ts +++ b/frontend/src/app/features/bim/openproject-bim.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/bim/revit_add_in/revit-bridge.service.ts b/frontend/src/app/features/bim/revit_add_in/revit-bridge.service.ts index 773f843d7d..7466d5c151 100644 --- a/frontend/src/app/features/bim/revit_add_in/revit-bridge.service.ts +++ b/frontend/src/app/features/bim/revit_add_in/revit-bridge.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/add-card-dropdown/add-card-dropdown-menu.directive.ts b/frontend/src/app/features/boards/board/add-card-dropdown/add-card-dropdown-menu.directive.ts index ffcb1a066d..56dbf62f67 100644 --- a/frontend/src/app/features/boards/board/add-card-dropdown/add-card-dropdown-menu.directive.ts +++ b/frontend/src/app/features/boards/board/add-card-dropdown/add-card-dropdown-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/add-list-modal/add-list-modal.component.ts b/frontend/src/app/features/boards/board/add-list-modal/add-list-modal.component.ts index 7a9ba5b7d5..4e020b6cb9 100644 --- a/frontend/src/app/features/boards/board/add-list-modal/add-list-modal.component.ts +++ b/frontend/src/app/features/boards/board/add-list-modal/add-list-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/board-actions/assignee/assignee-board-header.component.ts b/frontend/src/app/features/boards/board/board-actions/assignee/assignee-board-header.component.ts index a8c79ca0f2..99515634f7 100644 --- a/frontend/src/app/features/boards/board/board-actions/assignee/assignee-board-header.component.ts +++ b/frontend/src/app/features/boards/board/board-actions/assignee/assignee-board-header.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/board-actions/status/status-board-header.component.ts b/frontend/src/app/features/boards/board/board-actions/status/status-board-header.component.ts index 7c03856d13..cf42ea90d8 100644 --- a/frontend/src/app/features/boards/board/board-actions/status/status-board-header.component.ts +++ b/frontend/src/app/features/boards/board/board-actions/status/status-board-header.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/board-actions/subproject/subproject-board-header.component.ts b/frontend/src/app/features/boards/board/board-actions/subproject/subproject-board-header.component.ts index 6ad8e89334..f287713b07 100644 --- a/frontend/src/app/features/boards/board/board-actions/subproject/subproject-board-header.component.ts +++ b/frontend/src/app/features/boards/board/board-actions/subproject/subproject-board-header.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/board-actions/subtasks/subtasks-board-header.component.ts b/frontend/src/app/features/boards/board/board-actions/subtasks/subtasks-board-header.component.ts index 02fa70095b..c30ddc80d9 100644 --- a/frontend/src/app/features/boards/board/board-actions/subtasks/subtasks-board-header.component.ts +++ b/frontend/src/app/features/boards/board/board-actions/subtasks/subtasks-board-header.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/board-actions/version/version-board-header.component.ts b/frontend/src/app/features/boards/board/board-actions/version/version-board-header.component.ts index ce73241aec..42d00d0776 100644 --- a/frontend/src/app/features/boards/board/board-actions/version/version-board-header.component.ts +++ b/frontend/src/app/features/boards/board/board-actions/version/version-board-header.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/board-list/board-inline-create.service.ts b/frontend/src/app/features/boards/board/board-list/board-inline-create.service.ts index 392e97201b..4f2caced10 100644 --- a/frontend/src/app/features/boards/board/board-list/board-inline-create.service.ts +++ b/frontend/src/app/features/boards/board/board-list/board-inline-create.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/board-list/board-list-menu.component.ts b/frontend/src/app/features/boards/board/board-list/board-list-menu.component.ts index edb59e67e3..580ee12c06 100644 --- a/frontend/src/app/features/boards/board/board-list/board-list-menu.component.ts +++ b/frontend/src/app/features/boards/board/board-list/board-list-menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/inline-add/board-inline-add-autocompleter.component.ts b/frontend/src/app/features/boards/board/inline-add/board-inline-add-autocompleter.component.ts index 179e0ed266..34a008b428 100644 --- a/frontend/src/app/features/boards/board/inline-add/board-inline-add-autocompleter.component.ts +++ b/frontend/src/app/features/boards/board/inline-add/board-inline-add-autocompleter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/board/toolbar-menu/boards-toolbar-menu.directive.ts b/frontend/src/app/features/boards/board/toolbar-menu/boards-toolbar-menu.directive.ts index b0e4ff9539..79c1e5ae6f 100644 --- a/frontend/src/app/features/boards/board/toolbar-menu/boards-toolbar-menu.directive.ts +++ b/frontend/src/app/features/boards/board/toolbar-menu/boards-toolbar-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/new-board-modal/new-board-modal.component.ts b/frontend/src/app/features/boards/new-board-modal/new-board-modal.component.ts index ad50f9fb01..d4beae34ed 100644 --- a/frontend/src/app/features/boards/new-board-modal/new-board-modal.component.ts +++ b/frontend/src/app/features/boards/new-board-modal/new-board-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/openproject-boards.module.ts b/frontend/src/app/features/boards/openproject-boards.module.ts index c529dc3738..822cf5de2a 100644 --- a/frontend/src/app/features/boards/openproject-boards.module.ts +++ b/frontend/src/app/features/boards/openproject-boards.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/boards/openproject-boards.routes.ts b/frontend/src/app/features/boards/openproject-boards.routes.ts index 6555a11b28..68bce27e26 100644 --- a/frontend/src/app/features/boards/openproject-boards.routes.ts +++ b/frontend/src/app/features/boards/openproject-boards.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/calendar/calendar.lazy-routes.ts b/frontend/src/app/features/calendar/calendar.lazy-routes.ts index dec9ba9280..9435e33e4e 100644 --- a/frontend/src/app/features/calendar/calendar.lazy-routes.ts +++ b/frontend/src/app/features/calendar/calendar.lazy-routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/calendar/calendar.routes.ts b/frontend/src/app/features/calendar/calendar.routes.ts index 07de93c10b..fb1734786f 100644 --- a/frontend/src/app/features/calendar/calendar.routes.ts +++ b/frontend/src/app/features/calendar/calendar.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/calendar/openproject-calendar.module.ts b/frontend/src/app/features/calendar/openproject-calendar.module.ts index 88675ab0e0..96f7356769 100644 --- a/frontend/src/app/features/calendar/openproject-calendar.module.ts +++ b/frontend/src/app/features/calendar/openproject-calendar.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/calendar/wp-calendar-page/wp-calendar-page.component.ts b/frontend/src/app/features/calendar/wp-calendar-page/wp-calendar-page.component.ts index 31ac2c4e25..c25ffba8cb 100644 --- a/frontend/src/app/features/calendar/wp-calendar-page/wp-calendar-page.component.ts +++ b/frontend/src/app/features/calendar/wp-calendar-page/wp-calendar-page.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/calendar/wp-calendar/wp-calendar.component.ts b/frontend/src/app/features/calendar/wp-calendar/wp-calendar.component.ts index 0742c261d6..521254cb6b 100644 --- a/frontend/src/app/features/calendar/wp-calendar/wp-calendar.component.ts +++ b/frontend/src/app/features/calendar/wp-calendar/wp-calendar.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/dashboards/openproject-dashboards.module.ts b/frontend/src/app/features/dashboards/openproject-dashboards.module.ts index bdc0ebb274..578aae846c 100644 --- a/frontend/src/app/features/dashboards/openproject-dashboards.module.ts +++ b/frontend/src/app/features/dashboards/openproject-dashboards.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-saved-trial.component.ts b/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-saved-trial.component.ts index 91f71e09bd..5840995b32 100644 --- a/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-saved-trial.component.ts +++ b/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-saved-trial.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-trial.base.ts b/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-trial.base.ts index 5133a15fe9..8223a88df7 100644 --- a/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-trial.base.ts +++ b/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-trial.base.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-trial.component.ts b/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-trial.component.ts index 886a871fb1..aec7c912e7 100644 --- a/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-trial.component.ts +++ b/frontend/src/app/features/enterprise/enterprise-active-trial/ee-active-trial.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/enterprise-base.component.ts b/frontend/src/app/features/enterprise/enterprise-base.component.ts index 66c4e99c16..1e74ccaba5 100644 --- a/frontend/src/app/features/enterprise/enterprise-base.component.ts +++ b/frontend/src/app/features/enterprise/enterprise-base.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial-form/ee-trial-form.component.ts b/frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial-form/ee-trial-form.component.ts index b270800845..886d52a688 100644 --- a/frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial-form/ee-trial-form.component.ts +++ b/frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial-form/ee-trial-form.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial.modal.ts b/frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial.modal.ts index 0756872456..8d53060aed 100644 --- a/frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial.modal.ts +++ b/frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/enterprise-trial-waiting/ee-trial-waiting.component.ts b/frontend/src/app/features/enterprise/enterprise-trial-waiting/ee-trial-waiting.component.ts index 0b30f187cf..7ec9b9a858 100644 --- a/frontend/src/app/features/enterprise/enterprise-trial-waiting/ee-trial-waiting.component.ts +++ b/frontend/src/app/features/enterprise/enterprise-trial-waiting/ee-trial-waiting.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/enterprise-trial.service.ts b/frontend/src/app/features/enterprise/enterprise-trial.service.ts index 4068ab2e19..9bcd94a821 100644 --- a/frontend/src/app/features/enterprise/enterprise-trial.service.ts +++ b/frontend/src/app/features/enterprise/enterprise-trial.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/free-trial-button/free-trial-button.component.ts b/frontend/src/app/features/enterprise/free-trial-button/free-trial-button.component.ts index 57ccb3a331..2df37c6464 100644 --- a/frontend/src/app/features/enterprise/free-trial-button/free-trial-button.component.ts +++ b/frontend/src/app/features/enterprise/free-trial-button/free-trial-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/enterprise/openproject-enterprise.module.ts b/frontend/src/app/features/enterprise/openproject-enterprise.module.ts index adb22eceb5..af91d45413 100644 --- a/frontend/src/app/features/enterprise/openproject-enterprise.module.ts +++ b/frontend/src/app/features/enterprise/openproject-enterprise.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/hal-link/hal-link.ts b/frontend/src/app/features/hal/hal-link/hal-link.ts index 72aaeeb58d..5dec381138 100644 --- a/frontend/src/app/features/hal/hal-link/hal-link.ts +++ b/frontend/src/app/features/hal/hal-link/hal-link.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/helpers/lazy-accessor.spec.ts b/frontend/src/app/features/hal/helpers/lazy-accessor.spec.ts index 25ed0687dd..9372a52f00 100644 --- a/frontend/src/app/features/hal/helpers/lazy-accessor.spec.ts +++ b/frontend/src/app/features/hal/helpers/lazy-accessor.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/helpers/lazy-accessor.ts b/frontend/src/app/features/hal/helpers/lazy-accessor.ts index cf87f0ab8d..60739e275f 100644 --- a/frontend/src/app/features/hal/helpers/lazy-accessor.ts +++ b/frontend/src/app/features/hal/helpers/lazy-accessor.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/openproject-hal.module.ts b/frontend/src/app/features/hal/openproject-hal.module.ts index aa580f583f..401ac3b8d6 100644 --- a/frontend/src/app/features/hal/openproject-hal.module.ts +++ b/frontend/src/app/features/hal/openproject-hal.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/attachment-collection-resource.ts b/frontend/src/app/features/hal/resources/attachment-collection-resource.ts index 607ba5b1ab..00503d3ceb 100644 --- a/frontend/src/app/features/hal/resources/attachment-collection-resource.ts +++ b/frontend/src/app/features/hal/resources/attachment-collection-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/collection-resource.ts b/frontend/src/app/features/hal/resources/collection-resource.ts index 5b5cd7cd95..164a5c8b26 100644 --- a/frontend/src/app/features/hal/resources/collection-resource.ts +++ b/frontend/src/app/features/hal/resources/collection-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/configuration-resource.ts b/frontend/src/app/features/hal/resources/configuration-resource.ts index 35b27cd5be..3b873c7c64 100644 --- a/frontend/src/app/features/hal/resources/configuration-resource.ts +++ b/frontend/src/app/features/hal/resources/configuration-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/custom-action-resource.ts b/frontend/src/app/features/hal/resources/custom-action-resource.ts index cc491e1898..d39de65006 100644 --- a/frontend/src/app/features/hal/resources/custom-action-resource.ts +++ b/frontend/src/app/features/hal/resources/custom-action-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/error-resource.ts b/frontend/src/app/features/hal/resources/error-resource.ts index 92555e95a1..73bd36f8cb 100644 --- a/frontend/src/app/features/hal/resources/error-resource.ts +++ b/frontend/src/app/features/hal/resources/error-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/form-resource.ts b/frontend/src/app/features/hal/resources/form-resource.ts index 77d1a4fc8a..52abb02d57 100644 --- a/frontend/src/app/features/hal/resources/form-resource.ts +++ b/frontend/src/app/features/hal/resources/form-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/grid-resource.ts b/frontend/src/app/features/hal/resources/grid-resource.ts index b6eaa124cd..8692537bdd 100644 --- a/frontend/src/app/features/hal/resources/grid-resource.ts +++ b/frontend/src/app/features/hal/resources/grid-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/grid-widget-resource.ts b/frontend/src/app/features/hal/resources/grid-widget-resource.ts index 4639a4acb4..2b9ad68104 100644 --- a/frontend/src/app/features/hal/resources/grid-widget-resource.ts +++ b/frontend/src/app/features/hal/resources/grid-widget-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/group-resource.ts b/frontend/src/app/features/hal/resources/group-resource.ts index 685949e270..6daa855f3d 100644 --- a/frontend/src/app/features/hal/resources/group-resource.ts +++ b/frontend/src/app/features/hal/resources/group-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/hal-resource.spec.ts b/frontend/src/app/features/hal/resources/hal-resource.spec.ts index 78c8d456dc..f3ecd1dd8e 100644 --- a/frontend/src/app/features/hal/resources/hal-resource.spec.ts +++ b/frontend/src/app/features/hal/resources/hal-resource.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/hal-resource.ts b/frontend/src/app/features/hal/resources/hal-resource.ts index ab4b837d27..caebff8435 100644 --- a/frontend/src/app/features/hal/resources/hal-resource.ts +++ b/frontend/src/app/features/hal/resources/hal-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/help-text-resource.ts b/frontend/src/app/features/hal/resources/help-text-resource.ts index 09e1049632..f7aa14bb68 100644 --- a/frontend/src/app/features/hal/resources/help-text-resource.ts +++ b/frontend/src/app/features/hal/resources/help-text-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/meeting-content-resource.ts b/frontend/src/app/features/hal/resources/meeting-content-resource.ts index 768cc8df4d..5efc2022c3 100644 --- a/frontend/src/app/features/hal/resources/meeting-content-resource.ts +++ b/frontend/src/app/features/hal/resources/meeting-content-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/membership-resource.ts b/frontend/src/app/features/hal/resources/membership-resource.ts index 6a7b711427..c2e3a83cb1 100644 --- a/frontend/src/app/features/hal/resources/membership-resource.ts +++ b/frontend/src/app/features/hal/resources/membership-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/mixins/attachable-mixin.ts b/frontend/src/app/features/hal/resources/mixins/attachable-mixin.ts index 0ad2bdeda9..685c337503 100644 --- a/frontend/src/app/features/hal/resources/mixins/attachable-mixin.ts +++ b/frontend/src/app/features/hal/resources/mixins/attachable-mixin.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/news-resource.ts b/frontend/src/app/features/hal/resources/news-resource.ts index e7f778a929..a7dfe78415 100644 --- a/frontend/src/app/features/hal/resources/news-resource.ts +++ b/frontend/src/app/features/hal/resources/news-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/placeholder-user-resource.ts b/frontend/src/app/features/hal/resources/placeholder-user-resource.ts index ba7bdc01a2..c9df3bc634 100644 --- a/frontend/src/app/features/hal/resources/placeholder-user-resource.ts +++ b/frontend/src/app/features/hal/resources/placeholder-user-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/post-resource.ts b/frontend/src/app/features/hal/resources/post-resource.ts index 55dbcaace5..7a2af999db 100644 --- a/frontend/src/app/features/hal/resources/post-resource.ts +++ b/frontend/src/app/features/hal/resources/post-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/project-resource.ts b/frontend/src/app/features/hal/resources/project-resource.ts index 2445e6a37c..2eb11dfb5d 100644 --- a/frontend/src/app/features/hal/resources/project-resource.ts +++ b/frontend/src/app/features/hal/resources/project-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-filter-instance-resource.ts b/frontend/src/app/features/hal/resources/query-filter-instance-resource.ts index bf230d9755..fc507f4bc5 100644 --- a/frontend/src/app/features/hal/resources/query-filter-instance-resource.ts +++ b/frontend/src/app/features/hal/resources/query-filter-instance-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-filter-instance-schema-resource.ts b/frontend/src/app/features/hal/resources/query-filter-instance-schema-resource.ts index e9a0663b2a..776b49ebd3 100644 --- a/frontend/src/app/features/hal/resources/query-filter-instance-schema-resource.ts +++ b/frontend/src/app/features/hal/resources/query-filter-instance-schema-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-filter-resource.ts b/frontend/src/app/features/hal/resources/query-filter-resource.ts index 52d6adaca5..43757b2e91 100644 --- a/frontend/src/app/features/hal/resources/query-filter-resource.ts +++ b/frontend/src/app/features/hal/resources/query-filter-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-form-resource.ts b/frontend/src/app/features/hal/resources/query-form-resource.ts index 0a214a534b..bc7aaa67c2 100644 --- a/frontend/src/app/features/hal/resources/query-form-resource.ts +++ b/frontend/src/app/features/hal/resources/query-form-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-group-by-resource.ts b/frontend/src/app/features/hal/resources/query-group-by-resource.ts index 9e89b7b579..6aac6bc716 100644 --- a/frontend/src/app/features/hal/resources/query-group-by-resource.ts +++ b/frontend/src/app/features/hal/resources/query-group-by-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-operator-resource.ts b/frontend/src/app/features/hal/resources/query-operator-resource.ts index 2cb1091aaa..aa98393774 100644 --- a/frontend/src/app/features/hal/resources/query-operator-resource.ts +++ b/frontend/src/app/features/hal/resources/query-operator-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-resource.ts b/frontend/src/app/features/hal/resources/query-resource.ts index 516ec1f629..c979ca1b24 100644 --- a/frontend/src/app/features/hal/resources/query-resource.ts +++ b/frontend/src/app/features/hal/resources/query-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-schema-resource.ts b/frontend/src/app/features/hal/resources/query-schema-resource.ts index ce6afb1bce..89e1969d04 100644 --- a/frontend/src/app/features/hal/resources/query-schema-resource.ts +++ b/frontend/src/app/features/hal/resources/query-schema-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/query-sort-by-resource.ts b/frontend/src/app/features/hal/resources/query-sort-by-resource.ts index fa6f910a38..4c180f5e07 100644 --- a/frontend/src/app/features/hal/resources/query-sort-by-resource.ts +++ b/frontend/src/app/features/hal/resources/query-sort-by-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/relation-resource.ts b/frontend/src/app/features/hal/resources/relation-resource.ts index 9b96e185a0..f5ff595e25 100644 --- a/frontend/src/app/features/hal/resources/relation-resource.ts +++ b/frontend/src/app/features/hal/resources/relation-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/role-resource.ts b/frontend/src/app/features/hal/resources/role-resource.ts index 1ba5afe91f..6beecb5059 100644 --- a/frontend/src/app/features/hal/resources/role-resource.ts +++ b/frontend/src/app/features/hal/resources/role-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/root-resource.ts b/frontend/src/app/features/hal/resources/root-resource.ts index c47ec64873..23a598a907 100644 --- a/frontend/src/app/features/hal/resources/root-resource.ts +++ b/frontend/src/app/features/hal/resources/root-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/schema-dependency-resource.ts b/frontend/src/app/features/hal/resources/schema-dependency-resource.ts index 3d3241485e..09ac15c41b 100644 --- a/frontend/src/app/features/hal/resources/schema-dependency-resource.ts +++ b/frontend/src/app/features/hal/resources/schema-dependency-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/schema-resource.ts b/frontend/src/app/features/hal/resources/schema-resource.ts index ac1e99bc31..88111688b2 100644 --- a/frontend/src/app/features/hal/resources/schema-resource.ts +++ b/frontend/src/app/features/hal/resources/schema-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/status-resource.ts b/frontend/src/app/features/hal/resources/status-resource.ts index e4ace8c31a..de5d3566ba 100644 --- a/frontend/src/app/features/hal/resources/status-resource.ts +++ b/frontend/src/app/features/hal/resources/status-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/time-entry-resource.ts b/frontend/src/app/features/hal/resources/time-entry-resource.ts index 89092887be..c65e51610d 100644 --- a/frontend/src/app/features/hal/resources/time-entry-resource.ts +++ b/frontend/src/app/features/hal/resources/time-entry-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/type-resource.ts b/frontend/src/app/features/hal/resources/type-resource.ts index e0fb15d1cf..86e3976ffc 100644 --- a/frontend/src/app/features/hal/resources/type-resource.ts +++ b/frontend/src/app/features/hal/resources/type-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/user-resource.ts b/frontend/src/app/features/hal/resources/user-resource.ts index f22e999b57..e066abaf70 100644 --- a/frontend/src/app/features/hal/resources/user-resource.ts +++ b/frontend/src/app/features/hal/resources/user-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/version-resource.ts b/frontend/src/app/features/hal/resources/version-resource.ts index b426e01519..168cad476e 100644 --- a/frontend/src/app/features/hal/resources/version-resource.ts +++ b/frontend/src/app/features/hal/resources/version-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/wiki-page-resource.ts b/frontend/src/app/features/hal/resources/wiki-page-resource.ts index fc7f31ff25..bfecb69f92 100644 --- a/frontend/src/app/features/hal/resources/wiki-page-resource.ts +++ b/frontend/src/app/features/hal/resources/wiki-page-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/work-package-resource.spec.ts b/frontend/src/app/features/hal/resources/work-package-resource.spec.ts index 01ce3a97ad..53f3bc9051 100644 --- a/frontend/src/app/features/hal/resources/work-package-resource.spec.ts +++ b/frontend/src/app/features/hal/resources/work-package-resource.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/work-package-resource.ts b/frontend/src/app/features/hal/resources/work-package-resource.ts index b7105b9c6f..a0677b97b2 100644 --- a/frontend/src/app/features/hal/resources/work-package-resource.ts +++ b/frontend/src/app/features/hal/resources/work-package-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/resources/wp-collection-resource.ts b/frontend/src/app/features/hal/resources/wp-collection-resource.ts index 1f2ea13073..e48c3a02a5 100644 --- a/frontend/src/app/features/hal/resources/wp-collection-resource.ts +++ b/frontend/src/app/features/hal/resources/wp-collection-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/schemas/hal-payload.helper.ts b/frontend/src/app/features/hal/schemas/hal-payload.helper.ts index 48217136da..36af115db6 100644 --- a/frontend/src/app/features/hal/schemas/hal-payload.helper.ts +++ b/frontend/src/app/features/hal/schemas/hal-payload.helper.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/schemas/schema-proxy.ts b/frontend/src/app/features/hal/schemas/schema-proxy.ts index 0a74abaedb..d954be11e2 100644 --- a/frontend/src/app/features/hal/schemas/schema-proxy.ts +++ b/frontend/src/app/features/hal/schemas/schema-proxy.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/schemas/work-package-schema-proxy.ts b/frontend/src/app/features/hal/schemas/work-package-schema-proxy.ts index e547952dbb..0a650882a1 100644 --- a/frontend/src/app/features/hal/schemas/work-package-schema-proxy.ts +++ b/frontend/src/app/features/hal/schemas/work-package-schema-proxy.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/services/hal-resource-notification.service.ts b/frontend/src/app/features/hal/services/hal-resource-notification.service.ts index e8229bf64c..f918fc134c 100644 --- a/frontend/src/app/features/hal/services/hal-resource-notification.service.ts +++ b/frontend/src/app/features/hal/services/hal-resource-notification.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/services/hal-resource-sorting.service.ts b/frontend/src/app/features/hal/services/hal-resource-sorting.service.ts index 6d361a54da..ca4f514b4d 100644 --- a/frontend/src/app/features/hal/services/hal-resource-sorting.service.ts +++ b/frontend/src/app/features/hal/services/hal-resource-sorting.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/services/hal-resource.config.ts b/frontend/src/app/features/hal/services/hal-resource.config.ts index 2f2225465a..75ec3c2115 100644 --- a/frontend/src/app/features/hal/services/hal-resource.config.ts +++ b/frontend/src/app/features/hal/services/hal-resource.config.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/services/hal-resource.service.ts b/frontend/src/app/features/hal/services/hal-resource.service.ts index 04d618a0d9..246684e907 100644 --- a/frontend/src/app/features/hal/services/hal-resource.service.ts +++ b/frontend/src/app/features/hal/services/hal-resource.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/hal/services/url-params-encoder.ts b/frontend/src/app/features/hal/services/url-params-encoder.ts index efe48447db..d98b847737 100644 --- a/frontend/src/app/features/hal/services/url-params-encoder.ts +++ b/frontend/src/app/features/hal/services/url-params-encoder.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/homescreen/blocks/new-features.component.spec.ts b/frontend/src/app/features/homescreen/blocks/new-features.component.spec.ts index 7e109cceed..3a6993a9d6 100644 --- a/frontend/src/app/features/homescreen/blocks/new-features.component.spec.ts +++ b/frontend/src/app/features/homescreen/blocks/new-features.component.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/homescreen/blocks/new-features.component.ts b/frontend/src/app/features/homescreen/blocks/new-features.component.ts index 2d0b41dc7c..93f8f06ebf 100644 --- a/frontend/src/app/features/homescreen/blocks/new-features.component.ts +++ b/frontend/src/app/features/homescreen/blocks/new-features.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/in-app-notifications/center/empty-state/empty-state.component.ts b/frontend/src/app/features/in-app-notifications/center/empty-state/empty-state.component.ts index 93de349448..a86949b07e 100644 --- a/frontend/src/app/features/in-app-notifications/center/empty-state/empty-state.component.ts +++ b/frontend/src/app/features/in-app-notifications/center/empty-state/empty-state.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/in-app-notifications/center/menu/menu.component.ts b/frontend/src/app/features/in-app-notifications/center/menu/menu.component.ts index 457c3f38c5..973f62a31a 100644 --- a/frontend/src/app/features/in-app-notifications/center/menu/menu.component.ts +++ b/frontend/src/app/features/in-app-notifications/center/menu/menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/in-app-notifications/in-app-notifications.lazy-routes.ts b/frontend/src/app/features/in-app-notifications/in-app-notifications.lazy-routes.ts index 2462a87d83..cb6a80c119 100644 --- a/frontend/src/app/features/in-app-notifications/in-app-notifications.lazy-routes.ts +++ b/frontend/src/app/features/in-app-notifications/in-app-notifications.lazy-routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/in-app-notifications/in-app-notifications.routes.ts b/frontend/src/app/features/in-app-notifications/in-app-notifications.routes.ts index 1c55b961a7..af2a87130c 100644 --- a/frontend/src/app/features/in-app-notifications/in-app-notifications.routes.ts +++ b/frontend/src/app/features/in-app-notifications/in-app-notifications.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/invite-user-modal/invite-user-modal-augment.service.ts b/frontend/src/app/features/invite-user-modal/invite-user-modal-augment.service.ts index 452b675f1b..b89cec74f2 100644 --- a/frontend/src/app/features/invite-user-modal/invite-user-modal-augment.service.ts +++ b/frontend/src/app/features/invite-user-modal/invite-user-modal-augment.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/invite-user-modal/invite-user-modal.service.ts b/frontend/src/app/features/invite-user-modal/invite-user-modal.service.ts index f3c4d73fe5..13e9987030 100644 --- a/frontend/src/app/features/invite-user-modal/invite-user-modal.service.ts +++ b/frontend/src/app/features/invite-user-modal/invite-user-modal.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/job-status/openproject-job-status.module.ts b/frontend/src/app/features/job-status/openproject-job-status.module.ts index 9a7651309f..3f5d56f7c6 100644 --- a/frontend/src/app/features/job-status/openproject-job-status.module.ts +++ b/frontend/src/app/features/job-status/openproject-job-status.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/my-page/openproject-my-page.module.ts b/frontend/src/app/features/my-page/openproject-my-page.module.ts index 9146deee40..73da335a7e 100644 --- a/frontend/src/app/features/my-page/openproject-my-page.module.ts +++ b/frontend/src/app/features/my-page/openproject-my-page.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/overview/openproject-overview.module.ts b/frontend/src/app/features/overview/openproject-overview.module.ts index 64843333d6..dce57a87cf 100644 --- a/frontend/src/app/features/overview/openproject-overview.module.ts +++ b/frontend/src/app/features/overview/openproject-overview.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/plugins/hook-service.spec.ts b/frontend/src/app/features/plugins/hook-service.spec.ts index 8caed0fe73..1961500740 100644 --- a/frontend/src/app/features/plugins/hook-service.spec.ts +++ b/frontend/src/app/features/plugins/hook-service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/plugins/hook-service.ts b/frontend/src/app/features/plugins/hook-service.ts index f6003d0fc8..e8e258e749 100644 --- a/frontend/src/app/features/plugins/hook-service.ts +++ b/frontend/src/app/features/plugins/hook-service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/plugins/linked-plugins.module.ts.example b/frontend/src/app/features/plugins/linked-plugins.module.ts.example index 8a65b540ff..aba710e739 100644 --- a/frontend/src/app/features/plugins/linked-plugins.module.ts.example +++ b/frontend/src/app/features/plugins/linked-plugins.module.ts.example @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/plugins/linked-plugins.styles.sass.example b/frontend/src/app/features/plugins/linked-plugins.styles.sass.example index 203d5bd91a..401f4021ee 100644 --- a/frontend/src/app/features/plugins/linked-plugins.styles.sass.example +++ b/frontend/src/app/features/plugins/linked-plugins.styles.sass.example @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/plugins/openproject-plugins.module.ts b/frontend/src/app/features/plugins/openproject-plugins.module.ts index 225059b485..04efd98e4e 100644 --- a/frontend/src/app/features/plugins/openproject-plugins.module.ts +++ b/frontend/src/app/features/plugins/openproject-plugins.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/projects/openproject-projects.module.ts b/frontend/src/app/features/projects/openproject-projects.module.ts index c9c9aff333..238de210f3 100644 --- a/frontend/src/app/features/projects/openproject-projects.module.ts +++ b/frontend/src/app/features/projects/openproject-projects.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/reporting/openproject-reporting.module.ts b/frontend/src/app/features/reporting/openproject-reporting.module.ts index 29a380aaad..0678c796ad 100644 --- a/frontend/src/app/features/reporting/openproject-reporting.module.ts +++ b/frontend/src/app/features/reporting/openproject-reporting.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/reporting/openproject-reporting.routes.ts b/frontend/src/app/features/reporting/openproject-reporting.routes.ts index 2a2a677e45..f9f1bc69a8 100644 --- a/frontend/src/app/features/reporting/openproject-reporting.routes.ts +++ b/frontend/src/app/features/reporting/openproject-reporting.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine.js b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine.js index 388f478a56..422451cb5c 100644 --- a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine.js +++ b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/controls.js b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/controls.js index 56f395b8ee..0c4aa09838 100644 --- a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/controls.js +++ b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/controls.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/filters.js b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/filters.js index a189d6ad0e..a966e85f7b 100644 --- a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/filters.js +++ b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/filters.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/group_bys.js b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/group_bys.js index 313597337c..432a700c55 100644 --- a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/group_bys.js +++ b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/group_bys.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/restore_query.js b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/restore_query.js index ab9c1c1417..ff97fc238e 100644 --- a/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/restore_query.js +++ b/frontend/src/app/features/reporting/reporting-page/functionality/reporting_engine/restore_query.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/team-planner/team-planner/assignee/add-assignee.component.ts b/frontend/src/app/features/team-planner/team-planner/assignee/add-assignee.component.ts index 82240d69cd..0b9881df8f 100644 --- a/frontend/src/app/features/team-planner/team-planner/assignee/add-assignee.component.ts +++ b/frontend/src/app/features/team-planner/team-planner/assignee/add-assignee.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.ts b/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.ts index e32c4b8569..f82cb2d982 100644 --- a/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.ts +++ b/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/team-planner/team-planner/team-planner.lazy-routes.ts b/frontend/src/app/features/team-planner/team-planner/team-planner.lazy-routes.ts index 12e28088fc..dab5ab0ec6 100644 --- a/frontend/src/app/features/team-planner/team-planner/team-planner.lazy-routes.ts +++ b/frontend/src/app/features/team-planner/team-planner/team-planner.lazy-routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/team-planner/team-planner/team-planner.routes.ts b/frontend/src/app/features/team-planner/team-planner/team-planner.routes.ts index 4d16950a51..37ed02999b 100644 --- a/frontend/src/app/features/team-planner/team-planner/team-planner.routes.ts +++ b/frontend/src/app/features/team-planner/team-planner/team-planner.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/user-preferences/state/user-preferences.store.ts b/frontend/src/app/features/user-preferences/state/user-preferences.store.ts index 93546af053..3c9151b882 100644 --- a/frontend/src/app/features/user-preferences/state/user-preferences.store.ts +++ b/frontend/src/app/features/user-preferences/state/user-preferences.store.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/user-preferences/user-preferences.lazy-routes.ts b/frontend/src/app/features/user-preferences/user-preferences.lazy-routes.ts index 544ac637de..6ba891cc54 100644 --- a/frontend/src/app/features/user-preferences/user-preferences.lazy-routes.ts +++ b/frontend/src/app/features/user-preferences/user-preferences.lazy-routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/user-preferences/user-preferences.routes.ts b/frontend/src/app/features/user-preferences/user-preferences.routes.ts index 3cfdc06e73..4c401a8620 100644 --- a/frontend/src/app/features/user-preferences/user-preferences.routes.ts +++ b/frontend/src/app/features/user-preferences/user-preferences.routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/back-routing/back-button.component.ts b/frontend/src/app/features/work-packages/components/back-routing/back-button.component.ts index 78ce757f07..0f44b3cc42 100644 --- a/frontend/src/app/features/work-packages/components/back-routing/back-button.component.ts +++ b/frontend/src/app/features/work-packages/components/back-routing/back-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/back-routing/back-routing.service.ts b/frontend/src/app/features/work-packages/components/back-routing/back-routing.service.ts index 032811424a..8cfc15cc06 100644 --- a/frontend/src/app/features/work-packages/components/back-routing/back-routing.service.ts +++ b/frontend/src/app/features/work-packages/components/back-routing/back-routing.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/edit-actions-bar/wp-edit-actions-bar.component.ts b/frontend/src/app/features/work-packages/components/edit-actions-bar/wp-edit-actions-bar.component.ts index b0081e8157..37c1b71947 100644 --- a/frontend/src/app/features/work-packages/components/edit-actions-bar/wp-edit-actions-bar.component.ts +++ b/frontend/src/app/features/work-packages/components/edit-actions-bar/wp-edit-actions-bar.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/abstract-filter-date-time-value/abstract-filter-date-time-value.controller.ts b/frontend/src/app/features/work-packages/components/filters/abstract-filter-date-time-value/abstract-filter-date-time-value.controller.ts index 16aad74542..34cc2b3a49 100644 --- a/frontend/src/app/features/work-packages/components/filters/abstract-filter-date-time-value/abstract-filter-date-time-value.controller.ts +++ b/frontend/src/app/features/work-packages/components/filters/abstract-filter-date-time-value/abstract-filter-date-time-value.controller.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-boolean-value/filter-boolean-value.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-boolean-value/filter-boolean-value.component.ts index 4c79fcbb9b..6746571064 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-boolean-value/filter-boolean-value.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-boolean-value/filter-boolean-value.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-container/filter-container.directive.ts b/frontend/src/app/features/work-packages/components/filters/filter-container/filter-container.directive.ts index 8f203e6d72..1fefe053eb 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-container/filter-container.directive.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-container/filter-container.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-date-time-value/filter-date-time-value.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-date-time-value/filter-date-time-value.component.ts index 6897478b5e..214987d7bb 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-date-time-value/filter-date-time-value.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-date-time-value/filter-date-time-value.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-date-times-value/filter-date-times-value.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-date-times-value/filter-date-times-value.component.ts index 6fdd00ee72..37c63abd70 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-date-times-value/filter-date-times-value.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-date-times-value/filter-date-times-value.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-date-value/filter-date-value.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-date-value/filter-date-value.component.ts index 010d07750c..d6274eddf5 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-date-value/filter-date-value.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-date-value/filter-date-value.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-dates-value/filter-dates-value.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-dates-value/filter-dates-value.component.ts index 8ef502ba22..09706a25bd 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-dates-value/filter-dates-value.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-dates-value/filter-dates-value.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-integer-value/filter-integer-value.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-integer-value/filter-integer-value.component.ts index 23fb9d426e..a018425002 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-integer-value/filter-integer-value.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-integer-value/filter-integer-value.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-project/filter-project.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-project/filter-project.component.ts index ea3b88e7be..4ea52c776e 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-project/filter-project.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-project/filter-project.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-string-value/filter-string-value.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-string-value/filter-string-value.component.ts index 8c523ed5cf..2686d97c93 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-string-value/filter-string-value.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-string-value/filter-string-value.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/filter-toggled-multiselect-value/filter-toggled-multiselect-value.component.ts b/frontend/src/app/features/work-packages/components/filters/filter-toggled-multiselect-value/filter-toggled-multiselect-value.component.ts index 8f467c0dcc..1c6127e7b7 100644 --- a/frontend/src/app/features/work-packages/components/filters/filter-toggled-multiselect-value/filter-toggled-multiselect-value.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/filter-toggled-multiselect-value/filter-toggled-multiselect-value.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/query-filter/query-filter.component.ts b/frontend/src/app/features/work-packages/components/filters/query-filter/query-filter.component.ts index 4068045ed2..38ae103846 100644 --- a/frontend/src/app/features/work-packages/components/filters/query-filter/query-filter.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/query-filter/query-filter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/query-filters/query-filters.component.ts b/frontend/src/app/features/work-packages/components/filters/query-filters/query-filters.component.ts index d3d99296aa..2ffea9fb3d 100644 --- a/frontend/src/app/features/work-packages/components/filters/query-filters/query-filters.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/query-filters/query-filters.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/quick-filter-by-text-input/quick-filter-by-text-input.component.ts b/frontend/src/app/features/work-packages/components/filters/quick-filter-by-text-input/quick-filter-by-text-input.component.ts index a37bc28537..7128ffe043 100644 --- a/frontend/src/app/features/work-packages/components/filters/quick-filter-by-text-input/quick-filter-by-text-input.component.ts +++ b/frontend/src/app/features/work-packages/components/filters/quick-filter-by-text-input/quick-filter-by-text-input.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/filters/wp-filters/wp-filters.service.ts b/frontend/src/app/features/work-packages/components/filters/wp-filters/wp-filters.service.ts index ac76f8297a..fc4982854e 100644 --- a/frontend/src/app/features/work-packages/components/filters/wp-filters/wp-filters.service.ts +++ b/frontend/src/app/features/work-packages/components/filters/wp-filters/wp-filters.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/work-package-comment/work-package-comment.component.ts b/frontend/src/app/features/work-packages/components/work-package-comment/work-package-comment.component.ts index f6d225cb34..f02ffb4f9b 100644 --- a/frontend/src/app/features/work-packages/components/work-package-comment/work-package-comment.component.ts +++ b/frontend/src/app/features/work-packages/components/work-package-comment/work-package-comment.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/work-package-comment/wp-comment-field.component.ts b/frontend/src/app/features/work-packages/components/work-package-comment/wp-comment-field.component.ts index ef764140a0..fc7014586c 100644 --- a/frontend/src/app/features/work-packages/components/work-package-comment/wp-comment-field.component.ts +++ b/frontend/src/app/features/work-packages/components/work-package-comment/wp-comment-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-activity/activity-entry.component.ts b/frontend/src/app/features/work-packages/components/wp-activity/activity-entry.component.ts index ee0107b4ab..23dcf0e00b 100644 --- a/frontend/src/app/features/work-packages/components/wp-activity/activity-entry.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-activity/activity-entry.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-activity/comment-service.ts b/frontend/src/app/features/work-packages/components/wp-activity/comment-service.ts index 76cdb1c1ea..5c5a96cbd0 100644 --- a/frontend/src/app/features/work-packages/components/wp-activity/comment-service.ts +++ b/frontend/src/app/features/work-packages/components/wp-activity/comment-service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-activity/revision/revision-activity.component.ts b/frontend/src/app/features/work-packages/components/wp-activity/revision/revision-activity.component.ts index 6a39ccea8b..f98963e894 100644 --- a/frontend/src/app/features/work-packages/components/wp-activity/revision/revision-activity.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-activity/revision/revision-activity.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-activity/user/user-activity.component.ts b/frontend/src/app/features/work-packages/components/wp-activity/user/user-activity.component.ts index 8f8fde0432..4857936ba5 100644 --- a/frontend/src/app/features/work-packages/components/wp-activity/user/user-activity.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-activity/user/user-activity.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb-parent.component.ts b/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb-parent.component.ts index 8264bcdb9e..731cb0a6c6 100644 --- a/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb-parent.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb-parent.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts b/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts index b2a5eeea35..1b9107cdb3 100644 --- a/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-buttons.module.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-buttons.module.ts index 1aa3d9e75f..19a2c159c0 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-buttons.module.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-buttons.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-create-button/wp-create-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-create-button/wp-create-button.component.ts index bb517c9763..79ca0177f3 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-create-button/wp-create-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-create-button/wp-create-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-details-view-button/wp-details-view-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-details-view-button/wp-details-view-button.component.ts index 41cfdd6311..b937116fa0 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-details-view-button/wp-details-view-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-details-view-button/wp-details-view-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-filter-button/wp-filter-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-filter-button/wp-filter-button.component.ts index 516c2217d8..1e4287c7be 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-filter-button/wp-filter-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-filter-button/wp-filter-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-fold-toggle-button/wp-fold-toggle-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-fold-toggle-button/wp-fold-toggle-button.component.ts index cfd73d780a..d1ff638121 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-fold-toggle-button/wp-fold-toggle-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-fold-toggle-button/wp-fold-toggle-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-settings-button/wp-settings-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-settings-button/wp-settings-button.component.ts index 026dcc3ad7..66ad76cb17 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-settings-button/wp-settings-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-settings-button/wp-settings-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-status-button/wp-status-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-status-button/wp-status-button.component.ts index 9fb2e4b2ce..b522377dfb 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-status-button/wp-status-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-status-button/wp-status-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-timeline-toggle-button/wp-timeline-toggle-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-timeline-toggle-button/wp-timeline-toggle-button.component.ts index bd5a36756b..f6b93ef30d 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-timeline-toggle-button/wp-timeline-toggle-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-timeline-toggle-button/wp-timeline-toggle-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/wp-view-toggle-button/work-package-view-toggle-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-view-toggle-button/work-package-view-toggle-button.component.ts index 5c24e42ad9..1aa081c836 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-view-toggle-button/work-package-view-toggle-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-view-toggle-button/work-package-view-toggle-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-buttons/zen-mode-toggle-button/zen-mode-toggle-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/zen-mode-toggle-button/zen-mode-toggle-button.component.ts index bbe6e7581d..9fee09652f 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/zen-mode-toggle-button/zen-mode-toggle-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/zen-mode-toggle-button/zen-mode-toggle-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-copy/wp-copy-full-view.component.ts b/frontend/src/app/features/work-packages/components/wp-copy/wp-copy-full-view.component.ts index 82d082d104..8614f0f7ff 100644 --- a/frontend/src/app/features/work-packages/components/wp-copy/wp-copy-full-view.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-copy/wp-copy-full-view.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-copy/wp-copy-split-view.component.ts b/frontend/src/app/features/work-packages/components/wp-copy/wp-copy-split-view.component.ts index 57a7b54951..ae8a107169 100644 --- a/frontend/src/app/features/work-packages/components/wp-copy/wp-copy-split-view.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-copy/wp-copy-split-view.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-copy/wp-copy.controller.ts b/frontend/src/app/features/work-packages/components/wp-copy/wp-copy.controller.ts index aa6a519966..12126ad43e 100644 --- a/frontend/src/app/features/work-packages/components/wp-copy/wp-copy.controller.ts +++ b/frontend/src/app/features/work-packages/components/wp-copy/wp-copy.controller.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-custom-actions/date-action/custom-date-action-admin.component.ts b/frontend/src/app/features/work-packages/components/wp-custom-actions/date-action/custom-date-action-admin.component.ts index d908c9e2ce..5f3c765649 100644 --- a/frontend/src/app/features/work-packages/components/wp-custom-actions/date-action/custom-date-action-admin.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-custom-actions/date-action/custom-date-action-admin.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-custom-actions/wp-custom-actions.component.ts b/frontend/src/app/features/work-packages/components/wp-custom-actions/wp-custom-actions.component.ts index 9bea0bd9f0..f27e7508bf 100644 --- a/frontend/src/app/features/work-packages/components/wp-custom-actions/wp-custom-actions.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-custom-actions/wp-custom-actions.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-custom-actions/wp-custom-actions/wp-custom-action.component.ts b/frontend/src/app/features/work-packages/components/wp-custom-actions/wp-custom-actions/wp-custom-action.component.ts index 0aafde9251..049b5875b7 100644 --- a/frontend/src/app/features/work-packages/components/wp-custom-actions/wp-custom-actions/wp-custom-action.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-custom-actions/wp-custom-actions/wp-custom-action.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-details/wp-details-toolbar.component.ts b/frontend/src/app/features/work-packages/components/wp-details/wp-details-toolbar.component.ts index e4bb14b835..efbca01ba9 100644 --- a/frontend/src/app/features/work-packages/components/wp-details/wp-details-toolbar.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-details/wp-details-toolbar.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-edit-form/table-edit-form.ts b/frontend/src/app/features/work-packages/components/wp-edit-form/table-edit-form.ts index 1a88b34a2a..771f752a3e 100644 --- a/frontend/src/app/features/work-packages/components/wp-edit-form/table-edit-form.ts +++ b/frontend/src/app/features/work-packages/components/wp-edit-form/table-edit-form.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-edit-form/work-package-filter-values.spec.ts b/frontend/src/app/features/work-packages/components/wp-edit-form/work-package-filter-values.spec.ts index 5e7da01505..ee5d7bbd2c 100644 --- a/frontend/src/app/features/work-packages/components/wp-edit-form/work-package-filter-values.spec.ts +++ b/frontend/src/app/features/work-packages/components/wp-edit-form/work-package-filter-values.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-edit/wp-edit-field/wp-replacement-label.component.ts b/frontend/src/app/features/work-packages/components/wp-edit/wp-edit-field/wp-replacement-label.component.ts index f3d8f0331a..52613ab5db 100644 --- a/frontend/src/app/features/work-packages/components/wp-edit/wp-edit-field/wp-replacement-label.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-edit/wp-edit-field/wp-replacement-label.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-form-group/wp-attribute-group.component.ts b/frontend/src/app/features/work-packages/components/wp-form-group/wp-attribute-group.component.ts index 48a23a2495..801ef406f4 100644 --- a/frontend/src/app/features/work-packages/components/wp-form-group/wp-attribute-group.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-form-group/wp-attribute-group.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-grid/wp-grid.component.ts b/frontend/src/app/features/work-packages/components/wp-grid/wp-grid.component.ts index b269c16fbf..6781a6ad95 100644 --- a/frontend/src/app/features/work-packages/components/wp-grid/wp-grid.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-grid/wp-grid.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-inline-create/wp-inline-create.component.ts b/frontend/src/app/features/work-packages/components/wp-inline-create/wp-inline-create.component.ts index 2ba9b0421c..e32bf11e11 100644 --- a/frontend/src/app/features/work-packages/components/wp-inline-create/wp-inline-create.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-inline-create/wp-inline-create.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-inline-create/wp-inline-create.service.ts b/frontend/src/app/features/work-packages/components/wp-inline-create/wp-inline-create.service.ts index 2b218df66f..ce03f5af3b 100644 --- a/frontend/src/app/features/work-packages/components/wp-inline-create/wp-inline-create.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-inline-create/wp-inline-create.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-list/wp-list-checksum.service.ts b/frontend/src/app/features/work-packages/components/wp-list/wp-list-checksum.service.ts index af63d7ea9d..27a80210b5 100644 --- a/frontend/src/app/features/work-packages/components/wp-list/wp-list-checksum.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-list/wp-list-checksum.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-list/wp-list-invalid-query.service.ts b/frontend/src/app/features/work-packages/components/wp-list/wp-list-invalid-query.service.ts index 98176851ec..787a7ea57c 100644 --- a/frontend/src/app/features/work-packages/components/wp-list/wp-list-invalid-query.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-list/wp-list-invalid-query.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-list/wp-list.service.ts b/frontend/src/app/features/work-packages/components/wp-list/wp-list.service.ts index bce8b51328..e80a786f3a 100644 --- a/frontend/src/app/features/work-packages/components/wp-list/wp-list.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-list/wp-list.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-new/wp-create.component.ts b/frontend/src/app/features/work-packages/components/wp-new/wp-create.component.ts index 3c166dbb57..63f261569e 100644 --- a/frontend/src/app/features/work-packages/components/wp-new/wp-create.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-new/wp-create.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-new/wp-create.service.ts b/frontend/src/app/features/work-packages/components/wp-new/wp-create.service.ts index fbb930c45b..a08b7b98df 100644 --- a/frontend/src/app/features/work-packages/components/wp-new/wp-create.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-new/wp-create.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-new/wp-new-full-view.component.ts b/frontend/src/app/features/work-packages/components/wp-new/wp-new-full-view.component.ts index fbc4060293..77c4517e83 100644 --- a/frontend/src/app/features/work-packages/components/wp-new/wp-new-full-view.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-new/wp-new-full-view.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-new/wp-new-split-view.component.ts b/frontend/src/app/features/work-packages/components/wp-new/wp-new-split-view.component.ts index 17342d3903..1cf5cb1e38 100644 --- a/frontend/src/app/features/work-packages/components/wp-new/wp-new-split-view.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-new/wp-new-split-view.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-query/query-param-listener.service.ts b/frontend/src/app/features/work-packages/components/wp-query/query-param-listener.service.ts index 16660f1703..4fd5b1f90f 100644 --- a/frontend/src/app/features/work-packages/components/wp-query/query-param-listener.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-query/query-param-listener.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-query/url-params-helper.spec.ts b/frontend/src/app/features/work-packages/components/wp-query/url-params-helper.spec.ts index c783925295..71d19b572a 100644 --- a/frontend/src/app/features/work-packages/components/wp-query/url-params-helper.spec.ts +++ b/frontend/src/app/features/work-packages/components/wp-query/url-params-helper.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-query/url-params-helper.ts b/frontend/src/app/features/work-packages/components/wp-query/url-params-helper.ts index b8b2422e16..fe38e1eeff 100644 --- a/frontend/src/app/features/work-packages/components/wp-query/url-params-helper.ts +++ b/frontend/src/app/features/work-packages/components/wp-query/url-params-helper.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/embedded/children/wp-children-inline-create.service.ts b/frontend/src/app/features/work-packages/components/wp-relations/embedded/children/wp-children-inline-create.service.ts index 240553d039..9d912911f1 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/embedded/children/wp-children-inline-create.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/embedded/children/wp-children-inline-create.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/embedded/children/wp-children-query.component.ts b/frontend/src/app/features/work-packages/components/wp-relations/embedded/children/wp-children-query.component.ts index 5eb404b9d4..0ec9c74ce0 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/embedded/children/wp-children-query.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/embedded/children/wp-children-query.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/embedded/inline/add-existing/wp-relation-inline-add-existing.component.ts b/frontend/src/app/features/work-packages/components/wp-relations/embedded/inline/add-existing/wp-relation-inline-add-existing.component.ts index 23876806cb..725d7f4d1e 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/embedded/inline/add-existing/wp-relation-inline-add-existing.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/embedded/inline/add-existing/wp-relation-inline-add-existing.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/embedded/relations/wp-relation-inline-create.service.ts b/frontend/src/app/features/work-packages/components/wp-relations/embedded/relations/wp-relation-inline-create.service.ts index 2119bc5850..ebb6328eb5 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/embedded/relations/wp-relation-inline-create.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/embedded/relations/wp-relation-inline-create.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/embedded/relations/wp-relation-query.component.ts b/frontend/src/app/features/work-packages/components/wp-relations/embedded/relations/wp-relation-query.component.ts index a6882cbe12..95bba81586 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/embedded/relations/wp-relation-query.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/embedded/relations/wp-relation-query.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/embedded/wp-relation-inline-create.service.interface.ts b/frontend/src/app/features/work-packages/components/wp-relations/embedded/wp-relation-inline-create.service.interface.ts index 17796dbaf4..35c2300919 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/embedded/wp-relation-inline-create.service.interface.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/embedded/wp-relation-inline-create.service.interface.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/embedded/wp-relation-query.base.ts b/frontend/src/app/features/work-packages/components/wp-relations/embedded/wp-relation-query.base.ts index 5f20e5d2ab..4493772815 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/embedded/wp-relation-query.base.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/embedded/wp-relation-query.base.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-create/wp-relations-autocomplete/wp-relations-autocomplete.component.ts b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-create/wp-relations-autocomplete/wp-relations-autocomplete.component.ts index 1533e27362..c44950fad9 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-create/wp-relations-autocomplete/wp-relations-autocomplete.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-create/wp-relations-autocomplete/wp-relations-autocomplete.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-group/wp-relations-group.component.ts b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-group/wp-relations-group.component.ts index 836540c252..55ba24bb60 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-group/wp-relations-group.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-group/wp-relations-group.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.directive.ts b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.directive.ts index 6a27324296..6ae5472fad 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.directive.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.service.ts b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.service.ts index 39378e7100..803dcd71b6 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations.component.ts b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations.component.ts index 300d741253..2514d3cef5 100644 --- a/frontend/src/app/features/work-packages/components/wp-relations/wp-relations.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-relations/wp-relations.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-base.controller.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-base.controller.ts index 84c5637b9e..02a0841eff 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-base.controller.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-base.controller.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-entry-info.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-entry-info.ts index 82b62949a3..9334f72bf4 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-entry-info.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-entry-info.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-on-overview.component.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-on-overview.component.ts index 06b3733c50..c2fe6b6f81 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-on-overview.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-on-overview.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts index 752ec5187e..d2dad252cd 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-tab.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/wp-activity.service.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/wp-activity.service.ts index e6e5738f36..d65c9c1f7c 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/wp-activity.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/wp-activity.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/files-tab/op-files-tab.component.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/files-tab/op-files-tab.component.ts index ae43c3c605..85d59f4010 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/files-tab/op-files-tab.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/files-tab/op-files-tab.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/keep-tab/keep-tab.service.spec.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/keep-tab/keep-tab.service.spec.ts index 1bb3ce4c67..1f8acfc897 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/keep-tab/keep-tab.service.spec.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/keep-tab/keep-tab.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/keep-tab/keep-tab.service.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/keep-tab/keep-tab.service.ts index a34cf05195..c7cfea1de4 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/keep-tab/keep-tab.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/keep-tab/keep-tab.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/overview-tab/overview-tab.component.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/overview-tab/overview-tab.component.ts index 6e4bc23ddf..35dab080b7 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/overview-tab/overview-tab.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/overview-tab/overview-tab.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/relations-tab/relations-tab.component.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/relations-tab/relations-tab.component.ts index 80fb1bfb30..f7c57185b6 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/relations-tab/relations-tab.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/relations-tab/relations-tab.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/watchers-tab.component.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/watchers-tab.component.ts index 1c20bae5a1..f1124ed304 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/watchers-tab.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/watchers-tab.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/wp-watcher-entry.component.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/wp-watcher-entry.component.ts index 71743e288d..e6224ca508 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/wp-watcher-entry.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/wp-watcher-entry.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/wp-watchers.service.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/wp-watchers.service.ts index d76b2e6fbc..6e6d9513e4 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/wp-watchers.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/watchers-tab/wp-watchers.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/wp-linked-resource-cache.service.ts b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/wp-linked-resource-cache.service.ts index d8fc7d8da5..d5cfdf378e 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view-tabs/wp-linked-resource-cache.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view-tabs/wp-linked-resource-cache.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-single-view/wp-single-view.component.ts b/frontend/src/app/features/work-packages/components/wp-single-view/wp-single-view.component.ts index 143790e4f9..2b89dbfe93 100644 --- a/frontend/src/app/features/work-packages/components/wp-single-view/wp-single-view.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-single-view/wp-single-view.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-subject/wp-subject.component.ts b/frontend/src/app/features/work-packages/components/wp-subject/wp-subject.component.ts index 75b8df7607..ae2e5f7419 100644 --- a/frontend/src/app/features/work-packages/components/wp-subject/wp-subject.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-subject/wp-subject.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/context-menu-helper/wp-context-menu-helper.service.ts b/frontend/src/app/features/work-packages/components/wp-table/context-menu-helper/wp-context-menu-helper.service.ts index b729685059..f7a1185a8b 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/context-menu-helper/wp-context-menu-helper.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/context-menu-helper/wp-context-menu-helper.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/embedded/embedded-tables-macro.component.ts b/frontend/src/app/features/work-packages/components/wp-table/embedded/embedded-tables-macro.component.ts index b34ecb59da..9f4d5748b2 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/embedded/embedded-tables-macro.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/embedded/embedded-tables-macro.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/sort-header/sort-header.directive.ts b/frontend/src/app/features/work-packages/components/wp-table/sort-header/sort-header.directive.ts index 71e40d98b1..eb410042c3 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/sort-header/sort-header.directive.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/sort-header/sort-header.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/table-pagination/wp-table-pagination.component.spec.ts b/frontend/src/app/features/work-packages/components/wp-table/table-pagination/wp-table-pagination.component.spec.ts index 01f10f511f..6c0d8441de 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/table-pagination/wp-table-pagination.component.spec.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/table-pagination/wp-table-pagination.component.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/table-pagination/wp-table-pagination.component.ts b/frontend/src/app/features/work-packages/components/wp-table/table-pagination/wp-table-pagination.component.ts index 08ab2aa600..6ba86c5def 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/table-pagination/wp-table-pagination.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/table-pagination/wp-table-pagination.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell-labels.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell-labels.ts index e5765ec0ad..33b0ad9d7d 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell-labels.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell-labels.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell-mouse-handler.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell-mouse-handler.ts index ad363bc1e7..cb53d9e41c 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell-mouse-handler.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell-mouse-handler.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell.ts index 5e3e129de1..977e064327 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cell.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cells-renderer.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cells-renderer.ts index caf189621c..d289bd3805 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cells-renderer.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/cells/wp-timeline-cells-renderer.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/container/wp-timeline-container.directive.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/container/wp-timeline-container.directive.ts index 961f8a490e..b19c7e7ec6 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/container/wp-timeline-container.directive.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/container/wp-timeline-container.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline-relations.directive.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline-relations.directive.ts index 715ed7a3fb..36155fd3b3 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline-relations.directive.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline-relations.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline-static-elements.directive.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline-static-elements.directive.ts index d9c0a835a2..f36cdf6aa7 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline-static-elements.directive.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline-static-elements.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline.today-line.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline.today-line.ts index 224dd42158..6d9c4390ef 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline.today-line.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/global-elements/wp-timeline.today-line.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/grid/wp-timeline-grid.directive.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/grid/wp-timeline-grid.directive.ts index e4715f52c2..70540d3532 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/grid/wp-timeline-grid.directive.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/grid/wp-timeline-grid.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/header/wp-timeline-header.directive.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/header/wp-timeline-header.directive.ts index 84963cba49..f30daae3d8 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/header/wp-timeline-header.directive.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/header/wp-timeline-header.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/timeline/wp-timeline.ts b/frontend/src/app/features/work-packages/components/wp-table/timeline/wp-timeline.ts index a12ae1926d..754e48fcdc 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/timeline/wp-timeline.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/timeline/wp-timeline.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/wp-table-configuration.ts b/frontend/src/app/features/work-packages/components/wp-table/wp-table-configuration.ts index 47154e5959..6622800753 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/wp-table-configuration.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/wp-table-configuration.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/wp-table-hover-sync.ts b/frontend/src/app/features/work-packages/components/wp-table/wp-table-hover-sync.ts index 48acf0f414..424adbeec7 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/wp-table-hover-sync.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/wp-table-hover-sync.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/wp-table-scroll-sync.ts b/frontend/src/app/features/work-packages/components/wp-table/wp-table-scroll-sync.ts index e5f4e07070..6a1ef8bfef 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/wp-table-scroll-sync.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/wp-table-scroll-sync.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/wp-table-sums-row/wp-table-sums-row.directive.ts b/frontend/src/app/features/work-packages/components/wp-table/wp-table-sums-row/wp-table-sums-row.directive.ts index 1575471d7c..b197367250 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/wp-table-sums-row/wp-table-sums-row.directive.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/wp-table-sums-row/wp-table-sums-row.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-table/wp-table.component.ts b/frontend/src/app/features/work-packages/components/wp-table/wp-table.component.ts index 082f451626..fb8c68610b 100644 --- a/frontend/src/app/features/work-packages/components/wp-table/wp-table.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-table/wp-table.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-tabs/components/wp-tab-wrapper/wp-tab-wrapper.component.ts b/frontend/src/app/features/work-packages/components/wp-tabs/components/wp-tab-wrapper/wp-tab-wrapper.component.ts index 046ac32a68..6ba4b02b08 100644 --- a/frontend/src/app/features/work-packages/components/wp-tabs/components/wp-tab-wrapper/wp-tab-wrapper.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-tabs/components/wp-tab-wrapper/wp-tab-wrapper.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-tabs/services/wp-tabs/wp-files-count.function.ts b/frontend/src/app/features/work-packages/components/wp-tabs/services/wp-tabs/wp-files-count.function.ts index e9a4e216af..16aa980572 100644 --- a/frontend/src/app/features/work-packages/components/wp-tabs/services/wp-tabs/wp-files-count.function.ts +++ b/frontend/src/app/features/work-packages/components/wp-tabs/services/wp-tabs/wp-files-count.function.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-tabs/services/wp-tabs/wp-tabs.service.ts b/frontend/src/app/features/work-packages/components/wp-tabs/services/wp-tabs/wp-tabs.service.ts index fe516182fc..a9aab14728 100644 --- a/frontend/src/app/features/work-packages/components/wp-tabs/services/wp-tabs/wp-tabs.service.ts +++ b/frontend/src/app/features/work-packages/components/wp-tabs/services/wp-tabs/wp-tabs.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-type-status/wp-type-status.component.ts b/frontend/src/app/features/work-packages/components/wp-type-status/wp-type-status.component.ts index f4e12970bc..b99fdab825 100644 --- a/frontend/src/app/features/work-packages/components/wp-type-status/wp-type-status.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-type-status/wp-type-status.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/components/wp-watcher-button/wp-watcher-button.component.ts b/frontend/src/app/features/work-packages/components/wp-watcher-button/wp-watcher-button.component.ts index 6f0804db31..2f63ba0150 100644 --- a/frontend/src/app/features/work-packages/components/wp-watcher-button/wp-watcher-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-watcher-button/wp-watcher-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/directives/query-space/wp-isolated-graph-query-space.directive.ts b/frontend/src/app/features/work-packages/directives/query-space/wp-isolated-graph-query-space.directive.ts index 95c7783ca4..28a478e824 100644 --- a/frontend/src/app/features/work-packages/directives/query-space/wp-isolated-graph-query-space.directive.ts +++ b/frontend/src/app/features/work-packages/directives/query-space/wp-isolated-graph-query-space.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/directives/query-space/wp-isolated-query-space.directive.ts b/frontend/src/app/features/work-packages/directives/query-space/wp-isolated-query-space.directive.ts index 84ae852e3e..f9138051d4 100644 --- a/frontend/src/app/features/work-packages/directives/query-space/wp-isolated-query-space.directive.ts +++ b/frontend/src/app/features/work-packages/directives/query-space/wp-isolated-query-space.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/openproject-work-package-routes.module.ts b/frontend/src/app/features/work-packages/openproject-work-package-routes.module.ts index cd80f50835..a5a7176fde 100644 --- a/frontend/src/app/features/work-packages/openproject-work-package-routes.module.ts +++ b/frontend/src/app/features/work-packages/openproject-work-package-routes.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/openproject-work-packages.module.ts b/frontend/src/app/features/work-packages/openproject-work-packages.module.ts index 5c2404e784..469901f257 100644 --- a/frontend/src/app/features/work-packages/openproject-work-packages.module.ts +++ b/frontend/src/app/features/work-packages/openproject-work-packages.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/partitioned-query-space-page/partitioned-query-space-page.component.ts b/frontend/src/app/features/work-packages/routing/partitioned-query-space-page/partitioned-query-space-page.component.ts index 90e51747cb..dc9e94514e 100644 --- a/frontend/src/app/features/work-packages/routing/partitioned-query-space-page/partitioned-query-space-page.component.ts +++ b/frontend/src/app/features/work-packages/routing/partitioned-query-space-page/partitioned-query-space-page.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/split-view-routes.helper.ts b/frontend/src/app/features/work-packages/routing/split-view-routes.helper.ts index 44c4d8061d..6f9a55741a 100644 --- a/frontend/src/app/features/work-packages/routing/split-view-routes.helper.ts +++ b/frontend/src/app/features/work-packages/routing/split-view-routes.helper.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/split-view-routes.template.ts b/frontend/src/app/features/work-packages/routing/split-view-routes.template.ts index c860d0f3e7..f0256bd92b 100644 --- a/frontend/src/app/features/work-packages/routing/split-view-routes.template.ts +++ b/frontend/src/app/features/work-packages/routing/split-view-routes.template.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/work-packages-routes.ts b/frontend/src/app/features/work-packages/routing/work-packages-routes.ts index 6b37cc51f0..0ec93f1fbc 100644 --- a/frontend/src/app/features/work-packages/routing/work-packages-routes.ts +++ b/frontend/src/app/features/work-packages/routing/work-packages-routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-base/wp--base.component.ts b/frontend/src/app/features/work-packages/routing/wp-base/wp--base.component.ts index 6283df253b..97abfcef14 100644 --- a/frontend/src/app/features/work-packages/routing/wp-base/wp--base.component.ts +++ b/frontend/src/app/features/work-packages/routing/wp-base/wp--base.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-edit-form/wp-edit-form-routing.service.ts b/frontend/src/app/features/work-packages/routing/wp-edit-form/wp-edit-form-routing.service.ts index 69b978c115..8ea636ef66 100644 --- a/frontend/src/app/features/work-packages/routing/wp-edit-form/wp-edit-form-routing.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-edit-form/wp-edit-form-routing.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-full-view/wp-full-view.component.ts b/frontend/src/app/features/work-packages/routing/wp-full-view/wp-full-view.component.ts index cabae93293..8f94e02ed2 100644 --- a/frontend/src/app/features/work-packages/routing/wp-full-view/wp-full-view.component.ts +++ b/frontend/src/app/features/work-packages/routing/wp-full-view/wp-full-view.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-list-view/wp-list-view.component.ts b/frontend/src/app/features/work-packages/routing/wp-list-view/wp-list-view.component.ts index 17febaf012..77c1a83186 100644 --- a/frontend/src/app/features/work-packages/routing/wp-list-view/wp-list-view.component.ts +++ b/frontend/src/app/features/work-packages/routing/wp-list-view/wp-list-view.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts b/frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts index 25f33ee38d..b892b7d461 100644 --- a/frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts +++ b/frontend/src/app/features/work-packages/routing/wp-split-view/wp-split-view.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-hierarchies.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-hierarchies.ts index 2c99005f22..7716aa2252 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-hierarchies.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-hierarchies.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-highlight.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-highlight.ts index 61905a4530..8f55f8a173 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-highlight.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-highlight.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-pagination.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-pagination.ts index 19f7f6e7de..ff7e1689df 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-pagination.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-pagination.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-relation-columns.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-relation-columns.ts index b521542644..bf1efb00be 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-relation-columns.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-relation-columns.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-timeline.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-timeline.ts index 9c368f4150..d01153113d 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-timeline.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-table-timeline.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-additional-elements.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-additional-elements.service.ts index 54b1d4bf72..5f197b809b 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-additional-elements.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-additional-elements.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-base.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-base.service.ts index 1b5083d150..e367ef32a1 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-base.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-base.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-collapsed-groups.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-collapsed-groups.service.ts index 668b09f8fe..e6994be5ea 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-collapsed-groups.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-collapsed-groups.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-columns.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-columns.service.ts index b35aaedceb..fd8a3f0df5 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-columns.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-columns.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-display-representation.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-display-representation.service.ts index 63ffff9038..a5e3cb6a34 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-display-representation.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-display-representation.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-filters.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-filters.service.ts index 8ec664dc1f..150082768c 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-filters.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-filters.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-focus.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-focus.service.ts index 485202eba7..447bcf2f07 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-focus.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-focus.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-group-by.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-group-by.service.ts index 7d674d6649..cb2a5155fe 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-group-by.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-group-by.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-hierarchy-indentation.service.spec.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-hierarchy-indentation.service.spec.ts index 460fbfe91e..c84314a4e3 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-hierarchy-indentation.service.spec.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-hierarchy-indentation.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-include-subprojects.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-include-subprojects.service.ts index bbeb643d2c..d793c5e2b1 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-include-subprojects.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-include-subprojects.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-order.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-order.service.ts index f327fcabd2..317211a4dc 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-order.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-order.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-pagination.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-pagination.service.ts index dc441cfeee..cf7e7fd3d0 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-pagination.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-pagination.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-relation-columns.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-relation-columns.service.ts index a83234e7b2..6b025fe791 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-relation-columns.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-relation-columns.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-sort-by.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-sort-by.service.ts index 7b8c627900..7554d3134b 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-sort-by.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-sort-by.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-sum.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-sum.service.ts index 87c291a229..832a77f29b 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-sum.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-sum.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-timeline.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-timeline.service.ts index c6cdb1896b..350cb7dd78 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-timeline.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-timeline.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/work-package-single-view.base.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/work-package-single-view.base.ts index 0c32feccb4..263be0aea1 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/work-package-single-view.base.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/work-package-single-view.base.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-base/work-packages-view.base.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/work-packages-view.base.ts index 1bf5f33334..5659cedbc1 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/work-packages-view.base.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/work-packages-view.base.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/routing/wp-view-page/wp-view-page.component.ts b/frontend/src/app/features/work-packages/routing/wp-view-page/wp-view-page.component.ts index 55f7fb6907..8fc36c178f 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-page/wp-view-page.component.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-page/wp-view-page.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/services/notifications/work-package-notification.service.ts b/frontend/src/app/features/work-packages/services/notifications/work-package-notification.service.ts index 82319cfebc..89f0fcabcc 100644 --- a/frontend/src/app/features/work-packages/services/notifications/work-package-notification.service.ts +++ b/frontend/src/app/features/work-packages/services/notifications/work-package-notification.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/services/work-package-authorization.service.ts b/frontend/src/app/features/work-packages/services/work-package-authorization.service.ts index a9c87cddfb..9240f52005 100644 --- a/frontend/src/app/features/work-packages/services/work-package-authorization.service.ts +++ b/frontend/src/app/features/work-packages/services/work-package-authorization.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/features/work-packages/services/work-package.service.ts b/frontend/src/app/features/work-packages/services/work-package.service.ts index aeed03172b..7707d67390 100644 --- a/frontend/src/app/features/work-packages/services/work-package.service.ts +++ b/frontend/src/app/features/work-packages/services/work-package.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/attachments/attachment-list/attachment-list-item.component.ts b/frontend/src/app/shared/components/attachments/attachment-list/attachment-list-item.component.ts index 45943c12aa..87fc992c95 100644 --- a/frontend/src/app/shared/components/attachments/attachment-list/attachment-list-item.component.ts +++ b/frontend/src/app/shared/components/attachments/attachment-list/attachment-list-item.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/attachments/attachment-list/attachment-list.component.ts b/frontend/src/app/shared/components/attachments/attachment-list/attachment-list.component.ts index cf3aff712b..fb31d27740 100644 --- a/frontend/src/app/shared/components/attachments/attachment-list/attachment-list.component.ts +++ b/frontend/src/app/shared/components/attachments/attachment-list/attachment-list.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/attachments/attachments.component.ts b/frontend/src/app/shared/components/attachments/attachments.component.ts index ede74d39f5..a9754ba064 100644 --- a/frontend/src/app/shared/components/attachments/attachments.component.ts +++ b/frontend/src/app/shared/components/attachments/attachments.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/attachments/openproject-attachments.module.ts b/frontend/src/app/shared/components/attachments/openproject-attachments.module.ts index e6aaabec81..9a2dfa2662 100644 --- a/frontend/src/app/shared/components/attachments/openproject-attachments.module.ts +++ b/frontend/src/app/shared/components/attachments/openproject-attachments.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.component.ts b/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.component.ts index 44598938f0..f74b49d092 100644 --- a/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.component.ts +++ b/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.modal.ts b/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.modal.ts index d7194c149b..c0f1d416a9 100644 --- a/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.modal.ts +++ b/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.service.ts b/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.service.ts index 6c290fb428..c1a5ae6552 100644 --- a/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.service.ts +++ b/frontend/src/app/shared/components/attribute-help-texts/attribute-help-text.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/autocompleter/autocomplete-select-decoration/autocomplete-select-decoration.component.ts b/frontend/src/app/shared/components/autocompleter/autocomplete-select-decoration/autocomplete-select-decoration.component.ts index b218ce3f28..3adf6f556f 100644 --- a/frontend/src/app/shared/components/autocompleter/autocomplete-select-decoration/autocomplete-select-decoration.component.ts +++ b/frontend/src/app/shared/components/autocompleter/autocomplete-select-decoration/autocomplete-select-decoration.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/autocompleter/create-autocompleter/create-autocompleter.component.ts b/frontend/src/app/shared/components/autocompleter/create-autocompleter/create-autocompleter.component.ts index 2c0dcbdf33..245a1fb309 100644 --- a/frontend/src/app/shared/components/autocompleter/create-autocompleter/create-autocompleter.component.ts +++ b/frontend/src/app/shared/components/autocompleter/create-autocompleter/create-autocompleter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/autocompleter/members-autocompleter/members.module.ts b/frontend/src/app/shared/components/autocompleter/members-autocompleter/members.module.ts index 01e80162e3..ca8eceadc2 100644 --- a/frontend/src/app/shared/components/autocompleter/members-autocompleter/members.module.ts +++ b/frontend/src/app/shared/components/autocompleter/members-autocompleter/members.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/autocompleter/project-autocompleter/project-autocompleter.component.ts b/frontend/src/app/shared/components/autocompleter/project-autocompleter/project-autocompleter.component.ts index c3d06a76b9..90d9f5d4be 100644 --- a/frontend/src/app/shared/components/autocompleter/project-autocompleter/project-autocompleter.component.ts +++ b/frontend/src/app/shared/components/autocompleter/project-autocompleter/project-autocompleter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/autocompleter/te-work-package-autocompleter/te-work-package-autocompleter.component.ts b/frontend/src/app/shared/components/autocompleter/te-work-package-autocompleter/te-work-package-autocompleter.component.ts index 4a1961265e..05002e1514 100644 --- a/frontend/src/app/shared/components/autocompleter/te-work-package-autocompleter/te-work-package-autocompleter.component.ts +++ b/frontend/src/app/shared/components/autocompleter/te-work-package-autocompleter/te-work-package-autocompleter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/autocompleter/user-autocompleter/user-autocompleter.component.ts b/frontend/src/app/shared/components/autocompleter/user-autocompleter/user-autocompleter.component.ts index d180e635e7..080504939c 100644 --- a/frontend/src/app/shared/components/autocompleter/user-autocompleter/user-autocompleter.component.ts +++ b/frontend/src/app/shared/components/autocompleter/user-autocompleter/user-autocompleter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/autocompleter/version-autocompleter/version-autocompleter.component.ts b/frontend/src/app/shared/components/autocompleter/version-autocompleter/version-autocompleter.component.ts index 4ec45c7536..7e55330388 100644 --- a/frontend/src/app/shared/components/autocompleter/version-autocompleter/version-autocompleter.component.ts +++ b/frontend/src/app/shared/components/autocompleter/version-autocompleter/version-autocompleter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/autocompleter/work-package-autocompleter/wp-autocompleter.component.ts b/frontend/src/app/shared/components/autocompleter/work-package-autocompleter/wp-autocompleter.component.ts index 0a71fa9ca9..56fceb551b 100644 --- a/frontend/src/app/shared/components/autocompleter/work-package-autocompleter/wp-autocompleter.component.ts +++ b/frontend/src/app/shared/components/autocompleter/work-package-autocompleter/wp-autocompleter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/collapsible-section/collapsible-section.component.ts b/frontend/src/app/shared/components/collapsible-section/collapsible-section.component.ts index 03c625a8c9..67737b5bee 100644 --- a/frontend/src/app/shared/components/collapsible-section/collapsible-section.component.ts +++ b/frontend/src/app/shared/components/collapsible-section/collapsible-section.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/colors/colors-autocompleter.component.ts b/frontend/src/app/shared/components/colors/colors-autocompleter.component.ts index 36724434d7..50c82cff1f 100644 --- a/frontend/src/app/shared/components/colors/colors-autocompleter.component.ts +++ b/frontend/src/app/shared/components/colors/colors-autocompleter.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.directive.ts b/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.directive.ts index aa5a100aac..d88b869bb3 100644 --- a/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.directive.ts +++ b/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/date/op-date-time.component.ts b/frontend/src/app/shared/components/date/op-date-time.component.ts index 9b3189e9f8..9049079d1a 100644 --- a/frontend/src/app/shared/components/date/op-date-time.component.ts +++ b/frontend/src/app/shared/components/date/op-date-time.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/datepicker/banner/datepicker-banner.component.ts b/frontend/src/app/shared/components/datepicker/banner/datepicker-banner.component.ts index 0e29a232fe..6a55a5e0a8 100644 --- a/frontend/src/app/shared/components/datepicker/banner/datepicker-banner.component.ts +++ b/frontend/src/app/shared/components/datepicker/banner/datepicker-banner.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/datepicker/helpers/date-modal.helpers.ts b/frontend/src/app/shared/components/datepicker/helpers/date-modal.helpers.ts index 983d8cf6da..28a213d0de 100644 --- a/frontend/src/app/shared/components/datepicker/helpers/date-modal.helpers.ts +++ b/frontend/src/app/shared/components/datepicker/helpers/date-modal.helpers.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/datepicker/multi-date-modal/multi-date.modal.ts b/frontend/src/app/shared/components/datepicker/multi-date-modal/multi-date.modal.ts index bd3884a10b..8d6ff81cd0 100644 --- a/frontend/src/app/shared/components/datepicker/multi-date-modal/multi-date.modal.ts +++ b/frontend/src/app/shared/components/datepicker/multi-date-modal/multi-date.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/datepicker/services/date-modal-relations.service.ts b/frontend/src/app/shared/components/datepicker/services/date-modal-relations.service.ts index a746c899f4..cc6d4cbbd7 100644 --- a/frontend/src/app/shared/components/datepicker/services/date-modal-relations.service.ts +++ b/frontend/src/app/shared/components/datepicker/services/date-modal-relations.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/datepicker/services/date-modal-scheduling.service.ts b/frontend/src/app/shared/components/datepicker/services/date-modal-scheduling.service.ts index 6744ba1e46..e13942d3f3 100644 --- a/frontend/src/app/shared/components/datepicker/services/date-modal-scheduling.service.ts +++ b/frontend/src/app/shared/components/datepicker/services/date-modal-scheduling.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/datepicker/single-date-modal/single-date.modal.ts b/frontend/src/app/shared/components/datepicker/single-date-modal/single-date.modal.ts index 5c3e46b9b1..c199bbdafe 100644 --- a/frontend/src/app/shared/components/datepicker/single-date-modal/single-date.modal.ts +++ b/frontend/src/app/shared/components/datepicker/single-date-modal/single-date.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/editable-toolbar-title/editable-toolbar-title.component.ts b/frontend/src/app/shared/components/editable-toolbar-title/editable-toolbar-title.component.ts index 898023ab9a..8d30f4abd3 100644 --- a/frontend/src/app/shared/components/editable-toolbar-title/editable-toolbar-title.component.ts +++ b/frontend/src/app/shared/components/editable-toolbar-title/editable-toolbar-title.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/editor/components/ckeditor-augmented-textarea/ckeditor-augmented-textarea.component.ts b/frontend/src/app/shared/components/editor/components/ckeditor-augmented-textarea/ckeditor-augmented-textarea.component.ts index 0bc8178f49..d2b9227f84 100644 --- a/frontend/src/app/shared/components/editor/components/ckeditor-augmented-textarea/ckeditor-augmented-textarea.component.ts +++ b/frontend/src/app/shared/components/editor/components/ckeditor-augmented-textarea/ckeditor-augmented-textarea.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/editor/components/ckeditor/ckeditor-preview.service.ts b/frontend/src/app/shared/components/editor/components/ckeditor/ckeditor-preview.service.ts index 80674bc2ba..718a1767be 100644 --- a/frontend/src/app/shared/components/editor/components/ckeditor/ckeditor-preview.service.ts +++ b/frontend/src/app/shared/components/editor/components/ckeditor/ckeditor-preview.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/editor/components/ckeditor/op-ckeditor.component.ts b/frontend/src/app/shared/components/editor/components/ckeditor/op-ckeditor.component.ts index 4cd5255721..6ee876ce2e 100644 --- a/frontend/src/app/shared/components/editor/components/ckeditor/op-ckeditor.component.ts +++ b/frontend/src/app/shared/components/editor/components/ckeditor/op-ckeditor.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/editor/openproject-editor.module.ts b/frontend/src/app/shared/components/editor/openproject-editor.module.ts index 200fc14d31..b9e597bded 100644 --- a/frontend/src/app/shared/components/editor/openproject-editor.module.ts +++ b/frontend/src/app/shared/components/editor/openproject-editor.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/display-field.initializer.ts b/frontend/src/app/shared/components/fields/display/display-field.initializer.ts index 6f5666f083..1d3a5481e9 100644 --- a/frontend/src/app/shared/components/fields/display/display-field.initializer.ts +++ b/frontend/src/app/shared/components/fields/display/display-field.initializer.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/display-field.module.ts b/frontend/src/app/shared/components/fields/display/display-field.module.ts index 409980de11..a3105d3ef3 100644 --- a/frontend/src/app/shared/components/fields/display/display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/display-field.service.ts b/frontend/src/app/shared/components/fields/display/display-field.service.ts index 7020126962..9d4b9f0307 100644 --- a/frontend/src/app/shared/components/fields/display/display-field.service.ts +++ b/frontend/src/app/shared/components/fields/display/display-field.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/boolean-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/boolean-display-field.module.ts index 0191c172c8..b97fb8d238 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/boolean-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/boolean-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/combined-date-display.field.ts b/frontend/src/app/shared/components/fields/display/field-types/combined-date-display.field.ts index b949539881..e7f43708b8 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/combined-date-display.field.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/combined-date-display.field.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/date-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/date-display-field.module.ts index 5083b57c06..4c0ee19a66 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/date-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/date-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/datetime-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/datetime-display-field.module.ts index 4ea6524545..ad7867f731 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/datetime-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/datetime-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/days-duration-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/days-duration-display-field.module.ts index 2705e7542a..e510f76970 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/days-duration-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/days-duration-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/estimated-time-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/estimated-time-display-field.module.ts index a3912961c0..a5afa4c5f2 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/estimated-time-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/estimated-time-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/float-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/float-display-field.module.ts index 38af1f9809..4c0c2c89f4 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/float-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/float-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/formattable-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/formattable-display-field.module.ts index 915822945a..1071d0511d 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/formattable-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/formattable-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/highlightable-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/highlightable-display-field.module.ts index 6735a76e45..d65fcb0b1a 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/highlightable-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/highlightable-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/highlighted-resource-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/highlighted-resource-display-field.module.ts index 8294c3d4b0..2fcdd0f31a 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/highlighted-resource-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/highlighted-resource-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/hours-duration-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/hours-duration-display-field.module.ts index b341e39eb4..c64ea70460 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/hours-duration-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/hours-duration-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/id-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/id-display-field.module.ts index 2611e6d1f9..c62b941ecb 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/id-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/id-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/integer-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/integer-display-field.module.ts index 389bfef98a..f6150a71a4 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/integer-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/integer-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/linked-work-package-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/linked-work-package-display-field.module.ts index fda81e24fd..715acddacf 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/linked-work-package-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/linked-work-package-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/multiple-lines-custom-options-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/multiple-lines-custom-options-display-field.module.ts index 53c9cf2ec8..60b6c7d243 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/multiple-lines-custom-options-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/multiple-lines-custom-options-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/multiple-lines-user-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/multiple-lines-user-display-field.module.ts index 0e60a4eb22..ed2f6bdcd2 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/multiple-lines-user-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/multiple-lines-user-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/multiple-user-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/multiple-user-display-field.module.ts index 28e3921009..6137b61632 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/multiple-user-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/multiple-user-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/plain-formattable-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/plain-formattable-display-field.module.ts index e57e8d5e00..b11121dc4e 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/plain-formattable-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/plain-formattable-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/progress-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/progress-display-field.module.ts index db0378b8f6..5350938fec 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/progress-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/progress-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/progress-text-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/progress-text-display-field.module.ts index b535838da8..107292ecf6 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/progress-text-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/progress-text-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/project-status-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/project-status-display-field.module.ts index f7e2b1a010..345afbbb5a 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/project-status-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/project-status-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/resource-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/resource-display-field.module.ts index 6bdba9e12c..ee4b96607b 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/resource-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/resource-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/resources-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/resources-display-field.module.ts index 8a3078f5db..7a20523da2 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/resources-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/resources-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/text-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/text-display-field.module.ts index df372a0134..42a1729df0 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/text-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/text-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/type-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/type-display-field.module.ts index 24d17302f9..2367ebec38 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/type-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/type-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/user-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/user-display-field.module.ts index c62e2df250..7b67e4712a 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/user-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/user-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/work-package-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/work-package-display-field.module.ts index dc685a63a8..9d7f29dc10 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/work-package-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/work-package-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/wp-id-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/wp-id-display-field.module.ts index c690dd5054..9de712e994 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/wp-id-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/wp-id-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/display/field-types/wp-spent-time-display-field.module.ts b/frontend/src/app/shared/components/fields/display/field-types/wp-spent-time-display-field.module.ts index b7e1a16890..57a33a83f8 100644 --- a/frontend/src/app/shared/components/fields/display/field-types/wp-spent-time-display-field.module.ts +++ b/frontend/src/app/shared/components/fields/display/field-types/wp-spent-time-display-field.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/edit-field.component.ts index 7f68df17b0..4a0a7b6f7e 100644 --- a/frontend/src/app/shared/components/fields/edit/edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts b/frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts index 6047cb1591..6ef5f37ebd 100644 --- a/frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts +++ b/frontend/src/app/shared/components/fields/edit/edit-field.initializer.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/edit-field.service.ts b/frontend/src/app/shared/components/fields/edit/edit-field.service.ts index 087a92b4eb..6a671b44a0 100644 --- a/frontend/src/app/shared/components/fields/edit/edit-field.service.ts +++ b/frontend/src/app/shared/components/fields/edit/edit-field.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/edit-form/edit-form-routing.service.ts b/frontend/src/app/shared/components/fields/edit/edit-form/edit-form-routing.service.ts index 7fdc6862fc..7f85551e68 100644 --- a/frontend/src/app/shared/components/fields/edit/edit-form/edit-form-routing.service.ts +++ b/frontend/src/app/shared/components/fields/edit/edit-form/edit-form-routing.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/edit-form/edit-form.component.ts b/frontend/src/app/shared/components/fields/edit/edit-form/edit-form.component.ts index 59d615f934..1c936a7286 100644 --- a/frontend/src/app/shared/components/fields/edit/edit-form/edit-form.component.ts +++ b/frontend/src/app/shared/components/fields/edit/edit-form/edit-form.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/edit-form/edit-form.ts b/frontend/src/app/shared/components/fields/edit/edit-form/edit-form.ts index 8da1dc2afd..8b6f19dccf 100644 --- a/frontend/src/app/shared/components/fields/edit/edit-form/edit-form.ts +++ b/frontend/src/app/shared/components/fields/edit/edit-form/edit-form.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/editing-portal/edit-field-handler.ts b/frontend/src/app/shared/components/fields/edit/editing-portal/edit-field-handler.ts index 3b529aecdf..d0c111f7ae 100644 --- a/frontend/src/app/shared/components/fields/edit/editing-portal/edit-field-handler.ts +++ b/frontend/src/app/shared/components/fields/edit/editing-portal/edit-field-handler.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-controls/edit-field-controls.component.ts b/frontend/src/app/shared/components/fields/edit/field-controls/edit-field-controls.component.ts index 4af5640bc1..80c7638e84 100644 --- a/frontend/src/app/shared/components/fields/edit/field-controls/edit-field-controls.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-controls/edit-field-controls.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-handler/hal-resource-edit-field-handler.ts b/frontend/src/app/shared/components/fields/edit/field-handler/hal-resource-edit-field-handler.ts index 7b69088bc1..d8a7372fda 100644 --- a/frontend/src/app/shared/components/fields/edit/field-handler/hal-resource-edit-field-handler.ts +++ b/frontend/src/app/shared/components/fields/edit/field-handler/hal-resource-edit-field-handler.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/boolean-edit-field/boolean-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/boolean-edit-field/boolean-edit-field.component.ts index 4423b348d0..19f3e036a4 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/boolean-edit-field/boolean-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/boolean-edit-field/boolean-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/combined-date-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/combined-date-edit-field.component.ts index a92c65b5e8..8d170792e7 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/combined-date-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/combined-date-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/date-edit-field/date-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/date-edit-field/date-edit-field.component.ts index facc2df44b..7444a22da0 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/date-edit-field/date-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/date-edit-field/date-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/float-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/float-edit-field.component.ts index feb06fef3b..47aac53b2a 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/float-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/float-edit-field.component.ts @@ -1,5 +1,5 @@ // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/formattable-edit-field/formattable-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/formattable-edit-field/formattable-edit-field.component.ts index 7a52fe7067..302e92eb3a 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/formattable-edit-field/formattable-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/formattable-edit-field/formattable-edit-field.component.ts @@ -1,5 +1,5 @@ // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/hours-duration-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/hours-duration-edit-field.component.ts index 2d2a933d9b..e8917c1945 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/hours-duration-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/hours-duration-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/integer-edit-field/integer-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/integer-edit-field/integer-edit-field.component.ts index 625b2e41c7..57e1ad87d7 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/integer-edit-field/integer-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/integer-edit-field/integer-edit-field.component.ts @@ -1,5 +1,5 @@ // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/multi-select-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/multi-select-edit-field.component.ts index 6aaf7d2887..328e1925b8 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/multi-select-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/multi-select-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/plain-formattable-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/plain-formattable-edit-field.component.ts index 4fc500d08d..f7c8a1c241 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/plain-formattable-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/plain-formattable-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/project-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/project-edit-field.component.ts index 3f7771b312..e6cd6baefa 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/project-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/project-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/project-status-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/project-status-edit-field.component.ts index cb6c91259c..d6f1c31c64 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/project-status-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/project-status-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-autocompleter-register.service.ts b/frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-autocompleter-register.service.ts index 3bc9c263f0..6c9313f4a3 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-autocompleter-register.service.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-autocompleter-register.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-edit-field.component.ts index 3ab3c53cda..7bc9c3fde9 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/te-work-package-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/te-work-package-edit-field.component.ts index 59d85ba0ba..85df1ea1b9 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/te-work-package-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/te-work-package-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/text-edit-field/text-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/text-edit-field/text-edit-field.component.ts index 4395ba36d3..24d5a812f5 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/text-edit-field/text-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/text-edit-field/text-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/user-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/user-edit-field.component.ts index a7da3dda75..49d3959167 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/user-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/user-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field-types/work-package-edit-field.component.ts b/frontend/src/app/shared/components/fields/edit/field-types/work-package-edit-field.component.ts index 8c0cae7542..487ec262ab 100644 --- a/frontend/src/app/shared/components/fields/edit/field-types/work-package-edit-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field-types/work-package-edit-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/field/editable-attribute-field.component.ts b/frontend/src/app/shared/components/fields/edit/field/editable-attribute-field.component.ts index 8f985a77b8..860ba00a51 100644 --- a/frontend/src/app/shared/components/fields/edit/field/editable-attribute-field.component.ts +++ b/frontend/src/app/shared/components/fields/edit/field/editable-attribute-field.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/edit/services/hal-resource-editing.service.ts b/frontend/src/app/shared/components/fields/edit/services/hal-resource-editing.service.ts index c496369c20..425cdb92eb 100644 --- a/frontend/src/app/shared/components/fields/edit/services/hal-resource-editing.service.ts +++ b/frontend/src/app/shared/components/fields/edit/services/hal-resource-editing.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/field.base.ts b/frontend/src/app/shared/components/fields/field.base.ts index 4fe2fefff5..b8fa99f378 100644 --- a/frontend/src/app/shared/components/fields/field.base.ts +++ b/frontend/src/app/shared/components/fields/field.base.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/field.service.ts b/frontend/src/app/shared/components/fields/field.service.ts index 7e0e6152c0..70fa78020d 100644 --- a/frontend/src/app/shared/components/fields/field.service.ts +++ b/frontend/src/app/shared/components/fields/field.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/macros/attribute-label-macro.component.ts b/frontend/src/app/shared/components/fields/macros/attribute-label-macro.component.ts index f041decba8..dcfa70905c 100644 --- a/frontend/src/app/shared/components/fields/macros/attribute-label-macro.component.ts +++ b/frontend/src/app/shared/components/fields/macros/attribute-label-macro.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/macros/attribute-model-loader.service.ts b/frontend/src/app/shared/components/fields/macros/attribute-model-loader.service.ts index efc4da736e..bf20e13085 100644 --- a/frontend/src/app/shared/components/fields/macros/attribute-model-loader.service.ts +++ b/frontend/src/app/shared/components/fields/macros/attribute-model-loader.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/macros/attribute-value-macro.component.ts b/frontend/src/app/shared/components/fields/macros/attribute-value-macro.component.ts index 35cb2087ca..95cafe02ad 100644 --- a/frontend/src/app/shared/components/fields/macros/attribute-value-macro.component.ts +++ b/frontend/src/app/shared/components/fields/macros/attribute-value-macro.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/macros/work-package-quickinfo-macro.component.ts b/frontend/src/app/shared/components/fields/macros/work-package-quickinfo-macro.component.ts index 69d35ba249..e2add60576 100644 --- a/frontend/src/app/shared/components/fields/macros/work-package-quickinfo-macro.component.ts +++ b/frontend/src/app/shared/components/fields/macros/work-package-quickinfo-macro.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/fields/openproject-fields.module.ts b/frontend/src/app/shared/components/fields/openproject-fields.module.ts index 33b18445cb..2b6903427d 100644 --- a/frontend/src/app/shared/components/fields/openproject-fields.module.ts +++ b/frontend/src/app/shared/components/fields/openproject-fields.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/openproject-grids.module.ts b/frontend/src/app/shared/components/grids/openproject-grids.module.ts index f9cc0d133d..36d7861995 100644 --- a/frontend/src/app/shared/components/grids/openproject-grids.module.ts +++ b/frontend/src/app/shared/components/grids/openproject-grids.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/header/header.component.ts b/frontend/src/app/shared/components/grids/widgets/header/header.component.ts index 4d3d8de4a3..73f4f87baa 100644 --- a/frontend/src/app/shared/components/grids/widgets/header/header.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/header/header.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/menu/widget-abstract-menu.component.ts b/frontend/src/app/shared/components/grids/widgets/menu/widget-abstract-menu.component.ts index 4c73ef4869..b3fd3a30d0 100644 --- a/frontend/src/app/shared/components/grids/widgets/menu/widget-abstract-menu.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/menu/widget-abstract-menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/menu/widget-menu.component.ts b/frontend/src/app/shared/components/grids/widgets/menu/widget-menu.component.ts index cca6fb0616..bda6879add 100644 --- a/frontend/src/app/shared/components/grids/widgets/menu/widget-menu.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/menu/widget-menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/menu/wp-set-menu.component.ts b/frontend/src/app/shared/components/grids/widgets/menu/wp-set-menu.component.ts index 04a3bcc680..44c65b3879 100644 --- a/frontend/src/app/shared/components/grids/widgets/menu/wp-set-menu.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/menu/wp-set-menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/project-description/project-description.component.ts b/frontend/src/app/shared/components/grids/widgets/project-description/project-description.component.ts index a299dff14f..73dfad632f 100644 --- a/frontend/src/app/shared/components/grids/widgets/project-description/project-description.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/project-description/project-description.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/project-details/project-details.component.ts b/frontend/src/app/shared/components/grids/widgets/project-details/project-details.component.ts index 2a0dc32718..e708b1e529 100644 --- a/frontend/src/app/shared/components/grids/widgets/project-details/project-details.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/project-details/project-details.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/project-status/project-status.component.ts b/frontend/src/app/shared/components/grids/widgets/project-status/project-status.component.ts index 76601709db..fa9282e5c0 100644 --- a/frontend/src/app/shared/components/grids/widgets/project-status/project-status.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/project-status/project-status.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/time-entries/current-user/time-entries-current-user-menu.component.ts b/frontend/src/app/shared/components/grids/widgets/time-entries/current-user/time-entries-current-user-menu.component.ts index ec52f4bf84..581ab6109a 100644 --- a/frontend/src/app/shared/components/grids/widgets/time-entries/current-user/time-entries-current-user-menu.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/time-entries/current-user/time-entries-current-user-menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/wp-calendar/wp-calendar.component.ts b/frontend/src/app/shared/components/grids/widgets/wp-calendar/wp-calendar.component.ts index cdf6cf6f4e..ede305c742 100644 --- a/frontend/src/app/shared/components/grids/widgets/wp-calendar/wp-calendar.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/wp-calendar/wp-calendar.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/wp-graph/wp-graph-menu.component.ts b/frontend/src/app/shared/components/grids/widgets/wp-graph/wp-graph-menu.component.ts index f91ca0a577..4142397b6f 100644 --- a/frontend/src/app/shared/components/grids/widgets/wp-graph/wp-graph-menu.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/wp-graph/wp-graph-menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/wp-overview/wp-overview.component.ts b/frontend/src/app/shared/components/grids/widgets/wp-overview/wp-overview.component.ts index eaf6433883..06fce0ca8d 100644 --- a/frontend/src/app/shared/components/grids/widgets/wp-overview/wp-overview.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/wp-overview/wp-overview.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/grids/widgets/wp-table/wp-table-menu.component.ts b/frontend/src/app/shared/components/grids/widgets/wp-table/wp-table-menu.component.ts index 4aa08dac11..014b149481 100644 --- a/frontend/src/app/shared/components/grids/widgets/wp-table/wp-table-menu.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/wp-table/wp-table-menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/header-project-select/header-project-select.component.ts b/frontend/src/app/shared/components/header-project-select/header-project-select.component.ts index a383d3edf0..eab1fd0b2e 100644 --- a/frontend/src/app/shared/components/header-project-select/header-project-select.component.ts +++ b/frontend/src/app/shared/components/header-project-select/header-project-select.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/hide-section/add-section-dropdown/add-section-dropdown.component.ts b/frontend/src/app/shared/components/hide-section/add-section-dropdown/add-section-dropdown.component.ts index 0dabf9a853..be2fd4c102 100644 --- a/frontend/src/app/shared/components/hide-section/add-section-dropdown/add-section-dropdown.component.ts +++ b/frontend/src/app/shared/components/hide-section/add-section-dropdown/add-section-dropdown.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/hide-section/hide-section-link/hide-section-link.component.ts b/frontend/src/app/shared/components/hide-section/hide-section-link/hide-section-link.component.ts index 72705a01b0..e0fd23aad3 100644 --- a/frontend/src/app/shared/components/hide-section/hide-section-link/hide-section-link.component.ts +++ b/frontend/src/app/shared/components/hide-section/hide-section-link/hide-section-link.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/hide-section/hide-section.service.ts b/frontend/src/app/shared/components/hide-section/hide-section.service.ts index 64fe4b415b..333ca3bc2f 100644 --- a/frontend/src/app/shared/components/hide-section/hide-section.service.ts +++ b/frontend/src/app/shared/components/hide-section/hide-section.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/hide-section/show-section-dropdown.component.ts b/frontend/src/app/shared/components/hide-section/show-section-dropdown.component.ts index a730f8cfc9..9e153f2746 100644 --- a/frontend/src/app/shared/components/hide-section/show-section-dropdown.component.ts +++ b/frontend/src/app/shared/components/hide-section/show-section-dropdown.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/icon/icon.component.ts b/frontend/src/app/shared/components/icon/icon.component.ts index 7b3536e4b4..b3e259d7cb 100644 --- a/frontend/src/app/shared/components/icon/icon.component.ts +++ b/frontend/src/app/shared/components/icon/icon.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/icon/op-icon.spec.ts b/frontend/src/app/shared/components/icon/op-icon.spec.ts index a899b9bdd3..445c090aec 100644 --- a/frontend/src/app/shared/components/icon/op-icon.spec.ts +++ b/frontend/src/app/shared/components/icon/op-icon.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modal/modal-banner/modal-banner.component.ts b/frontend/src/app/shared/components/modal/modal-banner/modal-banner.component.ts index bbee926907..04d61a9654 100644 --- a/frontend/src/app/shared/components/modal/modal-banner/modal-banner.component.ts +++ b/frontend/src/app/shared/components/modal/modal-banner/modal-banner.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modal/modal-overlay.component.ts b/frontend/src/app/shared/components/modal/modal-overlay.component.ts index 7b9f7a09b3..3192be67d0 100644 --- a/frontend/src/app/shared/components/modal/modal-overlay.component.ts +++ b/frontend/src/app/shared/components/modal/modal-overlay.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modal/modal-wrapper-augment.service.ts b/frontend/src/app/shared/components/modal/modal-wrapper-augment.service.ts index c09a0ac900..7759bdcdbd 100644 --- a/frontend/src/app/shared/components/modal/modal-wrapper-augment.service.ts +++ b/frontend/src/app/shared/components/modal/modal-wrapper-augment.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modal/modal.service.ts b/frontend/src/app/shared/components/modal/modal.service.ts index 571ddd3b11..78f8bbc9d1 100644 --- a/frontend/src/app/shared/components/modal/modal.service.ts +++ b/frontend/src/app/shared/components/modal/modal.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/confirm-dialog/confirm-dialog.modal.ts b/frontend/src/app/shared/components/modals/confirm-dialog/confirm-dialog.modal.ts index 4dde784327..0840617793 100644 --- a/frontend/src/app/shared/components/modals/confirm-dialog/confirm-dialog.modal.ts +++ b/frontend/src/app/shared/components/modals/confirm-dialog/confirm-dialog.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/confirm-dialog/confirm-dialog.service.ts b/frontend/src/app/shared/components/modals/confirm-dialog/confirm-dialog.service.ts index e7e6b857dd..03297559e0 100644 --- a/frontend/src/app/shared/components/modals/confirm-dialog/confirm-dialog.service.ts +++ b/frontend/src/app/shared/components/modals/confirm-dialog/confirm-dialog.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/editor/editor-macros.service.ts b/frontend/src/app/shared/components/modals/editor/editor-macros.service.ts index e7a4204425..4ce5beca7a 100644 --- a/frontend/src/app/shared/components/modals/editor/editor-macros.service.ts +++ b/frontend/src/app/shared/components/modals/editor/editor-macros.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/editor/macro-child-pages-modal/child-pages-macro.modal.ts b/frontend/src/app/shared/components/modals/editor/macro-child-pages-modal/child-pages-macro.modal.ts index 015e73c079..2dde5c9259 100644 --- a/frontend/src/app/shared/components/modals/editor/macro-child-pages-modal/child-pages-macro.modal.ts +++ b/frontend/src/app/shared/components/modals/editor/macro-child-pages-modal/child-pages-macro.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/editor/macro-code-block-modal/code-block-macro.modal.ts b/frontend/src/app/shared/components/modals/editor/macro-code-block-modal/code-block-macro.modal.ts index 2bbaa9125e..3d8bddb229 100644 --- a/frontend/src/app/shared/components/modals/editor/macro-code-block-modal/code-block-macro.modal.ts +++ b/frontend/src/app/shared/components/modals/editor/macro-code-block-modal/code-block-macro.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/editor/macro-wiki-include-page-modal/wiki-include-page-macro.modal.ts b/frontend/src/app/shared/components/modals/editor/macro-wiki-include-page-modal/wiki-include-page-macro.modal.ts index fa7abdceca..55bee8f315 100644 --- a/frontend/src/app/shared/components/modals/editor/macro-wiki-include-page-modal/wiki-include-page-macro.modal.ts +++ b/frontend/src/app/shared/components/modals/editor/macro-wiki-include-page-modal/wiki-include-page-macro.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/editor/macro-wp-button-modal/wp-button-macro.modal.ts b/frontend/src/app/shared/components/modals/editor/macro-wp-button-modal/wp-button-macro.modal.ts index 90c7fbad32..4c7e046226 100644 --- a/frontend/src/app/shared/components/modals/editor/macro-wp-button-modal/wp-button-macro.modal.ts +++ b/frontend/src/app/shared/components/modals/editor/macro-wp-button-modal/wp-button-macro.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/modal-wrapper/dynamic-content.modal.ts b/frontend/src/app/shared/components/modals/modal-wrapper/dynamic-content.modal.ts index 91da2ce677..8edd350934 100644 --- a/frontend/src/app/shared/components/modals/modal-wrapper/dynamic-content.modal.ts +++ b/frontend/src/app/shared/components/modals/modal-wrapper/dynamic-content.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/preview-modal/wp-preview-modal/wp-preview.modal.ts b/frontend/src/app/shared/components/modals/preview-modal/wp-preview-modal/wp-preview.modal.ts index 540be00bb9..15509ffeea 100644 --- a/frontend/src/app/shared/components/modals/preview-modal/wp-preview-modal/wp-preview.modal.ts +++ b/frontend/src/app/shared/components/modals/preview-modal/wp-preview-modal/wp-preview.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/request-for-confirmation/password-confirmation.modal.ts b/frontend/src/app/shared/components/modals/request-for-confirmation/password-confirmation.modal.ts index fbe8911fa0..69ac7979ac 100644 --- a/frontend/src/app/shared/components/modals/request-for-confirmation/password-confirmation.modal.ts +++ b/frontend/src/app/shared/components/modals/request-for-confirmation/password-confirmation.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/save-modal/save-query.modal.ts b/frontend/src/app/shared/components/modals/save-modal/save-query.modal.ts index 826253c493..aca41914d8 100644 --- a/frontend/src/app/shared/components/modals/save-modal/save-query.modal.ts +++ b/frontend/src/app/shared/components/modals/save-modal/save-query.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/share-modal/query-sharing.modal.ts b/frontend/src/app/shared/components/modals/share-modal/query-sharing.modal.ts index 83ea982f34..19c4492689 100644 --- a/frontend/src/app/shared/components/modals/share-modal/query-sharing.modal.ts +++ b/frontend/src/app/shared/components/modals/share-modal/query-sharing.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/modals/wp-destroy-modal/wp-destroy.modal.ts b/frontend/src/app/shared/components/modals/wp-destroy-modal/wp-destroy.modal.ts index 6ffaa5d109..0b8f5648ed 100644 --- a/frontend/src/app/shared/components/modals/wp-destroy-modal/wp-destroy.modal.ts +++ b/frontend/src/app/shared/components/modals/wp-destroy-modal/wp-destroy.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/no-results/no-results.component.ts b/frontend/src/app/shared/components/no-results/no-results.component.ts index f976828d8a..afd8515055 100644 --- a/frontend/src/app/shared/components/no-results/no-results.component.ts +++ b/frontend/src/app/shared/components/no-results/no-results.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-context-menu/handlers/op-columns-context-menu.directive.ts b/frontend/src/app/shared/components/op-context-menu/handlers/op-columns-context-menu.directive.ts index 648fdd0a03..20437ff7f3 100644 --- a/frontend/src/app/shared/components/op-context-menu/handlers/op-columns-context-menu.directive.ts +++ b/frontend/src/app/shared/components/op-context-menu/handlers/op-columns-context-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-context-menu/handlers/op-settings-dropdown-menu.directive.ts b/frontend/src/app/shared/components/op-context-menu/handlers/op-settings-dropdown-menu.directive.ts index 1f191c1ede..6286dd8c24 100644 --- a/frontend/src/app/shared/components/op-context-menu/handlers/op-settings-dropdown-menu.directive.ts +++ b/frontend/src/app/shared/components/op-context-menu/handlers/op-settings-dropdown-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-context-menu/handlers/op-types-context-menu.directive.ts b/frontend/src/app/shared/components/op-context-menu/handlers/op-types-context-menu.directive.ts index d770987ad6..77e142c311 100644 --- a/frontend/src/app/shared/components/op-context-menu/handlers/op-types-context-menu.directive.ts +++ b/frontend/src/app/shared/components/op-context-menu/handlers/op-types-context-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-context-menu/handlers/wp-create-settings-menu.directive.ts b/frontend/src/app/shared/components/op-context-menu/handlers/wp-create-settings-menu.directive.ts index 9d8e3a8dae..ad6c2a26b3 100644 --- a/frontend/src/app/shared/components/op-context-menu/handlers/wp-create-settings-menu.directive.ts +++ b/frontend/src/app/shared/components/op-context-menu/handlers/wp-create-settings-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-context-menu/handlers/wp-group-toggle-dropdown-menu.directive.ts b/frontend/src/app/shared/components/op-context-menu/handlers/wp-group-toggle-dropdown-menu.directive.ts index 2236f3c254..9eed94cd20 100644 --- a/frontend/src/app/shared/components/op-context-menu/handlers/wp-group-toggle-dropdown-menu.directive.ts +++ b/frontend/src/app/shared/components/op-context-menu/handlers/wp-group-toggle-dropdown-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-context-menu/handlers/wp-status-dropdown-menu.directive.ts b/frontend/src/app/shared/components/op-context-menu/handlers/wp-status-dropdown-menu.directive.ts index d498aa0a0c..5a8bcb800e 100644 --- a/frontend/src/app/shared/components/op-context-menu/handlers/wp-status-dropdown-menu.directive.ts +++ b/frontend/src/app/shared/components/op-context-menu/handlers/wp-status-dropdown-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-context-menu/handlers/wp-view-dropdown-menu.directive.ts b/frontend/src/app/shared/components/op-context-menu/handlers/wp-view-dropdown-menu.directive.ts index 5ccef5dcb4..ada8a167ce 100644 --- a/frontend/src/app/shared/components/op-context-menu/handlers/wp-view-dropdown-menu.directive.ts +++ b/frontend/src/app/shared/components/op-context-menu/handlers/wp-view-dropdown-menu.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-context-menu/icon-triggered-context-menu/icon-triggered-context-menu.component.ts b/frontend/src/app/shared/components/op-context-menu/icon-triggered-context-menu/icon-triggered-context-menu.component.ts index d6e74cdbb3..4371871d48 100644 --- a/frontend/src/app/shared/components/op-context-menu/icon-triggered-context-menu/icon-triggered-context-menu.component.ts +++ b/frontend/src/app/shared/components/op-context-menu/icon-triggered-context-menu/icon-triggered-context-menu.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-date-picker/date-picker.directive.ts b/frontend/src/app/shared/components/op-date-picker/date-picker.directive.ts index f5df244d91..bcd0b3a767 100644 --- a/frontend/src/app/shared/components/op-date-picker/date-picker.directive.ts +++ b/frontend/src/app/shared/components/op-date-picker/date-picker.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-date-picker/datepicker.ts b/frontend/src/app/shared/components/op-date-picker/datepicker.ts index 21a924310b..9a124d1ad9 100644 --- a/frontend/src/app/shared/components/op-date-picker/datepicker.ts +++ b/frontend/src/app/shared/components/op-date-picker/datepicker.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-date-picker/op-single-date-picker/op-single-date-picker.component.ts b/frontend/src/app/shared/components/op-date-picker/op-single-date-picker/op-single-date-picker.component.ts index f38203605f..cacd1bb18a 100644 --- a/frontend/src/app/shared/components/op-date-picker/op-single-date-picker/op-single-date-picker.component.ts +++ b/frontend/src/app/shared/components/op-date-picker/op-single-date-picker/op-single-date-picker.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-view-select/op-static-queries.service.ts b/frontend/src/app/shared/components/op-view-select/op-static-queries.service.ts index d1698f5c8b..c853930f4f 100644 --- a/frontend/src/app/shared/components/op-view-select/op-static-queries.service.ts +++ b/frontend/src/app/shared/components/op-view-select/op-static-queries.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/op-view-select/op-view-select.component.ts b/frontend/src/app/shared/components/op-view-select/op-view-select.component.ts index e756f6a16c..720c51dc5d 100644 --- a/frontend/src/app/shared/components/op-view-select/op-view-select.component.ts +++ b/frontend/src/app/shared/components/op-view-select/op-view-select.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/persistent-toggle/persistent-toggle.component.ts b/frontend/src/app/shared/components/persistent-toggle/persistent-toggle.component.ts index 01aa4173a1..f18d744643 100644 --- a/frontend/src/app/shared/components/persistent-toggle/persistent-toggle.component.ts +++ b/frontend/src/app/shared/components/persistent-toggle/persistent-toggle.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/principal/principal-helper.ts b/frontend/src/app/shared/components/principal/principal-helper.ts index 4dac9c4867..882bd97ee4 100644 --- a/frontend/src/app/shared/components/principal/principal-helper.ts +++ b/frontend/src/app/shared/components/principal/principal-helper.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/principal/principal.component.ts b/frontend/src/app/shared/components/principal/principal.component.ts index 06dddf21a4..6b3358e81c 100644 --- a/frontend/src/app/shared/components/principal/principal.component.ts +++ b/frontend/src/app/shared/components/principal/principal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/remote-field-updater/remote-field-updater.component.ts b/frontend/src/app/shared/components/remote-field-updater/remote-field-updater.component.ts index fe4f73422f..bf49329dcd 100644 --- a/frontend/src/app/shared/components/remote-field-updater/remote-field-updater.component.ts +++ b/frontend/src/app/shared/components/remote-field-updater/remote-field-updater.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/resizer/resizer/main-menu-resizer.component.ts b/frontend/src/app/shared/components/resizer/resizer/main-menu-resizer.component.ts index daf3d7bb3f..8539dad825 100644 --- a/frontend/src/app/shared/components/resizer/resizer/main-menu-resizer.component.ts +++ b/frontend/src/app/shared/components/resizer/resizer/main-menu-resizer.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/resizer/resizer/wp-resizer.component.ts b/frontend/src/app/shared/components/resizer/resizer/wp-resizer.component.ts index 50adfecc7d..928fa773ec 100644 --- a/frontend/src/app/shared/components/resizer/resizer/wp-resizer.component.ts +++ b/frontend/src/app/shared/components/resizer/resizer/wp-resizer.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/searchable-project-list/loading-project-list.component.ts b/frontend/src/app/shared/components/searchable-project-list/loading-project-list.component.ts index 74c9b6d14c..20eaaa005a 100644 --- a/frontend/src/app/shared/components/searchable-project-list/loading-project-list.component.ts +++ b/frontend/src/app/shared/components/searchable-project-list/loading-project-list.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/file-link-list-item/file-link-list-item.component.ts b/frontend/src/app/shared/components/storages/file-link-list-item/file-link-list-item.component.ts index 798fd68a1e..5e344109e7 100644 --- a/frontend/src/app/shared/components/storages/file-link-list-item/file-link-list-item.component.ts +++ b/frontend/src/app/shared/components/storages/file-link-list-item/file-link-list-item.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/file-picker-base-modal.component.ts/file-picker-base-modal.component.ts b/frontend/src/app/shared/components/storages/file-picker-base-modal.component.ts/file-picker-base-modal.component.ts index 7134941d31..3d6e332018 100644 --- a/frontend/src/app/shared/components/storages/file-picker-base-modal.component.ts/file-picker-base-modal.component.ts +++ b/frontend/src/app/shared/components/storages/file-picker-base-modal.component.ts/file-picker-base-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/file-picker-modal/file-picker-modal.component.ts b/frontend/src/app/shared/components/storages/file-picker-modal/file-picker-modal.component.ts index faae9fae93..950f33af87 100644 --- a/frontend/src/app/shared/components/storages/file-picker-modal/file-picker-modal.component.ts +++ b/frontend/src/app/shared/components/storages/file-picker-modal/file-picker-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/functions/storages.functions.ts b/frontend/src/app/shared/components/storages/functions/storages.functions.ts index 0be6272f71..33b36fc8ff 100644 --- a/frontend/src/app/shared/components/storages/functions/storages.functions.ts +++ b/frontend/src/app/shared/components/storages/functions/storages.functions.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/icons.mapping.ts b/frontend/src/app/shared/components/storages/icons.mapping.ts index c1b79c28b7..d272f14f6f 100644 --- a/frontend/src/app/shared/components/storages/icons.mapping.ts +++ b/frontend/src/app/shared/components/storages/icons.mapping.ts @@ -1,6 +1,6 @@ // --copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/loading-file-list/loading-file-list.component.ts b/frontend/src/app/shared/components/storages/loading-file-list/loading-file-list.component.ts index 90a3280bb5..0fa3fda297 100644 --- a/frontend/src/app/shared/components/storages/loading-file-list/loading-file-list.component.ts +++ b/frontend/src/app/shared/components/storages/loading-file-list/loading-file-list.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/location-picker-modal/location-picker-modal.component.ts b/frontend/src/app/shared/components/storages/location-picker-modal/location-picker-modal.component.ts index 451d564b6f..f0a2c0f92b 100644 --- a/frontend/src/app/shared/components/storages/location-picker-modal/location-picker-modal.component.ts +++ b/frontend/src/app/shared/components/storages/location-picker-modal/location-picker-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/openproject-storages.module.ts b/frontend/src/app/shared/components/storages/openproject-storages.module.ts index a14904d4e1..d154a6c1c9 100644 --- a/frontend/src/app/shared/components/storages/openproject-storages.module.ts +++ b/frontend/src/app/shared/components/storages/openproject-storages.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.component.ts b/frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.component.ts index 92750750aa..06e5db497f 100644 --- a/frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.component.ts +++ b/frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.ts b/frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.ts index 1422e9ed8a..1ae9b79422 100644 --- a/frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.ts +++ b/frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/storage-information/storage-action-button.ts b/frontend/src/app/shared/components/storages/storage-information/storage-action-button.ts index 9655d19264..17a20f93bf 100644 --- a/frontend/src/app/shared/components/storages/storage-information/storage-action-button.ts +++ b/frontend/src/app/shared/components/storages/storage-information/storage-action-button.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/storage-information/storage-information-box.ts b/frontend/src/app/shared/components/storages/storage-information/storage-information-box.ts index a9d66765d4..c5f8325fe2 100644 --- a/frontend/src/app/shared/components/storages/storage-information/storage-information-box.ts +++ b/frontend/src/app/shared/components/storages/storage-information/storage-information-box.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/storage-information/storage-information.component.ts b/frontend/src/app/shared/components/storages/storage-information/storage-information.component.ts index ee9a9121c9..74cb969580 100644 --- a/frontend/src/app/shared/components/storages/storage-information/storage-information.component.ts +++ b/frontend/src/app/shared/components/storages/storage-information/storage-information.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/storages/storage/storage.component.ts b/frontend/src/app/shared/components/storages/storage/storage.component.ts index 96c5c8dae2..6549403da5 100644 --- a/frontend/src/app/shared/components/storages/storage/storage.component.ts +++ b/frontend/src/app/shared/components/storages/storage/storage.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/table-pagination/pagination-instance.ts b/frontend/src/app/shared/components/table-pagination/pagination-instance.ts index 53422f4868..530b07d9ff 100644 --- a/frontend/src/app/shared/components/table-pagination/pagination-instance.ts +++ b/frontend/src/app/shared/components/table-pagination/pagination-instance.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/table-pagination/pagination-service.ts b/frontend/src/app/shared/components/table-pagination/pagination-service.ts index cee5f20233..a7ab732be5 100644 --- a/frontend/src/app/shared/components/table-pagination/pagination-service.ts +++ b/frontend/src/app/shared/components/table-pagination/pagination-service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/table-pagination/table-pagination.component.ts b/frontend/src/app/shared/components/table-pagination/table-pagination.component.ts index c506f77b98..4af13c43ea 100644 --- a/frontend/src/app/shared/components/table-pagination/table-pagination.component.ts +++ b/frontend/src/app/shared/components/table-pagination/table-pagination.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/tabs/content-tabs/content-tabs.component.ts b/frontend/src/app/shared/components/tabs/content-tabs/content-tabs.component.ts index 0d552e0c76..1e9b02bba2 100644 --- a/frontend/src/app/shared/components/tabs/content-tabs/content-tabs.component.ts +++ b/frontend/src/app/shared/components/tabs/content-tabs/content-tabs.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/tabs/openproject-tabs.module.ts b/frontend/src/app/shared/components/tabs/openproject-tabs.module.ts index 6410c6a224..98c521ba9a 100644 --- a/frontend/src/app/shared/components/tabs/openproject-tabs.module.ts +++ b/frontend/src/app/shared/components/tabs/openproject-tabs.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/time_entries/openproject-time-entries.module.ts b/frontend/src/app/shared/components/time_entries/openproject-time-entries.module.ts index f5100fbdb3..60c37a5a39 100644 --- a/frontend/src/app/shared/components/time_entries/openproject-time-entries.module.ts +++ b/frontend/src/app/shared/components/time_entries/openproject-time-entries.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/toaster/toast.component.ts b/frontend/src/app/shared/components/toaster/toast.component.ts index 5e0983e2ba..77466665f5 100644 --- a/frontend/src/app/shared/components/toaster/toast.component.ts +++ b/frontend/src/app/shared/components/toaster/toast.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/toaster/toast.service.spec.ts b/frontend/src/app/shared/components/toaster/toast.service.spec.ts index b783ba8eb9..ca931eedb1 100644 --- a/frontend/src/app/shared/components/toaster/toast.service.spec.ts +++ b/frontend/src/app/shared/components/toaster/toast.service.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/toaster/toast.service.ts b/frontend/src/app/shared/components/toaster/toast.service.ts index ddade3692d..377501d528 100644 --- a/frontend/src/app/shared/components/toaster/toast.service.ts +++ b/frontend/src/app/shared/components/toaster/toast.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/toaster/toasts-container.component.ts b/frontend/src/app/shared/components/toaster/toasts-container.component.ts index 7a14f1de88..ef47c46bb4 100644 --- a/frontend/src/app/shared/components/toaster/toasts-container.component.ts +++ b/frontend/src/app/shared/components/toaster/toasts-container.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/toaster/upload-progress.component.ts b/frontend/src/app/shared/components/toaster/upload-progress.component.ts index c586ffb363..6ab7ddbdb0 100644 --- a/frontend/src/app/shared/components/toaster/upload-progress.component.ts +++ b/frontend/src/app/shared/components/toaster/upload-progress.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/user-link/user-link.component.spec.ts b/frontend/src/app/shared/components/user-link/user-link.component.spec.ts index 6f0b010699..83c4a01c5d 100644 --- a/frontend/src/app/shared/components/user-link/user-link.component.spec.ts +++ b/frontend/src/app/shared/components/user-link/user-link.component.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/user-link/user-link.component.ts b/frontend/src/app/shared/components/user-link/user-link.component.ts index 224f259faf..ed0aeec725 100644 --- a/frontend/src/app/shared/components/user-link/user-link.component.ts +++ b/frontend/src/app/shared/components/user-link/user-link.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/components/work-package-graphs/openproject-work-package-graphs.module.ts b/frontend/src/app/shared/components/work-package-graphs/openproject-work-package-graphs.module.ts index 2b825eacea..776c1abb15 100644 --- a/frontend/src/app/shared/components/work-package-graphs/openproject-work-package-graphs.module.ts +++ b/frontend/src/app/shared/components/work-package-graphs/openproject-work-package-graphs.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/directives/a11y/keyboard-shortcut.service.ts b/frontend/src/app/shared/directives/a11y/keyboard-shortcut.service.ts index 11a9fd4f84..07442fac78 100644 --- a/frontend/src/app/shared/directives/a11y/keyboard-shortcut.service.ts +++ b/frontend/src/app/shared/directives/a11y/keyboard-shortcut.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/directives/focus/contain-helpers.ts b/frontend/src/app/shared/directives/focus/contain-helpers.ts index 376a22ce91..f163cd2abf 100644 --- a/frontend/src/app/shared/directives/focus/contain-helpers.ts +++ b/frontend/src/app/shared/directives/focus/contain-helpers.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/directives/focus/focus-helper.ts b/frontend/src/app/shared/directives/focus/focus-helper.ts index 042284f988..e1ef88ba13 100644 --- a/frontend/src/app/shared/directives/focus/focus-helper.ts +++ b/frontend/src/app/shared/directives/focus/focus-helper.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/directives/focus/focus-within.directive.ts b/frontend/src/app/shared/directives/focus/focus-within.directive.ts index d1293c54c3..70b21b0c9c 100644 --- a/frontend/src/app/shared/directives/focus/focus-within.directive.ts +++ b/frontend/src/app/shared/directives/focus/focus-within.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/directives/highlight-col/highlight-col.directive.ts b/frontend/src/app/shared/directives/highlight-col/highlight-col.directive.ts index 8b51d3f0e3..6812653cee 100644 --- a/frontend/src/app/shared/directives/highlight-col/highlight-col.directive.ts +++ b/frontend/src/app/shared/directives/highlight-col/highlight-col.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/directives/op-drag-scroll/op-drag-scroll.directive.ts b/frontend/src/app/shared/directives/op-drag-scroll/op-drag-scroll.directive.ts index 709c60c8af..dc3e4a1f94 100644 --- a/frontend/src/app/shared/directives/op-drag-scroll/op-drag-scroll.directive.ts +++ b/frontend/src/app/shared/directives/op-drag-scroll/op-drag-scroll.directive.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/helpers/api-v3/api-v3-filter-builder.ts b/frontend/src/app/shared/helpers/api-v3/api-v3-filter-builder.ts index b9462fafa3..aff36d26d9 100644 --- a/frontend/src/app/shared/helpers/api-v3/api-v3-filter-builder.ts +++ b/frontend/src/app/shared/helpers/api-v3/api-v3-filter-builder.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/helpers/drag-and-drop/reorder-delta-builder.spec.ts b/frontend/src/app/shared/helpers/drag-and-drop/reorder-delta-builder.spec.ts index 460c1dae1a..2b8bcbd7e8 100644 --- a/frontend/src/app/shared/helpers/drag-and-drop/reorder-delta-builder.spec.ts +++ b/frontend/src/app/shared/helpers/drag-and-drop/reorder-delta-builder.spec.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/helpers/link-handling/link-handling.ts b/frontend/src/app/shared/helpers/link-handling/link-handling.ts index b1a5a150e0..52ddc8c451 100644 --- a/frontend/src/app/shared/helpers/link-handling/link-handling.ts +++ b/frontend/src/app/shared/helpers/link-handling/link-handling.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/helpers/routing/mobile-guard.helper.ts b/frontend/src/app/shared/helpers/routing/mobile-guard.helper.ts index 0562835b0a..e2ec4cdafd 100644 --- a/frontend/src/app/shared/helpers/routing/mobile-guard.helper.ts +++ b/frontend/src/app/shared/helpers/routing/mobile-guard.helper.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/shared/shared.module.ts b/frontend/src/app/shared/shared.module.ts index d386c8598f..dbcbd3f62f 100644 --- a/frontend/src/app/shared/shared.module.ts +++ b/frontend/src/app/shared/shared.module.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/spot/components/breadcrumbs/breadcrumbs-content.ts b/frontend/src/app/spot/components/breadcrumbs/breadcrumbs-content.ts index b1692acf36..9c673cf4a8 100644 --- a/frontend/src/app/spot/components/breadcrumbs/breadcrumbs-content.ts +++ b/frontend/src/app/spot/components/breadcrumbs/breadcrumbs-content.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/app/spot/components/breadcrumbs/breadcrumbs.component.ts b/frontend/src/app/spot/components/breadcrumbs/breadcrumbs.component.ts index a2fd5452ff..a0f66e1774 100644 --- a/frontend/src/app/spot/components/breadcrumbs/breadcrumbs.component.ts +++ b/frontend/src/app/spot/components/breadcrumbs/breadcrumbs.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_accounts.sass b/frontend/src/global_styles/content/_accounts.sass index b31f47d116..863331ec48 100644 --- a/frontend/src/global_styles/content/_accounts.sass +++ b/frontend/src/global_styles/content/_accounts.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_accounts_mobile.sass b/frontend/src/global_styles/content/_accounts_mobile.sass index 31080cdc83..b7ff7b5d1b 100644 --- a/frontend/src/global_styles/content/_accounts_mobile.sass +++ b/frontend/src/global_styles/content/_accounts_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_advanced_filters.sass b/frontend/src/global_styles/content/_advanced_filters.sass index 9cb3c3b62c..677b377a69 100644 --- a/frontend/src/global_styles/content/_advanced_filters.sass +++ b/frontend/src/global_styles/content/_advanced_filters.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_ajax_indicator.sass b/frontend/src/global_styles/content/_ajax_indicator.sass index bab9d75e46..61415eb25b 100644 --- a/frontend/src/global_styles/content/_ajax_indicator.sass +++ b/frontend/src/global_styles/content/_ajax_indicator.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_attributes_group.sass b/frontend/src/global_styles/content/_attributes_group.sass index 022fea923d..255a4be242 100644 --- a/frontend/src/global_styles/content/_attributes_group.sass +++ b/frontend/src/global_styles/content/_attributes_group.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_attributes_key_value.sass b/frontend/src/global_styles/content/_attributes_key_value.sass index 338debdad6..ea1f461936 100644 --- a/frontend/src/global_styles/content/_attributes_key_value.sass +++ b/frontend/src/global_styles/content/_attributes_key_value.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_augmented.sass b/frontend/src/global_styles/content/_augmented.sass index 14b4bb57be..5280dba1af 100644 --- a/frontend/src/global_styles/content/_augmented.sass +++ b/frontend/src/global_styles/content/_augmented.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_autocomplete.sass b/frontend/src/global_styles/content/_autocomplete.sass index 0cdd3e3357..ff78a0dc27 100644 --- a/frontend/src/global_styles/content/_autocomplete.sass +++ b/frontend/src/global_styles/content/_autocomplete.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_badges.sass b/frontend/src/global_styles/content/_badges.sass index 362b0793ba..ec0980c2ca 100644 --- a/frontend/src/global_styles/content/_badges.sass +++ b/frontend/src/global_styles/content/_badges.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_blockquotes.sass b/frontend/src/global_styles/content/_blockquotes.sass index 34bec4d6ce..1a81e2aca2 100644 --- a/frontend/src/global_styles/content/_blockquotes.sass +++ b/frontend/src/global_styles/content/_blockquotes.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_boxes.sass b/frontend/src/global_styles/content/_boxes.sass index 3ba6795c43..827a64ddbf 100644 --- a/frontend/src/global_styles/content/_boxes.sass +++ b/frontend/src/global_styles/content/_boxes.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_buttons.sass b/frontend/src/global_styles/content/_buttons.sass index 9911ce37a6..c90d8dd04d 100644 --- a/frontend/src/global_styles/content/_buttons.sass +++ b/frontend/src/global_styles/content/_buttons.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_comments.sass b/frontend/src/global_styles/content/_comments.sass index 3a283ab378..92eeda5e28 100644 --- a/frontend/src/global_styles/content/_comments.sass +++ b/frontend/src/global_styles/content/_comments.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_context_menu.sass b/frontend/src/global_styles/content/_context_menu.sass index e83dc87af5..de91438504 100644 --- a/frontend/src/global_styles/content/_context_menu.sass +++ b/frontend/src/global_styles/content/_context_menu.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_contextual.sass b/frontend/src/global_styles/content/_contextual.sass index 17e349a2c8..7c6b0702e4 100644 --- a/frontend/src/global_styles/content/_contextual.sass +++ b/frontend/src/global_styles/content/_contextual.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_copy_to_clipboard.sass b/frontend/src/global_styles/content/_copy_to_clipboard.sass index 225b38c17e..f78a177637 100644 --- a/frontend/src/global_styles/content/_copy_to_clipboard.sass +++ b/frontend/src/global_styles/content/_copy_to_clipboard.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_custom_actions.sass b/frontend/src/global_styles/content/_custom_actions.sass index 5a9da905f4..0e20f3e568 100644 --- a/frontend/src/global_styles/content/_custom_actions.sass +++ b/frontend/src/global_styles/content/_custom_actions.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_datepicker.sass b/frontend/src/global_styles/content/_datepicker.sass index 6b19ca551a..34f23c9e01 100644 --- a/frontend/src/global_styles/content/_datepicker.sass +++ b/frontend/src/global_styles/content/_datepicker.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_diff.sass b/frontend/src/global_styles/content/_diff.sass index 3df4bfc992..9ee984a7ca 100644 --- a/frontend/src/global_styles/content/_diff.sass +++ b/frontend/src/global_styles/content/_diff.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_focus_within.sass b/frontend/src/global_styles/content/_focus_within.sass index 16da7e5a2b..57f39efc33 100644 --- a/frontend/src/global_styles/content/_focus_within.sass +++ b/frontend/src/global_styles/content/_focus_within.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_form_error_messages.sass b/frontend/src/global_styles/content/_form_error_messages.sass index 1db58018aa..44dc1a27b8 100644 --- a/frontend/src/global_styles/content/_form_error_messages.sass +++ b/frontend/src/global_styles/content/_form_error_messages.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_forms.sass b/frontend/src/global_styles/content/_forms.sass index 923a27dab3..25bd9c3361 100644 --- a/frontend/src/global_styles/content/_forms.sass +++ b/frontend/src/global_styles/content/_forms.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_forms_mobile.sass b/frontend/src/global_styles/content/_forms_mobile.sass index f2aca49d6f..a7635b8b3c 100644 --- a/frontend/src/global_styles/content/_forms_mobile.sass +++ b/frontend/src/global_styles/content/_forms_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_headings.sass b/frontend/src/global_styles/content/_headings.sass index a89d31c379..366716dcae 100644 --- a/frontend/src/global_styles/content/_headings.sass +++ b/frontend/src/global_styles/content/_headings.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_help_texts.sass b/frontend/src/global_styles/content/_help_texts.sass index 64981d57e4..c4f8cfd9b0 100644 --- a/frontend/src/global_styles/content/_help_texts.sass +++ b/frontend/src/global_styles/content/_help_texts.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_hidden.sass b/frontend/src/global_styles/content/_hidden.sass index c19df905c9..9c7c57b861 100644 --- a/frontend/src/global_styles/content/_hidden.sass +++ b/frontend/src/global_styles/content/_hidden.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_hide_section.sass b/frontend/src/global_styles/content/_hide_section.sass index 1510de2e9f..ba8dc93315 100644 --- a/frontend/src/global_styles/content/_hide_section.sass +++ b/frontend/src/global_styles/content/_hide_section.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_hide_until_initialized.sass b/frontend/src/global_styles/content/_hide_until_initialized.sass index 00d24d12a8..8ed687284c 100644 --- a/frontend/src/global_styles/content/_hide_until_initialized.sass +++ b/frontend/src/global_styles/content/_hide_until_initialized.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_icon_control.sass b/frontend/src/global_styles/content/_icon_control.sass index c911a9b31a..8e20cf2111 100644 --- a/frontend/src/global_styles/content/_icon_control.sass +++ b/frontend/src/global_styles/content/_icon_control.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_info_boxes.sass b/frontend/src/global_styles/content/_info_boxes.sass index ec4172cfd7..0c26ae96c7 100644 --- a/frontend/src/global_styles/content/_info_boxes.sass +++ b/frontend/src/global_styles/content/_info_boxes.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_information_section.sass b/frontend/src/global_styles/content/_information_section.sass index 80ea8a081e..bdad1d3ec7 100644 --- a/frontend/src/global_styles/content/_information_section.sass +++ b/frontend/src/global_styles/content/_information_section.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_journal.sass b/frontend/src/global_styles/content/_journal.sass index 1a2c20c425..077836429f 100644 --- a/frontend/src/global_styles/content/_journal.sass +++ b/frontend/src/global_styles/content/_journal.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_links.sass b/frontend/src/global_styles/content/_links.sass index e7d6952a4f..057aa1bcae 100644 --- a/frontend/src/global_styles/content/_links.sass +++ b/frontend/src/global_styles/content/_links.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_list.sass b/frontend/src/global_styles/content/_list.sass index 49d58ca5cd..0ef4045291 100644 --- a/frontend/src/global_styles/content/_list.sass +++ b/frontend/src/global_styles/content/_list.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_members.sass b/frontend/src/global_styles/content/_members.sass index d445bf8543..3c3512fa80 100644 --- a/frontend/src/global_styles/content/_members.sass +++ b/frontend/src/global_styles/content/_members.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_my_account.sass b/frontend/src/global_styles/content/_my_account.sass index bd2645f002..1a76021144 100644 --- a/frontend/src/global_styles/content/_my_account.sass +++ b/frontend/src/global_styles/content/_my_account.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_my_page.sass b/frontend/src/global_styles/content/_my_page.sass index 08b6c0fb9c..22c6c8f9cd 100644 --- a/frontend/src/global_styles/content/_my_page.sass +++ b/frontend/src/global_styles/content/_my_page.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_news.sass b/frontend/src/global_styles/content/_news.sass index 3caf9ae2f9..084e7401c8 100644 --- a/frontend/src/global_styles/content/_news.sass +++ b/frontend/src/global_styles/content/_news.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_on_off_status.sass b/frontend/src/global_styles/content/_on_off_status.sass index 453cacd382..16c2d86ca2 100644 --- a/frontend/src/global_styles/content/_on_off_status.sass +++ b/frontend/src/global_styles/content/_on_off_status.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_pagination.sass b/frontend/src/global_styles/content/_pagination.sass index 2f848929cc..6766fe7f10 100644 --- a/frontend/src/global_styles/content/_pagination.sass +++ b/frontend/src/global_styles/content/_pagination.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_progress_bar.sass b/frontend/src/global_styles/content/_progress_bar.sass index ba9ce146b6..2f2b68fbc7 100644 --- a/frontend/src/global_styles/content/_progress_bar.sass +++ b/frontend/src/global_styles/content/_progress_bar.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_project_overview.sass b/frontend/src/global_styles/content/_project_overview.sass index 9a8ecff15e..7730a77cd8 100644 --- a/frontend/src/global_styles/content/_project_overview.sass +++ b/frontend/src/global_styles/content/_project_overview.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_projects_list.sass b/frontend/src/global_styles/content/_projects_list.sass index 417248648b..14d261cbc2 100644 --- a/frontend/src/global_styles/content/_projects_list.sass +++ b/frontend/src/global_styles/content/_projects_list.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_simple_filters.sass b/frontend/src/global_styles/content/_simple_filters.sass index 3cbbdcb188..7ee57f0e1f 100644 --- a/frontend/src/global_styles/content/_simple_filters.sass +++ b/frontend/src/global_styles/content/_simple_filters.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_table.sass b/frontend/src/global_styles/content/_table.sass index 52bbcdb4ee..a547cba2c9 100644 --- a/frontend/src/global_styles/content/_table.sass +++ b/frontend/src/global_styles/content/_table.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_tables.sass b/frontend/src/global_styles/content/_tables.sass index d0e42fc0f0..03fe234aef 100644 --- a/frontend/src/global_styles/content/_tables.sass +++ b/frontend/src/global_styles/content/_tables.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_tabular.sass b/frontend/src/global_styles/content/_tabular.sass index 43470fecc3..c0e50c720e 100644 --- a/frontend/src/global_styles/content/_tabular.sass +++ b/frontend/src/global_styles/content/_tabular.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_toast.sass b/frontend/src/global_styles/content/_toast.sass index 57f4c6578d..3376522972 100644 --- a/frontend/src/global_styles/content/_toast.sass +++ b/frontend/src/global_styles/content/_toast.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_toast_mobile.sass b/frontend/src/global_styles/content/_toast_mobile.sass index 3279411cef..f715eb827e 100644 --- a/frontend/src/global_styles/content/_toast_mobile.sass +++ b/frontend/src/global_styles/content/_toast_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_tooltips.sass b/frontend/src/global_styles/content/_tooltips.sass index e018f80c7d..fd3f3601d2 100644 --- a/frontend/src/global_styles/content/_tooltips.sass +++ b/frontend/src/global_styles/content/_tooltips.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_user.sass b/frontend/src/global_styles/content/_user.sass index 4fc1068d27..6b9217454a 100644 --- a/frontend/src/global_styles/content/_user.sass +++ b/frontend/src/global_styles/content/_user.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_user_mention.sass b/frontend/src/global_styles/content/_user_mention.sass index fc95a85a98..7769f7e304 100644 --- a/frontend/src/global_styles/content/_user_mention.sass +++ b/frontend/src/global_styles/content/_user_mention.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_version.sass b/frontend/src/global_styles/content/_version.sass index 7ff5e15907..8781745f85 100644 --- a/frontend/src/global_styles/content/_version.sass +++ b/frontend/src/global_styles/content/_version.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_watchers.sass b/frontend/src/global_styles/content/_watchers.sass index 196a884986..3e88ad3571 100644 --- a/frontend/src/global_styles/content/_watchers.sass +++ b/frontend/src/global_styles/content/_watchers.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_widget_box.sass b/frontend/src/global_styles/content/_widget_box.sass index 186d5fda8f..6ddb62dddc 100644 --- a/frontend/src/global_styles/content/_widget_box.sass +++ b/frontend/src/global_styles/content/_widget_box.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/_work_packages.sass b/frontend/src/global_styles/content/_work_packages.sass index 27453cfe64..eb15e375e2 100644 --- a/frontend/src/global_styles/content/_work_packages.sass +++ b/frontend/src/global_styles/content/_work_packages.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/drag_and_drop.sass b/frontend/src/global_styles/content/drag_and_drop.sass index f4d46f019c..e976ee7404 100644 --- a/frontend/src/global_styles/content/drag_and_drop.sass +++ b/frontend/src/global_styles/content/drag_and_drop.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/_table_content.sass b/frontend/src/global_styles/content/work_packages/_table_content.sass index 22fdd1e1c4..13c7cdb912 100644 --- a/frontend/src/global_styles/content/work_packages/_table_content.sass +++ b/frontend/src/global_styles/content/work_packages/_table_content.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/inplace_editing/_display_fields.sass b/frontend/src/global_styles/content/work_packages/inplace_editing/_display_fields.sass index 6ae4076d5c..1191f6bf13 100644 --- a/frontend/src/global_styles/content/work_packages/inplace_editing/_display_fields.sass +++ b/frontend/src/global_styles/content/work_packages/inplace_editing/_display_fields.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/inplace_editing/_textareas.sass b/frontend/src/global_styles/content/work_packages/inplace_editing/_textareas.sass index 08063cb14d..8ec197c1ad 100644 --- a/frontend/src/global_styles/content/work_packages/inplace_editing/_textareas.sass +++ b/frontend/src/global_styles/content/work_packages/inplace_editing/_textareas.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/shared/_file_list.sass b/frontend/src/global_styles/content/work_packages/shared/_file_list.sass index d1a030a1c0..31c98511d4 100644 --- a/frontend/src/global_styles/content/work_packages/shared/_file_list.sass +++ b/frontend/src/global_styles/content/work_packages/shared/_file_list.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/shared/_file_picker.sass b/frontend/src/global_styles/content/work_packages/shared/_file_picker.sass index 6f7bb23c71..897d219815 100644 --- a/frontend/src/global_styles/content/work_packages/shared/_file_picker.sass +++ b/frontend/src/global_styles/content/work_packages/shared/_file_picker.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/shared/_file_section.sass b/frontend/src/global_styles/content/work_packages/shared/_file_section.sass index 39cc2d04be..6b5f453fb7 100644 --- a/frontend/src/global_styles/content/work_packages/shared/_file_section.sass +++ b/frontend/src/global_styles/content/work_packages/shared/_file_section.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/single_view/_single_view.sass b/frontend/src/global_styles/content/work_packages/single_view/_single_view.sass index ddff242a07..7dd21f1d3f 100644 --- a/frontend/src/global_styles/content/work_packages/single_view/_single_view.sass +++ b/frontend/src/global_styles/content/work_packages/single_view/_single_view.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/tabs/_activities.sass b/frontend/src/global_styles/content/work_packages/tabs/_activities.sass index 260d735da6..06a59baf9f 100644 --- a/frontend/src/global_styles/content/work_packages/tabs/_activities.sass +++ b/frontend/src/global_styles/content/work_packages/tabs/_activities.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/tabs/_files_tab.sass b/frontend/src/global_styles/content/work_packages/tabs/_files_tab.sass index 456d89877e..0f6038cd8e 100644 --- a/frontend/src/global_styles/content/work_packages/tabs/_files_tab.sass +++ b/frontend/src/global_styles/content/work_packages/tabs/_files_tab.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/tabs/_relations.sass b/frontend/src/global_styles/content/work_packages/tabs/_relations.sass index 74347cd52a..4eb283fa05 100644 --- a/frontend/src/global_styles/content/work_packages/tabs/_relations.sass +++ b/frontend/src/global_styles/content/work_packages/tabs/_relations.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/content/work_packages/tabs/_tab_content.sass b/frontend/src/global_styles/content/work_packages/tabs/_tab_content.sass index 28aa5232f6..880ec53cd5 100644 --- a/frontend/src/global_styles/content/work_packages/tabs/_tab_content.sass +++ b/frontend/src/global_styles/content/work_packages/tabs/_tab_content.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/fonts/_lato.sass b/frontend/src/global_styles/fonts/_lato.sass index 2c95ef064d..5a2c18f355 100644 --- a/frontend/src/global_styles/fonts/_lato.sass +++ b/frontend/src/global_styles/fonts/_lato.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/fonts/_openproject_icon_font.sass b/frontend/src/global_styles/fonts/_openproject_icon_font.sass index b30b77f9c7..5e6e6d5d99 100644 --- a/frontend/src/global_styles/fonts/_openproject_icon_font.sass +++ b/frontend/src/global_styles/fonts/_openproject_icon_font.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/fonts/_openproject_icon_font_face.scss b/frontend/src/global_styles/fonts/_openproject_icon_font_face.scss index 71dfa52fb3..1cb354f66c 100644 --- a/frontend/src/global_styles/fonts/_openproject_icon_font_face.scss +++ b/frontend/src/global_styles/fonts/_openproject_icon_font_face.scss @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_admin.sass b/frontend/src/global_styles/layout/_admin.sass index 9ddf837735..d17a07bc74 100644 --- a/frontend/src/global_styles/layout/_admin.sass +++ b/frontend/src/global_styles/layout/_admin.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_base.sass b/frontend/src/global_styles/layout/_base.sass index 05a5ca1c5d..76589c631d 100644 --- a/frontend/src/global_styles/layout/_base.sass +++ b/frontend/src/global_styles/layout/_base.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_base_mobile.sass b/frontend/src/global_styles/layout/_base_mobile.sass index 44256c5268..3aeadc9086 100644 --- a/frontend/src/global_styles/layout/_base_mobile.sass +++ b/frontend/src/global_styles/layout/_base_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_breadcrumb.sass b/frontend/src/global_styles/layout/_breadcrumb.sass index 0a15281486..cfb2b00acc 100644 --- a/frontend/src/global_styles/layout/_breadcrumb.sass +++ b/frontend/src/global_styles/layout/_breadcrumb.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_colors.sass b/frontend/src/global_styles/layout/_colors.sass index 3323476b07..f157a14ec3 100644 --- a/frontend/src/global_styles/layout/_colors.sass +++ b/frontend/src/global_styles/layout/_colors.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_drop_down.sass b/frontend/src/global_styles/layout/_drop_down.sass index f96982d9f2..62009cb80a 100644 --- a/frontend/src/global_styles/layout/_drop_down.sass +++ b/frontend/src/global_styles/layout/_drop_down.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_drop_down_mobile.sass b/frontend/src/global_styles/layout/_drop_down_mobile.sass index e8022f76f2..4707dd49fd 100644 --- a/frontend/src/global_styles/layout/_drop_down_mobile.sass +++ b/frontend/src/global_styles/layout/_drop_down_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_grid.sass b/frontend/src/global_styles/layout/_grid.sass index 500bd14e8c..908fd41872 100644 --- a/frontend/src/global_styles/layout/_grid.sass +++ b/frontend/src/global_styles/layout/_grid.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_index.sass b/frontend/src/global_styles/layout/_index.sass index 586dad3dd0..83a5a6a489 100644 --- a/frontend/src/global_styles/layout/_index.sass +++ b/frontend/src/global_styles/layout/_index.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_main_menu.sass b/frontend/src/global_styles/layout/_main_menu.sass index ef89cff651..b1fea06e58 100644 --- a/frontend/src/global_styles/layout/_main_menu.sass +++ b/frontend/src/global_styles/layout/_main_menu.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_main_menu_mobile.sass b/frontend/src/global_styles/layout/_main_menu_mobile.sass index 0bc7f4eaee..0aee0143b1 100644 --- a/frontend/src/global_styles/layout/_main_menu_mobile.sass +++ b/frontend/src/global_styles/layout/_main_menu_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_toolbar.sass b/frontend/src/global_styles/layout/_toolbar.sass index 31974bb2b5..ee2a265b2d 100644 --- a/frontend/src/global_styles/layout/_toolbar.sass +++ b/frontend/src/global_styles/layout/_toolbar.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/_toolbar_mobile.sass b/frontend/src/global_styles/layout/_toolbar_mobile.sass index 29a9f7c3bc..3a51498215 100644 --- a/frontend/src/global_styles/layout/_toolbar_mobile.sass +++ b/frontend/src/global_styles/layout/_toolbar_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/work_packages/_details_view.sass b/frontend/src/global_styles/layout/work_packages/_details_view.sass index 84213755ca..6e780587c8 100644 --- a/frontend/src/global_styles/layout/work_packages/_details_view.sass +++ b/frontend/src/global_styles/layout/work_packages/_details_view.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/work_packages/_full_view.sass b/frontend/src/global_styles/layout/work_packages/_full_view.sass index 679b589a2d..147c7cfaac 100644 --- a/frontend/src/global_styles/layout/work_packages/_full_view.sass +++ b/frontend/src/global_styles/layout/work_packages/_full_view.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/work_packages/_mobile.sass b/frontend/src/global_styles/layout/work_packages/_mobile.sass index 259dca58a6..0195c2f864 100644 --- a/frontend/src/global_styles/layout/work_packages/_mobile.sass +++ b/frontend/src/global_styles/layout/work_packages/_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/work_packages/_table.sass b/frontend/src/global_styles/layout/work_packages/_table.sass index a4bc52edb5..a160a61753 100644 --- a/frontend/src/global_styles/layout/work_packages/_table.sass +++ b/frontend/src/global_styles/layout/work_packages/_table.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/layout/work_packages/_table_embedded.sass b/frontend/src/global_styles/layout/work_packages/_table_embedded.sass index 015b256eca..b5f28d8a35 100644 --- a/frontend/src/global_styles/layout/work_packages/_table_embedded.sass +++ b/frontend/src/global_styles/layout/work_packages/_table_embedded.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/openproject/_accessibility.sass b/frontend/src/global_styles/openproject/_accessibility.sass index 020d4fe07c..5fa7245724 100644 --- a/frontend/src/global_styles/openproject/_accessibility.sass +++ b/frontend/src/global_styles/openproject/_accessibility.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/openproject/_functions.sass b/frontend/src/global_styles/openproject/_functions.sass index 9aa59e780a..dbb734607c 100644 --- a/frontend/src/global_styles/openproject/_functions.sass +++ b/frontend/src/global_styles/openproject/_functions.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/openproject/_generic.sass b/frontend/src/global_styles/openproject/_generic.sass index 9d4fcc0101..1dcbab9dc7 100644 --- a/frontend/src/global_styles/openproject/_generic.sass +++ b/frontend/src/global_styles/openproject/_generic.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/openproject/_homescreen.sass b/frontend/src/global_styles/openproject/_homescreen.sass index 771e636127..87e711929b 100644 --- a/frontend/src/global_styles/openproject/_homescreen.sass +++ b/frontend/src/global_styles/openproject/_homescreen.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/openproject/_mixins.sass b/frontend/src/global_styles/openproject/_mixins.sass index 7f91bc8b02..fde6e55112 100644 --- a/frontend/src/global_styles/openproject/_mixins.sass +++ b/frontend/src/global_styles/openproject/_mixins.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/openproject/_onboarding.sass b/frontend/src/global_styles/openproject/_onboarding.sass index 08a31aff24..af3d8c5919 100644 --- a/frontend/src/global_styles/openproject/_onboarding.sass +++ b/frontend/src/global_styles/openproject/_onboarding.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/openproject/_scm.sass b/frontend/src/global_styles/openproject/_scm.sass index 11bf56cf4d..d86b66e4bd 100644 --- a/frontend/src/global_styles/openproject/_scm.sass +++ b/frontend/src/global_styles/openproject/_scm.sass @@ -1,6 +1,6 @@ /*-- copyright * OpenProject is an open source project management software. - * Copyright (C) 2012-2020 the OpenProject GmbH + * Copyright (C) 2012-2023 the OpenProject GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/global_styles/openproject/_variables.scss b/frontend/src/global_styles/openproject/_variables.scss index 55e40728dd..5012616c0e 100644 --- a/frontend/src/global_styles/openproject/_variables.scss +++ b/frontend/src/global_styles/openproject/_variables.scss @@ -1,6 +1,6 @@ /*-- copyright * OpenProject is an open source project management software. - * Copyright (C) 2012-2020 the OpenProject GmbH + * Copyright (C) 2012-2023 the OpenProject GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/test/openproject-tests.js b/frontend/src/test/openproject-tests.js index 4313ecca25..20795d98a6 100644 --- a/frontend/src/test/openproject-tests.js +++ b/frontend/src/test/openproject-tests.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/typings/open-project.typings.d.ts b/frontend/src/typings/open-project.typings.d.ts index 97f67a4316..216f85cab7 100644 --- a/frontend/src/typings/open-project.typings.d.ts +++ b/frontend/src/typings/open-project.typings.d.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/appsignal_api.rb b/lib/api/appsignal_api.rb index 4797c2d9c8..36271ea419 100644 --- a/lib/api/appsignal_api.rb +++ b/lib/api/appsignal_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/caching/cached_representer.rb b/lib/api/caching/cached_representer.rb index 322c115595..11799a5f05 100644 --- a/lib/api/caching/cached_representer.rb +++ b/lib/api/caching/cached_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/aggregation_group.rb b/lib/api/decorators/aggregation_group.rb index 7da48d3d40..5f1db14b53 100644 --- a/lib/api/decorators/aggregation_group.rb +++ b/lib/api/decorators/aggregation_group.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/allowed_values_by_collection_representer.rb b/lib/api/decorators/allowed_values_by_collection_representer.rb index 71280e6263..7c5a516c87 100644 --- a/lib/api/decorators/allowed_values_by_collection_representer.rb +++ b/lib/api/decorators/allowed_values_by_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/allowed_values_by_link_representer.rb b/lib/api/decorators/allowed_values_by_link_representer.rb index 944baf20b8..b3e8578e3e 100644 --- a/lib/api/decorators/allowed_values_by_link_representer.rb +++ b/lib/api/decorators/allowed_values_by_link_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/collection.rb b/lib/api/decorators/collection.rb index 9358a186a7..0176e13ac5 100644 --- a/lib/api/decorators/collection.rb +++ b/lib/api/decorators/collection.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/create_form.rb b/lib/api/decorators/create_form.rb index 559a6c211a..5da5dd514b 100644 --- a/lib/api/decorators/create_form.rb +++ b/lib/api/decorators/create_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/date_property.rb b/lib/api/decorators/date_property.rb index fd1e9d4407..15990f8381 100644 --- a/lib/api/decorators/date_property.rb +++ b/lib/api/decorators/date_property.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/digest.rb b/lib/api/decorators/digest.rb index d1b0433169..0de499c28f 100644 --- a/lib/api/decorators/digest.rb +++ b/lib/api/decorators/digest.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/form.rb b/lib/api/decorators/form.rb index f4876a1576..cb2f809fae 100644 --- a/lib/api/decorators/form.rb +++ b/lib/api/decorators/form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/formattable.rb b/lib/api/decorators/formattable.rb index c4db0f682a..3def5e97ed 100644 --- a/lib/api/decorators/formattable.rb +++ b/lib/api/decorators/formattable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/formattable_property.rb b/lib/api/decorators/formattable_property.rb index e9e8e6ec7d..37ffd9cb38 100644 --- a/lib/api/decorators/formattable_property.rb +++ b/lib/api/decorators/formattable_property.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/link_object.rb b/lib/api/decorators/link_object.rb index e402a3817e..6cda7238a4 100644 --- a/lib/api/decorators/link_object.rb +++ b/lib/api/decorators/link_object.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/linked_resource.rb b/lib/api/decorators/linked_resource.rb index c5c7055f04..b76d99deda 100644 --- a/lib/api/decorators/linked_resource.rb +++ b/lib/api/decorators/linked_resource.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/meta_form.rb b/lib/api/decorators/meta_form.rb index ca6d382d44..be5ac68cd9 100644 --- a/lib/api/decorators/meta_form.rb +++ b/lib/api/decorators/meta_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/offset_paginated_collection.rb b/lib/api/decorators/offset_paginated_collection.rb index 7a76779192..1e9f0a8066 100644 --- a/lib/api/decorators/offset_paginated_collection.rb +++ b/lib/api/decorators/offset_paginated_collection.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/polymorphic_resource.rb b/lib/api/decorators/polymorphic_resource.rb index 7571d1bff5..a0d8e31df4 100644 --- a/lib/api/decorators/polymorphic_resource.rb +++ b/lib/api/decorators/polymorphic_resource.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/property_schema_representer.rb b/lib/api/decorators/property_schema_representer.rb index 2838b09a3c..2cc240a23e 100644 --- a/lib/api/decorators/property_schema_representer.rb +++ b/lib/api/decorators/property_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/query_params_representer.rb b/lib/api/decorators/query_params_representer.rb index 152d59349b..1ead401fe3 100644 --- a/lib/api/decorators/query_params_representer.rb +++ b/lib/api/decorators/query_params_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/schema_representer.rb b/lib/api/decorators/schema_representer.rb index 660d929a57..1b1cedc297 100644 --- a/lib/api/decorators/schema_representer.rb +++ b/lib/api/decorators/schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/simple_form.rb b/lib/api/decorators/simple_form.rb index 30c3bfcc95..478c220545 100644 --- a/lib/api/decorators/simple_form.rb +++ b/lib/api/decorators/simple_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/single.rb b/lib/api/decorators/single.rb index 43dae9a591..2e39b03d14 100644 --- a/lib/api/decorators/single.rb +++ b/lib/api/decorators/single.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/sql/hal.rb b/lib/api/decorators/sql/hal.rb index 70360a646d..c13ead2319 100644 --- a/lib/api/decorators/sql/hal.rb +++ b/lib/api/decorators/sql/hal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/sql_collection_representer.rb b/lib/api/decorators/sql_collection_representer.rb index 881d3aa752..8d6040584c 100644 --- a/lib/api/decorators/sql_collection_representer.rb +++ b/lib/api/decorators/sql_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/unpaginated_collection.rb b/lib/api/decorators/unpaginated_collection.rb index 3446f8a081..4fd3d044f9 100644 --- a/lib/api/decorators/unpaginated_collection.rb +++ b/lib/api/decorators/unpaginated_collection.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/decorators/update_form.rb b/lib/api/decorators/update_form.rb index 54859386dd..9e35e02d4a 100644 --- a/lib/api/decorators/update_form.rb +++ b/lib/api/decorators/update_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/bad_request.rb b/lib/api/errors/bad_request.rb index 80dcb335e3..a1c021e745 100644 --- a/lib/api/errors/bad_request.rb +++ b/lib/api/errors/bad_request.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/conflict.rb b/lib/api/errors/conflict.rb index 45c8932a8d..5efb59026a 100644 --- a/lib/api/errors/conflict.rb +++ b/lib/api/errors/conflict.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/error_base.rb b/lib/api/errors/error_base.rb index c0efc122e2..3067cfc382 100644 --- a/lib/api/errors/error_base.rb +++ b/lib/api/errors/error_base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/internal_error.rb b/lib/api/errors/internal_error.rb index e1a8519cab..5ab08a42c9 100644 --- a/lib/api/errors/internal_error.rb +++ b/lib/api/errors/internal_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/invalid_query.rb b/lib/api/errors/invalid_query.rb index 45456fd2cb..94c8de53fe 100644 --- a/lib/api/errors/invalid_query.rb +++ b/lib/api/errors/invalid_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/invalid_render_context.rb b/lib/api/errors/invalid_render_context.rb index b519ffa132..6d1b804b3d 100644 --- a/lib/api/errors/invalid_render_context.rb +++ b/lib/api/errors/invalid_render_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/invalid_request_body.rb b/lib/api/errors/invalid_request_body.rb index 3d1ee011d4..ba025bcd95 100644 --- a/lib/api/errors/invalid_request_body.rb +++ b/lib/api/errors/invalid_request_body.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/invalid_resource_link.rb b/lib/api/errors/invalid_resource_link.rb index 9bbdee1008..f5f34fb8f9 100644 --- a/lib/api/errors/invalid_resource_link.rb +++ b/lib/api/errors/invalid_resource_link.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/invalid_signal.rb b/lib/api/errors/invalid_signal.rb index 510a72bc7e..2e6290b12a 100644 --- a/lib/api/errors/invalid_signal.rb +++ b/lib/api/errors/invalid_signal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/invalid_user_status_transition.rb b/lib/api/errors/invalid_user_status_transition.rb index 6e2bbbcc0e..9512d6a07c 100644 --- a/lib/api/errors/invalid_user_status_transition.rb +++ b/lib/api/errors/invalid_user_status_transition.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/multiple_errors.rb b/lib/api/errors/multiple_errors.rb index 64ae2d3f83..b93affe35f 100644 --- a/lib/api/errors/multiple_errors.rb +++ b/lib/api/errors/multiple_errors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/not_found.rb b/lib/api/errors/not_found.rb index f0e1a16a9e..0c8e966965 100644 --- a/lib/api/errors/not_found.rb +++ b/lib/api/errors/not_found.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/not_implemented.rb b/lib/api/errors/not_implemented.rb index ca0f207802..9205def1dd 100644 --- a/lib/api/errors/not_implemented.rb +++ b/lib/api/errors/not_implemented.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/parse_error.rb b/lib/api/errors/parse_error.rb index 6353f5b882..2774e6e2b4 100644 --- a/lib/api/errors/parse_error.rb +++ b/lib/api/errors/parse_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/property_format_error.rb b/lib/api/errors/property_format_error.rb index 0480b35b8c..ae1ab2d95e 100644 --- a/lib/api/errors/property_format_error.rb +++ b/lib/api/errors/property_format_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/property_missing_error.rb b/lib/api/errors/property_missing_error.rb index 131f0fbb26..2c493db10b 100644 --- a/lib/api/errors/property_missing_error.rb +++ b/lib/api/errors/property_missing_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/too_many_requests.rb b/lib/api/errors/too_many_requests.rb index 14f4b35b52..5c3cfd4b22 100644 --- a/lib/api/errors/too_many_requests.rb +++ b/lib/api/errors/too_many_requests.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/unauthenticated.rb b/lib/api/errors/unauthenticated.rb index f4c5cf4da7..225b2d0fce 100644 --- a/lib/api/errors/unauthenticated.rb +++ b/lib/api/errors/unauthenticated.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/unauthorized.rb b/lib/api/errors/unauthorized.rb index 0c9a714abb..af2dcaa06f 100644 --- a/lib/api/errors/unauthorized.rb +++ b/lib/api/errors/unauthorized.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/unsupported_media_type.rb b/lib/api/errors/unsupported_media_type.rb index c1af862d3c..b61203a853 100644 --- a/lib/api/errors/unsupported_media_type.rb +++ b/lib/api/errors/unsupported_media_type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/unwritable_property.rb b/lib/api/errors/unwritable_property.rb index 8955c57601..d61b72da7a 100644 --- a/lib/api/errors/unwritable_property.rb +++ b/lib/api/errors/unwritable_property.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/errors/validation.rb b/lib/api/errors/validation.rb index 2d085e1f3d..a77fdf9e9d 100644 --- a/lib/api/errors/validation.rb +++ b/lib/api/errors/validation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/formatter.rb b/lib/api/formatter.rb index 5556cf3324..23de94a24f 100644 --- a/lib/api/formatter.rb +++ b/lib/api/formatter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/helpers/attachment_renderer.rb b/lib/api/helpers/attachment_renderer.rb index c6b49faddb..58100b3f1e 100644 --- a/lib/api/helpers/attachment_renderer.rb +++ b/lib/api/helpers/attachment_renderer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/open_project_api.rb b/lib/api/open_project_api.rb index 53ea3b5114..d6daaba888 100644 --- a/lib/api/open_project_api.rb +++ b/lib/api/open_project_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/patchable_api.rb b/lib/api/patchable_api.rb index 99d5e80acc..c9ade8448c 100644 --- a/lib/api/patchable_api.rb +++ b/lib/api/patchable_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/root.rb b/lib/api/root.rb index 9d843b36a8..a87ae7f3c2 100644 --- a/lib/api/root.rb +++ b/lib/api/root.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/root_api.rb b/lib/api/root_api.rb index 556bb66f49..7f50f30f35 100644 --- a/lib/api/root_api.rb +++ b/lib/api/root_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/camel_casing_strategy.rb b/lib/api/utilities/camel_casing_strategy.rb index a6ca372835..6d8447df72 100644 --- a/lib/api/utilities/camel_casing_strategy.rb +++ b/lib/api/utilities/camel_casing_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/decorator_factory.rb b/lib/api/utilities/decorator_factory.rb index b35be55be3..dca91c3b0d 100644 --- a/lib/api/utilities/decorator_factory.rb +++ b/lib/api/utilities/decorator_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/endpoints/bodied.rb b/lib/api/utilities/endpoints/bodied.rb index cc7c44452c..1f3fea858c 100644 --- a/lib/api/utilities/endpoints/bodied.rb +++ b/lib/api/utilities/endpoints/bodied.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/endpoints/create.rb b/lib/api/utilities/endpoints/create.rb index 9f44c478fe..866396bb6c 100644 --- a/lib/api/utilities/endpoints/create.rb +++ b/lib/api/utilities/endpoints/create.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/endpoints/delete.rb b/lib/api/utilities/endpoints/delete.rb index 23fbab7e48..4dece62958 100644 --- a/lib/api/utilities/endpoints/delete.rb +++ b/lib/api/utilities/endpoints/delete.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/endpoints/index.rb b/lib/api/utilities/endpoints/index.rb index 638f068122..b066502296 100644 --- a/lib/api/utilities/endpoints/index.rb +++ b/lib/api/utilities/endpoints/index.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/endpoints/modify.rb b/lib/api/utilities/endpoints/modify.rb index 2187aeafff..94a11f918b 100644 --- a/lib/api/utilities/endpoints/modify.rb +++ b/lib/api/utilities/endpoints/modify.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/endpoints/namespaced_lookup.rb b/lib/api/utilities/endpoints/namespaced_lookup.rb index 25a4496e70..62e0a48887 100644 --- a/lib/api/utilities/endpoints/namespaced_lookup.rb +++ b/lib/api/utilities/endpoints/namespaced_lookup.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/endpoints/show.rb b/lib/api/utilities/endpoints/show.rb index be7a886173..d4d84c9ceb 100644 --- a/lib/api/utilities/endpoints/show.rb +++ b/lib/api/utilities/endpoints/show.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/endpoints/update.rb b/lib/api/utilities/endpoints/update.rb index 7276997345..889e88ee4d 100644 --- a/lib/api/utilities/endpoints/update.rb +++ b/lib/api/utilities/endpoints/update.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/grape_helper.rb b/lib/api/utilities/grape_helper.rb index b042974a06..78264eec44 100644 --- a/lib/api/utilities/grape_helper.rb +++ b/lib/api/utilities/grape_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/meta_property.rb b/lib/api/utilities/meta_property.rb index 7c49da5d03..2ca7a34859 100644 --- a/lib/api/utilities/meta_property.rb +++ b/lib/api/utilities/meta_property.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/payload_representer.rb b/lib/api/utilities/payload_representer.rb index 43e6bc6870..0e167792d0 100644 --- a/lib/api/utilities/payload_representer.rb +++ b/lib/api/utilities/payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/property_name_converter.rb b/lib/api/utilities/property_name_converter.rb index 45c6be6f47..e378d88604 100644 --- a/lib/api/utilities/property_name_converter.rb +++ b/lib/api/utilities/property_name_converter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/property_name_converter_query_context.rb b/lib/api/utilities/property_name_converter_query_context.rb index 5a96d5fbad..5f4e871ee6 100644 --- a/lib/api/utilities/property_name_converter_query_context.rb +++ b/lib/api/utilities/property_name_converter_query_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/property_name_converter_work_package_dummy.rb b/lib/api/utilities/property_name_converter_work_package_dummy.rb index 01a2c5a3d0..efefb695a5 100644 --- a/lib/api/utilities/property_name_converter_work_package_dummy.rb +++ b/lib/api/utilities/property_name_converter_work_package_dummy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/query_filters_name_converter.rb b/lib/api/utilities/query_filters_name_converter.rb index 050d1f9641..0eab16f5c2 100644 --- a/lib/api/utilities/query_filters_name_converter.rb +++ b/lib/api/utilities/query_filters_name_converter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/representer_to_json_cache.rb b/lib/api/utilities/representer_to_json_cache.rb index 62ed74869c..82a5250112 100644 --- a/lib/api/utilities/representer_to_json_cache.rb +++ b/lib/api/utilities/representer_to_json_cache.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/resource_link_parser.rb b/lib/api/utilities/resource_link_parser.rb index d80bc11515..68ffc6f58f 100644 --- a/lib/api/utilities/resource_link_parser.rb +++ b/lib/api/utilities/resource_link_parser.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/text_renderer.rb b/lib/api/utilities/text_renderer.rb index 43d4e623f7..0b2281abb2 100644 --- a/lib/api/utilities/text_renderer.rb +++ b/lib/api/utilities/text_renderer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/url_helper.rb b/lib/api/utilities/url_helper.rb index f0dd21f048..893beea90f 100644 --- a/lib/api/utilities/url_helper.rb +++ b/lib/api/utilities/url_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/url_props_parsing_helper.rb b/lib/api/utilities/url_props_parsing_helper.rb index ee2a97170b..84f0c8cf3e 100644 --- a/lib/api/utilities/url_props_parsing_helper.rb +++ b/lib/api/utilities/url_props_parsing_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/utilities/wp_property_name_converter.rb b/lib/api/utilities/wp_property_name_converter.rb index 1fdbb8f1b4..d0c0260ae3 100644 --- a/lib/api/utilities/wp_property_name_converter.rb +++ b/lib/api/utilities/wp_property_name_converter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3.rb b/lib/api/v3.rb index af930ffb73..f3e573561b 100644 --- a/lib/api/v3.rb +++ b/lib/api/v3.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/actions/action_sql_collection_representer.rb b/lib/api/v3/actions/action_sql_collection_representer.rb index a29957f036..6edf15d0ea 100644 --- a/lib/api/v3/actions/action_sql_collection_representer.rb +++ b/lib/api/v3/actions/action_sql_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/actions/action_sql_representer.rb b/lib/api/v3/actions/action_sql_representer.rb index 12cce4e12a..51af88c097 100644 --- a/lib/api/v3/actions/action_sql_representer.rb +++ b/lib/api/v3/actions/action_sql_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/actions/actions_api.rb b/lib/api/v3/actions/actions_api.rb index 80c0e42f99..c214525c57 100644 --- a/lib/api/v3/actions/actions_api.rb +++ b/lib/api/v3/actions/actions_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/activities/activities_api.rb b/lib/api/v3/activities/activities_api.rb index 2309eaf0a0..47a8ccb4ae 100644 --- a/lib/api/v3/activities/activities_api.rb +++ b/lib/api/v3/activities/activities_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/activities/activities_by_work_package_api.rb b/lib/api/v3/activities/activities_by_work_package_api.rb index 83c964a3cf..8a2c0a0d9c 100644 --- a/lib/api/v3/activities/activities_by_work_package_api.rb +++ b/lib/api/v3/activities/activities_by_work_package_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/activities/activity_collection_representer.rb b/lib/api/v3/activities/activity_collection_representer.rb index 88db9bdb3a..c65176fb08 100644 --- a/lib/api/v3/activities/activity_collection_representer.rb +++ b/lib/api/v3/activities/activity_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/activities/activity_eager_loading_wrapper.rb b/lib/api/v3/activities/activity_eager_loading_wrapper.rb index b1f97e6146..86c2eccc59 100644 --- a/lib/api/v3/activities/activity_eager_loading_wrapper.rb +++ b/lib/api/v3/activities/activity_eager_loading_wrapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/activities/activity_payload_representer.rb b/lib/api/v3/activities/activity_payload_representer.rb index 6e50ba4b4e..f288d8d875 100644 --- a/lib/api/v3/activities/activity_payload_representer.rb +++ b/lib/api/v3/activities/activity_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/activities/activity_property_formatters.rb b/lib/api/v3/activities/activity_property_formatters.rb index effac9e441..280a58b3d3 100644 --- a/lib/api/v3/activities/activity_property_formatters.rb +++ b/lib/api/v3/activities/activity_property_formatters.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/activities/activity_representer.rb b/lib/api/v3/activities/activity_representer.rb index 048ff41596..767cca244b 100644 --- a/lib/api/v3/activities/activity_representer.rb +++ b/lib/api/v3/activities/activity_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachable_payload_representer_mixin.rb b/lib/api/v3/attachments/attachable_payload_representer_mixin.rb index 7a2b34131c..a3f9171733 100644 --- a/lib/api/v3/attachments/attachable_payload_representer_mixin.rb +++ b/lib/api/v3/attachments/attachable_payload_representer_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachable_representer_mixin.rb b/lib/api/v3/attachments/attachable_representer_mixin.rb index 24128c245c..fed4be3856 100644 --- a/lib/api/v3/attachments/attachable_representer_mixin.rb +++ b/lib/api/v3/attachments/attachable_representer_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachment_collection_representer.rb b/lib/api/v3/attachments/attachment_collection_representer.rb index 1f19d95f09..bd985baae8 100644 --- a/lib/api/v3/attachments/attachment_collection_representer.rb +++ b/lib/api/v3/attachments/attachment_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachment_parsing_representer.rb b/lib/api/v3/attachments/attachment_parsing_representer.rb index cd4cf810fe..892a8bf377 100644 --- a/lib/api/v3/attachments/attachment_parsing_representer.rb +++ b/lib/api/v3/attachments/attachment_parsing_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachment_representer.rb b/lib/api/v3/attachments/attachment_representer.rb index 442f6b5bfa..6599242cea 100644 --- a/lib/api/v3/attachments/attachment_representer.rb +++ b/lib/api/v3/attachments/attachment_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachment_upload_representer.rb b/lib/api/v3/attachments/attachment_upload_representer.rb index a3431da234..5ad8490226 100644 --- a/lib/api/v3/attachments/attachment_upload_representer.rb +++ b/lib/api/v3/attachments/attachment_upload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachments_api.rb b/lib/api/v3/attachments/attachments_api.rb index 0300e4a5b8..f3a0b8c668 100644 --- a/lib/api/v3/attachments/attachments_api.rb +++ b/lib/api/v3/attachments/attachments_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachments_by_container_api.rb b/lib/api/v3/attachments/attachments_by_container_api.rb index 42453df993..78304ebff4 100644 --- a/lib/api/v3/attachments/attachments_by_container_api.rb +++ b/lib/api/v3/attachments/attachments_by_container_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachments_by_help_text_api.rb b/lib/api/v3/attachments/attachments_by_help_text_api.rb index c20e45ec1d..341054fbcd 100644 --- a/lib/api/v3/attachments/attachments_by_help_text_api.rb +++ b/lib/api/v3/attachments/attachments_by_help_text_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachments_by_post_api.rb b/lib/api/v3/attachments/attachments_by_post_api.rb index 81b019ebbb..6713259258 100644 --- a/lib/api/v3/attachments/attachments_by_post_api.rb +++ b/lib/api/v3/attachments/attachments_by_post_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachments_by_wiki_page_api.rb b/lib/api/v3/attachments/attachments_by_wiki_page_api.rb index 56f10d2301..ef9012b53a 100644 --- a/lib/api/v3/attachments/attachments_by_wiki_page_api.rb +++ b/lib/api/v3/attachments/attachments_by_wiki_page_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/attachments/attachments_by_work_package_api.rb b/lib/api/v3/attachments/attachments_by_work_package_api.rb index a1dfa6d1d6..f70ed45228 100644 --- a/lib/api/v3/attachments/attachments_by_work_package_api.rb +++ b/lib/api/v3/attachments/attachments_by_work_package_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/backups/backup_representer.rb b/lib/api/v3/backups/backup_representer.rb index 636e3dd95f..7f8951b949 100644 --- a/lib/api/v3/backups/backup_representer.rb +++ b/lib/api/v3/backups/backup_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/backups/backups_api.rb b/lib/api/v3/backups/backups_api.rb index d064233260..580c522b86 100644 --- a/lib/api/v3/backups/backups_api.rb +++ b/lib/api/v3/backups/backups_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/capabilities/capabilities_api.rb b/lib/api/v3/capabilities/capabilities_api.rb index d56f5a15c9..b1fd50ed72 100644 --- a/lib/api/v3/capabilities/capabilities_api.rb +++ b/lib/api/v3/capabilities/capabilities_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/capabilities/capability_sql_collection_representer.rb b/lib/api/v3/capabilities/capability_sql_collection_representer.rb index 5e6192ab18..11de3b2a29 100644 --- a/lib/api/v3/capabilities/capability_sql_collection_representer.rb +++ b/lib/api/v3/capabilities/capability_sql_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/capabilities/capability_sql_representer.rb b/lib/api/v3/capabilities/capability_sql_representer.rb index ab5e68552d..b8d4841e59 100644 --- a/lib/api/v3/capabilities/capability_sql_representer.rb +++ b/lib/api/v3/capabilities/capability_sql_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/capabilities/contexts/global_api.rb b/lib/api/v3/capabilities/contexts/global_api.rb index 0eca9c8b67..05678c5978 100644 --- a/lib/api/v3/capabilities/contexts/global_api.rb +++ b/lib/api/v3/capabilities/contexts/global_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/capabilities/contexts/global_representer.rb b/lib/api/v3/capabilities/contexts/global_representer.rb index 553c85001f..8964e1d743 100644 --- a/lib/api/v3/capabilities/contexts/global_representer.rb +++ b/lib/api/v3/capabilities/contexts/global_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/categories/categories_api.rb b/lib/api/v3/categories/categories_api.rb index f3eb4be760..b65363c2fd 100644 --- a/lib/api/v3/categories/categories_api.rb +++ b/lib/api/v3/categories/categories_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/categories/categories_by_project_api.rb b/lib/api/v3/categories/categories_by_project_api.rb index 8a2cb9594b..0501538b30 100644 --- a/lib/api/v3/categories/categories_by_project_api.rb +++ b/lib/api/v3/categories/categories_by_project_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/categories/category_collection_representer.rb b/lib/api/v3/categories/category_collection_representer.rb index e3c64f01d4..2e2113d5b2 100644 --- a/lib/api/v3/categories/category_collection_representer.rb +++ b/lib/api/v3/categories/category_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/categories/category_representer.rb b/lib/api/v3/categories/category_representer.rb index 4878477b5d..4602bc965f 100644 --- a/lib/api/v3/categories/category_representer.rb +++ b/lib/api/v3/categories/category_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/configuration/configuration_api.rb b/lib/api/v3/configuration/configuration_api.rb index 97a025320e..74585f18b1 100644 --- a/lib/api/v3/configuration/configuration_api.rb +++ b/lib/api/v3/configuration/configuration_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/configuration/configuration_representer.rb b/lib/api/v3/configuration/configuration_representer.rb index edc5eb1896..5e5d88c4be 100644 --- a/lib/api/v3/configuration/configuration_representer.rb +++ b/lib/api/v3/configuration/configuration_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/cors.rb b/lib/api/v3/cors.rb index aca7c516ed..919dd7b26f 100644 --- a/lib/api/v3/cors.rb +++ b/lib/api/v3/cors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/custom_actions/custom_action_execute_representer.rb b/lib/api/v3/custom_actions/custom_action_execute_representer.rb index e2849e7de5..c0716ebe6c 100644 --- a/lib/api/v3/custom_actions/custom_action_execute_representer.rb +++ b/lib/api/v3/custom_actions/custom_action_execute_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/custom_actions/custom_action_representer.rb b/lib/api/v3/custom_actions/custom_action_representer.rb index 157cd5a4be..e13ebb8b3c 100644 --- a/lib/api/v3/custom_actions/custom_action_representer.rb +++ b/lib/api/v3/custom_actions/custom_action_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/custom_actions/custom_actions_api.rb b/lib/api/v3/custom_actions/custom_actions_api.rb index f76c785e9d..c3075ac793 100644 --- a/lib/api/v3/custom_actions/custom_actions_api.rb +++ b/lib/api/v3/custom_actions/custom_actions_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/custom_options/custom_option_representer.rb b/lib/api/v3/custom_options/custom_option_representer.rb index 4308957f23..4acd229258 100644 --- a/lib/api/v3/custom_options/custom_option_representer.rb +++ b/lib/api/v3/custom_options/custom_option_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/custom_options/custom_options_api.rb b/lib/api/v3/custom_options/custom_options_api.rb index 43540d0ae5..8bc6de817e 100644 --- a/lib/api/v3/custom_options/custom_options_api.rb +++ b/lib/api/v3/custom_options/custom_options_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/day_collection_representer.rb b/lib/api/v3/days/day_collection_representer.rb index 8cf31640f9..4e63f1d104 100644 --- a/lib/api/v3/days/day_collection_representer.rb +++ b/lib/api/v3/days/day_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/day_representer.rb b/lib/api/v3/days/day_representer.rb index 85592d597c..423beba476 100644 --- a/lib/api/v3/days/day_representer.rb +++ b/lib/api/v3/days/day_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/days_api.rb b/lib/api/v3/days/days_api.rb index 2fa0b4db9c..3c70f64891 100644 --- a/lib/api/v3/days/days_api.rb +++ b/lib/api/v3/days/days_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/non_working_day_collection_representer.rb b/lib/api/v3/days/non_working_day_collection_representer.rb index 2be9018920..4847735523 100644 --- a/lib/api/v3/days/non_working_day_collection_representer.rb +++ b/lib/api/v3/days/non_working_day_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/non_working_day_representer.rb b/lib/api/v3/days/non_working_day_representer.rb index e810c8f87e..5fc596d1e5 100644 --- a/lib/api/v3/days/non_working_day_representer.rb +++ b/lib/api/v3/days/non_working_day_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/non_working_days_api.rb b/lib/api/v3/days/non_working_days_api.rb index dbb395d9c1..cb40008bb5 100644 --- a/lib/api/v3/days/non_working_days_api.rb +++ b/lib/api/v3/days/non_working_days_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/week_api.rb b/lib/api/v3/days/week_api.rb index 2e4e14b383..e7b81e5853 100644 --- a/lib/api/v3/days/week_api.rb +++ b/lib/api/v3/days/week_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/week_day_collection_representer.rb b/lib/api/v3/days/week_day_collection_representer.rb index eade97b5b4..4ca77b89fb 100644 --- a/lib/api/v3/days/week_day_collection_representer.rb +++ b/lib/api/v3/days/week_day_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/days/week_day_representer.rb b/lib/api/v3/days/week_day_representer.rb index f6119b3981..11c529505d 100644 --- a/lib/api/v3/days/week_day_representer.rb +++ b/lib/api/v3/days/week_day_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/errors/error_representer.rb b/lib/api/v3/errors/error_representer.rb index 0e17f33ec4..0e0f23bfd6 100644 --- a/lib/api/v3/errors/error_representer.rb +++ b/lib/api/v3/errors/error_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/formatter/txt_charset.rb b/lib/api/v3/formatter/txt_charset.rb index 910b4080e9..bddf462edf 100644 --- a/lib/api/v3/formatter/txt_charset.rb +++ b/lib/api/v3/formatter/txt_charset.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/groups/group_collection_representer.rb b/lib/api/v3/groups/group_collection_representer.rb index f5531c8e42..9ffcf58421 100644 --- a/lib/api/v3/groups/group_collection_representer.rb +++ b/lib/api/v3/groups/group_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/groups/group_payload_representer.rb b/lib/api/v3/groups/group_payload_representer.rb index 30e9d67ae3..0407ceaf42 100644 --- a/lib/api/v3/groups/group_payload_representer.rb +++ b/lib/api/v3/groups/group_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/groups/group_representer.rb b/lib/api/v3/groups/group_representer.rb index 7afa98ea3d..2f73ab0b51 100644 --- a/lib/api/v3/groups/group_representer.rb +++ b/lib/api/v3/groups/group_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/groups/groups_api.rb b/lib/api/v3/groups/groups_api.rb index 35341f1dfe..afec482eb5 100644 --- a/lib/api/v3/groups/groups_api.rb +++ b/lib/api/v3/groups/groups_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/help_texts/help_text_collection_representer.rb b/lib/api/v3/help_texts/help_text_collection_representer.rb index 4ef333bccd..1e102582ca 100644 --- a/lib/api/v3/help_texts/help_text_collection_representer.rb +++ b/lib/api/v3/help_texts/help_text_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/help_texts/help_text_representer.rb b/lib/api/v3/help_texts/help_text_representer.rb index 22df7a3a30..75cec045b9 100644 --- a/lib/api/v3/help_texts/help_text_representer.rb +++ b/lib/api/v3/help_texts/help_text_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/help_texts/help_texts_api.rb b/lib/api/v3/help_texts/help_texts_api.rb index 201486024e..3b4cb359b8 100644 --- a/lib/api/v3/help_texts/help_texts_api.rb +++ b/lib/api/v3/help_texts/help_texts_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/available_projects_api.rb b/lib/api/v3/memberships/available_projects_api.rb index 8e268630dd..a0b697e17c 100644 --- a/lib/api/v3/memberships/available_projects_api.rb +++ b/lib/api/v3/memberships/available_projects_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/create_form_api.rb b/lib/api/v3/memberships/create_form_api.rb index e012e1e358..052c32ccb2 100644 --- a/lib/api/v3/memberships/create_form_api.rb +++ b/lib/api/v3/memberships/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/create_form_representer.rb b/lib/api/v3/memberships/create_form_representer.rb index 57750a7c05..46fbe9ad7a 100644 --- a/lib/api/v3/memberships/create_form_representer.rb +++ b/lib/api/v3/memberships/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/form_representer.rb b/lib/api/v3/memberships/form_representer.rb index 153249fdbf..40c338de68 100644 --- a/lib/api/v3/memberships/form_representer.rb +++ b/lib/api/v3/memberships/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/membership_collection_representer.rb b/lib/api/v3/memberships/membership_collection_representer.rb index 2976865c4d..a013c5d9a3 100644 --- a/lib/api/v3/memberships/membership_collection_representer.rb +++ b/lib/api/v3/memberships/membership_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/membership_meta_representer.rb b/lib/api/v3/memberships/membership_meta_representer.rb index 3567b9030f..2fd97d8f3f 100644 --- a/lib/api/v3/memberships/membership_meta_representer.rb +++ b/lib/api/v3/memberships/membership_meta_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/membership_payload_representer.rb b/lib/api/v3/memberships/membership_payload_representer.rb index 3a916b32c4..8bc503c8df 100644 --- a/lib/api/v3/memberships/membership_payload_representer.rb +++ b/lib/api/v3/memberships/membership_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/membership_representer.rb b/lib/api/v3/memberships/membership_representer.rb index 73dcb20cd2..153abb3f93 100644 --- a/lib/api/v3/memberships/membership_representer.rb +++ b/lib/api/v3/memberships/membership_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/memberships_api.rb b/lib/api/v3/memberships/memberships_api.rb index 1eb5129c00..3cebfeb398 100644 --- a/lib/api/v3/memberships/memberships_api.rb +++ b/lib/api/v3/memberships/memberships_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/schemas/membership_schema_api.rb b/lib/api/v3/memberships/schemas/membership_schema_api.rb index c821e6a23d..8cb7d78723 100644 --- a/lib/api/v3/memberships/schemas/membership_schema_api.rb +++ b/lib/api/v3/memberships/schemas/membership_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/schemas/membership_schema_representer.rb b/lib/api/v3/memberships/schemas/membership_schema_representer.rb index bd51fe65a8..a2483633ae 100644 --- a/lib/api/v3/memberships/schemas/membership_schema_representer.rb +++ b/lib/api/v3/memberships/schemas/membership_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/update_form_api.rb b/lib/api/v3/memberships/update_form_api.rb index d478c06839..e621af67e0 100644 --- a/lib/api/v3/memberships/update_form_api.rb +++ b/lib/api/v3/memberships/update_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/memberships/update_form_representer.rb b/lib/api/v3/memberships/update_form_representer.rb index 5982500d53..61d1c10370 100644 --- a/lib/api/v3/memberships/update_form_representer.rb +++ b/lib/api/v3/memberships/update_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/news/news_api.rb b/lib/api/v3/news/news_api.rb index 0785cc773e..84af592b7c 100644 --- a/lib/api/v3/news/news_api.rb +++ b/lib/api/v3/news/news_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/news/news_collection_representer.rb b/lib/api/v3/news/news_collection_representer.rb index 2e68871353..f714c8f87d 100644 --- a/lib/api/v3/news/news_collection_representer.rb +++ b/lib/api/v3/news/news_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/news/news_representer.rb b/lib/api/v3/news/news_representer.rb index 0fec8db869..6dcdc5e0ab 100644 --- a/lib/api/v3/news/news_representer.rb +++ b/lib/api/v3/news/news_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/notifications/notification_collection_representer.rb b/lib/api/v3/notifications/notification_collection_representer.rb index 0b5387a82c..0d18931f25 100644 --- a/lib/api/v3/notifications/notification_collection_representer.rb +++ b/lib/api/v3/notifications/notification_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/notifications/notification_eager_loading_wrapper.rb b/lib/api/v3/notifications/notification_eager_loading_wrapper.rb index 9220e64a48..0978214c84 100644 --- a/lib/api/v3/notifications/notification_eager_loading_wrapper.rb +++ b/lib/api/v3/notifications/notification_eager_loading_wrapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/notifications/notification_representer.rb b/lib/api/v3/notifications/notification_representer.rb index 28bbd2e2c0..ec8794a4b6 100644 --- a/lib/api/v3/notifications/notification_representer.rb +++ b/lib/api/v3/notifications/notification_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/notifications/notifications_api.rb b/lib/api/v3/notifications/notifications_api.rb index d5a9e96ef8..8d3179ff6a 100644 --- a/lib/api/v3/notifications/notifications_api.rb +++ b/lib/api/v3/notifications/notifications_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/oauth/oauth_applications_api.rb b/lib/api/v3/oauth/oauth_applications_api.rb index f1c388fa77..e93927a5f4 100644 --- a/lib/api/v3/oauth/oauth_applications_api.rb +++ b/lib/api/v3/oauth/oauth_applications_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/oauth/oauth_applications_representer.rb b/lib/api/v3/oauth/oauth_applications_representer.rb index b5ae46676e..ecf0616797 100644 --- a/lib/api/v3/oauth/oauth_applications_representer.rb +++ b/lib/api/v3/oauth/oauth_applications_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/oauth/oauth_client_credentials_api.rb b/lib/api/v3/oauth/oauth_client_credentials_api.rb index d082420472..03cd2b7568 100644 --- a/lib/api/v3/oauth/oauth_client_credentials_api.rb +++ b/lib/api/v3/oauth/oauth_client_credentials_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/oauth/oauth_client_credentials_representer.rb b/lib/api/v3/oauth/oauth_client_credentials_representer.rb index 6ef8b85a00..a690625771 100644 --- a/lib/api/v3/oauth/oauth_client_credentials_representer.rb +++ b/lib/api/v3/oauth/oauth_client_credentials_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/parser.rb b/lib/api/v3/parser.rb index 6d348576b8..d07bc6020c 100644 --- a/lib/api/v3/parser.rb +++ b/lib/api/v3/parser.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/placeholder_users/placeholder_user_collection_representer.rb b/lib/api/v3/placeholder_users/placeholder_user_collection_representer.rb index 627c4bc98b..5b0d1da565 100644 --- a/lib/api/v3/placeholder_users/placeholder_user_collection_representer.rb +++ b/lib/api/v3/placeholder_users/placeholder_user_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/placeholder_users/placeholder_user_payload_representer.rb b/lib/api/v3/placeholder_users/placeholder_user_payload_representer.rb index 4802f26b49..df8baa041b 100644 --- a/lib/api/v3/placeholder_users/placeholder_user_payload_representer.rb +++ b/lib/api/v3/placeholder_users/placeholder_user_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/placeholder_users/placeholder_user_representer.rb b/lib/api/v3/placeholder_users/placeholder_user_representer.rb index e9eff64db0..9257065cb4 100644 --- a/lib/api/v3/placeholder_users/placeholder_user_representer.rb +++ b/lib/api/v3/placeholder_users/placeholder_user_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/placeholder_users/placeholder_users_api.rb b/lib/api/v3/placeholder_users/placeholder_users_api.rb index 8966526bd1..a7339564f8 100644 --- a/lib/api/v3/placeholder_users/placeholder_users_api.rb +++ b/lib/api/v3/placeholder_users/placeholder_users_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/posts/post_representer.rb b/lib/api/v3/posts/post_representer.rb index e9403b5680..3e5c925233 100644 --- a/lib/api/v3/posts/post_representer.rb +++ b/lib/api/v3/posts/post_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/posts/posts_api.rb b/lib/api/v3/posts/posts_api.rb index 786dffd101..c735bb2d85 100644 --- a/lib/api/v3/posts/posts_api.rb +++ b/lib/api/v3/posts/posts_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/principals/not_builtin_elements.rb b/lib/api/v3/principals/not_builtin_elements.rb index 4158dcbcd2..7df995f6d4 100644 --- a/lib/api/v3/principals/not_builtin_elements.rb +++ b/lib/api/v3/principals/not_builtin_elements.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/principals/principal_representer.rb b/lib/api/v3/principals/principal_representer.rb index 1283005ed7..4919ba136f 100644 --- a/lib/api/v3/principals/principal_representer.rb +++ b/lib/api/v3/principals/principal_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/principals/principal_representer_factory.rb b/lib/api/v3/principals/principal_representer_factory.rb index 391fdf14c2..6540cfb714 100644 --- a/lib/api/v3/principals/principal_representer_factory.rb +++ b/lib/api/v3/principals/principal_representer_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/principals/principal_type.rb b/lib/api/v3/principals/principal_type.rb index 5a056aff1c..a8e5d0a3df 100644 --- a/lib/api/v3/principals/principal_type.rb +++ b/lib/api/v3/principals/principal_type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/principals/principals_api.rb b/lib/api/v3/principals/principals_api.rb index ee735df8e0..02346743c0 100644 --- a/lib/api/v3/principals/principals_api.rb +++ b/lib/api/v3/principals/principals_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/priorities/priorities_api.rb b/lib/api/v3/priorities/priorities_api.rb index 2dc6439315..1314fdf2ab 100644 --- a/lib/api/v3/priorities/priorities_api.rb +++ b/lib/api/v3/priorities/priorities_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/priorities/priority_collection_representer.rb b/lib/api/v3/priorities/priority_collection_representer.rb index 549105ddaf..5f497254b2 100644 --- a/lib/api/v3/priorities/priority_collection_representer.rb +++ b/lib/api/v3/priorities/priority_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/priorities/priority_representer.rb b/lib/api/v3/priorities/priority_representer.rb index e78146785d..4bb9849cbb 100644 --- a/lib/api/v3/priorities/priority_representer.rb +++ b/lib/api/v3/priorities/priority_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/available_assignees_api.rb b/lib/api/v3/projects/available_assignees_api.rb index ceb76291ed..a8090cec6d 100644 --- a/lib/api/v3/projects/available_assignees_api.rb +++ b/lib/api/v3/projects/available_assignees_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/available_parents_api.rb b/lib/api/v3/projects/available_parents_api.rb index a55e128ddb..211d04b2e2 100644 --- a/lib/api/v3/projects/available_parents_api.rb +++ b/lib/api/v3/projects/available_parents_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/available_responsibles_api.rb b/lib/api/v3/projects/available_responsibles_api.rb index a5e789501d..fcb4d803f2 100644 --- a/lib/api/v3/projects/available_responsibles_api.rb +++ b/lib/api/v3/projects/available_responsibles_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/copy/copy_api.rb b/lib/api/v3/projects/copy/copy_api.rb index 0aaa477e7b..79117160ce 100644 --- a/lib/api/v3/projects/copy/copy_api.rb +++ b/lib/api/v3/projects/copy/copy_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/copy/create_form_api.rb b/lib/api/v3/projects/copy/create_form_api.rb index 1b041c8988..85c8ba2172 100644 --- a/lib/api/v3/projects/copy/create_form_api.rb +++ b/lib/api/v3/projects/copy/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/copy/create_form_representer.rb b/lib/api/v3/projects/copy/create_form_representer.rb index d3dbe607b6..1188bf9ab2 100644 --- a/lib/api/v3/projects/copy/create_form_representer.rb +++ b/lib/api/v3/projects/copy/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/copy/form_representer.rb b/lib/api/v3/projects/copy/form_representer.rb index f4fa5ddfee..3a87f2a149 100644 --- a/lib/api/v3/projects/copy/form_representer.rb +++ b/lib/api/v3/projects/copy/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/copy/parse_copy_params_service.rb b/lib/api/v3/projects/copy/parse_copy_params_service.rb index 77e1ad9925..72af98cf7c 100644 --- a/lib/api/v3/projects/copy/parse_copy_params_service.rb +++ b/lib/api/v3/projects/copy/parse_copy_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/copy/project_copy_meta_representer.rb b/lib/api/v3/projects/copy/project_copy_meta_representer.rb index 2b399a91cc..6ce8a8ae36 100644 --- a/lib/api/v3/projects/copy/project_copy_meta_representer.rb +++ b/lib/api/v3/projects/copy/project_copy_meta_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/copy/project_copy_payload_representer.rb b/lib/api/v3/projects/copy/project_copy_payload_representer.rb index d0d532dc41..70c1e43d8a 100644 --- a/lib/api/v3/projects/copy/project_copy_payload_representer.rb +++ b/lib/api/v3/projects/copy/project_copy_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/copy/project_copy_schema_representer.rb b/lib/api/v3/projects/copy/project_copy_schema_representer.rb index 3efcb67afd..19a75005ae 100644 --- a/lib/api/v3/projects/copy/project_copy_schema_representer.rb +++ b/lib/api/v3/projects/copy/project_copy_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/create_form_api.rb b/lib/api/v3/projects/create_form_api.rb index 755217f2bb..c0b4fbbb32 100644 --- a/lib/api/v3/projects/create_form_api.rb +++ b/lib/api/v3/projects/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/create_form_representer.rb b/lib/api/v3/projects/create_form_representer.rb index 9806baf505..94e2a36f6d 100644 --- a/lib/api/v3/projects/create_form_representer.rb +++ b/lib/api/v3/projects/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/form_representer.rb b/lib/api/v3/projects/form_representer.rb index 235a098f79..4649fdbf10 100644 --- a/lib/api/v3/projects/form_representer.rb +++ b/lib/api/v3/projects/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/project_collection_representer.rb b/lib/api/v3/projects/project_collection_representer.rb index 980b07e98c..e800eaf400 100644 --- a/lib/api/v3/projects/project_collection_representer.rb +++ b/lib/api/v3/projects/project_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/project_eager_loading_wrapper.rb b/lib/api/v3/projects/project_eager_loading_wrapper.rb index 4a27c73ec5..c9d873e208 100644 --- a/lib/api/v3/projects/project_eager_loading_wrapper.rb +++ b/lib/api/v3/projects/project_eager_loading_wrapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/project_payload_representer.rb b/lib/api/v3/projects/project_payload_representer.rb index f48029cfd2..0956a775da 100644 --- a/lib/api/v3/projects/project_payload_representer.rb +++ b/lib/api/v3/projects/project_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/project_representer.rb b/lib/api/v3/projects/project_representer.rb index f94a48925a..81a6122b17 100644 --- a/lib/api/v3/projects/project_representer.rb +++ b/lib/api/v3/projects/project_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/project_sql_representer.rb b/lib/api/v3/projects/project_sql_representer.rb index d1baf9be62..aee3a9e7e6 100644 --- a/lib/api/v3/projects/project_sql_representer.rb +++ b/lib/api/v3/projects/project_sql_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/projects_api.rb b/lib/api/v3/projects/projects_api.rb index 4ba870cb7d..1355ab5410 100644 --- a/lib/api/v3/projects/projects_api.rb +++ b/lib/api/v3/projects/projects_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/schemas/project_schema_api.rb b/lib/api/v3/projects/schemas/project_schema_api.rb index 199c4560c1..bbfe1e1671 100644 --- a/lib/api/v3/projects/schemas/project_schema_api.rb +++ b/lib/api/v3/projects/schemas/project_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/schemas/project_schema_representer.rb b/lib/api/v3/projects/schemas/project_schema_representer.rb index 145e8ca329..06311184b5 100644 --- a/lib/api/v3/projects/schemas/project_schema_representer.rb +++ b/lib/api/v3/projects/schemas/project_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/statuses/status_representer.rb b/lib/api/v3/projects/statuses/status_representer.rb index cc9f14eb8e..5304027f3d 100644 --- a/lib/api/v3/projects/statuses/status_representer.rb +++ b/lib/api/v3/projects/statuses/status_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/statuses/statuses_api.rb b/lib/api/v3/projects/statuses/statuses_api.rb index 5848b1035f..b23151d1d1 100644 --- a/lib/api/v3/projects/statuses/statuses_api.rb +++ b/lib/api/v3/projects/statuses/statuses_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/update_form_api.rb b/lib/api/v3/projects/update_form_api.rb index b17d6e70b2..c28030f70e 100644 --- a/lib/api/v3/projects/update_form_api.rb +++ b/lib/api/v3/projects/update_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/projects/update_form_representer.rb b/lib/api/v3/projects/update_form_representer.rb index d27c79ba55..231c5b1e80 100644 --- a/lib/api/v3/projects/update_form_representer.rb +++ b/lib/api/v3/projects/update_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/columns/query_column_representer.rb b/lib/api/v3/queries/columns/query_column_representer.rb index f2c3cfeb8f..f11c809d12 100644 --- a/lib/api/v3/queries/columns/query_column_representer.rb +++ b/lib/api/v3/queries/columns/query_column_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/columns/query_columns_api.rb b/lib/api/v3/queries/columns/query_columns_api.rb index 42b2bd20a6..9bf1342f0a 100644 --- a/lib/api/v3/queries/columns/query_columns_api.rb +++ b/lib/api/v3/queries/columns/query_columns_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/columns/query_columns_factory.rb b/lib/api/v3/queries/columns/query_columns_factory.rb index 3b877d7a73..0cfb311a17 100644 --- a/lib/api/v3/queries/columns/query_columns_factory.rb +++ b/lib/api/v3/queries/columns/query_columns_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/columns/query_property_column_representer.rb b/lib/api/v3/queries/columns/query_property_column_representer.rb index a0113e6aaf..146947468e 100644 --- a/lib/api/v3/queries/columns/query_property_column_representer.rb +++ b/lib/api/v3/queries/columns/query_property_column_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/columns/query_relation_of_type_column_representer.rb b/lib/api/v3/queries/columns/query_relation_of_type_column_representer.rb index 428eb47409..c953daa736 100644 --- a/lib/api/v3/queries/columns/query_relation_of_type_column_representer.rb +++ b/lib/api/v3/queries/columns/query_relation_of_type_column_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/columns/query_relation_to_type_column_representer.rb b/lib/api/v3/queries/columns/query_relation_to_type_column_representer.rb index eb833d9edb..a7f7b61f35 100644 --- a/lib/api/v3/queries/columns/query_relation_to_type_column_representer.rb +++ b/lib/api/v3/queries/columns/query_relation_to_type_column_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/create_form_api.rb b/lib/api/v3/queries/create_form_api.rb index 4c3a5d4ee6..a079c80a5b 100644 --- a/lib/api/v3/queries/create_form_api.rb +++ b/lib/api/v3/queries/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/create_form_representer.rb b/lib/api/v3/queries/create_form_representer.rb index 4255d4adb7..96797f7718 100644 --- a/lib/api/v3/queries/create_form_representer.rb +++ b/lib/api/v3/queries/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/filters/query_filter_decorator.rb b/lib/api/v3/queries/filters/query_filter_decorator.rb index c2128ae2f1..fcb9acea69 100644 --- a/lib/api/v3/queries/filters/query_filter_decorator.rb +++ b/lib/api/v3/queries/filters/query_filter_decorator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/filters/query_filter_instance_payload_representer.rb b/lib/api/v3/queries/filters/query_filter_instance_payload_representer.rb index 39c0ade4f7..6be311eebb 100644 --- a/lib/api/v3/queries/filters/query_filter_instance_payload_representer.rb +++ b/lib/api/v3/queries/filters/query_filter_instance_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/filters/query_filter_instance_representer.rb b/lib/api/v3/queries/filters/query_filter_instance_representer.rb index 3145df4e01..e0ce2565b0 100644 --- a/lib/api/v3/queries/filters/query_filter_instance_representer.rb +++ b/lib/api/v3/queries/filters/query_filter_instance_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/filters/query_filter_representer.rb b/lib/api/v3/queries/filters/query_filter_representer.rb index c4c09200ec..3deaeb4a14 100644 --- a/lib/api/v3/queries/filters/query_filter_representer.rb +++ b/lib/api/v3/queries/filters/query_filter_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/filters/query_filters_api.rb b/lib/api/v3/queries/filters/query_filters_api.rb index 41224e2a9f..8925ca0290 100644 --- a/lib/api/v3/queries/filters/query_filters_api.rb +++ b/lib/api/v3/queries/filters/query_filters_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/form_representer.rb b/lib/api/v3/queries/form_representer.rb index 904501cce7..b92c520aa2 100644 --- a/lib/api/v3/queries/form_representer.rb +++ b/lib/api/v3/queries/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/group_bys/query_group_by_representer.rb b/lib/api/v3/queries/group_bys/query_group_by_representer.rb index 9264fc8857..def35f3b83 100644 --- a/lib/api/v3/queries/group_bys/query_group_by_representer.rb +++ b/lib/api/v3/queries/group_bys/query_group_by_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/group_bys/query_group_bys_api.rb b/lib/api/v3/queries/group_bys/query_group_bys_api.rb index 573c3e6888..30b6d5740f 100644 --- a/lib/api/v3/queries/group_bys/query_group_bys_api.rb +++ b/lib/api/v3/queries/group_bys/query_group_bys_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/helpers/query_representer_response.rb b/lib/api/v3/queries/helpers/query_representer_response.rb index 41ffda4a5b..787da27287 100644 --- a/lib/api/v3/queries/helpers/query_representer_response.rb +++ b/lib/api/v3/queries/helpers/query_representer_response.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/operators/query_operator_representer.rb b/lib/api/v3/queries/operators/query_operator_representer.rb index 1e4c9f9a17..3e1fe5e181 100644 --- a/lib/api/v3/queries/operators/query_operator_representer.rb +++ b/lib/api/v3/queries/operators/query_operator_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/operators/query_operators_api.rb b/lib/api/v3/queries/operators/query_operators_api.rb index 0f15deacb1..09f4f12dea 100644 --- a/lib/api/v3/queries/operators/query_operators_api.rb +++ b/lib/api/v3/queries/operators/query_operators_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/order/query_order_api.rb b/lib/api/v3/queries/order/query_order_api.rb index 2e948c966c..335f8ccb78 100644 --- a/lib/api/v3/queries/order/query_order_api.rb +++ b/lib/api/v3/queries/order/query_order_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/projections/query_projection_representer.rb b/lib/api/v3/queries/projections/query_projection_representer.rb index 2a66e459aa..824f7c6dc7 100644 --- a/lib/api/v3/queries/projections/query_projection_representer.rb +++ b/lib/api/v3/queries/projections/query_projection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/queries_api.rb b/lib/api/v3/queries/queries_api.rb index d760cfcfc4..5a02401eb4 100644 --- a/lib/api/v3/queries/queries_api.rb +++ b/lib/api/v3/queries/queries_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/queries_by_project_api.rb b/lib/api/v3/queries/queries_by_project_api.rb index 213725b5ed..478a44eeeb 100644 --- a/lib/api/v3/queries/queries_by_project_api.rb +++ b/lib/api/v3/queries/queries_by_project_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/query_collection_representer.rb b/lib/api/v3/queries/query_collection_representer.rb index dba925d341..f3c5556128 100644 --- a/lib/api/v3/queries/query_collection_representer.rb +++ b/lib/api/v3/queries/query_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/query_helper.rb b/lib/api/v3/queries/query_helper.rb index 8377f9df7b..8ab8f042e5 100644 --- a/lib/api/v3/queries/query_helper.rb +++ b/lib/api/v3/queries/query_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/query_params_representer.rb b/lib/api/v3/queries/query_params_representer.rb index 293511c7f8..4605afd3aa 100644 --- a/lib/api/v3/queries/query_params_representer.rb +++ b/lib/api/v3/queries/query_params_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/query_payload_representer.rb b/lib/api/v3/queries/query_payload_representer.rb index b2a126fc6d..efe2bb6beb 100644 --- a/lib/api/v3/queries/query_payload_representer.rb +++ b/lib/api/v3/queries/query_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/query_representer.rb b/lib/api/v3/queries/query_representer.rb index 575df3c21c..ec95bd6b9d 100644 --- a/lib/api/v3/queries/query_representer.rb +++ b/lib/api/v3/queries/query_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/all_principals_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/all_principals_filter_dependency_representer.rb index 72312e8fa6..ef4014a6e4 100644 --- a/lib/api/v3/queries/schemas/all_principals_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/all_principals_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/assignee_or_group_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/assignee_or_group_filter_dependency_representer.rb index 6a145395a1..ab06bde711 100644 --- a/lib/api/v3/queries/schemas/assignee_or_group_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/assignee_or_group_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/blocked_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/blocked_filter_dependency_representer.rb index 3db41bfe31..b6e3cfb393 100644 --- a/lib/api/v3/queries/schemas/blocked_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/blocked_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/blocks_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/blocks_filter_dependency_representer.rb index 2121161138..9406cefb9f 100644 --- a/lib/api/v3/queries/schemas/blocks_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/blocks_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/boolean_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/boolean_filter_dependency_representer.rb index d214753de8..bf8e52a110 100644 --- a/lib/api/v3/queries/schemas/boolean_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/boolean_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/by_work_package_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/by_work_package_filter_dependency_representer.rb index 6197c39aea..6a67c8acaa 100644 --- a/lib/api/v3/queries/schemas/by_work_package_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/by_work_package_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/category_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/category_filter_dependency_representer.rb index 80cddb33f4..f4964828f5 100644 --- a/lib/api/v3/queries/schemas/category_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/category_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/custom_field_json_cache_key_mixin.rb b/lib/api/v3/queries/schemas/custom_field_json_cache_key_mixin.rb index a4b17baca4..7f76d29c41 100644 --- a/lib/api/v3/queries/schemas/custom_field_json_cache_key_mixin.rb +++ b/lib/api/v3/queries/schemas/custom_field_json_cache_key_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/custom_option_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/custom_option_filter_dependency_representer.rb index 3440f6eb3b..9003f6aae7 100644 --- a/lib/api/v3/queries/schemas/custom_option_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/custom_option_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/date_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/date_filter_dependency_representer.rb index a107f0f887..b57cf72b20 100644 --- a/lib/api/v3/queries/schemas/date_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/date_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/date_time_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/date_time_filter_dependency_representer.rb index f8b6ac9d09..1986e957a4 100644 --- a/lib/api/v3/queries/schemas/date_time_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/date_time_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/duplicated_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/duplicated_filter_dependency_representer.rb index c6b9df1428..5aed808b9c 100644 --- a/lib/api/v3/queries/schemas/duplicated_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/duplicated_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/duplicates_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/duplicates_filter_dependency_representer.rb index 053ee6be3f..3c8ed47df1 100644 --- a/lib/api/v3/queries/schemas/duplicates_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/duplicates_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/filter_dependency_decorator.rb b/lib/api/v3/queries/schemas/filter_dependency_decorator.rb index b002423398..a51ca32569 100644 --- a/lib/api/v3/queries/schemas/filter_dependency_decorator.rb +++ b/lib/api/v3/queries/schemas/filter_dependency_decorator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/filter_dependency_representer.rb b/lib/api/v3/queries/schemas/filter_dependency_representer.rb index 86f93d6f54..fb20e8a728 100644 --- a/lib/api/v3/queries/schemas/filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/filter_dependency_representer_factory.rb b/lib/api/v3/queries/schemas/filter_dependency_representer_factory.rb index 60279898a6..68ff3fb8dd 100644 --- a/lib/api/v3/queries/schemas/filter_dependency_representer_factory.rb +++ b/lib/api/v3/queries/schemas/filter_dependency_representer_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/float_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/float_filter_dependency_representer.rb index ceb75bc4d1..126e4b3c38 100644 --- a/lib/api/v3/queries/schemas/float_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/float_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/follows_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/follows_filter_dependency_representer.rb index 48499f5994..505072f8b7 100644 --- a/lib/api/v3/queries/schemas/follows_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/follows_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/group_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/group_filter_dependency_representer.rb index a451078525..c37f5e3487 100644 --- a/lib/api/v3/queries/schemas/group_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/group_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/id_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/id_filter_dependency_representer.rb index a7b7598d4c..e7b0f467a7 100644 --- a/lib/api/v3/queries/schemas/id_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/id_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/includes_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/includes_filter_dependency_representer.rb index 90cfbbc88b..28dcf5c6ce 100644 --- a/lib/api/v3/queries/schemas/includes_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/includes_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/integer_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/integer_filter_dependency_representer.rb index 51a4f6ca9e..11b394502e 100644 --- a/lib/api/v3/queries/schemas/integer_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/integer_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/manual_sort_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/manual_sort_filter_dependency_representer.rb index 971a72ff6e..529d3b6d3e 100644 --- a/lib/api/v3/queries/schemas/manual_sort_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/manual_sort_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/only_subproject_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/only_subproject_filter_dependency_representer.rb index 54ffffe3a0..5056d9be7a 100644 --- a/lib/api/v3/queries/schemas/only_subproject_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/only_subproject_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/parent_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/parent_filter_dependency_representer.rb index 20edcab41f..d0b742e3a5 100644 --- a/lib/api/v3/queries/schemas/parent_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/parent_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/partof_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/partof_filter_dependency_representer.rb index e6914a0b81..a3a8f0639c 100644 --- a/lib/api/v3/queries/schemas/partof_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/partof_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/precedes_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/precedes_filter_dependency_representer.rb index ca90870533..7d28b4322e 100644 --- a/lib/api/v3/queries/schemas/precedes_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/precedes_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/principal_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/principal_filter_dependency_representer.rb index 21fff044ec..e5762d7bda 100644 --- a/lib/api/v3/queries/schemas/principal_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/principal_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/priority_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/priority_filter_dependency_representer.rb index 37c88c2925..c1ea2d8298 100644 --- a/lib/api/v3/queries/schemas/priority_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/priority_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/project_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/project_filter_dependency_representer.rb index 7d9bf98f7e..6b009939e2 100644 --- a/lib/api/v3/queries/schemas/project_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/project_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/query_filter_instance_schema_api.rb b/lib/api/v3/queries/schemas/query_filter_instance_schema_api.rb index 2fb5cc8b17..d91857d2f3 100644 --- a/lib/api/v3/queries/schemas/query_filter_instance_schema_api.rb +++ b/lib/api/v3/queries/schemas/query_filter_instance_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/query_filter_instance_schema_collection_representer.rb b/lib/api/v3/queries/schemas/query_filter_instance_schema_collection_representer.rb index 8786457563..2681a41f75 100644 --- a/lib/api/v3/queries/schemas/query_filter_instance_schema_collection_representer.rb +++ b/lib/api/v3/queries/schemas/query_filter_instance_schema_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/query_filter_instance_schema_representer.rb b/lib/api/v3/queries/schemas/query_filter_instance_schema_representer.rb index e41370bbf8..3b2ff9d913 100644 --- a/lib/api/v3/queries/schemas/query_filter_instance_schema_representer.rb +++ b/lib/api/v3/queries/schemas/query_filter_instance_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/query_project_filter_instance_schema_api.rb b/lib/api/v3/queries/schemas/query_project_filter_instance_schema_api.rb index 1c8fe8af70..8fefd578be 100644 --- a/lib/api/v3/queries/schemas/query_project_filter_instance_schema_api.rb +++ b/lib/api/v3/queries/schemas/query_project_filter_instance_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/query_project_schema_api.rb b/lib/api/v3/queries/schemas/query_project_schema_api.rb index 6374fbca53..ed5ef98a1a 100644 --- a/lib/api/v3/queries/schemas/query_project_schema_api.rb +++ b/lib/api/v3/queries/schemas/query_project_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/query_schema_api.rb b/lib/api/v3/queries/schemas/query_schema_api.rb index bfc2212b6a..fb4fe634c3 100644 --- a/lib/api/v3/queries/schemas/query_schema_api.rb +++ b/lib/api/v3/queries/schemas/query_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/query_schema_representer.rb b/lib/api/v3/queries/schemas/query_schema_representer.rb index 71b95b777e..8c47c735eb 100644 --- a/lib/api/v3/queries/schemas/query_schema_representer.rb +++ b/lib/api/v3/queries/schemas/query_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/relates_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/relates_filter_dependency_representer.rb index 6c301d9bf2..c4b2fe12fe 100644 --- a/lib/api/v3/queries/schemas/relates_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/relates_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/required_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/required_filter_dependency_representer.rb index 69f5150f08..d462c9b1de 100644 --- a/lib/api/v3/queries/schemas/required_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/required_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/requires_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/requires_filter_dependency_representer.rb index 92c676440f..2f9d536c5b 100644 --- a/lib/api/v3/queries/schemas/requires_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/requires_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/role_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/role_filter_dependency_representer.rb index 03499c06a2..a57eefa0ab 100644 --- a/lib/api/v3/queries/schemas/role_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/role_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/search_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/search_filter_dependency_representer.rb index efa57ced38..0a42cb1c46 100644 --- a/lib/api/v3/queries/schemas/search_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/search_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/status_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/status_filter_dependency_representer.rb index a13bab9855..369a855924 100644 --- a/lib/api/v3/queries/schemas/status_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/status_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/subproject_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/subproject_filter_dependency_representer.rb index de6fdb573f..c547dc2c65 100644 --- a/lib/api/v3/queries/schemas/subproject_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/subproject_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/text_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/text_filter_dependency_representer.rb index 484b721aa5..2d32bea573 100644 --- a/lib/api/v3/queries/schemas/text_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/text_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/type_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/type_filter_dependency_representer.rb index c0dfe087e9..b91100fe00 100644 --- a/lib/api/v3/queries/schemas/type_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/type_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/user_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/user_filter_dependency_representer.rb index 88dab31fe1..31139ec7d3 100644 --- a/lib/api/v3/queries/schemas/user_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/user_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/schemas/version_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/version_filter_dependency_representer.rb index e7deec94ff..7f94dc79c3 100644 --- a/lib/api/v3/queries/schemas/version_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/version_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/sort_bys/query_sort_by_representer.rb b/lib/api/v3/queries/sort_bys/query_sort_by_representer.rb index 94adbc6033..7240f5e5fd 100644 --- a/lib/api/v3/queries/sort_bys/query_sort_by_representer.rb +++ b/lib/api/v3/queries/sort_bys/query_sort_by_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/sort_bys/query_sort_bys_api.rb b/lib/api/v3/queries/sort_bys/query_sort_bys_api.rb index ceee73f1c1..187fc2c529 100644 --- a/lib/api/v3/queries/sort_bys/query_sort_bys_api.rb +++ b/lib/api/v3/queries/sort_bys/query_sort_bys_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/sort_bys/sort_by_decorator.rb b/lib/api/v3/queries/sort_bys/sort_by_decorator.rb index c61150ce8a..c061c63054 100644 --- a/lib/api/v3/queries/sort_bys/sort_by_decorator.rb +++ b/lib/api/v3/queries/sort_bys/sort_by_decorator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/update_form_api.rb b/lib/api/v3/queries/update_form_api.rb index 7524d99ebb..5597021c81 100644 --- a/lib/api/v3/queries/update_form_api.rb +++ b/lib/api/v3/queries/update_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/queries/update_form_representer.rb b/lib/api/v3/queries/update_form_representer.rb index 07458d5f7f..419c59e80b 100644 --- a/lib/api/v3/queries/update_form_representer.rb +++ b/lib/api/v3/queries/update_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/relations/relation_collection_representer.rb b/lib/api/v3/relations/relation_collection_representer.rb index ebf990c582..8ad60d2bff 100644 --- a/lib/api/v3/relations/relation_collection_representer.rb +++ b/lib/api/v3/relations/relation_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/relations/relation_paginated_collection_representer.rb b/lib/api/v3/relations/relation_paginated_collection_representer.rb index abc4f10378..2cb98779f6 100644 --- a/lib/api/v3/relations/relation_paginated_collection_representer.rb +++ b/lib/api/v3/relations/relation_paginated_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/relations/relation_payload_representer.rb b/lib/api/v3/relations/relation_payload_representer.rb index 59d4053ffc..caf8a907f9 100644 --- a/lib/api/v3/relations/relation_payload_representer.rb +++ b/lib/api/v3/relations/relation_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/relations/relation_representer.rb b/lib/api/v3/relations/relation_representer.rb index 2cd7df3ff1..aa8d89a97c 100644 --- a/lib/api/v3/relations/relation_representer.rb +++ b/lib/api/v3/relations/relation_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/relations/relations_api.rb b/lib/api/v3/relations/relations_api.rb index 80df512bb5..7bcb3fe54a 100644 --- a/lib/api/v3/relations/relations_api.rb +++ b/lib/api/v3/relations/relations_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/relations/relations_helper.rb b/lib/api/v3/relations/relations_helper.rb index 911263f4dd..d3dd0c5649 100644 --- a/lib/api/v3/relations/relations_helper.rb +++ b/lib/api/v3/relations/relations_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/render/render_api.rb b/lib/api/v3/render/render_api.rb index 02435a2a3c..bb414309a9 100644 --- a/lib/api/v3/render/render_api.rb +++ b/lib/api/v3/render/render_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/repositories/revision_collection_representer.rb b/lib/api/v3/repositories/revision_collection_representer.rb index 0ab4cf01f6..73f5e7257e 100644 --- a/lib/api/v3/repositories/revision_collection_representer.rb +++ b/lib/api/v3/repositories/revision_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/repositories/revision_representer.rb b/lib/api/v3/repositories/revision_representer.rb index 32ef15b967..dd7fbba8f5 100644 --- a/lib/api/v3/repositories/revision_representer.rb +++ b/lib/api/v3/repositories/revision_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/repositories/revisions_api.rb b/lib/api/v3/repositories/revisions_api.rb index 73f496777a..f68bd95c1e 100644 --- a/lib/api/v3/repositories/revisions_api.rb +++ b/lib/api/v3/repositories/revisions_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/repositories/revisions_by_work_package_api.rb b/lib/api/v3/repositories/revisions_by_work_package_api.rb index 0cef506547..4f14a39818 100644 --- a/lib/api/v3/repositories/revisions_by_work_package_api.rb +++ b/lib/api/v3/repositories/revisions_by_work_package_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/roles/role_collection_representer.rb b/lib/api/v3/roles/role_collection_representer.rb index 6cd0a493c4..a489c3067e 100644 --- a/lib/api/v3/roles/role_collection_representer.rb +++ b/lib/api/v3/roles/role_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/roles/role_representer.rb b/lib/api/v3/roles/role_representer.rb index c3b449f180..5ca51f147e 100644 --- a/lib/api/v3/roles/role_representer.rb +++ b/lib/api/v3/roles/role_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/roles/roles_api.rb b/lib/api/v3/roles/roles_api.rb index e616e844d9..c58f41597b 100644 --- a/lib/api/v3/roles/roles_api.rb +++ b/lib/api/v3/roles/roles_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/root.rb b/lib/api/v3/root.rb index f1a8c63a96..de2148681f 100644 --- a/lib/api/v3/root.rb +++ b/lib/api/v3/root.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/root_representer.rb b/lib/api/v3/root_representer.rb index 4341170e05..3ff81a27a9 100644 --- a/lib/api/v3/root_representer.rb +++ b/lib/api/v3/root_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/schemas/schema_collection_representer.rb b/lib/api/v3/schemas/schema_collection_representer.rb index e763f187aa..ada8efeb89 100644 --- a/lib/api/v3/schemas/schema_collection_representer.rb +++ b/lib/api/v3/schemas/schema_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/schemas/schema_dependency_representer.rb b/lib/api/v3/schemas/schema_dependency_representer.rb index 4d97dadcbd..4b592393bc 100644 --- a/lib/api/v3/schemas/schema_dependency_representer.rb +++ b/lib/api/v3/schemas/schema_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/statuses/status_collection_representer.rb b/lib/api/v3/statuses/status_collection_representer.rb index ad6c06fbc5..ab55d88ea0 100644 --- a/lib/api/v3/statuses/status_collection_representer.rb +++ b/lib/api/v3/statuses/status_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/statuses/status_representer.rb b/lib/api/v3/statuses/status_representer.rb index f1fbd4662e..53bd862280 100644 --- a/lib/api/v3/statuses/status_representer.rb +++ b/lib/api/v3/statuses/status_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/statuses/statuses_api.rb b/lib/api/v3/statuses/statuses_api.rb index 0ed92fda7c..6563ea4c59 100644 --- a/lib/api/v3/statuses/statuses_api.rb +++ b/lib/api/v3/statuses/statuses_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/string_objects/string_objects_api.rb b/lib/api/v3/string_objects/string_objects_api.rb index 9fd02a137b..535b644997 100644 --- a/lib/api/v3/string_objects/string_objects_api.rb +++ b/lib/api/v3/string_objects/string_objects_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/types/type_collection_representer.rb b/lib/api/v3/types/type_collection_representer.rb index 691f1c52bc..2920c3f958 100644 --- a/lib/api/v3/types/type_collection_representer.rb +++ b/lib/api/v3/types/type_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/types/type_representer.rb b/lib/api/v3/types/type_representer.rb index 9e20294f16..ffb16439b3 100644 --- a/lib/api/v3/types/type_representer.rb +++ b/lib/api/v3/types/type_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/types/types_api.rb b/lib/api/v3/types/types_api.rb index a1fa19c774..fb1063da3b 100644 --- a/lib/api/v3/types/types_api.rb +++ b/lib/api/v3/types/types_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/types/types_by_project_api.rb b/lib/api/v3/types/types_by_project_api.rb index 2ab4fd1d7e..db7eac351d 100644 --- a/lib/api/v3/types/types_by_project_api.rb +++ b/lib/api/v3/types/types_by_project_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/user_preferences/notification_setting_representer.rb b/lib/api/v3/user_preferences/notification_setting_representer.rb index 740bcb34be..90410fdcdb 100644 --- a/lib/api/v3/user_preferences/notification_setting_representer.rb +++ b/lib/api/v3/user_preferences/notification_setting_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/user_preferences/preferences_by_user_api.rb b/lib/api/v3/user_preferences/preferences_by_user_api.rb index 19621579b3..2c8bcfc1eb 100644 --- a/lib/api/v3/user_preferences/preferences_by_user_api.rb +++ b/lib/api/v3/user_preferences/preferences_by_user_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/user_preferences/user_preference_payload_representer.rb b/lib/api/v3/user_preferences/user_preference_payload_representer.rb index 43f157a8b2..477b7e3433 100644 --- a/lib/api/v3/user_preferences/user_preference_payload_representer.rb +++ b/lib/api/v3/user_preferences/user_preference_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/user_preferences/user_preference_representer.rb b/lib/api/v3/user_preferences/user_preference_representer.rb index 84bd65b037..70524f9f40 100644 --- a/lib/api/v3/user_preferences/user_preference_representer.rb +++ b/lib/api/v3/user_preferences/user_preference_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/user_preferences/user_preferences_api.rb b/lib/api/v3/user_preferences/user_preferences_api.rb index 2776d83456..3bc01b576b 100644 --- a/lib/api/v3/user_preferences/user_preferences_api.rb +++ b/lib/api/v3/user_preferences/user_preferences_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/create_form_api.rb b/lib/api/v3/users/create_form_api.rb index 8db037d353..8619bb043c 100644 --- a/lib/api/v3/users/create_form_api.rb +++ b/lib/api/v3/users/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/create_form_representer.rb b/lib/api/v3/users/create_form_representer.rb index 40d883407b..743489a6c2 100644 --- a/lib/api/v3/users/create_form_representer.rb +++ b/lib/api/v3/users/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/form_representer.rb b/lib/api/v3/users/form_representer.rb index 41c6d36947..a5b56b9247 100644 --- a/lib/api/v3/users/form_representer.rb +++ b/lib/api/v3/users/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/schemas/user_schema_api.rb b/lib/api/v3/users/schemas/user_schema_api.rb index 44575dd3a6..0271890069 100644 --- a/lib/api/v3/users/schemas/user_schema_api.rb +++ b/lib/api/v3/users/schemas/user_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/schemas/user_schema_representer.rb b/lib/api/v3/users/schemas/user_schema_representer.rb index bd7d788c0b..58b0e2aadd 100644 --- a/lib/api/v3/users/schemas/user_schema_representer.rb +++ b/lib/api/v3/users/schemas/user_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/unpaginated_user_collection_representer.rb b/lib/api/v3/users/unpaginated_user_collection_representer.rb index ee27db646e..286584c9d7 100644 --- a/lib/api/v3/users/unpaginated_user_collection_representer.rb +++ b/lib/api/v3/users/unpaginated_user_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/update_form_api.rb b/lib/api/v3/users/update_form_api.rb index 6a0f47a153..a0c2226bf2 100644 --- a/lib/api/v3/users/update_form_api.rb +++ b/lib/api/v3/users/update_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/update_form_representer.rb b/lib/api/v3/users/update_form_representer.rb index 451936f0b9..97ad032b47 100644 --- a/lib/api/v3/users/update_form_representer.rb +++ b/lib/api/v3/users/update_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/user_collection_representer.rb b/lib/api/v3/users/user_collection_representer.rb index 7ff8569f13..55481b5915 100644 --- a/lib/api/v3/users/user_collection_representer.rb +++ b/lib/api/v3/users/user_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/user_payload_representer.rb b/lib/api/v3/users/user_payload_representer.rb index b0bdcc8e75..c80f9a8a78 100644 --- a/lib/api/v3/users/user_payload_representer.rb +++ b/lib/api/v3/users/user_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/user_representer.rb b/lib/api/v3/users/user_representer.rb index 610880b671..d74d4d5df4 100644 --- a/lib/api/v3/users/user_representer.rb +++ b/lib/api/v3/users/user_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/users/users_api.rb b/lib/api/v3/users/users_api.rb index 735d872945..7e5682ba2b 100644 --- a/lib/api/v3/users/users_api.rb +++ b/lib/api/v3/users/users_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/custom_field_injector.rb b/lib/api/v3/utilities/custom_field_injector.rb index e751170026..e7d0bfef9f 100644 --- a/lib/api/v3/utilities/custom_field_injector.rb +++ b/lib/api/v3/utilities/custom_field_injector.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/custom_field_injector/link_value_getter.rb b/lib/api/v3/utilities/custom_field_injector/link_value_getter.rb index debbff427f..55cbe69353 100644 --- a/lib/api/v3/utilities/custom_field_injector/link_value_getter.rb +++ b/lib/api/v3/utilities/custom_field_injector/link_value_getter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/custom_field_sum_injector.rb b/lib/api/v3/utilities/custom_field_sum_injector.rb index 0a2d1268aa..d5c1addd47 100644 --- a/lib/api/v3/utilities/custom_field_sum_injector.rb +++ b/lib/api/v3/utilities/custom_field_sum_injector.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/date_time_formatter.rb b/lib/api/v3/utilities/date_time_formatter.rb index 1c462c1adf..f0c8d0343d 100644 --- a/lib/api/v3/utilities/date_time_formatter.rb +++ b/lib/api/v3/utilities/date_time_formatter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/eager_loading/custom_field_accessor.rb b/lib/api/v3/utilities/eager_loading/custom_field_accessor.rb index bedb5a576d..ce277eea21 100644 --- a/lib/api/v3/utilities/eager_loading/custom_field_accessor.rb +++ b/lib/api/v3/utilities/eager_loading/custom_field_accessor.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/eager_loading/eager_loading_wrapper.rb b/lib/api/v3/utilities/eager_loading/eager_loading_wrapper.rb index 4f71ac4b60..40a5b620bd 100644 --- a/lib/api/v3/utilities/eager_loading/eager_loading_wrapper.rb +++ b/lib/api/v3/utilities/eager_loading/eager_loading_wrapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/create.rb b/lib/api/v3/utilities/endpoints/create.rb index 479e26247d..993e656079 100644 --- a/lib/api/v3/utilities/endpoints/create.rb +++ b/lib/api/v3/utilities/endpoints/create.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/create_form.rb b/lib/api/v3/utilities/endpoints/create_form.rb index af250af56f..d7c25e5e9a 100644 --- a/lib/api/v3/utilities/endpoints/create_form.rb +++ b/lib/api/v3/utilities/endpoints/create_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/delayed_modify.rb b/lib/api/v3/utilities/endpoints/delayed_modify.rb index 7dd7aad3b8..790ab60b70 100644 --- a/lib/api/v3/utilities/endpoints/delayed_modify.rb +++ b/lib/api/v3/utilities/endpoints/delayed_modify.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/delete.rb b/lib/api/v3/utilities/endpoints/delete.rb index 560f09fb6f..4982ee9e14 100644 --- a/lib/api/v3/utilities/endpoints/delete.rb +++ b/lib/api/v3/utilities/endpoints/delete.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/form.rb b/lib/api/v3/utilities/endpoints/form.rb index 7f55783a86..695bff8c9c 100644 --- a/lib/api/v3/utilities/endpoints/form.rb +++ b/lib/api/v3/utilities/endpoints/form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/index.rb b/lib/api/v3/utilities/endpoints/index.rb index d69487a63a..99eef3f390 100644 --- a/lib/api/v3/utilities/endpoints/index.rb +++ b/lib/api/v3/utilities/endpoints/index.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/schema.rb b/lib/api/v3/utilities/endpoints/schema.rb index 119126645e..b282fb8ad4 100644 --- a/lib/api/v3/utilities/endpoints/schema.rb +++ b/lib/api/v3/utilities/endpoints/schema.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/show.rb b/lib/api/v3/utilities/endpoints/show.rb index 584bf5679e..5d8e7eaa72 100644 --- a/lib/api/v3/utilities/endpoints/show.rb +++ b/lib/api/v3/utilities/endpoints/show.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/sql_index.rb b/lib/api/v3/utilities/endpoints/sql_index.rb index 4a7d8d3914..72d217084b 100644 --- a/lib/api/v3/utilities/endpoints/sql_index.rb +++ b/lib/api/v3/utilities/endpoints/sql_index.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/sql_show.rb b/lib/api/v3/utilities/endpoints/sql_show.rb index 66da7e4665..8779661601 100644 --- a/lib/api/v3/utilities/endpoints/sql_show.rb +++ b/lib/api/v3/utilities/endpoints/sql_show.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/update.rb b/lib/api/v3/utilities/endpoints/update.rb index 6ef63be92f..a1785b0cea 100644 --- a/lib/api/v3/utilities/endpoints/update.rb +++ b/lib/api/v3/utilities/endpoints/update.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/update_form.rb b/lib/api/v3/utilities/endpoints/update_form.rb index 146e07ab8f..7afde7b9d2 100644 --- a/lib/api/v3/utilities/endpoints/update_form.rb +++ b/lib/api/v3/utilities/endpoints/update_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/v3_deductions.rb b/lib/api/v3/utilities/endpoints/v3_deductions.rb index dd606d458e..810f832e91 100644 --- a/lib/api/v3/utilities/endpoints/v3_deductions.rb +++ b/lib/api/v3/utilities/endpoints/v3_deductions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/endpoints/v3_present_single.rb b/lib/api/v3/utilities/endpoints/v3_present_single.rb index 4355b4d4ca..6856e05312 100644 --- a/lib/api/v3/utilities/endpoints/v3_present_single.rb +++ b/lib/api/v3/utilities/endpoints/v3_present_single.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/eprops_conversion.rb b/lib/api/v3/utilities/eprops_conversion.rb index 5849134bf7..3bb0444409 100644 --- a/lib/api/v3/utilities/eprops_conversion.rb +++ b/lib/api/v3/utilities/eprops_conversion.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/params_to_query.rb b/lib/api/v3/utilities/params_to_query.rb index 939a573475..59194a0f63 100644 --- a/lib/api/v3/utilities/params_to_query.rb +++ b/lib/api/v3/utilities/params_to_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/path_helper.rb b/lib/api/v3/utilities/path_helper.rb index 6c98201c9c..48bdfdc21a 100644 --- a/lib/api/v3/utilities/path_helper.rb +++ b/lib/api/v3/utilities/path_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/resource_link_generator.rb b/lib/api/v3/utilities/resource_link_generator.rb index 490d91f666..de6b286504 100644 --- a/lib/api/v3/utilities/resource_link_generator.rb +++ b/lib/api/v3/utilities/resource_link_generator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/sql_representer_walker.rb b/lib/api/v3/utilities/sql_representer_walker.rb index bb17f8833c..b6c6d71370 100644 --- a/lib/api/v3/utilities/sql_representer_walker.rb +++ b/lib/api/v3/utilities/sql_representer_walker.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/utilities/sql_walker_results.rb b/lib/api/v3/utilities/sql_walker_results.rb index a4ef1f0f3a..d41d196e47 100644 --- a/lib/api/v3/utilities/sql_walker_results.rb +++ b/lib/api/v3/utilities/sql_walker_results.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/available_projects_api.rb b/lib/api/v3/versions/available_projects_api.rb index 1cf37ae9c9..431dc95cd6 100644 --- a/lib/api/v3/versions/available_projects_api.rb +++ b/lib/api/v3/versions/available_projects_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/create_form_api.rb b/lib/api/v3/versions/create_form_api.rb index defd3554f2..9b3088b0a5 100644 --- a/lib/api/v3/versions/create_form_api.rb +++ b/lib/api/v3/versions/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/create_form_representer.rb b/lib/api/v3/versions/create_form_representer.rb index b3abd64afe..d005a47057 100644 --- a/lib/api/v3/versions/create_form_representer.rb +++ b/lib/api/v3/versions/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/form_representer.rb b/lib/api/v3/versions/form_representer.rb index 145fcfbba4..62d1f91ef8 100644 --- a/lib/api/v3/versions/form_representer.rb +++ b/lib/api/v3/versions/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/projects_by_version_api.rb b/lib/api/v3/versions/projects_by_version_api.rb index b8d90936df..31b01aa045 100644 --- a/lib/api/v3/versions/projects_by_version_api.rb +++ b/lib/api/v3/versions/projects_by_version_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/schemas/version_schema_api.rb b/lib/api/v3/versions/schemas/version_schema_api.rb index 89a51418e1..3dbfc2d18c 100644 --- a/lib/api/v3/versions/schemas/version_schema_api.rb +++ b/lib/api/v3/versions/schemas/version_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/schemas/version_schema_representer.rb b/lib/api/v3/versions/schemas/version_schema_representer.rb index 4a2aa1c808..29f7c44bed 100644 --- a/lib/api/v3/versions/schemas/version_schema_representer.rb +++ b/lib/api/v3/versions/schemas/version_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/update_form_api.rb b/lib/api/v3/versions/update_form_api.rb index 4dd5888b38..1dee20ca0e 100644 --- a/lib/api/v3/versions/update_form_api.rb +++ b/lib/api/v3/versions/update_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/update_form_representer.rb b/lib/api/v3/versions/update_form_representer.rb index ee620c1228..5abb35c76b 100644 --- a/lib/api/v3/versions/update_form_representer.rb +++ b/lib/api/v3/versions/update_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/version_collection_representer.rb b/lib/api/v3/versions/version_collection_representer.rb index 602c51ef51..b10018acc1 100644 --- a/lib/api/v3/versions/version_collection_representer.rb +++ b/lib/api/v3/versions/version_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/version_payload_representer.rb b/lib/api/v3/versions/version_payload_representer.rb index aa3f861220..4018a67aeb 100644 --- a/lib/api/v3/versions/version_payload_representer.rb +++ b/lib/api/v3/versions/version_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/version_representer.rb b/lib/api/v3/versions/version_representer.rb index 7fa3adf96d..ba7d35cb63 100644 --- a/lib/api/v3/versions/version_representer.rb +++ b/lib/api/v3/versions/version_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/versions_api.rb b/lib/api/v3/versions/versions_api.rb index 204f3db8ef..78e6c4fdca 100644 --- a/lib/api/v3/versions/versions_api.rb +++ b/lib/api/v3/versions/versions_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/versions/versions_by_project_api.rb b/lib/api/v3/versions/versions_by_project_api.rb index 4e4bbbec51..685d2ab27c 100644 --- a/lib/api/v3/versions/versions_by_project_api.rb +++ b/lib/api/v3/versions/versions_by_project_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/views/view_collection_representer.rb b/lib/api/v3/views/view_collection_representer.rb index 6eb6f924af..bcdca63656 100644 --- a/lib/api/v3/views/view_collection_representer.rb +++ b/lib/api/v3/views/view_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/views/view_payload_representer.rb b/lib/api/v3/views/view_payload_representer.rb index e99f090487..de23439285 100644 --- a/lib/api/v3/views/view_payload_representer.rb +++ b/lib/api/v3/views/view_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/views/view_representer.rb b/lib/api/v3/views/view_representer.rb index 89f654e79b..95ed27721c 100644 --- a/lib/api/v3/views/view_representer.rb +++ b/lib/api/v3/views/view_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/views/views_api.rb b/lib/api/v3/views/views_api.rb index a6109b5011..813d3c8652 100644 --- a/lib/api/v3/views/views_api.rb +++ b/lib/api/v3/views/views_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/watchers/watcher_representer.rb b/lib/api/v3/watchers/watcher_representer.rb index 56d6c06987..dea407d6a2 100644 --- a/lib/api/v3/watchers/watcher_representer.rb +++ b/lib/api/v3/watchers/watcher_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/wiki_pages/wiki_page_representer.rb b/lib/api/v3/wiki_pages/wiki_page_representer.rb index 841739b187..42803e9a89 100644 --- a/lib/api/v3/wiki_pages/wiki_page_representer.rb +++ b/lib/api/v3/wiki_pages/wiki_page_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/wiki_pages/wiki_pages_api.rb b/lib/api/v3/wiki_pages/wiki_pages_api.rb index 3ee293a547..24971427b0 100644 --- a/lib/api/v3/wiki_pages/wiki_pages_api.rb +++ b/lib/api/v3/wiki_pages/wiki_pages_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/available_projects_on_create_api.rb b/lib/api/v3/work_packages/available_projects_on_create_api.rb index 86ca63b372..4e89f234c7 100644 --- a/lib/api/v3/work_packages/available_projects_on_create_api.rb +++ b/lib/api/v3/work_packages/available_projects_on_create_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/available_projects_on_edit_api.rb b/lib/api/v3/work_packages/available_projects_on_edit_api.rb index 98befeb788..4f41430d7c 100644 --- a/lib/api/v3/work_packages/available_projects_on_edit_api.rb +++ b/lib/api/v3/work_packages/available_projects_on_edit_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/available_relation_candidates_api.rb b/lib/api/v3/work_packages/available_relation_candidates_api.rb index fa889cabd5..1509ede334 100644 --- a/lib/api/v3/work_packages/available_relation_candidates_api.rb +++ b/lib/api/v3/work_packages/available_relation_candidates_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/create_form_api.rb b/lib/api/v3/work_packages/create_form_api.rb index 88b6c8a73b..b353b345b5 100644 --- a/lib/api/v3/work_packages/create_form_api.rb +++ b/lib/api/v3/work_packages/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/create_form_representer.rb b/lib/api/v3/work_packages/create_form_representer.rb index 5d9a26328c..a022d37998 100644 --- a/lib/api/v3/work_packages/create_form_representer.rb +++ b/lib/api/v3/work_packages/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/create_project_form_api.rb b/lib/api/v3/work_packages/create_project_form_api.rb index a9b17c1af8..b9c02287c1 100644 --- a/lib/api/v3/work_packages/create_project_form_api.rb +++ b/lib/api/v3/work_packages/create_project_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/create_project_form_representer.rb b/lib/api/v3/work_packages/create_project_form_representer.rb index 9f206f7c98..48b91f017b 100644 --- a/lib/api/v3/work_packages/create_project_form_representer.rb +++ b/lib/api/v3/work_packages/create_project_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/eager_loading/ancestor.rb b/lib/api/v3/work_packages/eager_loading/ancestor.rb index 9f11eef91b..15f1447a32 100644 --- a/lib/api/v3/work_packages/eager_loading/ancestor.rb +++ b/lib/api/v3/work_packages/eager_loading/ancestor.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/eager_loading/base.rb b/lib/api/v3/work_packages/eager_loading/base.rb index 2d1ae68772..bd1a107d1f 100644 --- a/lib/api/v3/work_packages/eager_loading/base.rb +++ b/lib/api/v3/work_packages/eager_loading/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/eager_loading/checksum.rb b/lib/api/v3/work_packages/eager_loading/checksum.rb index 4e4771ae90..b71233de46 100644 --- a/lib/api/v3/work_packages/eager_loading/checksum.rb +++ b/lib/api/v3/work_packages/eager_loading/checksum.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/eager_loading/custom_action.rb b/lib/api/v3/work_packages/eager_loading/custom_action.rb index 3e7acb9d1d..3e4bf3a0c9 100644 --- a/lib/api/v3/work_packages/eager_loading/custom_action.rb +++ b/lib/api/v3/work_packages/eager_loading/custom_action.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/eager_loading/custom_value.rb b/lib/api/v3/work_packages/eager_loading/custom_value.rb index b283d8fe9f..40e2a88895 100644 --- a/lib/api/v3/work_packages/eager_loading/custom_value.rb +++ b/lib/api/v3/work_packages/eager_loading/custom_value.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/eager_loading/hierarchy.rb b/lib/api/v3/work_packages/eager_loading/hierarchy.rb index ace3bd9fb3..219957f30a 100644 --- a/lib/api/v3/work_packages/eager_loading/hierarchy.rb +++ b/lib/api/v3/work_packages/eager_loading/hierarchy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/eager_loading/neutral_wrapper.rb b/lib/api/v3/work_packages/eager_loading/neutral_wrapper.rb index 9b27371823..80aa55e88d 100644 --- a/lib/api/v3/work_packages/eager_loading/neutral_wrapper.rb +++ b/lib/api/v3/work_packages/eager_loading/neutral_wrapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/eager_loading/project.rb b/lib/api/v3/work_packages/eager_loading/project.rb index 284829b017..956e9603cf 100644 --- a/lib/api/v3/work_packages/eager_loading/project.rb +++ b/lib/api/v3/work_packages/eager_loading/project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/form_representer.rb b/lib/api/v3/work_packages/form_representer.rb index 00a1b8e433..3c47888687 100644 --- a/lib/api/v3/work_packages/form_representer.rb +++ b/lib/api/v3/work_packages/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/link_to_object_extractor.rb b/lib/api/v3/work_packages/link_to_object_extractor.rb index 747de67a94..c776c8e1ac 100644 --- a/lib/api/v3/work_packages/link_to_object_extractor.rb +++ b/lib/api/v3/work_packages/link_to_object_extractor.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/parse_params_service.rb b/lib/api/v3/work_packages/parse_params_service.rb index a8bc2f093a..0a7320f089 100644 --- a/lib/api/v3/work_packages/parse_params_service.rb +++ b/lib/api/v3/work_packages/parse_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/base_work_package_schema.rb b/lib/api/v3/work_packages/schema/base_work_package_schema.rb index 4d322775be..eb145dbfec 100644 --- a/lib/api/v3/work_packages/schema/base_work_package_schema.rb +++ b/lib/api/v3/work_packages/schema/base_work_package_schema.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/form_configurations/attribute_representer.rb b/lib/api/v3/work_packages/schema/form_configurations/attribute_representer.rb index 38a474dd21..79ab2828f3 100644 --- a/lib/api/v3/work_packages/schema/form_configurations/attribute_representer.rb +++ b/lib/api/v3/work_packages/schema/form_configurations/attribute_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/form_configurations/query_representer.rb b/lib/api/v3/work_packages/schema/form_configurations/query_representer.rb index fb23531ffd..a5e69836c2 100644 --- a/lib/api/v3/work_packages/schema/form_configurations/query_representer.rb +++ b/lib/api/v3/work_packages/schema/form_configurations/query_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/specific_work_package_schema.rb b/lib/api/v3/work_packages/schema/specific_work_package_schema.rb index 4f53cb9546..dda95eb95b 100644 --- a/lib/api/v3/work_packages/schema/specific_work_package_schema.rb +++ b/lib/api/v3/work_packages/schema/specific_work_package_schema.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/typed_schema_contract.rb b/lib/api/v3/work_packages/schema/typed_schema_contract.rb index c202d52b9f..3830be28a6 100644 --- a/lib/api/v3/work_packages/schema/typed_schema_contract.rb +++ b/lib/api/v3/work_packages/schema/typed_schema_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/typed_work_package_schema.rb b/lib/api/v3/work_packages/schema/typed_work_package_schema.rb index 7056bdbdb2..f4d9dac277 100644 --- a/lib/api/v3/work_packages/schema/typed_work_package_schema.rb +++ b/lib/api/v3/work_packages/schema/typed_work_package_schema.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/work_package_schema_collection_representer.rb b/lib/api/v3/work_packages/schema/work_package_schema_collection_representer.rb index 6bc05379fa..f020c3317b 100644 --- a/lib/api/v3/work_packages/schema/work_package_schema_collection_representer.rb +++ b/lib/api/v3/work_packages/schema/work_package_schema_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/work_package_schema_representer.rb b/lib/api/v3/work_packages/schema/work_package_schema_representer.rb index 060c4351a8..0f2102925f 100644 --- a/lib/api/v3/work_packages/schema/work_package_schema_representer.rb +++ b/lib/api/v3/work_packages/schema/work_package_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/work_package_schemas_api.rb b/lib/api/v3/work_packages/schema/work_package_schemas_api.rb index fee26d857d..eca679247f 100644 --- a/lib/api/v3/work_packages/schema/work_package_schemas_api.rb +++ b/lib/api/v3/work_packages/schema/work_package_schemas_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/work_package_sums_schema.rb b/lib/api/v3/work_packages/schema/work_package_sums_schema.rb index 859e851ec4..63b9eb1fca 100644 --- a/lib/api/v3/work_packages/schema/work_package_sums_schema.rb +++ b/lib/api/v3/work_packages/schema/work_package_sums_schema.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/schema/work_package_sums_schema_representer.rb b/lib/api/v3/work_packages/schema/work_package_sums_schema_representer.rb index b1aba69df0..626453aa09 100644 --- a/lib/api/v3/work_packages/schema/work_package_sums_schema_representer.rb +++ b/lib/api/v3/work_packages/schema/work_package_sums_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/update_form_api.rb b/lib/api/v3/work_packages/update_form_api.rb index 431ee9663b..5499595857 100644 --- a/lib/api/v3/work_packages/update_form_api.rb +++ b/lib/api/v3/work_packages/update_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/update_form_representer.rb b/lib/api/v3/work_packages/update_form_representer.rb index ff22f1e296..168cbdd203 100644 --- a/lib/api/v3/work_packages/update_form_representer.rb +++ b/lib/api/v3/work_packages/update_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/watchers_api.rb b/lib/api/v3/work_packages/watchers_api.rb index f2086681ec..1c47a94657 100644 --- a/lib/api/v3/work_packages/watchers_api.rb +++ b/lib/api/v3/work_packages/watchers_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_package_aggregation_group.rb b/lib/api/v3/work_packages/work_package_aggregation_group.rb index 818729ab34..ea187a7d80 100644 --- a/lib/api/v3/work_packages/work_package_aggregation_group.rb +++ b/lib/api/v3/work_packages/work_package_aggregation_group.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_package_collection_representer.rb b/lib/api/v3/work_packages/work_package_collection_representer.rb index 46800f0d94..a586f4af76 100644 --- a/lib/api/v3/work_packages/work_package_collection_representer.rb +++ b/lib/api/v3/work_packages/work_package_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_package_eager_loading_wrapper.rb b/lib/api/v3/work_packages/work_package_eager_loading_wrapper.rb index 376474ccaa..65decb4e05 100644 --- a/lib/api/v3/work_packages/work_package_eager_loading_wrapper.rb +++ b/lib/api/v3/work_packages/work_package_eager_loading_wrapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_package_lock_version_payload_representer.rb b/lib/api/v3/work_packages/work_package_lock_version_payload_representer.rb index cd8c626c14..464b623e5c 100644 --- a/lib/api/v3/work_packages/work_package_lock_version_payload_representer.rb +++ b/lib/api/v3/work_packages/work_package_lock_version_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_package_payload_representer.rb b/lib/api/v3/work_packages/work_package_payload_representer.rb index 3ac0fd449e..204cb4b13d 100644 --- a/lib/api/v3/work_packages/work_package_payload_representer.rb +++ b/lib/api/v3/work_packages/work_package_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_package_relations_api.rb b/lib/api/v3/work_packages/work_package_relations_api.rb index 7515f6347a..0f61bd6c8b 100644 --- a/lib/api/v3/work_packages/work_package_relations_api.rb +++ b/lib/api/v3/work_packages/work_package_relations_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_package_representer.rb b/lib/api/v3/work_packages/work_package_representer.rb index e324df7ccf..e19c7bd3e4 100644 --- a/lib/api/v3/work_packages/work_package_representer.rb +++ b/lib/api/v3/work_packages/work_package_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_packages_api.rb b/lib/api/v3/work_packages/work_packages_api.rb index 8c5ddfbd08..3fdb49980c 100644 --- a/lib/api/v3/work_packages/work_packages_api.rb +++ b/lib/api/v3/work_packages/work_packages_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_packages_by_project_api.rb b/lib/api/v3/work_packages/work_packages_by_project_api.rb index 7f56960e0f..f14bf7c0b4 100644 --- a/lib/api/v3/work_packages/work_packages_by_project_api.rb +++ b/lib/api/v3/work_packages/work_packages_by_project_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/api/v3/work_packages/work_packages_shared_helpers.rb b/lib/api/v3/work_packages/work_packages_shared_helpers.rb index 066a1b8783..0f194b336c 100644 --- a/lib/api/v3/work_packages/work_packages_shared_helpers.rb +++ b/lib/api/v3/work_packages/work_packages_shared_helpers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/ar_condition.rb b/lib/ar_condition.rb index c2152e3e56..120f73d105 100644 --- a/lib/ar_condition.rb +++ b/lib/ar_condition.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/constraints/enterprise.rb b/lib/constraints/enterprise.rb index f9fd18c339..6f217337c2 100644 --- a/lib/constraints/enterprise.rb +++ b/lib/constraints/enterprise.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/core_extensions.rb b/lib/core_extensions.rb index 4da78f71a1..40578ce702 100644 --- a/lib/core_extensions.rb +++ b/lib/core_extensions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/core_extensions/squish_sql.rb b/lib/core_extensions/squish_sql.rb index bdc9aa93ff..53581c2bb2 100644 --- a/lib/core_extensions/squish_sql.rb +++ b/lib/core_extensions/squish_sql.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/core_extensions/string.rb b/lib/core_extensions/string.rb index 4ebb378cd4..2fb62fac91 100644 --- a/lib/core_extensions/string.rb +++ b/lib/core_extensions/string.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/core_extensions/time_with_zone.rb b/lib/core_extensions/time_with_zone.rb index 45f15a3a34..f67e0acdbe 100644 --- a/lib/core_extensions/time_with_zone.rb +++ b/lib/core_extensions/time_with_zone.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/custom_field_form_builder.rb b/lib/custom_field_form_builder.rb index e525b892d9..c746b76fff 100644 --- a/lib/custom_field_form_builder.rb +++ b/lib/custom_field_form_builder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/deprecated_alias.rb b/lib/deprecated_alias.rb index 80633988fb..07f493288b 100644 --- a/lib/deprecated_alias.rb +++ b/lib/deprecated_alias.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/generators/open_project/plugin/plugin_generator.rb b/lib/generators/open_project/plugin/plugin_generator.rb index 9deb3656af..4e824d26d4 100644 --- a/lib/generators/open_project/plugin/plugin_generator.rb +++ b/lib/generators/open_project/plugin/plugin_generator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/instance_finder.rb b/lib/instance_finder.rb index 266ad7fd15..716bf18e24 100644 --- a/lib/instance_finder.rb +++ b/lib/instance_finder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project.rb b/lib/open_project.rb index e2a25da2f8..eeaf2feb7c 100644 --- a/lib/open_project.rb +++ b/lib/open_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/access_control.rb b/lib/open_project/access_control.rb index bb78eb67ab..5947653eee 100644 --- a/lib/open_project/access_control.rb +++ b/lib/open_project/access_control.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/access_control/mapper.rb b/lib/open_project/access_control/mapper.rb index bee7967847..16ee3cc183 100644 --- a/lib/open_project/access_control/mapper.rb +++ b/lib/open_project/access_control/mapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/access_control/permission.rb b/lib/open_project/access_control/permission.rb index 5a253298e3..2ccf62e644 100644 --- a/lib/open_project/access_control/permission.rb +++ b/lib/open_project/access_control/permission.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/access_keys.rb b/lib/open_project/access_keys.rb index 8c069fce97..04633e512b 100644 --- a/lib/open_project/access_keys.rb +++ b/lib/open_project/access_keys.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/acts_as_url/adapter/op_active_record.rb b/lib/open_project/acts_as_url/adapter/op_active_record.rb index d57cccda3c..f3805255d4 100644 --- a/lib/open_project/acts_as_url/adapter/op_active_record.rb +++ b/lib/open_project/acts_as_url/adapter/op_active_record.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/assets.rb b/lib/open_project/assets.rb index 7a74b94a58..e6afd54ec9 100644 --- a/lib/open_project/assets.rb +++ b/lib/open_project/assets.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/cache.rb b/lib/open_project/cache.rb index 3afa2e72ae..b291d218b2 100644 --- a/lib/open_project/cache.rb +++ b/lib/open_project/cache.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/cache/cache_key.rb b/lib/open_project/cache/cache_key.rb index 0856e1c18c..13e5fe997c 100644 --- a/lib/open_project/cache/cache_key.rb +++ b/lib/open_project/cache/cache_key.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/changed_by_system.rb b/lib/open_project/changed_by_system.rb index 33c887b5f4..989d3732bb 100644 --- a/lib/open_project/changed_by_system.rb +++ b/lib/open_project/changed_by_system.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/content_type_detector.rb b/lib/open_project/content_type_detector.rb index dbf6b1596a..962ea7657c 100644 --- a/lib/open_project/content_type_detector.rb +++ b/lib/open_project/content_type_detector.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/custom_field_format.rb b/lib/open_project/custom_field_format.rb index 872b426b0a..90fe4f6d02 100644 --- a/lib/open_project/custom_field_format.rb +++ b/lib/open_project/custom_field_format.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/custom_styles/color_themes.rb b/lib/open_project/custom_styles/color_themes.rb index 0ea9a142ec..8038a056cc 100644 --- a/lib/open_project/custom_styles/color_themes.rb +++ b/lib/open_project/custom_styles/color_themes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/custom_styles/design.rb b/lib/open_project/custom_styles/design.rb index 40a5b70d93..755c80d244 100644 --- a/lib/open_project/custom_styles/design.rb +++ b/lib/open_project/custom_styles/design.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/default_wp_queries.rb b/lib/open_project/default_wp_queries.rb index 96786df7db..3fcb963a3f 100644 --- a/lib/open_project/default_wp_queries.rb +++ b/lib/open_project/default_wp_queries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/deprecation.rb b/lib/open_project/deprecation.rb index 570ece96d9..0e92616390 100644 --- a/lib/open_project/deprecation.rb +++ b/lib/open_project/deprecation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/enterprise.rb b/lib/open_project/enterprise.rb index 4edec942b8..3724c4fb1f 100644 --- a/lib/open_project/enterprise.rb +++ b/lib/open_project/enterprise.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/events.rb b/lib/open_project/events.rb index b4f842238c..0437b543a4 100644 --- a/lib/open_project/events.rb +++ b/lib/open_project/events.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/file_command_content_type_detector.rb b/lib/open_project/file_command_content_type_detector.rb index ffabbee8ff..1148964824 100644 --- a/lib/open_project/file_command_content_type_detector.rb +++ b/lib/open_project/file_command_content_type_detector.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/files.rb b/lib/open_project/files.rb index fec6650ae3..e75749b093 100644 --- a/lib/open_project/files.rb +++ b/lib/open_project/files.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/footer.rb b/lib/open_project/footer.rb index 73f032c446..5bd590f2f3 100644 --- a/lib/open_project/footer.rb +++ b/lib/open_project/footer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/form_tag_helper.rb b/lib/open_project/form_tag_helper.rb index af3ff851e5..6b155b58a2 100644 --- a/lib/open_project/form_tag_helper.rb +++ b/lib/open_project/form_tag_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/full_text_search.rb b/lib/open_project/full_text_search.rb index 95f9a9d3fe..8c6c0fa708 100644 --- a/lib/open_project/full_text_search.rb +++ b/lib/open_project/full_text_search.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/hook.rb b/lib/open_project/hook.rb index d597e53c98..f1e3d4ca82 100644 --- a/lib/open_project/hook.rb +++ b/lib/open_project/hook.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/hooks.rb b/lib/open_project/hooks.rb index b61d194de6..46dc5ce09b 100644 --- a/lib/open_project/hooks.rb +++ b/lib/open_project/hooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/hooks/view_account_login_auth_provider.rb b/lib/open_project/hooks/view_account_login_auth_provider.rb index 233a997685..945342acec 100644 --- a/lib/open_project/hooks/view_account_login_auth_provider.rb +++ b/lib/open_project/hooks/view_account_login_auth_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/hooks/view_account_login_bottom.rb b/lib/open_project/hooks/view_account_login_bottom.rb index 10358329d5..bed1072f2c 100644 --- a/lib/open_project/hooks/view_account_login_bottom.rb +++ b/lib/open_project/hooks/view_account_login_bottom.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/info.rb b/lib/open_project/info.rb index 0fae6e07e2..4b62089d46 100644 --- a/lib/open_project/info.rb +++ b/lib/open_project/info.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/journal/attachment_helper.rb b/lib/open_project/journal/attachment_helper.rb index 96185fd872..3149e3acdd 100644 --- a/lib/open_project/journal/attachment_helper.rb +++ b/lib/open_project/journal/attachment_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/journal_formatter/attachment.rb b/lib/open_project/journal_formatter/attachment.rb index 13d90de0ae..4e37a9c73a 100644 --- a/lib/open_project/journal_formatter/attachment.rb +++ b/lib/open_project/journal_formatter/attachment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/journal_formatter/custom_field.rb b/lib/open_project/journal_formatter/custom_field.rb index 179dc43c13..15d5a57ced 100644 --- a/lib/open_project/journal_formatter/custom_field.rb +++ b/lib/open_project/journal_formatter/custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/journal_formatter/diff.rb b/lib/open_project/journal_formatter/diff.rb index d467dfe577..610f21d906 100644 --- a/lib/open_project/journal_formatter/diff.rb +++ b/lib/open_project/journal_formatter/diff.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/journal_formatter/ignore_non_working_days.rb b/lib/open_project/journal_formatter/ignore_non_working_days.rb index 34320947bf..478c59e2bb 100644 --- a/lib/open_project/journal_formatter/ignore_non_working_days.rb +++ b/lib/open_project/journal_formatter/ignore_non_working_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/journal_formatter/schedule_manually.rb b/lib/open_project/journal_formatter/schedule_manually.rb index e605b9ca52..e543e219f5 100644 --- a/lib/open_project/journal_formatter/schedule_manually.rb +++ b/lib/open_project/journal_formatter/schedule_manually.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/locale_helper.rb b/lib/open_project/locale_helper.rb index 132e86614c..955f207973 100644 --- a/lib/open_project/locale_helper.rb +++ b/lib/open_project/locale_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/mime_type.rb b/lib/open_project/mime_type.rb index 8f341b9a7f..51f517bf71 100644 --- a/lib/open_project/mime_type.rb +++ b/lib/open_project/mime_type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/mutex.rb b/lib/open_project/mutex.rb index 9e1d194815..8e5b8282ff 100644 --- a/lib/open_project/mutex.rb +++ b/lib/open_project/mutex.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/nested_set/rebuild_patch.rb b/lib/open_project/nested_set/rebuild_patch.rb index e676850571..ad35a84605 100644 --- a/lib/open_project/nested_set/rebuild_patch.rb +++ b/lib/open_project/nested_set/rebuild_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/object_linking.rb b/lib/open_project/object_linking.rb index c86cf6337c..5571ec3b76 100644 --- a/lib/open_project/object_linking.rb +++ b/lib/open_project/object_linking.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/omni_auth/authorization.rb b/lib/open_project/omni_auth/authorization.rb index b5d81b9318..9320d353eb 100644 --- a/lib/open_project/omni_auth/authorization.rb +++ b/lib/open_project/omni_auth/authorization.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/page_hierarchy_helper.rb b/lib/open_project/page_hierarchy_helper.rb index 38287ba9ec..e2ebaf722b 100644 --- a/lib/open_project/page_hierarchy_helper.rb +++ b/lib/open_project/page_hierarchy_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/passwords.rb b/lib/open_project/passwords.rb index 94ba737967..7bd04629b3 100644 --- a/lib/open_project/passwords.rb +++ b/lib/open_project/passwords.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches.rb b/lib/open_project/patches.rb index 34ccdfdfdf..89bc660a82 100644 --- a/lib/open_project/patches.rb +++ b/lib/open_project/patches.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/action_view_accessible_errors.rb b/lib/open_project/patches/action_view_accessible_errors.rb index e04bc0c578..7da68b9c3c 100644 --- a/lib/open_project/patches/action_view_accessible_errors.rb +++ b/lib/open_project/patches/action_view_accessible_errors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/action_view_helpers_asset_tag_helper.rb b/lib/open_project/patches/action_view_helpers_asset_tag_helper.rb index ed7bfbb24f..d9c310990c 100644 --- a/lib/open_project/patches/action_view_helpers_asset_tag_helper.rb +++ b/lib/open_project/patches/action_view_helpers_asset_tag_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/active_model_errors.rb b/lib/open_project/patches/active_model_errors.rb index 07fcc6d79b..db75c512e8 100644 --- a/lib/open_project/patches/active_model_errors.rb +++ b/lib/open_project/patches/active_model_errors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/active_record_i18n.rb b/lib/open_project/patches/active_record_i18n.rb index 44acf03c32..9a8eb2f49e 100644 --- a/lib/open_project/patches/active_record_i18n.rb +++ b/lib/open_project/patches/active_record_i18n.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/acts_as_list.rb b/lib/open_project/patches/acts_as_list.rb index 89915464bd..26c411f30d 100644 --- a/lib/open_project/patches/acts_as_list.rb +++ b/lib/open_project/patches/acts_as_list.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/declarative_option.rb b/lib/open_project/patches/declarative_option.rb index 8a18021035..7dfd350c62 100644 --- a/lib/open_project/patches/declarative_option.rb +++ b/lib/open_project/patches/declarative_option.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/delayed_job_adapter.rb b/lib/open_project/patches/delayed_job_adapter.rb index efa34a0815..07185ad9e1 100644 --- a/lib/open_project/patches/delayed_job_adapter.rb +++ b/lib/open_project/patches/delayed_job_adapter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/delivery_job.rb b/lib/open_project/patches/delivery_job.rb index 08abc81355..3d90026dea 100644 --- a/lib/open_project/patches/delivery_job.rb +++ b/lib/open_project/patches/delivery_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/doorkeeper_application.rb b/lib/open_project/patches/doorkeeper_application.rb index 98808b6217..04b2afe3f6 100644 --- a/lib/open_project/patches/doorkeeper_application.rb +++ b/lib/open_project/patches/doorkeeper_application.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/i18n_reject_empty_string.rb b/lib/open_project/patches/i18n_reject_empty_string.rb index e1b756900f..8ea02581c9 100644 --- a/lib/open_project/patches/i18n_reject_empty_string.rb +++ b/lib/open_project/patches/i18n_reject_empty_string.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/representable.rb b/lib/open_project/patches/representable.rb index c3e5cbea48..1bb6580591 100644 --- a/lib/open_project/patches/representable.rb +++ b/lib/open_project/patches/representable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/patches/string.rb b/lib/open_project/patches/string.rb index af02104ba4..f812ed413e 100644 --- a/lib/open_project/patches/string.rb +++ b/lib/open_project/patches/string.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins.rb b/lib/open_project/plugins.rb index 6e92ecc9ae..f054ccdc91 100644 --- a/lib/open_project/plugins.rb +++ b/lib/open_project/plugins.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/acts_as_op_engine.rb b/lib/open_project/plugins/acts_as_op_engine.rb index 2312320851..dc22cd4a29 100644 --- a/lib/open_project/plugins/acts_as_op_engine.rb +++ b/lib/open_project/plugins/acts_as_op_engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/frontend_linking.rb b/lib/open_project/plugins/frontend_linking.rb index 79c5b8fc60..022758daa9 100644 --- a/lib/open_project/plugins/frontend_linking.rb +++ b/lib/open_project/plugins/frontend_linking.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/frontend_linking/generator.rb b/lib/open_project/plugins/frontend_linking/generator.rb index 2cd0073f4d..9df8d87004 100644 --- a/lib/open_project/plugins/frontend_linking/generator.rb +++ b/lib/open_project/plugins/frontend_linking/generator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/frontend_linking/linked-plugins.module.ts.erb b/lib/open_project/plugins/frontend_linking/linked-plugins.module.ts.erb index 08b8d53e4c..ee857d0ee3 100644 --- a/lib/open_project/plugins/frontend_linking/linked-plugins.module.ts.erb +++ b/lib/open_project/plugins/frontend_linking/linked-plugins.module.ts.erb @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/frontend_linking/linked-plugins.styles.sass.erb b/lib/open_project/plugins/frontend_linking/linked-plugins.styles.sass.erb index 484379e522..865916cb05 100644 --- a/lib/open_project/plugins/frontend_linking/linked-plugins.styles.sass.erb +++ b/lib/open_project/plugins/frontend_linking/linked-plugins.styles.sass.erb @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/load_dependency.rb b/lib/open_project/plugins/load_dependency.rb index 0df4757562..9ce585ee84 100644 --- a/lib/open_project/plugins/load_dependency.rb +++ b/lib/open_project/plugins/load_dependency.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/migration_mapping.rb b/lib/open_project/plugins/migration_mapping.rb index a3018d2457..283d990375 100644 --- a/lib/open_project/plugins/migration_mapping.rb +++ b/lib/open_project/plugins/migration_mapping.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/module_handler.rb b/lib/open_project/plugins/module_handler.rb index 6c05f75f33..6462b79c65 100644 --- a/lib/open_project/plugins/module_handler.rb +++ b/lib/open_project/plugins/module_handler.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/plugins/patch_registry.rb b/lib/open_project/plugins/patch_registry.rb index f1662b37dd..c73f3bbc92 100644 --- a/lib/open_project/plugins/patch_registry.rb +++ b/lib/open_project/plugins/patch_registry.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/repository_authentication.rb b/lib/open_project/repository_authentication.rb index ececab3fa0..9442c68930 100644 --- a/lib/open_project/repository_authentication.rb +++ b/lib/open_project/repository_authentication.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/safe_params.rb b/lib/open_project/safe_params.rb index 5a770c6945..fc6ec01412 100644 --- a/lib/open_project/safe_params.rb +++ b/lib/open_project/safe_params.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/adapters.rb b/lib/open_project/scm/adapters.rb index 8ba1ca5bb6..e1c606a183 100644 --- a/lib/open_project/scm/adapters.rb +++ b/lib/open_project/scm/adapters.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/adapters/base.rb b/lib/open_project/scm/adapters/base.rb index e502306c3e..fab5ba17b2 100644 --- a/lib/open_project/scm/adapters/base.rb +++ b/lib/open_project/scm/adapters/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/adapters/checkout_instructions.rb b/lib/open_project/scm/adapters/checkout_instructions.rb index 5581805b03..79a202d6ec 100644 --- a/lib/open_project/scm/adapters/checkout_instructions.rb +++ b/lib/open_project/scm/adapters/checkout_instructions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/adapters/git.rb b/lib/open_project/scm/adapters/git.rb index 417c96878e..15763d7eb0 100644 --- a/lib/open_project/scm/adapters/git.rb +++ b/lib/open_project/scm/adapters/git.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/adapters/local_client.rb b/lib/open_project/scm/adapters/local_client.rb index d9710982c4..6356f754cf 100644 --- a/lib/open_project/scm/adapters/local_client.rb +++ b/lib/open_project/scm/adapters/local_client.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/adapters/subversion.rb b/lib/open_project/scm/adapters/subversion.rb index 0da645fdb4..486e18a7e5 100644 --- a/lib/open_project/scm/adapters/subversion.rb +++ b/lib/open_project/scm/adapters/subversion.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/exceptions.rb b/lib/open_project/scm/exceptions.rb index 012b403f03..c87e1941bc 100644 --- a/lib/open_project/scm/exceptions.rb +++ b/lib/open_project/scm/exceptions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/manageable_repository.rb b/lib/open_project/scm/manageable_repository.rb index 18f24776ab..b855750859 100644 --- a/lib/open_project/scm/manageable_repository.rb +++ b/lib/open_project/scm/manageable_repository.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/scm/manager.rb b/lib/open_project/scm/manager.rb index 72e1ff2184..e0b834627b 100644 --- a/lib/open_project/scm/manager.rb +++ b/lib/open_project/scm/manager.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/sql_sanitization.rb b/lib/open_project/sql_sanitization.rb index ecfbfa7876..3de382c6b5 100644 --- a/lib/open_project/sql_sanitization.rb +++ b/lib/open_project/sql_sanitization.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/static/homescreen.rb b/lib/open_project/static/homescreen.rb index 83c7e56c5c..3fd3fc747d 100644 --- a/lib/open_project/static/homescreen.rb +++ b/lib/open_project/static/homescreen.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/static/links.rb b/lib/open_project/static/links.rb index 513d8317ba..cb9e90d210 100644 --- a/lib/open_project/static/links.rb +++ b/lib/open_project/static/links.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/static_routing.rb b/lib/open_project/static_routing.rb index 433b3a8f88..7e46c50753 100644 --- a/lib/open_project/static_routing.rb +++ b/lib/open_project/static_routing.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/storage.rb b/lib/open_project/storage.rb index ac7b4a72d5..77821f652c 100644 --- a/lib/open_project/storage.rb +++ b/lib/open_project/storage.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/syntax_highlighting.rb b/lib/open_project/syntax_highlighting.rb index 17a6b32a0a..21cd459a10 100644 --- a/lib/open_project/syntax_highlighting.rb +++ b/lib/open_project/syntax_highlighting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting.rb b/lib/open_project/text_formatting.rb index 8f093ef358..d9baa97925 100644 --- a/lib/open_project/text_formatting.rb +++ b/lib/open_project/text_formatting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/attachment_filter.rb b/lib/open_project/text_formatting/filters/attachment_filter.rb index 461347a2e3..c851ea9e9d 100644 --- a/lib/open_project/text_formatting/filters/attachment_filter.rb +++ b/lib/open_project/text_formatting/filters/attachment_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/autolink_filter.rb b/lib/open_project/text_formatting/filters/autolink_filter.rb index 63cef22305..368de9b2c0 100644 --- a/lib/open_project/text_formatting/filters/autolink_filter.rb +++ b/lib/open_project/text_formatting/filters/autolink_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/bem_css_filter.rb b/lib/open_project/text_formatting/filters/bem_css_filter.rb index 916116af13..863c253fd8 100644 --- a/lib/open_project/text_formatting/filters/bem_css_filter.rb +++ b/lib/open_project/text_formatting/filters/bem_css_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/figure_wrapped_filter.rb b/lib/open_project/text_formatting/filters/figure_wrapped_filter.rb index 1b2c350702..afb43c57cb 100644 --- a/lib/open_project/text_formatting/filters/figure_wrapped_filter.rb +++ b/lib/open_project/text_formatting/filters/figure_wrapped_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/link_attribute_filter.rb b/lib/open_project/text_formatting/filters/link_attribute_filter.rb index 5d71ef4fd5..656089d002 100644 --- a/lib/open_project/text_formatting/filters/link_attribute_filter.rb +++ b/lib/open_project/text_formatting/filters/link_attribute_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/macro_filter.rb b/lib/open_project/text_formatting/filters/macro_filter.rb index 03896b9ec1..39ed22bcd3 100644 --- a/lib/open_project/text_formatting/filters/macro_filter.rb +++ b/lib/open_project/text_formatting/filters/macro_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/macros/child_pages.rb b/lib/open_project/text_formatting/filters/macros/child_pages.rb index 4d4e2ddead..35ed3d0a64 100644 --- a/lib/open_project/text_formatting/filters/macros/child_pages.rb +++ b/lib/open_project/text_formatting/filters/macros/child_pages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/macros/child_pages/child_pages_context.rb b/lib/open_project/text_formatting/filters/macros/child_pages/child_pages_context.rb index 78c5db0a4a..9b4bd78ff7 100644 --- a/lib/open_project/text_formatting/filters/macros/child_pages/child_pages_context.rb +++ b/lib/open_project/text_formatting/filters/macros/child_pages/child_pages_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/macros/create_work_package_link.rb b/lib/open_project/text_formatting/filters/macros/create_work_package_link.rb index 7c99adc9c7..3f83e50097 100644 --- a/lib/open_project/text_formatting/filters/macros/create_work_package_link.rb +++ b/lib/open_project/text_formatting/filters/macros/create_work_package_link.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/macros/embedded_table.rb b/lib/open_project/text_formatting/filters/macros/embedded_table.rb index 29e68ae4bc..6e5eb98021 100644 --- a/lib/open_project/text_formatting/filters/macros/embedded_table.rb +++ b/lib/open_project/text_formatting/filters/macros/embedded_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/macros/include_wiki_page.rb b/lib/open_project/text_formatting/filters/macros/include_wiki_page.rb index f600de3499..e6f6049e43 100644 --- a/lib/open_project/text_formatting/filters/macros/include_wiki_page.rb +++ b/lib/open_project/text_formatting/filters/macros/include_wiki_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/macros/toc.rb b/lib/open_project/text_formatting/filters/macros/toc.rb index 9b04719924..398ae5b54e 100644 --- a/lib/open_project/text_formatting/filters/macros/toc.rb +++ b/lib/open_project/text_formatting/filters/macros/toc.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/markdown_filter.rb b/lib/open_project/text_formatting/filters/markdown_filter.rb index f7df62672f..ccfc4342b8 100644 --- a/lib/open_project/text_formatting/filters/markdown_filter.rb +++ b/lib/open_project/text_formatting/filters/markdown_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/mention_filter.rb b/lib/open_project/text_formatting/filters/mention_filter.rb index deb80aa8e2..da7f52ace6 100644 --- a/lib/open_project/text_formatting/filters/mention_filter.rb +++ b/lib/open_project/text_formatting/filters/mention_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/pattern_matcher_filter.rb b/lib/open_project/text_formatting/filters/pattern_matcher_filter.rb index 5d58823070..dc93c66388 100644 --- a/lib/open_project/text_formatting/filters/pattern_matcher_filter.rb +++ b/lib/open_project/text_formatting/filters/pattern_matcher_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/plain_filter.rb b/lib/open_project/text_formatting/filters/plain_filter.rb index 75153f50d2..db79252b3f 100644 --- a/lib/open_project/text_formatting/filters/plain_filter.rb +++ b/lib/open_project/text_formatting/filters/plain_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/relative_link_filter.rb b/lib/open_project/text_formatting/filters/relative_link_filter.rb index 712e0f27df..17724602dc 100644 --- a/lib/open_project/text_formatting/filters/relative_link_filter.rb +++ b/lib/open_project/text_formatting/filters/relative_link_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/sanitization_filter.rb b/lib/open_project/text_formatting/filters/sanitization_filter.rb index 28a669f7fb..bfa5460fd2 100644 --- a/lib/open_project/text_formatting/filters/sanitization_filter.rb +++ b/lib/open_project/text_formatting/filters/sanitization_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/setting_macros_filter.rb b/lib/open_project/text_formatting/filters/setting_macros_filter.rb index cfb2c1ddf7..66d079c15e 100644 --- a/lib/open_project/text_formatting/filters/setting_macros_filter.rb +++ b/lib/open_project/text_formatting/filters/setting_macros_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/syntax_highlight_filter.rb b/lib/open_project/text_formatting/filters/syntax_highlight_filter.rb index 163c3e0ef8..996263eeb6 100644 --- a/lib/open_project/text_formatting/filters/syntax_highlight_filter.rb +++ b/lib/open_project/text_formatting/filters/syntax_highlight_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/table_of_contents_filter.rb b/lib/open_project/text_formatting/filters/table_of_contents_filter.rb index 9f0a8b1d66..17e2479550 100644 --- a/lib/open_project/text_formatting/filters/table_of_contents_filter.rb +++ b/lib/open_project/text_formatting/filters/table_of_contents_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/filters/task_list_filter.rb b/lib/open_project/text_formatting/filters/task_list_filter.rb index 00b28191a7..0000383a54 100644 --- a/lib/open_project/text_formatting/filters/task_list_filter.rb +++ b/lib/open_project/text_formatting/filters/task_list_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats.rb b/lib/open_project/text_formatting/formats.rb index 5c64e63867..cbc0c53d31 100644 --- a/lib/open_project/text_formatting/formats.rb +++ b/lib/open_project/text_formatting/formats.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/base_format.rb b/lib/open_project/text_formatting/formats/base_format.rb index 1f5b8dfa11..1e476761a0 100644 --- a/lib/open_project/text_formatting/formats/base_format.rb +++ b/lib/open_project/text_formatting/formats/base_format.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/base_formatter.rb b/lib/open_project/text_formatting/formats/base_formatter.rb index a4a4cd62f4..84ac9cb130 100644 --- a/lib/open_project/text_formatting/formats/base_formatter.rb +++ b/lib/open_project/text_formatting/formats/base_formatter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/markdown/format.rb b/lib/open_project/text_formatting/formats/markdown/format.rb index b466a8e631..02e52c4e80 100644 --- a/lib/open_project/text_formatting/formats/markdown/format.rb +++ b/lib/open_project/text_formatting/formats/markdown/format.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/markdown/formatter.rb b/lib/open_project/text_formatting/formats/markdown/formatter.rb index 61193e1de7..326f749530 100644 --- a/lib/open_project/text_formatting/formats/markdown/formatter.rb +++ b/lib/open_project/text_formatting/formats/markdown/formatter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/markdown/helper.rb b/lib/open_project/text_formatting/formats/markdown/helper.rb index 070af6331f..65ac98e902 100644 --- a/lib/open_project/text_formatting/formats/markdown/helper.rb +++ b/lib/open_project/text_formatting/formats/markdown/helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/markdown/pandoc_downloader.rb b/lib/open_project/text_formatting/formats/markdown/pandoc_downloader.rb index 3d07fe1909..bdfbc36509 100644 --- a/lib/open_project/text_formatting/formats/markdown/pandoc_downloader.rb +++ b/lib/open_project/text_formatting/formats/markdown/pandoc_downloader.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/markdown/pandoc_wrapper.rb b/lib/open_project/text_formatting/formats/markdown/pandoc_wrapper.rb index 85ef1f1b30..24b8ff9106 100644 --- a/lib/open_project/text_formatting/formats/markdown/pandoc_wrapper.rb +++ b/lib/open_project/text_formatting/formats/markdown/pandoc_wrapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/markdown/textile_converter.rb b/lib/open_project/text_formatting/formats/markdown/textile_converter.rb index dea8da5f52..11ac020eb6 100644 --- a/lib/open_project/text_formatting/formats/markdown/textile_converter.rb +++ b/lib/open_project/text_formatting/formats/markdown/textile_converter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/plain/format.rb b/lib/open_project/text_formatting/formats/plain/format.rb index 3a7355ef38..5cba30ff76 100644 --- a/lib/open_project/text_formatting/formats/plain/format.rb +++ b/lib/open_project/text_formatting/formats/plain/format.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/plain/formatter.rb b/lib/open_project/text_formatting/formats/plain/formatter.rb index 0e06ea0694..9804687a6b 100644 --- a/lib/open_project/text_formatting/formats/plain/formatter.rb +++ b/lib/open_project/text_formatting/formats/plain/formatter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/formats/plain/helper.rb b/lib/open_project/text_formatting/formats/plain/helper.rb index 6c06815435..806fcbb539 100644 --- a/lib/open_project/text_formatting/formats/plain/helper.rb +++ b/lib/open_project/text_formatting/formats/plain/helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/helpers/link_rewriter.rb b/lib/open_project/text_formatting/helpers/link_rewriter.rb index f4fd755fe9..d298359dff 100644 --- a/lib/open_project/text_formatting/helpers/link_rewriter.rb +++ b/lib/open_project/text_formatting/helpers/link_rewriter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/attribute_macros.rb b/lib/open_project/text_formatting/matchers/attribute_macros.rb index 4dd01b3cc6..5b2b8dc821 100644 --- a/lib/open_project/text_formatting/matchers/attribute_macros.rb +++ b/lib/open_project/text_formatting/matchers/attribute_macros.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/link_handlers/base.rb b/lib/open_project/text_formatting/matchers/link_handlers/base.rb index 25556b8c5e..10856552f5 100644 --- a/lib/open_project/text_formatting/matchers/link_handlers/base.rb +++ b/lib/open_project/text_formatting/matchers/link_handlers/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/link_handlers/colon_separator.rb b/lib/open_project/text_formatting/matchers/link_handlers/colon_separator.rb index d87bf71236..c01dc02119 100644 --- a/lib/open_project/text_formatting/matchers/link_handlers/colon_separator.rb +++ b/lib/open_project/text_formatting/matchers/link_handlers/colon_separator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/link_handlers/hash_separator.rb b/lib/open_project/text_formatting/matchers/link_handlers/hash_separator.rb index 3f696654e3..82bb7ddab1 100644 --- a/lib/open_project/text_formatting/matchers/link_handlers/hash_separator.rb +++ b/lib/open_project/text_formatting/matchers/link_handlers/hash_separator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/link_handlers/revisions.rb b/lib/open_project/text_formatting/matchers/link_handlers/revisions.rb index db3e38f351..9b0f27075b 100644 --- a/lib/open_project/text_formatting/matchers/link_handlers/revisions.rb +++ b/lib/open_project/text_formatting/matchers/link_handlers/revisions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/link_handlers/work_packages.rb b/lib/open_project/text_formatting/matchers/link_handlers/work_packages.rb index 150cf30573..e1ce8a3544 100644 --- a/lib/open_project/text_formatting/matchers/link_handlers/work_packages.rb +++ b/lib/open_project/text_formatting/matchers/link_handlers/work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/regex_matcher.rb b/lib/open_project/text_formatting/matchers/regex_matcher.rb index 5b7e43673b..eef00fe0c7 100644 --- a/lib/open_project/text_formatting/matchers/regex_matcher.rb +++ b/lib/open_project/text_formatting/matchers/regex_matcher.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/resource_links_matcher.rb b/lib/open_project/text_formatting/matchers/resource_links_matcher.rb index 35cf165c63..beecb4720c 100644 --- a/lib/open_project/text_formatting/matchers/resource_links_matcher.rb +++ b/lib/open_project/text_formatting/matchers/resource_links_matcher.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/matchers/wiki_links_matcher.rb b/lib/open_project/text_formatting/matchers/wiki_links_matcher.rb index fd0378f256..36ac4d0bc0 100644 --- a/lib/open_project/text_formatting/matchers/wiki_links_matcher.rb +++ b/lib/open_project/text_formatting/matchers/wiki_links_matcher.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/renderer.rb b/lib/open_project/text_formatting/renderer.rb index 0602a535e2..f16cdd8f67 100644 --- a/lib/open_project/text_formatting/renderer.rb +++ b/lib/open_project/text_formatting/renderer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/text_formatting/truncation.rb b/lib/open_project/text_formatting/truncation.rb index ce94321c16..afdd6ab3ba 100644 --- a/lib/open_project/text_formatting/truncation.rb +++ b/lib/open_project/text_formatting/truncation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/ui/extensible_tabs.rb b/lib/open_project/ui/extensible_tabs.rb index 661eb52745..c7dcb074d2 100644 --- a/lib/open_project/ui/extensible_tabs.rb +++ b/lib/open_project/ui/extensible_tabs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/open_project/version.rb b/lib/open_project/version.rb index f270973662..2e464c405d 100644 --- a/lib/open_project/version.rb +++ b/lib/open_project/version.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/pagination.rb b/lib/pagination.rb index a5e53b6fd4..e33c59586e 100644 --- a/lib/pagination.rb +++ b/lib/pagination.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/pagination/controller.rb b/lib/pagination/controller.rb index 4e6ec3346d..42e2fd0df8 100644 --- a/lib/pagination/controller.rb +++ b/lib/pagination/controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/pagination/model.rb b/lib/pagination/model.rb index ffe6e6311f..b43edf2bff 100644 --- a/lib/pagination/model.rb +++ b/lib/pagination/model.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/about.rb b/lib/redmine/about.rb index 60270ac532..9522455275 100644 --- a/lib/redmine/about.rb +++ b/lib/redmine/about.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/ciphering.rb b/lib/redmine/ciphering.rb index ba03cfaf19..ef245bd4ea 100644 --- a/lib/redmine/ciphering.rb +++ b/lib/redmine/ciphering.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/codeset_util.rb b/lib/redmine/codeset_util.rb index 4d4e789256..66b6cfd199 100644 --- a/lib/redmine/codeset_util.rb +++ b/lib/redmine/codeset_util.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/diff_table.rb b/lib/redmine/diff_table.rb index 1bb11a8a22..8dec6e94d0 100644 --- a/lib/redmine/diff_table.rb +++ b/lib/redmine/diff_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/helpers/diff.rb b/lib/redmine/helpers/diff.rb index 8cf23ffcbb..8b747e3f8b 100644 --- a/lib/redmine/helpers/diff.rb +++ b/lib/redmine/helpers/diff.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/imap.rb b/lib/redmine/imap.rb index 7b9aaace0d..540f1d6ff1 100644 --- a/lib/redmine/imap.rb +++ b/lib/redmine/imap.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager.rb b/lib/redmine/menu_manager.rb index 97d7aa19a7..4f3d378ecf 100644 --- a/lib/redmine/menu_manager.rb +++ b/lib/redmine/menu_manager.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/mapper.rb b/lib/redmine/menu_manager/mapper.rb index 377d1fbda5..2fd710d8c5 100644 --- a/lib/redmine/menu_manager/mapper.rb +++ b/lib/redmine/menu_manager/mapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/menu_controller.rb b/lib/redmine/menu_manager/menu_controller.rb index 4af3af6579..8dfdd5a10d 100644 --- a/lib/redmine/menu_manager/menu_controller.rb +++ b/lib/redmine/menu_manager/menu_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/menu_error.rb b/lib/redmine/menu_manager/menu_error.rb index 76a4437f76..98c4084845 100644 --- a/lib/redmine/menu_manager/menu_error.rb +++ b/lib/redmine/menu_manager/menu_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/menu_helper.rb b/lib/redmine/menu_manager/menu_helper.rb index bd21f7cfa4..361548eaaa 100644 --- a/lib/redmine/menu_manager/menu_helper.rb +++ b/lib/redmine/menu_manager/menu_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/menu_item.rb b/lib/redmine/menu_manager/menu_item.rb index 129c7c93a5..2294ce5957 100644 --- a/lib/redmine/menu_manager/menu_item.rb +++ b/lib/redmine/menu_manager/menu_item.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/top_menu/help_menu.rb b/lib/redmine/menu_manager/top_menu/help_menu.rb index 33a7d63e46..45086cd140 100644 --- a/lib/redmine/menu_manager/top_menu/help_menu.rb +++ b/lib/redmine/menu_manager/top_menu/help_menu.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/top_menu/projects_menu.rb b/lib/redmine/menu_manager/top_menu/projects_menu.rb index bb053c7e24..37c2a5e1a3 100644 --- a/lib/redmine/menu_manager/top_menu/projects_menu.rb +++ b/lib/redmine/menu_manager/top_menu/projects_menu.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/top_menu/quick_add_menu.rb b/lib/redmine/menu_manager/top_menu/quick_add_menu.rb index e93d888e1c..b1420f2abe 100644 --- a/lib/redmine/menu_manager/top_menu/quick_add_menu.rb +++ b/lib/redmine/menu_manager/top_menu/quick_add_menu.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/top_menu_helper.rb b/lib/redmine/menu_manager/top_menu_helper.rb index 9f79512668..37eab68344 100644 --- a/lib/redmine/menu_manager/top_menu_helper.rb +++ b/lib/redmine/menu_manager/top_menu_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/tree_node.rb b/lib/redmine/menu_manager/tree_node.rb index 4c48cb1179..09226a4441 100644 --- a/lib/redmine/menu_manager/tree_node.rb +++ b/lib/redmine/menu_manager/tree_node.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/menu_manager/wiki_menu_helper.rb b/lib/redmine/menu_manager/wiki_menu_helper.rb index 8acddeb590..f996c5c6fc 100644 --- a/lib/redmine/menu_manager/wiki_menu_helper.rb +++ b/lib/redmine/menu_manager/wiki_menu_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/platform.rb b/lib/redmine/platform.rb index a5cf7155fb..4f7de54aa3 100644 --- a/lib/redmine/platform.rb +++ b/lib/redmine/platform.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/plugin.rb b/lib/redmine/plugin.rb index fcf26063bd..0704e78e03 100644 --- a/lib/redmine/plugin.rb +++ b/lib/redmine/plugin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/pop3.rb b/lib/redmine/pop3.rb index 4d68184d58..4d4ae1ed8f 100644 --- a/lib/redmine/pop3.rb +++ b/lib/redmine/pop3.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/search.rb b/lib/redmine/search.rb index b213e32bb5..b44ee8d58d 100644 --- a/lib/redmine/search.rb +++ b/lib/redmine/search.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/unified_diff.rb b/lib/redmine/unified_diff.rb index e0da16c3ea..36ddd04b90 100644 --- a/lib/redmine/unified_diff.rb +++ b/lib/redmine/unified_diff.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/redmine/views/other_formats_builder.rb b/lib/redmine/views/other_formats_builder.rb index d6fcf0a5fc..19b6c6166e 100644 --- a/lib/redmine/views/other_formats_builder.rb +++ b/lib/redmine/views/other_formats_builder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/services/create_relation.rb b/lib/services/create_relation.rb index 5c01ebc063..9fd9d1009a 100644 --- a/lib/services/create_relation.rb +++ b/lib/services/create_relation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/services/create_watcher.rb b/lib/services/create_watcher.rb index 7cb0f7429d..97b230a90a 100644 --- a/lib/services/create_watcher.rb +++ b/lib/services/create_watcher.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/services/remove_watcher.rb b/lib/services/remove_watcher.rb index adf54e00e3..92bb78113d 100644 --- a/lib/services/remove_watcher.rb +++ b/lib/services/remove_watcher.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tabular_form_builder.rb b/lib/tabular_form_builder.rb index 4e81d75633..33d82c0438 100644 --- a/lib/tabular_form_builder.rb +++ b/lib/tabular_form_builder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/api.rake b/lib/tasks/api.rake index 911f8baf81..32e7e4c801 100644 --- a/lib/tasks/api.rake +++ b/lib/tasks/api.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake index 3b863ffb22..a90de7a9fe 100644 --- a/lib/tasks/assets.rake +++ b/lib/tasks/assets.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/attachment_migrations.rake b/lib/tasks/attachment_migrations.rake index bc59ff46a5..ecc4dce416 100644 --- a/lib/tasks/attachment_migrations.rake +++ b/lib/tasks/attachment_migrations.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/attachments.rake b/lib/tasks/attachments.rake index 585b72933a..940d7dded3 100644 --- a/lib/tasks/attachments.rake +++ b/lib/tasks/attachments.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/backup.rake b/lib/tasks/backup.rake index a7fafb3b55..dc62f6d4dc 100644 --- a/lib/tasks/backup.rake +++ b/lib/tasks/backup.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/ciphering.rake b/lib/tasks/ciphering.rake index 261512b618..30a23da35a 100644 --- a/lib/tasks/ciphering.rake +++ b/lib/tasks/ciphering.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/code.rake b/lib/tasks/code.rake index 71308a9d79..efe0b93d57 100644 --- a/lib/tasks/code.rake +++ b/lib/tasks/code.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/copyright.rake b/lib/tasks/copyright.rake index 5bdfa3eab9..04691edae5 100644 --- a/lib/tasks/copyright.rake +++ b/lib/tasks/copyright.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/copyright_authors.rake b/lib/tasks/copyright_authors.rake index 2ac8c8a59f..d7f7792c10 100644 --- a/lib/tasks/copyright_authors.rake +++ b/lib/tasks/copyright_authors.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/cron.rake b/lib/tasks/cron.rake index 3d3753837f..9d52389a22 100644 --- a/lib/tasks/cron.rake +++ b/lib/tasks/cron.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/database.rake b/lib/tasks/database.rake index f400035483..c8ead032c7 100644 --- a/lib/tasks/database.rake +++ b/lib/tasks/database.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/delayed_job.rake b/lib/tasks/delayed_job.rake index 40595c2fa2..fe64d07c48 100644 --- a/lib/tasks/delayed_job.rake +++ b/lib/tasks/delayed_job.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/delete_documents.rake b/lib/tasks/delete_documents.rake index 960e913b4c..037eae1943 100644 --- a/lib/tasks/delete_documents.rake +++ b/lib/tasks/delete_documents.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/dependencies.rake b/lib/tasks/dependencies.rake index 74d45e5c6b..41b50251fb 100644 --- a/lib/tasks/dependencies.rake +++ b/lib/tasks/dependencies.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/deprecated.rake b/lib/tasks/deprecated.rake index f84d192f4f..ef253baca1 100644 --- a/lib/tasks/deprecated.rake +++ b/lib/tasks/deprecated.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/email.rake b/lib/tasks/email.rake index 9c8e26799d..c8b8801824 100644 --- a/lib/tasks/email.rake +++ b/lib/tasks/email.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/environment.rake b/lib/tasks/environment.rake index 33a482dd14..79eaf92c1a 100644 --- a/lib/tasks/environment.rake +++ b/lib/tasks/environment.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/extract_fixtures.rake b/lib/tasks/extract_fixtures.rake index 09418e408d..cb95f16081 100644 --- a/lib/tasks/extract_fixtures.rake +++ b/lib/tasks/extract_fixtures.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/fetch_changesets.rake b/lib/tasks/fetch_changesets.rake index 04adfe0506..538bfade88 100644 --- a/lib/tasks/fetch_changesets.rake +++ b/lib/tasks/fetch_changesets.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/fix_missing_notification_settings.rake b/lib/tasks/fix_missing_notification_settings.rake index 8fdd0366b0..00474e69bf 100644 --- a/lib/tasks/fix_missing_notification_settings.rake +++ b/lib/tasks/fix_missing_notification_settings.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/git.rake b/lib/tasks/git.rake index 1e12b1b933..4d3a33dc69 100644 --- a/lib/tasks/git.rake +++ b/lib/tasks/git.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/jdbc.rake b/lib/tasks/jdbc.rake index 9da2675583..ff1a14778a 100644 --- a/lib/tasks/jdbc.rake +++ b/lib/tasks/jdbc.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/ldap.rake b/lib/tasks/ldap.rake index 8caa609a2a..731ae3f7f3 100644 --- a/lib/tasks/ldap.rake +++ b/lib/tasks/ldap.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/load_default_data.rake b/lib/tasks/load_default_data.rake index 30f5b00757..73d31b6470 100644 --- a/lib/tasks/load_default_data.rake +++ b/lib/tasks/load_default_data.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/metrics.rake b/lib/tasks/metrics.rake index 07dd3cc02a..96107e6767 100644 --- a/lib/tasks/metrics.rake +++ b/lib/tasks/metrics.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/packager.rake b/lib/tasks/packager.rake index 5d48d62f35..e07d70256a 100644 --- a/lib/tasks/packager.rake +++ b/lib/tasks/packager.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/parallel_testing.rake b/lib/tasks/parallel_testing.rake index a41d42d711..e11311a5b0 100644 --- a/lib/tasks/parallel_testing.rake +++ b/lib/tasks/parallel_testing.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/permissions.rake b/lib/tasks/permissions.rake index cd85679042..649345b148 100644 --- a/lib/tasks/permissions.rake +++ b/lib/tasks/permissions.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/plugin_specs.rake b/lib/tasks/plugin_specs.rake index 499ab82b6d..29200c2207 100644 --- a/lib/tasks/plugin_specs.rake +++ b/lib/tasks/plugin_specs.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/plugins.rake b/lib/tasks/plugins.rake index 5dacbeaa22..4ed562e91a 100644 --- a/lib/tasks/plugins.rake +++ b/lib/tasks/plugins.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake index 95899621ab..0537efbae9 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/reminder.rake b/lib/tasks/reminder.rake index 9afa6caa43..2b05e5db31 100644 --- a/lib/tasks/reminder.rake +++ b/lib/tasks/reminder.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/reregister_password_migrations.rake b/lib/tasks/reregister_password_migrations.rake index b8feb7abdf..cfaa16614b 100644 --- a/lib/tasks/reregister_password_migrations.rake +++ b/lib/tasks/reregister_password_migrations.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/sample_data.rake b/lib/tasks/sample_data.rake index 5e4ec67140..f5719062bc 100644 --- a/lib/tasks/sample_data.rake +++ b/lib/tasks/sample_data.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/scm.rake b/lib/tasks/scm.rake index d27d46497d..ed1db8b037 100644 --- a/lib/tasks/scm.rake +++ b/lib/tasks/scm.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/secret_token.rake b/lib/tasks/secret_token.rake index 5e45369541..6a69d4ef64 100644 --- a/lib/tasks/secret_token.rake +++ b/lib/tasks/secret_token.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/setting.rake b/lib/tasks/setting.rake index 6e61bb45fc..2d9a252ad9 100644 --- a/lib/tasks/setting.rake +++ b/lib/tasks/setting.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/shared/user_feedback.rb b/lib/tasks/shared/user_feedback.rb index 900b9aff1f..b17c2fe253 100644 --- a/lib/tasks/shared/user_feedback.rb +++ b/lib/tasks/shared/user_feedback.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake index b10847fd8c..4daa23490f 100644 --- a/lib/tasks/testing.rake +++ b/lib/tasks/testing.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/time_entry_activities.rake b/lib/tasks/time_entry_activities.rake index 030150cb6a..7bad51ad09 100644 --- a/lib/tasks/time_entry_activities.rake +++ b/lib/tasks/time_entry_activities.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/version.rake b/lib/tasks/version.rake index 6721f7f07f..8e2be7c9c0 100644 --- a/lib/tasks/version.rake +++ b/lib/tasks/version.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/watchers.rake b/lib/tasks/watchers.rake index fb7540a257..1bec9754dc 100644 --- a/lib/tasks/watchers.rake +++ b/lib/tasks/watchers.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib/tasks/yardoc.rake b/lib/tasks/yardoc.rake index 2f6292a926..975289478c 100644 --- a/lib/tasks/yardoc.rake +++ b/lib/tasks/yardoc.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/open_project/appsignal.rb b/lib_static/open_project/appsignal.rb index dd8ec338ef..efdb750f4e 100644 --- a/lib_static/open_project/appsignal.rb +++ b/lib_static/open_project/appsignal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/open_project/configuration.rb b/lib_static/open_project/configuration.rb index 23109cb995..219038da47 100644 --- a/lib_static/open_project/configuration.rb +++ b/lib_static/open_project/configuration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/open_project/configuration/helpers.rb b/lib_static/open_project/configuration/helpers.rb index d3cfd6344e..f6fdad3e11 100644 --- a/lib_static/open_project/configuration/helpers.rb +++ b/lib_static/open_project/configuration/helpers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/open_project/database.rb b/lib_static/open_project/database.rb index 98d4579fb2..c32a467876 100644 --- a/lib_static/open_project/database.rb +++ b/lib_static/open_project/database.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/open_project/feature_decisions.rb b/lib_static/open_project/feature_decisions.rb index 73e0fe13fc..9450c766d6 100644 --- a/lib_static/open_project/feature_decisions.rb +++ b/lib_static/open_project/feature_decisions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/open_project/notifications.rb b/lib_static/open_project/notifications.rb index 86af1bb7b1..956c897aa2 100644 --- a/lib_static/open_project/notifications.rb +++ b/lib_static/open_project/notifications.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_attachable/init.rb b/lib_static/plugins/acts_as_attachable/init.rb index df52b7a7c3..db40436932 100644 --- a/lib_static/plugins/acts_as_attachable/init.rb +++ b/lib_static/plugins/acts_as_attachable/init.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_attachable/lib/acts_as_attachable.rb b/lib_static/plugins/acts_as_attachable/lib/acts_as_attachable.rb index bacf9dc8e9..7ebbeb3578 100644 --- a/lib_static/plugins/acts_as_attachable/lib/acts_as_attachable.rb +++ b/lib_static/plugins/acts_as_attachable/lib/acts_as_attachable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_customizable/init.rb b/lib_static/plugins/acts_as_customizable/init.rb index 4f505cde64..0c66bfcea0 100644 --- a/lib_static/plugins/acts_as_customizable/init.rb +++ b/lib_static/plugins/acts_as_customizable/init.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_customizable/lib/acts_as_customizable.rb b/lib_static/plugins/acts_as_customizable/lib/acts_as_customizable.rb index 722a9f2889..676fdc2107 100644 --- a/lib_static/plugins/acts_as_customizable/lib/acts_as_customizable.rb +++ b/lib_static/plugins/acts_as_customizable/lib/acts_as_customizable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_customizable/lib/human_attribute_name.rb b/lib_static/plugins/acts_as_customizable/lib/human_attribute_name.rb index 04b24551d6..ac5f909b3c 100644 --- a/lib_static/plugins/acts_as_customizable/lib/human_attribute_name.rb +++ b/lib_static/plugins/acts_as_customizable/lib/human_attribute_name.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_event/init.rb b/lib_static/plugins/acts_as_event/init.rb index d53d12301d..903deff697 100644 --- a/lib_static/plugins/acts_as_event/init.rb +++ b/lib_static/plugins/acts_as_event/init.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_event/lib/acts_as_event.rb b/lib_static/plugins/acts_as_event/lib/acts_as_event.rb index b8f98808fb..a4c47e578a 100644 --- a/lib_static/plugins/acts_as_event/lib/acts_as_event.rb +++ b/lib_static/plugins/acts_as_event/lib/acts_as_event.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/init.rb b/lib_static/plugins/acts_as_journalized/init.rb index 6d06aefa63..6591b1819b 100644 --- a/lib_static/plugins/acts_as_journalized/init.rb +++ b/lib_static/plugins/acts_as_journalized/init.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/creation.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/creation.rb index 520f79ef21..f511d2b567 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/creation.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/creation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/format_hooks.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/format_hooks.rb index b7a80fc13a..826a311057 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/format_hooks.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/format_hooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/journal_object_cache.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/journal_object_cache.rb index df051c5ac7..c0444daeec 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/journal_object_cache.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/journal_object_cache.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/journalized.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/journalized.rb index f12a136ada..6eaf479d71 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/journalized.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/journalized.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/options.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/options.rb index 676013040b..3b3e39d4a5 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/options.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/options.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/permissions.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/permissions.rb index 95132227e6..3eaa910e9e 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/permissions.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/permissions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/reversion.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/reversion.rb index 09de7e0133..a7204d7586 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/reversion.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/reversion.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/save_hooks.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/save_hooks.rb index fa5b4f6259..20b35ab433 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/save_hooks.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/save_hooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/acts_as_journalized.rb b/lib_static/plugins/acts_as_journalized/lib/acts_as_journalized.rb index 53d33c0925..a83007655a 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts_as_journalized.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts_as_journalized.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_changes.rb b/lib_static/plugins/acts_as_journalized/lib/journal_changes.rb index ff511baf45..cf6525c6b2 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_changes.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_changes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_deprecated.rb b/lib_static/plugins/acts_as_journalized/lib/journal_deprecated.rb index 13fc8b03d5..97398d84b1 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_deprecated.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_deprecated.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_detail.rb b/lib_static/plugins/acts_as_journalized/lib/journal_detail.rb index 9faf82fb83..20917be11f 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_detail.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_detail.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter.rb index 07d9310fdf..c61f56691e 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/attribute.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/attribute.rb index 9793f3e3fd..1df1764c14 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/attribute.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/attribute.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/base.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/base.rb index a585e4966f..d69535d842 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/base.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/datetime.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/datetime.rb index 513bfc8a24..aee2f1aefd 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/datetime.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/datetime.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/day_count.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/day_count.rb index cf730a4de8..a8bded2b7f 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/day_count.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/day_count.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/decimal.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/decimal.rb index 1f52bbd03e..8949ffa3ab 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/decimal.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/decimal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/fraction.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/fraction.rb index fa65c3b205..a0e5cc182d 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/fraction.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/fraction.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/id.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/id.rb index a159ba59ff..272d2052e5 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/id.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/named_association.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/named_association.rb index bc69211452..61c7048760 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/named_association.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/named_association.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/plaintext.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/plaintext.rb index b541b87736..f09ce0f8aa 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/plaintext.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/plaintext.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/proc.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/proc.rb index e10c27b1bd..dbf1b94d3d 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter/proc.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter/proc.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_searchable/init.rb b/lib_static/plugins/acts_as_searchable/init.rb index 95f60b161f..9731a00b86 100644 --- a/lib_static/plugins/acts_as_searchable/init.rb +++ b/lib_static/plugins/acts_as_searchable/init.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_searchable/lib/acts_as_searchable.rb b/lib_static/plugins/acts_as_searchable/lib/acts_as_searchable.rb index d9fe15acd1..2d34db4c62 100644 --- a/lib_static/plugins/acts_as_searchable/lib/acts_as_searchable.rb +++ b/lib_static/plugins/acts_as_searchable/lib/acts_as_searchable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_watchable/init.rb b/lib_static/plugins/acts_as_watchable/init.rb index eed81d4ee8..0099506302 100644 --- a/lib_static/plugins/acts_as_watchable/init.rb +++ b/lib_static/plugins/acts_as_watchable/init.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_watchable/lib/acts_as_watchable.rb b/lib_static/plugins/acts_as_watchable/lib/acts_as_watchable.rb index 70cb89b7b4..e809272573 100644 --- a/lib_static/plugins/acts_as_watchable/lib/acts_as_watchable.rb +++ b/lib_static/plugins/acts_as_watchable/lib/acts_as_watchable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/acts_as_watchable/lib/acts_as_watchable/routes.rb b/lib_static/plugins/acts_as_watchable/lib/acts_as_watchable/routes.rb index f76cfd54d9..61323d6699 100644 --- a/lib_static/plugins/acts_as_watchable/lib/acts_as_watchable/routes.rb +++ b/lib_static/plugins/acts_as_watchable/lib/acts_as_watchable/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/plugins/load_path_helper.rb b/lib_static/plugins/load_path_helper.rb index bc9bf825bf..f2fcb55cd3 100644 --- a/lib_static/plugins/load_path_helper.rb +++ b/lib_static/plugins/load_path_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/redmine/diff.rb b/lib_static/redmine/diff.rb index c8ad933aa2..2e475d3c58 100644 --- a/lib_static/redmine/diff.rb +++ b/lib_static/redmine/diff.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/redmine/i18n.rb b/lib_static/redmine/i18n.rb index e70763c537..717ba7ec5d 100644 --- a/lib_static/redmine/i18n.rb +++ b/lib_static/redmine/i18n.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/rubocop/cop/open_project/no_do_end_block_with_rspec_capybara_matcher_in_expect.rb b/lib_static/rubocop/cop/open_project/no_do_end_block_with_rspec_capybara_matcher_in_expect.rb index 22af9d1c64..8e5d55bf40 100644 --- a/lib_static/rubocop/cop/open_project/no_do_end_block_with_rspec_capybara_matcher_in_expect.rb +++ b/lib_static/rubocop/cop/open_project/no_do_end_block_with_rspec_capybara_matcher_in_expect.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/lib_static/rubocop/cop/open_project/use_service_result_factory_methods.rb b/lib_static/rubocop/cop/open_project/use_service_result_factory_methods.rb index d99304f6c8..752756f6b0 100644 --- a/lib_static/rubocop/cop/open_project/use_service_result_factory_methods.rb +++ b/lib_static/rubocop/cop/open_project/use_service_result_factory_methods.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/app/views/hooks/login/_providers.html.erb b/modules/auth_plugins/app/views/hooks/login/_providers.html.erb index 0346024676..e3d141ed83 100644 --- a/modules/auth_plugins/app/views/hooks/login/_providers.html.erb +++ b/modules/auth_plugins/app/views/hooks/login/_providers.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/app/views/hooks/login/_providers_css.html.erb b/modules/auth_plugins/app/views/hooks/login/_providers_css.html.erb index b995e0d115..df70e87ac9 100644 --- a/modules/auth_plugins/app/views/hooks/login/_providers_css.html.erb +++ b/modules/auth_plugins/app/views/hooks/login/_providers_css.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/lib/omni_auth/flexible_builder.rb b/modules/auth_plugins/lib/omni_auth/flexible_builder.rb index 6876c10c05..07d39e6f7f 100644 --- a/modules/auth_plugins/lib/omni_auth/flexible_builder.rb +++ b/modules/auth_plugins/lib/omni_auth/flexible_builder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/lib/omni_auth/flexible_strategy.rb b/modules/auth_plugins/lib/omni_auth/flexible_strategy.rb index 88986018f5..ef7f3b8c78 100644 --- a/modules/auth_plugins/lib/omni_auth/flexible_strategy.rb +++ b/modules/auth_plugins/lib/omni_auth/flexible_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/lib/open_project/auth_plugins.rb b/modules/auth_plugins/lib/open_project/auth_plugins.rb index 5a6930f1a1..b602dcf806 100644 --- a/modules/auth_plugins/lib/open_project/auth_plugins.rb +++ b/modules/auth_plugins/lib/open_project/auth_plugins.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/lib/open_project/auth_plugins/engine.rb b/modules/auth_plugins/lib/open_project/auth_plugins/engine.rb index f33ddcac09..0af40ed036 100644 --- a/modules/auth_plugins/lib/open_project/auth_plugins/engine.rb +++ b/modules/auth_plugins/lib/open_project/auth_plugins/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/lib/open_project/auth_plugins/hooks.rb b/modules/auth_plugins/lib/open_project/auth_plugins/hooks.rb index 0bf9539e87..22238d9c58 100644 --- a/modules/auth_plugins/lib/open_project/auth_plugins/hooks.rb +++ b/modules/auth_plugins/lib/open_project/auth_plugins/hooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/lib/open_project/plugins/auth_plugin.rb b/modules/auth_plugins/lib/open_project/plugins/auth_plugin.rb index 20be01e217..521f7125b9 100644 --- a/modules/auth_plugins/lib/open_project/plugins/auth_plugin.rb +++ b/modules/auth_plugins/lib/open_project/plugins/auth_plugin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/lib/openproject-auth_plugins.rb b/modules/auth_plugins/lib/openproject-auth_plugins.rb index 57767634c8..b28dfbd2ff 100644 --- a/modules/auth_plugins/lib/openproject-auth_plugins.rb +++ b/modules/auth_plugins/lib/openproject-auth_plugins.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/spec/features/auth_provider_spec.rb b/modules/auth_plugins/spec/features/auth_provider_spec.rb index d1da08c8fa..4ebd1528d2 100644 --- a/modules/auth_plugins/spec/features/auth_provider_spec.rb +++ b/modules/auth_plugins/spec/features/auth_provider_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/spec/requests/auth_plugins_spec.rb b/modules/auth_plugins/spec/requests/auth_plugins_spec.rb index 4ccfe68a4b..4cccdd434e 100644 --- a/modules/auth_plugins/spec/requests/auth_plugins_spec.rb +++ b/modules/auth_plugins/spec/requests/auth_plugins_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/spec/requests/flexible_strategy_spec.rb b/modules/auth_plugins/spec/requests/flexible_strategy_spec.rb index 7c1583edda..d10706c952 100644 --- a/modules/auth_plugins/spec/requests/flexible_strategy_spec.rb +++ b/modules/auth_plugins/spec/requests/flexible_strategy_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/spec/views/base.html.erb_spec.rb b/modules/auth_plugins/spec/views/base.html.erb_spec.rb index 79381de109..423fa8a15b 100644 --- a/modules/auth_plugins/spec/views/base.html.erb_spec.rb +++ b/modules/auth_plugins/spec/views/base.html.erb_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/auth_plugins/spec/views/hooks/login/_providers.html.erb_spec.rb b/modules/auth_plugins/spec/views/hooks/login/_providers.html.erb_spec.rb index 4cf8231372..53e19ae9ba 100644 --- a/modules/auth_plugins/spec/views/hooks/login/_providers.html.erb_spec.rb +++ b/modules/auth_plugins/spec/views/hooks/login/_providers.html.erb_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/avatars/app/helpers/avatar_helper.rb b/modules/avatars/app/helpers/avatar_helper.rb index 19b6ca05d9..ccde2b2cf3 100644 --- a/modules/avatars/app/helpers/avatar_helper.rb +++ b/modules/avatars/app/helpers/avatar_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/avatars/frontend/module/avatar-upload-form/avatar-upload-form.component.ts b/modules/avatars/frontend/module/avatar-upload-form/avatar-upload-form.component.ts index af3f6d0d00..039962458e 100644 --- a/modules/avatars/frontend/module/avatar-upload-form/avatar-upload-form.component.ts +++ b/modules/avatars/frontend/module/avatar-upload-form/avatar-upload-form.component.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/avatars/frontend/module/main.ts b/modules/avatars/frontend/module/main.ts index 9ddd766053..78e20f2390 100644 --- a/modules/avatars/frontend/module/main.ts +++ b/modules/avatars/frontend/module/main.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/avatars/lib/api/v3/users/user_avatar_api.rb b/modules/avatars/lib/api/v3/users/user_avatar_api.rb index 3ebb3e4e9d..fe5c2cb364 100644 --- a/modules/avatars/lib/api/v3/users/user_avatar_api.rb +++ b/modules/avatars/lib/api/v3/users/user_avatar_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/avatars/spec/lib/api/v3/users/user_representer_spec.rb b/modules/avatars/spec/lib/api/v3/users/user_representer_spec.rb index c9f807e341..27e14f3607 100644 --- a/modules/avatars/spec/lib/api/v3/users/user_representer_spec.rb +++ b/modules/avatars/spec/lib/api/v3/users/user_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/avatars/spec/requests/user_avatar_api_spec.rb b/modules/avatars/spec/requests/user_avatar_api_spec.rb index 14652d8b71..9d691ecd81 100644 --- a/modules/avatars/spec/requests/user_avatar_api_spec.rb +++ b/modules/avatars/spec/requests/user_avatar_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/backlogs_settings_controller.rb b/modules/backlogs/app/controllers/backlogs_settings_controller.rb index 3d35ed8a3c..18dfd52c94 100644 --- a/modules/backlogs/app/controllers/backlogs_settings_controller.rb +++ b/modules/backlogs/app/controllers/backlogs_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/projects/settings/backlogs_controller.rb b/modules/backlogs/app/controllers/projects/settings/backlogs_controller.rb index a7da921a45..d47d005093 100644 --- a/modules/backlogs/app/controllers/projects/settings/backlogs_controller.rb +++ b/modules/backlogs/app/controllers/projects/settings/backlogs_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_application_controller.rb b/modules/backlogs/app/controllers/rb_application_controller.rb index 5d368b8d6e..c173604004 100644 --- a/modules/backlogs/app/controllers/rb_application_controller.rb +++ b/modules/backlogs/app/controllers/rb_application_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_burndown_charts_controller.rb b/modules/backlogs/app/controllers/rb_burndown_charts_controller.rb index 38b956f7dc..abdd43e4b7 100644 --- a/modules/backlogs/app/controllers/rb_burndown_charts_controller.rb +++ b/modules/backlogs/app/controllers/rb_burndown_charts_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_export_card_configurations_controller.rb b/modules/backlogs/app/controllers/rb_export_card_configurations_controller.rb index e1e92183d7..7105a3bf14 100644 --- a/modules/backlogs/app/controllers/rb_export_card_configurations_controller.rb +++ b/modules/backlogs/app/controllers/rb_export_card_configurations_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_impediments_controller.rb b/modules/backlogs/app/controllers/rb_impediments_controller.rb index 771df853cf..0e142cecd1 100644 --- a/modules/backlogs/app/controllers/rb_impediments_controller.rb +++ b/modules/backlogs/app/controllers/rb_impediments_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_master_backlogs_controller.rb b/modules/backlogs/app/controllers/rb_master_backlogs_controller.rb index 3aebd603eb..303239917b 100644 --- a/modules/backlogs/app/controllers/rb_master_backlogs_controller.rb +++ b/modules/backlogs/app/controllers/rb_master_backlogs_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_queries_controller.rb b/modules/backlogs/app/controllers/rb_queries_controller.rb index 347f398692..6bddf44c05 100644 --- a/modules/backlogs/app/controllers/rb_queries_controller.rb +++ b/modules/backlogs/app/controllers/rb_queries_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_sprints_controller.rb b/modules/backlogs/app/controllers/rb_sprints_controller.rb index d1fff35c87..d697e72c74 100644 --- a/modules/backlogs/app/controllers/rb_sprints_controller.rb +++ b/modules/backlogs/app/controllers/rb_sprints_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_stories_controller.rb b/modules/backlogs/app/controllers/rb_stories_controller.rb index d63d0699a9..e1dd3919e6 100644 --- a/modules/backlogs/app/controllers/rb_stories_controller.rb +++ b/modules/backlogs/app/controllers/rb_stories_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_taskboards_controller.rb b/modules/backlogs/app/controllers/rb_taskboards_controller.rb index 0c3b55f63f..b9c67de844 100644 --- a/modules/backlogs/app/controllers/rb_taskboards_controller.rb +++ b/modules/backlogs/app/controllers/rb_taskboards_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_tasks_controller.rb b/modules/backlogs/app/controllers/rb_tasks_controller.rb index 53a4f34282..a42357c00b 100644 --- a/modules/backlogs/app/controllers/rb_tasks_controller.rb +++ b/modules/backlogs/app/controllers/rb_tasks_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/rb_wikis_controller.rb b/modules/backlogs/app/controllers/rb_wikis_controller.rb index 5bedce2d1e..e0cc2cd5d0 100644 --- a/modules/backlogs/app/controllers/rb_wikis_controller.rb +++ b/modules/backlogs/app/controllers/rb_wikis_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/version_settings_controller.rb b/modules/backlogs/app/controllers/version_settings_controller.rb index 67c3a39339..6289f0c094 100644 --- a/modules/backlogs/app/controllers/version_settings_controller.rb +++ b/modules/backlogs/app/controllers/version_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/controllers/work_package_boxes_controller.rb b/modules/backlogs/app/controllers/work_package_boxes_controller.rb index a9308aeb57..b0d15c5e9e 100644 --- a/modules/backlogs/app/controllers/work_package_boxes_controller.rb +++ b/modules/backlogs/app/controllers/work_package_boxes_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/helpers/burndown_charts_helper.rb b/modules/backlogs/app/helpers/burndown_charts_helper.rb index 5af8a69401..fb4671ff65 100644 --- a/modules/backlogs/app/helpers/burndown_charts_helper.rb +++ b/modules/backlogs/app/helpers/burndown_charts_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/helpers/rb_common_helper.rb b/modules/backlogs/app/helpers/rb_common_helper.rb index 9aaec2b2e2..7fcfbe41fb 100644 --- a/modules/backlogs/app/helpers/rb_common_helper.rb +++ b/modules/backlogs/app/helpers/rb_common_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/helpers/rb_master_backlogs_helper.rb b/modules/backlogs/app/helpers/rb_master_backlogs_helper.rb index 1b2426b347..6906bfe142 100644 --- a/modules/backlogs/app/helpers/rb_master_backlogs_helper.rb +++ b/modules/backlogs/app/helpers/rb_master_backlogs_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/helpers/taskboards_helper.rb b/modules/backlogs/app/helpers/taskboards_helper.rb index db1136493b..a0dd469923 100644 --- a/modules/backlogs/app/helpers/taskboards_helper.rb +++ b/modules/backlogs/app/helpers/taskboards_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/helpers/version_settings_helper.rb b/modules/backlogs/app/helpers/version_settings_helper.rb index 09ba3028ea..c3eb82d787 100644 --- a/modules/backlogs/app/helpers/version_settings_helper.rb +++ b/modules/backlogs/app/helpers/version_settings_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/models/backlog.rb b/modules/backlogs/app/models/backlog.rb index c310f2f199..df846b74f2 100644 --- a/modules/backlogs/app/models/backlog.rb +++ b/modules/backlogs/app/models/backlog.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/models/burndown.rb b/modules/backlogs/app/models/burndown.rb index c0b98b1aa0..47c80f25b1 100644 --- a/modules/backlogs/app/models/burndown.rb +++ b/modules/backlogs/app/models/burndown.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/models/impediment.rb b/modules/backlogs/app/models/impediment.rb index 10f205e7a4..94fe1d3cee 100644 --- a/modules/backlogs/app/models/impediment.rb +++ b/modules/backlogs/app/models/impediment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/models/sprint.rb b/modules/backlogs/app/models/sprint.rb index 0b5ef090d4..30db44af4e 100644 --- a/modules/backlogs/app/models/sprint.rb +++ b/modules/backlogs/app/models/sprint.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/models/story.rb b/modules/backlogs/app/models/story.rb index ad9657a160..5fb8c9e311 100644 --- a/modules/backlogs/app/models/story.rb +++ b/modules/backlogs/app/models/story.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/models/task.rb b/modules/backlogs/app/models/task.rb index 134948dd13..f589796a0d 100644 --- a/modules/backlogs/app/models/task.rb +++ b/modules/backlogs/app/models/task.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/models/version_setting.rb b/modules/backlogs/app/models/version_setting.rb index 6213748024..2c0bcd61d5 100644 --- a/modules/backlogs/app/models/version_setting.rb +++ b/modules/backlogs/app/models/version_setting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/seeders/basic_data/backlogs/setting_seeder.rb b/modules/backlogs/app/seeders/basic_data/backlogs/setting_seeder.rb index 649f123022..2d39fd30e9 100644 --- a/modules/backlogs/app/seeders/basic_data/backlogs/setting_seeder.rb +++ b/modules/backlogs/app/seeders/basic_data/backlogs/setting_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/services/impediments/create_service.rb b/modules/backlogs/app/services/impediments/create_service.rb index 58498d1a67..c728191d60 100644 --- a/modules/backlogs/app/services/impediments/create_service.rb +++ b/modules/backlogs/app/services/impediments/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/services/impediments/update_service.rb b/modules/backlogs/app/services/impediments/update_service.rb index 2028d215c5..0cc00ed372 100644 --- a/modules/backlogs/app/services/impediments/update_service.rb +++ b/modules/backlogs/app/services/impediments/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/services/stories/create_service.rb b/modules/backlogs/app/services/stories/create_service.rb index 3eacc23494..6109cddd5f 100644 --- a/modules/backlogs/app/services/stories/create_service.rb +++ b/modules/backlogs/app/services/stories/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/services/stories/update_service.rb b/modules/backlogs/app/services/stories/update_service.rb index 561441da7b..bb595bc353 100644 --- a/modules/backlogs/app/services/stories/update_service.rb +++ b/modules/backlogs/app/services/stories/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/services/tasks/create_service.rb b/modules/backlogs/app/services/tasks/create_service.rb index ce56492eca..c20a25da38 100644 --- a/modules/backlogs/app/services/tasks/create_service.rb +++ b/modules/backlogs/app/services/tasks/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/services/tasks/update_service.rb b/modules/backlogs/app/services/tasks/update_service.rb index d302aacb1d..9b4e60888d 100644 --- a/modules/backlogs/app/services/tasks/update_service.rb +++ b/modules/backlogs/app/services/tasks/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/backlogs_settings/show.html.erb b/modules/backlogs/app/views/backlogs_settings/show.html.erb index 6d9cc3d1e6..f0a33c8820 100644 --- a/modules/backlogs/app/views/backlogs_settings/show.html.erb +++ b/modules/backlogs/app/views/backlogs_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/projects/settings/backlogs/show.html.erb b/modules/backlogs/app/views/projects/settings/backlogs/show.html.erb index ffb1e7ace0..c28dac2208 100644 --- a/modules/backlogs/app/views/projects/settings/backlogs/show.html.erb +++ b/modules/backlogs/app/views/projects/settings/backlogs/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_burndown_charts/_burndown.html.erb b/modules/backlogs/app/views/rb_burndown_charts/_burndown.html.erb index 4c6a63c989..9a32dbfa3e 100644 --- a/modules/backlogs/app/views/rb_burndown_charts/_burndown.html.erb +++ b/modules/backlogs/app/views/rb_burndown_charts/_burndown.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_burndown_charts/show.html.erb b/modules/backlogs/app/views/rb_burndown_charts/show.html.erb index d571750130..c8fda2ddb2 100644 --- a/modules/backlogs/app/views/rb_burndown_charts/show.html.erb +++ b/modules/backlogs/app/views/rb_burndown_charts/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_export_card_configurations/index.html.erb b/modules/backlogs/app/views/rb_export_card_configurations/index.html.erb index e42c477669..a1c3f99349 100644 --- a/modules/backlogs/app/views/rb_export_card_configurations/index.html.erb +++ b/modules/backlogs/app/views/rb_export_card_configurations/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_impediments/_impediment.html.erb b/modules/backlogs/app/views/rb_impediments/_impediment.html.erb index 56f05f4e0e..0142ae4147 100644 --- a/modules/backlogs/app/views/rb_impediments/_impediment.html.erb +++ b/modules/backlogs/app/views/rb_impediments/_impediment.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_master_backlogs/_backlog.html.erb b/modules/backlogs/app/views/rb_master_backlogs/_backlog.html.erb index 2bcf6a2ccf..d2197efaa6 100644 --- a/modules/backlogs/app/views/rb_master_backlogs/_backlog.html.erb +++ b/modules/backlogs/app/views/rb_master_backlogs/_backlog.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_master_backlogs/index.html.erb b/modules/backlogs/app/views/rb_master_backlogs/index.html.erb index 6c1c255d6b..efa20e0bca 100644 --- a/modules/backlogs/app/views/rb_master_backlogs/index.html.erb +++ b/modules/backlogs/app/views/rb_master_backlogs/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_sprints/_sprint.html.erb b/modules/backlogs/app/views/rb_sprints/_sprint.html.erb index 76ed94c839..acbee868e6 100644 --- a/modules/backlogs/app/views/rb_sprints/_sprint.html.erb +++ b/modules/backlogs/app/views/rb_sprints/_sprint.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_stories/_helpers.html.erb b/modules/backlogs/app/views/rb_stories/_helpers.html.erb index bff0a78317..02b1b6482d 100644 --- a/modules/backlogs/app/views/rb_stories/_helpers.html.erb +++ b/modules/backlogs/app/views/rb_stories/_helpers.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_stories/_story.html.erb b/modules/backlogs/app/views/rb_stories/_story.html.erb index 98ff12332c..11f73e034a 100644 --- a/modules/backlogs/app/views/rb_stories/_story.html.erb +++ b/modules/backlogs/app/views/rb_stories/_story.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_taskboards/show.html.erb b/modules/backlogs/app/views/rb_taskboards/show.html.erb index 02f6cd0cc1..9c53340783 100644 --- a/modules/backlogs/app/views/rb_taskboards/show.html.erb +++ b/modules/backlogs/app/views/rb_taskboards/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_tasks/_task.html.erb b/modules/backlogs/app/views/rb_tasks/_task.html.erb index e2322e4464..2d0a4b666b 100644 --- a/modules/backlogs/app/views/rb_tasks/_task.html.erb +++ b/modules/backlogs/app/views/rb_tasks/_task.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/rb_tasks/index.html.erb b/modules/backlogs/app/views/rb_tasks/index.html.erb index 0ef83e57f2..5d437c1fbf 100644 --- a/modules/backlogs/app/views/rb_tasks/index.html.erb +++ b/modules/backlogs/app/views/rb_tasks/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/shared/_backlogs_header.html.erb b/modules/backlogs/app/views/shared/_backlogs_header.html.erb index 7fdce194dd..f815b50fe1 100644 --- a/modules/backlogs/app/views/shared/_backlogs_header.html.erb +++ b/modules/backlogs/app/views/shared/_backlogs_header.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/shared/_model_errors.html.erb b/modules/backlogs/app/views/shared/_model_errors.html.erb index fe99ccc1ea..f3322d7b62 100644 --- a/modules/backlogs/app/views/shared/_model_errors.html.erb +++ b/modules/backlogs/app/views/shared/_model_errors.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/shared/_server_variables.js.erb b/modules/backlogs/app/views/shared/_server_variables.js.erb index d13ed446a3..e6a4d60714 100644 --- a/modules/backlogs/app/views/shared/_server_variables.js.erb +++ b/modules/backlogs/app/views/shared/_server_variables.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/shared/_validation_errors.html.erb b/modules/backlogs/app/views/shared/_validation_errors.html.erb index 63193d6348..a0cf7ac476 100644 --- a/modules/backlogs/app/views/shared/_validation_errors.html.erb +++ b/modules/backlogs/app/views/shared/_validation_errors.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/shared/_view_my_settings.html.erb b/modules/backlogs/app/views/shared/_view_my_settings.html.erb index c56fc5692a..33f4e68bc8 100644 --- a/modules/backlogs/app/views/shared/_view_my_settings.html.erb +++ b/modules/backlogs/app/views/shared/_view_my_settings.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/shared/not_configured.html.erb b/modules/backlogs/app/views/shared/not_configured.html.erb index b51a01bff8..262c5fe47d 100644 --- a/modules/backlogs/app/views/shared/not_configured.html.erb +++ b/modules/backlogs/app/views/shared/not_configured.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/version_settings/_form.html.erb b/modules/backlogs/app/views/version_settings/_form.html.erb index 0fbddd4b6a..47d7d7e3dc 100644 --- a/modules/backlogs/app/views/version_settings/_form.html.erb +++ b/modules/backlogs/app/views/version_settings/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/app/views/version_settings/edit.html.erb b/modules/backlogs/app/views/version_settings/edit.html.erb index e211bfc919..d6ab3d9839 100644 --- a/modules/backlogs/app/views/version_settings/edit.html.erb +++ b/modules/backlogs/app/views/version_settings/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/config/labels-malformed.yml b/modules/backlogs/config/labels-malformed.yml index 1a70d86c1c..c45a198353 100644 --- a/modules/backlogs/config/labels-malformed.yml +++ b/modules/backlogs/config/labels-malformed.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/config/labels.yml b/modules/backlogs/config/labels.yml index 6b275e0a0f..308bad4cc8 100644 --- a/modules/backlogs/config/labels.yml +++ b/modules/backlogs/config/labels.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/config/locales/crowdin/af.yml b/modules/backlogs/config/locales/crowdin/af.yml index 9a7805ec79..dae589c299 100644 --- a/modules/backlogs/config/locales/crowdin/af.yml +++ b/modules/backlogs/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/ar.yml b/modules/backlogs/config/locales/crowdin/ar.yml index f0582d420b..8d2b45008d 100644 --- a/modules/backlogs/config/locales/crowdin/ar.yml +++ b/modules/backlogs/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/az.yml b/modules/backlogs/config/locales/crowdin/az.yml index 336b087c26..09aae0c369 100644 --- a/modules/backlogs/config/locales/crowdin/az.yml +++ b/modules/backlogs/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/bg.yml b/modules/backlogs/config/locales/crowdin/bg.yml index c9effd8600..1ba551a55d 100644 --- a/modules/backlogs/config/locales/crowdin/bg.yml +++ b/modules/backlogs/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/ca.yml b/modules/backlogs/config/locales/crowdin/ca.yml index bcc52fb269..f7240223f8 100644 --- a/modules/backlogs/config/locales/crowdin/ca.yml +++ b/modules/backlogs/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/ckb-IR.yml b/modules/backlogs/config/locales/crowdin/ckb-IR.yml index 5f818e769e..676f98c7e2 100644 --- a/modules/backlogs/config/locales/crowdin/ckb-IR.yml +++ b/modules/backlogs/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/cs.yml b/modules/backlogs/config/locales/crowdin/cs.yml index b2249c1ea9..5e426624b1 100644 --- a/modules/backlogs/config/locales/crowdin/cs.yml +++ b/modules/backlogs/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/da.yml b/modules/backlogs/config/locales/crowdin/da.yml index f8bc2e7b56..c7f1173a66 100644 --- a/modules/backlogs/config/locales/crowdin/da.yml +++ b/modules/backlogs/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/de.yml b/modules/backlogs/config/locales/crowdin/de.yml index f78025046d..87c1244428 100644 --- a/modules/backlogs/config/locales/crowdin/de.yml +++ b/modules/backlogs/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/el.yml b/modules/backlogs/config/locales/crowdin/el.yml index 17cd9503fe..8b3c10122c 100644 --- a/modules/backlogs/config/locales/crowdin/el.yml +++ b/modules/backlogs/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/eo.yml b/modules/backlogs/config/locales/crowdin/eo.yml index bfcb41975d..83c170b970 100644 --- a/modules/backlogs/config/locales/crowdin/eo.yml +++ b/modules/backlogs/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/es.yml b/modules/backlogs/config/locales/crowdin/es.yml index d3cae4c106..26cddbe5b3 100644 --- a/modules/backlogs/config/locales/crowdin/es.yml +++ b/modules/backlogs/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/et.yml b/modules/backlogs/config/locales/crowdin/et.yml index 26576d3bfc..2732ba6d8f 100644 --- a/modules/backlogs/config/locales/crowdin/et.yml +++ b/modules/backlogs/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/fa.yml b/modules/backlogs/config/locales/crowdin/fa.yml index d710c85da6..50c0c9ea1f 100644 --- a/modules/backlogs/config/locales/crowdin/fa.yml +++ b/modules/backlogs/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/fi.yml b/modules/backlogs/config/locales/crowdin/fi.yml index 4a8b81e853..74f62df4a3 100644 --- a/modules/backlogs/config/locales/crowdin/fi.yml +++ b/modules/backlogs/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/fil.yml b/modules/backlogs/config/locales/crowdin/fil.yml index f3910b769e..a219b72d27 100644 --- a/modules/backlogs/config/locales/crowdin/fil.yml +++ b/modules/backlogs/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/fr.yml b/modules/backlogs/config/locales/crowdin/fr.yml index 4fae4efc12..3757cd5415 100644 --- a/modules/backlogs/config/locales/crowdin/fr.yml +++ b/modules/backlogs/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/he.yml b/modules/backlogs/config/locales/crowdin/he.yml index 8fe5511408..4f90cdce8a 100644 --- a/modules/backlogs/config/locales/crowdin/he.yml +++ b/modules/backlogs/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/hi.yml b/modules/backlogs/config/locales/crowdin/hi.yml index 451c23a8aa..cf27be9ce0 100644 --- a/modules/backlogs/config/locales/crowdin/hi.yml +++ b/modules/backlogs/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/hr.yml b/modules/backlogs/config/locales/crowdin/hr.yml index 2286b72be8..470f64687c 100644 --- a/modules/backlogs/config/locales/crowdin/hr.yml +++ b/modules/backlogs/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/hu.yml b/modules/backlogs/config/locales/crowdin/hu.yml index 5caa5e3069..c93a14cdbb 100644 --- a/modules/backlogs/config/locales/crowdin/hu.yml +++ b/modules/backlogs/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/id.yml b/modules/backlogs/config/locales/crowdin/id.yml index 5cda2733dc..5cbdb259c9 100644 --- a/modules/backlogs/config/locales/crowdin/id.yml +++ b/modules/backlogs/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/it.yml b/modules/backlogs/config/locales/crowdin/it.yml index 1636b59235..897edf7496 100644 --- a/modules/backlogs/config/locales/crowdin/it.yml +++ b/modules/backlogs/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/ja.yml b/modules/backlogs/config/locales/crowdin/ja.yml index 1d5d06a74c..9e14007474 100644 --- a/modules/backlogs/config/locales/crowdin/ja.yml +++ b/modules/backlogs/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-af.yml b/modules/backlogs/config/locales/crowdin/js-af.yml index c2e6d29ef5..4607f66116 100644 --- a/modules/backlogs/config/locales/crowdin/js-af.yml +++ b/modules/backlogs/config/locales/crowdin/js-af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-ar.yml b/modules/backlogs/config/locales/crowdin/js-ar.yml index 5d499f7620..0e07d56a1f 100644 --- a/modules/backlogs/config/locales/crowdin/js-ar.yml +++ b/modules/backlogs/config/locales/crowdin/js-ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-az.yml b/modules/backlogs/config/locales/crowdin/js-az.yml index 467159857b..440557a1b7 100644 --- a/modules/backlogs/config/locales/crowdin/js-az.yml +++ b/modules/backlogs/config/locales/crowdin/js-az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-bg.yml b/modules/backlogs/config/locales/crowdin/js-bg.yml index 42d39c20d6..87b90d2dae 100644 --- a/modules/backlogs/config/locales/crowdin/js-bg.yml +++ b/modules/backlogs/config/locales/crowdin/js-bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-ca.yml b/modules/backlogs/config/locales/crowdin/js-ca.yml index c2dc514f8b..bc6a3e22d4 100644 --- a/modules/backlogs/config/locales/crowdin/js-ca.yml +++ b/modules/backlogs/config/locales/crowdin/js-ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-ckb-IR.yml b/modules/backlogs/config/locales/crowdin/js-ckb-IR.yml index 5d017720ed..dd72963317 100644 --- a/modules/backlogs/config/locales/crowdin/js-ckb-IR.yml +++ b/modules/backlogs/config/locales/crowdin/js-ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-cs.yml b/modules/backlogs/config/locales/crowdin/js-cs.yml index f7adc0e993..65a2fbc97a 100644 --- a/modules/backlogs/config/locales/crowdin/js-cs.yml +++ b/modules/backlogs/config/locales/crowdin/js-cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-da.yml b/modules/backlogs/config/locales/crowdin/js-da.yml index 61f4098820..d4cb8e79dd 100644 --- a/modules/backlogs/config/locales/crowdin/js-da.yml +++ b/modules/backlogs/config/locales/crowdin/js-da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-de.yml b/modules/backlogs/config/locales/crowdin/js-de.yml index 6f1d9a0d5f..9840eed3b8 100644 --- a/modules/backlogs/config/locales/crowdin/js-de.yml +++ b/modules/backlogs/config/locales/crowdin/js-de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-el.yml b/modules/backlogs/config/locales/crowdin/js-el.yml index c548385f3f..dee8cda11b 100644 --- a/modules/backlogs/config/locales/crowdin/js-el.yml +++ b/modules/backlogs/config/locales/crowdin/js-el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-eo.yml b/modules/backlogs/config/locales/crowdin/js-eo.yml index 644b3b2861..9eff291465 100644 --- a/modules/backlogs/config/locales/crowdin/js-eo.yml +++ b/modules/backlogs/config/locales/crowdin/js-eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-es.yml b/modules/backlogs/config/locales/crowdin/js-es.yml index 76014086ba..d669604f1f 100644 --- a/modules/backlogs/config/locales/crowdin/js-es.yml +++ b/modules/backlogs/config/locales/crowdin/js-es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-et.yml b/modules/backlogs/config/locales/crowdin/js-et.yml index 8d92fb7871..4e0f86afd9 100644 --- a/modules/backlogs/config/locales/crowdin/js-et.yml +++ b/modules/backlogs/config/locales/crowdin/js-et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-fa.yml b/modules/backlogs/config/locales/crowdin/js-fa.yml index 131bc0da3f..89125d086b 100644 --- a/modules/backlogs/config/locales/crowdin/js-fa.yml +++ b/modules/backlogs/config/locales/crowdin/js-fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-fi.yml b/modules/backlogs/config/locales/crowdin/js-fi.yml index 18ec822dba..eaaed968b6 100644 --- a/modules/backlogs/config/locales/crowdin/js-fi.yml +++ b/modules/backlogs/config/locales/crowdin/js-fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-fil.yml b/modules/backlogs/config/locales/crowdin/js-fil.yml index 8f20322735..12a4066458 100644 --- a/modules/backlogs/config/locales/crowdin/js-fil.yml +++ b/modules/backlogs/config/locales/crowdin/js-fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-fr.yml b/modules/backlogs/config/locales/crowdin/js-fr.yml index ef63b12dc3..5124a1dd19 100644 --- a/modules/backlogs/config/locales/crowdin/js-fr.yml +++ b/modules/backlogs/config/locales/crowdin/js-fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-he.yml b/modules/backlogs/config/locales/crowdin/js-he.yml index aa5a924554..484366449a 100644 --- a/modules/backlogs/config/locales/crowdin/js-he.yml +++ b/modules/backlogs/config/locales/crowdin/js-he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-hi.yml b/modules/backlogs/config/locales/crowdin/js-hi.yml index bc84e65c8f..d0dd432675 100644 --- a/modules/backlogs/config/locales/crowdin/js-hi.yml +++ b/modules/backlogs/config/locales/crowdin/js-hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-hr.yml b/modules/backlogs/config/locales/crowdin/js-hr.yml index c12a5203a8..d44ebe6c7d 100644 --- a/modules/backlogs/config/locales/crowdin/js-hr.yml +++ b/modules/backlogs/config/locales/crowdin/js-hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-hu.yml b/modules/backlogs/config/locales/crowdin/js-hu.yml index 4be03ff331..40a680d3be 100644 --- a/modules/backlogs/config/locales/crowdin/js-hu.yml +++ b/modules/backlogs/config/locales/crowdin/js-hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-id.yml b/modules/backlogs/config/locales/crowdin/js-id.yml index 94d452c0b4..81ed1ccb92 100644 --- a/modules/backlogs/config/locales/crowdin/js-id.yml +++ b/modules/backlogs/config/locales/crowdin/js-id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-it.yml b/modules/backlogs/config/locales/crowdin/js-it.yml index 86c03637df..98792ce29b 100644 --- a/modules/backlogs/config/locales/crowdin/js-it.yml +++ b/modules/backlogs/config/locales/crowdin/js-it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-ja.yml b/modules/backlogs/config/locales/crowdin/js-ja.yml index d089e216a5..12afa3e430 100644 --- a/modules/backlogs/config/locales/crowdin/js-ja.yml +++ b/modules/backlogs/config/locales/crowdin/js-ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-ko.yml b/modules/backlogs/config/locales/crowdin/js-ko.yml index b11bf0d859..a905449982 100644 --- a/modules/backlogs/config/locales/crowdin/js-ko.yml +++ b/modules/backlogs/config/locales/crowdin/js-ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-lol.yml b/modules/backlogs/config/locales/crowdin/js-lol.yml index ed770fea09..aac46fdeb2 100644 --- a/modules/backlogs/config/locales/crowdin/js-lol.yml +++ b/modules/backlogs/config/locales/crowdin/js-lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-lt.yml b/modules/backlogs/config/locales/crowdin/js-lt.yml index 3f2385ac82..0640adc4f9 100644 --- a/modules/backlogs/config/locales/crowdin/js-lt.yml +++ b/modules/backlogs/config/locales/crowdin/js-lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-lv.yml b/modules/backlogs/config/locales/crowdin/js-lv.yml index c789f76f18..cd652c5cca 100644 --- a/modules/backlogs/config/locales/crowdin/js-lv.yml +++ b/modules/backlogs/config/locales/crowdin/js-lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-ne.yml b/modules/backlogs/config/locales/crowdin/js-ne.yml index 76557842a7..7f6dbdee33 100644 --- a/modules/backlogs/config/locales/crowdin/js-ne.yml +++ b/modules/backlogs/config/locales/crowdin/js-ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-nl.yml b/modules/backlogs/config/locales/crowdin/js-nl.yml index 8daa75d98a..bf372a3742 100644 --- a/modules/backlogs/config/locales/crowdin/js-nl.yml +++ b/modules/backlogs/config/locales/crowdin/js-nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-no.yml b/modules/backlogs/config/locales/crowdin/js-no.yml index ef438401a9..d51a400276 100644 --- a/modules/backlogs/config/locales/crowdin/js-no.yml +++ b/modules/backlogs/config/locales/crowdin/js-no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-pl.yml b/modules/backlogs/config/locales/crowdin/js-pl.yml index 89c38708cd..105b476ab3 100644 --- a/modules/backlogs/config/locales/crowdin/js-pl.yml +++ b/modules/backlogs/config/locales/crowdin/js-pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-pt.yml b/modules/backlogs/config/locales/crowdin/js-pt.yml index fb640d9b76..36ac318386 100644 --- a/modules/backlogs/config/locales/crowdin/js-pt.yml +++ b/modules/backlogs/config/locales/crowdin/js-pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-ro.yml b/modules/backlogs/config/locales/crowdin/js-ro.yml index b94f89b2f8..c541ee45b2 100644 --- a/modules/backlogs/config/locales/crowdin/js-ro.yml +++ b/modules/backlogs/config/locales/crowdin/js-ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-ru.yml b/modules/backlogs/config/locales/crowdin/js-ru.yml index 7532141931..e34a01ae49 100644 --- a/modules/backlogs/config/locales/crowdin/js-ru.yml +++ b/modules/backlogs/config/locales/crowdin/js-ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-rw.yml b/modules/backlogs/config/locales/crowdin/js-rw.yml index debffa5fa0..2f8ad801f0 100644 --- a/modules/backlogs/config/locales/crowdin/js-rw.yml +++ b/modules/backlogs/config/locales/crowdin/js-rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-si.yml b/modules/backlogs/config/locales/crowdin/js-si.yml index 2c4ec377dc..51cbb4980d 100644 --- a/modules/backlogs/config/locales/crowdin/js-si.yml +++ b/modules/backlogs/config/locales/crowdin/js-si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-sk.yml b/modules/backlogs/config/locales/crowdin/js-sk.yml index 59f71d93ec..f3a8eed946 100644 --- a/modules/backlogs/config/locales/crowdin/js-sk.yml +++ b/modules/backlogs/config/locales/crowdin/js-sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-sl.yml b/modules/backlogs/config/locales/crowdin/js-sl.yml index aaf1593612..81968c9838 100644 --- a/modules/backlogs/config/locales/crowdin/js-sl.yml +++ b/modules/backlogs/config/locales/crowdin/js-sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-sv.yml b/modules/backlogs/config/locales/crowdin/js-sv.yml index 851efa2915..d44cb540a0 100644 --- a/modules/backlogs/config/locales/crowdin/js-sv.yml +++ b/modules/backlogs/config/locales/crowdin/js-sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-th.yml b/modules/backlogs/config/locales/crowdin/js-th.yml index 2f4e80b748..95bea7bf94 100644 --- a/modules/backlogs/config/locales/crowdin/js-th.yml +++ b/modules/backlogs/config/locales/crowdin/js-th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-tr.yml b/modules/backlogs/config/locales/crowdin/js-tr.yml index 25258ae313..27981d3faf 100644 --- a/modules/backlogs/config/locales/crowdin/js-tr.yml +++ b/modules/backlogs/config/locales/crowdin/js-tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-uk.yml b/modules/backlogs/config/locales/crowdin/js-uk.yml index df518cae16..114195b0ab 100644 --- a/modules/backlogs/config/locales/crowdin/js-uk.yml +++ b/modules/backlogs/config/locales/crowdin/js-uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-vi.yml b/modules/backlogs/config/locales/crowdin/js-vi.yml index d63c5d86a8..403ea0c0e2 100644 --- a/modules/backlogs/config/locales/crowdin/js-vi.yml +++ b/modules/backlogs/config/locales/crowdin/js-vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-zh-CN.yml b/modules/backlogs/config/locales/crowdin/js-zh-CN.yml index e792eee632..e78b076448 100644 --- a/modules/backlogs/config/locales/crowdin/js-zh-CN.yml +++ b/modules/backlogs/config/locales/crowdin/js-zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/js-zh-TW.yml b/modules/backlogs/config/locales/crowdin/js-zh-TW.yml index 80f816888d..8849176fbb 100644 --- a/modules/backlogs/config/locales/crowdin/js-zh-TW.yml +++ b/modules/backlogs/config/locales/crowdin/js-zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/ko.yml b/modules/backlogs/config/locales/crowdin/ko.yml index 6cc090cb30..fee28e6ece 100644 --- a/modules/backlogs/config/locales/crowdin/ko.yml +++ b/modules/backlogs/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/lol.yml b/modules/backlogs/config/locales/crowdin/lol.yml index 8ffd206e54..131e1c8737 100644 --- a/modules/backlogs/config/locales/crowdin/lol.yml +++ b/modules/backlogs/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/lt.yml b/modules/backlogs/config/locales/crowdin/lt.yml index 69f60fb938..c783853a98 100644 --- a/modules/backlogs/config/locales/crowdin/lt.yml +++ b/modules/backlogs/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/lv.yml b/modules/backlogs/config/locales/crowdin/lv.yml index b95ca9222b..6212b64596 100644 --- a/modules/backlogs/config/locales/crowdin/lv.yml +++ b/modules/backlogs/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/ne.yml b/modules/backlogs/config/locales/crowdin/ne.yml index 9ba4f64f93..b5420d081b 100644 --- a/modules/backlogs/config/locales/crowdin/ne.yml +++ b/modules/backlogs/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/nl.yml b/modules/backlogs/config/locales/crowdin/nl.yml index 296879e420..c0939ad5f4 100644 --- a/modules/backlogs/config/locales/crowdin/nl.yml +++ b/modules/backlogs/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/no.yml b/modules/backlogs/config/locales/crowdin/no.yml index cca4492b78..55bb6cb204 100644 --- a/modules/backlogs/config/locales/crowdin/no.yml +++ b/modules/backlogs/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/pl.yml b/modules/backlogs/config/locales/crowdin/pl.yml index d27916d746..3a2b8f38aa 100644 --- a/modules/backlogs/config/locales/crowdin/pl.yml +++ b/modules/backlogs/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/pt.yml b/modules/backlogs/config/locales/crowdin/pt.yml index e029a06086..9acfb5bc04 100644 --- a/modules/backlogs/config/locales/crowdin/pt.yml +++ b/modules/backlogs/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/ro.yml b/modules/backlogs/config/locales/crowdin/ro.yml index b67b4690ff..d30d481b18 100644 --- a/modules/backlogs/config/locales/crowdin/ro.yml +++ b/modules/backlogs/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/ru.yml b/modules/backlogs/config/locales/crowdin/ru.yml index e1a72b3917..2fb27348f4 100644 --- a/modules/backlogs/config/locales/crowdin/ru.yml +++ b/modules/backlogs/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/rw.yml b/modules/backlogs/config/locales/crowdin/rw.yml index 78d55a3cdf..a661b58906 100644 --- a/modules/backlogs/config/locales/crowdin/rw.yml +++ b/modules/backlogs/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/si.yml b/modules/backlogs/config/locales/crowdin/si.yml index 8438c5aa6a..5420121c34 100644 --- a/modules/backlogs/config/locales/crowdin/si.yml +++ b/modules/backlogs/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/sk.yml b/modules/backlogs/config/locales/crowdin/sk.yml index a435c7f401..4899f1f118 100644 --- a/modules/backlogs/config/locales/crowdin/sk.yml +++ b/modules/backlogs/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/sl.yml b/modules/backlogs/config/locales/crowdin/sl.yml index 721c55dbb2..83056a1a9e 100644 --- a/modules/backlogs/config/locales/crowdin/sl.yml +++ b/modules/backlogs/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/sv.yml b/modules/backlogs/config/locales/crowdin/sv.yml index fba74cf8bb..7cd0dd4efe 100644 --- a/modules/backlogs/config/locales/crowdin/sv.yml +++ b/modules/backlogs/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/th.yml b/modules/backlogs/config/locales/crowdin/th.yml index a6d2acc225..338a770e57 100644 --- a/modules/backlogs/config/locales/crowdin/th.yml +++ b/modules/backlogs/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/tr.yml b/modules/backlogs/config/locales/crowdin/tr.yml index 6e54807f4e..5cd0548e91 100644 --- a/modules/backlogs/config/locales/crowdin/tr.yml +++ b/modules/backlogs/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/uk.yml b/modules/backlogs/config/locales/crowdin/uk.yml index 097dbf5f3f..a63bdb6afb 100644 --- a/modules/backlogs/config/locales/crowdin/uk.yml +++ b/modules/backlogs/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/vi.yml b/modules/backlogs/config/locales/crowdin/vi.yml index bac7351da9..63662bfc97 100644 --- a/modules/backlogs/config/locales/crowdin/vi.yml +++ b/modules/backlogs/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/zh-CN.yml b/modules/backlogs/config/locales/crowdin/zh-CN.yml index 3376be6edd..826874b780 100644 --- a/modules/backlogs/config/locales/crowdin/zh-CN.yml +++ b/modules/backlogs/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/crowdin/zh-TW.yml b/modules/backlogs/config/locales/crowdin/zh-TW.yml index 94ce7112d5..7811475506 100644 --- a/modules/backlogs/config/locales/crowdin/zh-TW.yml +++ b/modules/backlogs/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/backlogs/config/locales/en.yml b/modules/backlogs/config/locales/en.yml index 249bbbf76f..d69c78bc9e 100644 --- a/modules/backlogs/config/locales/en.yml +++ b/modules/backlogs/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/config/locales/js-en.yml b/modules/backlogs/config/locales/js-en.yml index 89af514490..b246bc3204 100644 --- a/modules/backlogs/config/locales/js-en.yml +++ b/modules/backlogs/config/locales/js-en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/config/routes.rb b/modules/backlogs/config/routes.rb index 0aca094a9a..7c6de92914 100644 --- a/modules/backlogs/config/routes.rb +++ b/modules/backlogs/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/db/migrate/20180323151208_to_v710_aggregated_backlogs_migrations.rb b/modules/backlogs/db/migrate/20180323151208_to_v710_aggregated_backlogs_migrations.rb index 2a18abc768..d7f6451bbe 100644 --- a/modules/backlogs/db/migrate/20180323151208_to_v710_aggregated_backlogs_migrations.rb +++ b/modules/backlogs/db/migrate/20180323151208_to_v710_aggregated_backlogs_migrations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/api/v3/backlogs_types/backlogs_type_representer.rb b/modules/backlogs/lib/api/v3/backlogs_types/backlogs_type_representer.rb index f8e81b85ce..ad07f185ce 100644 --- a/modules/backlogs/lib/api/v3/backlogs_types/backlogs_type_representer.rb +++ b/modules/backlogs/lib/api/v3/backlogs_types/backlogs_type_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/api/v3/queries/schemas/backlogs_type_dependency_representer.rb b/modules/backlogs/lib/api/v3/queries/schemas/backlogs_type_dependency_representer.rb index 0b80c01c3e..ef80c59737 100644 --- a/modules/backlogs/lib/api/v3/queries/schemas/backlogs_type_dependency_representer.rb +++ b/modules/backlogs/lib/api/v3/queries/schemas/backlogs_type_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs.rb b/modules/backlogs/lib/open_project/backlogs.rb index 5e95064fad..108923bbca 100644 --- a/modules/backlogs/lib/open_project/backlogs.rb +++ b/modules/backlogs/lib/open_project/backlogs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/burndown/series.rb b/modules/backlogs/lib/open_project/backlogs/burndown/series.rb index d808f3bdef..618f16932f 100644 --- a/modules/backlogs/lib/open_project/backlogs/burndown/series.rb +++ b/modules/backlogs/lib/open_project/backlogs/burndown/series.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/burndown/series_raw_data.rb b/modules/backlogs/lib/open_project/backlogs/burndown/series_raw_data.rb index e2c5e6459f..3957320cc7 100644 --- a/modules/backlogs/lib/open_project/backlogs/burndown/series_raw_data.rb +++ b/modules/backlogs/lib/open_project/backlogs/burndown/series_raw_data.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/compatibility.rb b/modules/backlogs/lib/open_project/backlogs/compatibility.rb index cd859c4ee6..9d2492384f 100644 --- a/modules/backlogs/lib/open_project/backlogs/compatibility.rb +++ b/modules/backlogs/lib/open_project/backlogs/compatibility.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/engine.rb b/modules/backlogs/lib/open_project/backlogs/engine.rb index 7bf0199b4b..ecb168e933 100644 --- a/modules/backlogs/lib/open_project/backlogs/engine.rb +++ b/modules/backlogs/lib/open_project/backlogs/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/hooks/layout_hook.rb b/modules/backlogs/lib/open_project/backlogs/hooks/layout_hook.rb index e778166a94..404c830ea5 100644 --- a/modules/backlogs/lib/open_project/backlogs/hooks/layout_hook.rb +++ b/modules/backlogs/lib/open_project/backlogs/hooks/layout_hook.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/hooks/user_settings_hook.rb b/modules/backlogs/lib/open_project/backlogs/hooks/user_settings_hook.rb index 185ded5501..5e4d218c32 100644 --- a/modules/backlogs/lib/open_project/backlogs/hooks/user_settings_hook.rb +++ b/modules/backlogs/lib/open_project/backlogs/hooks/user_settings_hook.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/list.rb b/modules/backlogs/lib/open_project/backlogs/list.rb index 27cfa83b70..a2feae645a 100644 --- a/modules/backlogs/lib/open_project/backlogs/list.rb +++ b/modules/backlogs/lib/open_project/backlogs/list.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/mixins/prevent_issue_sti.rb b/modules/backlogs/lib/open_project/backlogs/mixins/prevent_issue_sti.rb index 9c24a28899..50d60c3117 100644 --- a/modules/backlogs/lib/open_project/backlogs/mixins/prevent_issue_sti.rb +++ b/modules/backlogs/lib/open_project/backlogs/mixins/prevent_issue_sti.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches.rb b/modules/backlogs/lib/open_project/backlogs/patches.rb index 20e4b86b1d..b7f6ecac9e 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/api/work_package_representer.rb b/modules/backlogs/lib/open_project/backlogs/patches/api/work_package_representer.rb index 649a8fa094..1d09f055fd 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/api/work_package_representer.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/api/work_package_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/api/work_package_schema_representer.rb b/modules/backlogs/lib/open_project/backlogs/patches/api/work_package_schema_representer.rb index ba17352439..1bba80d03c 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/api/work_package_schema_representer.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/api/work_package_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/base_contract_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/base_contract_patch.rb index 33f159f1ca..2c54c227a1 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/base_contract_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/base_contract_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/permitted_params_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/permitted_params_patch.rb index 0a4d319273..041b29512e 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/permitted_params_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/permitted_params_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/project_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/project_patch.rb index ba62416d76..9866635982 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/project_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/project_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/project_seeder_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/project_seeder_patch.rb index b4bbfdaa33..ebcb91ffe6 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/project_seeder_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/project_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/set_attributes_service_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/set_attributes_service_patch.rb index d74892498c..119fdcea51 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/set_attributes_service_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/set_attributes_service_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/setting_seeder_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/setting_seeder_patch.rb index 7bf9454a2e..ebadd08249 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/setting_seeder_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/setting_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/specific_work_package_schema_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/specific_work_package_schema_patch.rb index be7cb04707..1cb60f9fdb 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/specific_work_package_schema_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/specific_work_package_schema_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/status_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/status_patch.rb index e50c5a9feb..550ac950b4 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/status_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/status_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/type_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/type_patch.rb index f2dd6fca97..b3fa23de18 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/type_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/type_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/update_ancestors_service_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/update_ancestors_service_patch.rb index 58b45df8ec..aa164c4305 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/update_ancestors_service_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/update_ancestors_service_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/update_service_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/update_service_patch.rb index 291ac6e54c..2bdcc91d16 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/update_service_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/update_service_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/user_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/user_patch.rb index cdcce347a0..c71e8eac1c 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/user_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/user_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/version_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/version_patch.rb index 87e5039e36..fadd44aaa7 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/version_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/version_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/versions/base_contract_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/versions/base_contract_patch.rb index 1f427f6c03..84ed597cb3 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/versions/base_contract_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/versions/base_contract_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/versions/row_cell_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/versions/row_cell_patch.rb index 1f6b842e00..502ab4cbc8 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/versions/row_cell_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/versions/row_cell_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/versions_controller_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/versions_controller_patch.rb index ff04de65c4..9a23a10a7b 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/versions_controller_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/versions_controller_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/patches/work_package_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/work_package_patch.rb index 7f07a4ba39..bc6ca9f5bc 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/work_package_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/work_package_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/query_backlogs_column.rb b/modules/backlogs/lib/open_project/backlogs/query_backlogs_column.rb index 76614aeb71..5d98facb92 100644 --- a/modules/backlogs/lib/open_project/backlogs/query_backlogs_column.rb +++ b/modules/backlogs/lib/open_project/backlogs/query_backlogs_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/open_project/backlogs/work_package_filter.rb b/modules/backlogs/lib/open_project/backlogs/work_package_filter.rb index e79f45ad0b..857286be72 100644 --- a/modules/backlogs/lib/open_project/backlogs/work_package_filter.rb +++ b/modules/backlogs/lib/open_project/backlogs/work_package_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/lib/openproject-backlogs.rb b/modules/backlogs/lib/openproject-backlogs.rb index ac1d5425ae..3a1679e4d5 100644 --- a/modules/backlogs/lib/openproject-backlogs.rb +++ b/modules/backlogs/lib/openproject-backlogs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/api/work_package_resource_spec.rb b/modules/backlogs/spec/api/work_package_resource_spec.rb index 0e229b33f1..40e9ce5519 100644 --- a/modules/backlogs/spec/api/work_package_resource_spec.rb +++ b/modules/backlogs/spec/api/work_package_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/api/work_packages/form_resource_spec.rb b/modules/backlogs/spec/api/work_packages/form_resource_spec.rb index 87290e2987..65467a08b0 100644 --- a/modules/backlogs/spec/api/work_packages/form_resource_spec.rb +++ b/modules/backlogs/spec/api/work_packages/form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/api/work_packages/schema/specific_work_package_schema_spec.rb b/modules/backlogs/spec/api/work_packages/schema/specific_work_package_schema_spec.rb index 8dfd6d4a0d..0984a35b49 100644 --- a/modules/backlogs/spec/api/work_packages/schema/specific_work_package_schema_spec.rb +++ b/modules/backlogs/spec/api/work_packages/schema/specific_work_package_schema_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/api/work_packages/work_package_schema_representer_spec.rb b/modules/backlogs/spec/api/work_packages/work_package_schema_representer_spec.rb index e0d9390c1b..619cc18b37 100644 --- a/modules/backlogs/spec/api/work_packages/work_package_schema_representer_spec.rb +++ b/modules/backlogs/spec/api/work_packages/work_package_schema_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/contracts/work_packages/base_contract_spec.rb b/modules/backlogs/spec/contracts/work_packages/base_contract_spec.rb index b96f7c7d14..9c84e2d4cb 100644 --- a/modules/backlogs/spec/contracts/work_packages/base_contract_spec.rb +++ b/modules/backlogs/spec/contracts/work_packages/base_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/contracts/work_packages/create_contract_spec.rb b/modules/backlogs/spec/contracts/work_packages/create_contract_spec.rb index 146640881a..fe4d4bd075 100644 --- a/modules/backlogs/spec/contracts/work_packages/create_contract_spec.rb +++ b/modules/backlogs/spec/contracts/work_packages/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/contracts/work_packages/update_contract_spec.rb b/modules/backlogs/spec/contracts/work_packages/update_contract_spec.rb index d58229a4fb..2632b55add 100644 --- a/modules/backlogs/spec/contracts/work_packages/update_contract_spec.rb +++ b/modules/backlogs/spec/contracts/work_packages/update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/controllers/backlogs_settings_controller_spec.rb b/modules/backlogs/spec/controllers/backlogs_settings_controller_spec.rb index d6f57b1d12..d1fb2dc7d6 100644 --- a/modules/backlogs/spec/controllers/backlogs_settings_controller_spec.rb +++ b/modules/backlogs/spec/controllers/backlogs_settings_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/controllers/versions_controller_spec.rb b/modules/backlogs/spec/controllers/versions_controller_spec.rb index 65961c8f36..6abcb14d1d 100644 --- a/modules/backlogs/spec/controllers/versions_controller_spec.rb +++ b/modules/backlogs/spec/controllers/versions_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/factories/impediment_factory.rb b/modules/backlogs/spec/factories/impediment_factory.rb index b6fffb2471..bd26c431a3 100644 --- a/modules/backlogs/spec/factories/impediment_factory.rb +++ b/modules/backlogs/spec/factories/impediment_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/factories/sprint_factory.rb b/modules/backlogs/spec/factories/sprint_factory.rb index f204e80070..3211fb573a 100644 --- a/modules/backlogs/spec/factories/sprint_factory.rb +++ b/modules/backlogs/spec/factories/sprint_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/factories/story_factory.rb b/modules/backlogs/spec/factories/story_factory.rb index 1dc3fadd2b..3bcdc27c53 100644 --- a/modules/backlogs/spec/factories/story_factory.rb +++ b/modules/backlogs/spec/factories/story_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/factories/task_factory.rb b/modules/backlogs/spec/factories/task_factory.rb index cab860bf53..63f30b3e25 100644 --- a/modules/backlogs/spec/factories/task_factory.rb +++ b/modules/backlogs/spec/factories/task_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/factories/version_setting_factory.rb b/modules/backlogs/spec/factories/version_setting_factory.rb index 20d23b1a5b..7f3807f49d 100644 --- a/modules/backlogs/spec/factories/version_setting_factory.rb +++ b/modules/backlogs/spec/factories/version_setting_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/backlogs/create_story_spec.rb b/modules/backlogs/spec/features/backlogs/create_story_spec.rb index 2b0ad2f0e7..cf5cfe03d6 100644 --- a/modules/backlogs/spec/features/backlogs/create_story_spec.rb +++ b/modules/backlogs/spec/features/backlogs/create_story_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/backlogs_in_backlog_view_spec.rb b/modules/backlogs/spec/features/backlogs_in_backlog_view_spec.rb index 443de60015..b9f4b60380 100644 --- a/modules/backlogs/spec/features/backlogs_in_backlog_view_spec.rb +++ b/modules/backlogs/spec/features/backlogs_in_backlog_view_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/empty_backlogs_spec.rb b/modules/backlogs/spec/features/empty_backlogs_spec.rb index a4bf2cfc33..f0d533af68 100644 --- a/modules/backlogs/spec/features/empty_backlogs_spec.rb +++ b/modules/backlogs/spec/features/empty_backlogs_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/impediments_spec.rb b/modules/backlogs/spec/features/impediments_spec.rb index 4b661b99d8..b9572b4c59 100644 --- a/modules/backlogs/spec/features/impediments_spec.rb +++ b/modules/backlogs/spec/features/impediments_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/onboarding/backlogs_onboarding_tour_spec.rb b/modules/backlogs/spec/features/onboarding/backlogs_onboarding_tour_spec.rb index 194c7c1492..529b60052b 100644 --- a/modules/backlogs/spec/features/onboarding/backlogs_onboarding_tour_spec.rb +++ b/modules/backlogs/spec/features/onboarding/backlogs_onboarding_tour_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/resolved_status_spec.rb b/modules/backlogs/spec/features/resolved_status_spec.rb index 9bc009065d..958945c5ee 100644 --- a/modules/backlogs/spec/features/resolved_status_spec.rb +++ b/modules/backlogs/spec/features/resolved_status_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/stories_in_backlog_spec.rb b/modules/backlogs/spec/features/stories_in_backlog_spec.rb index b6e4454b97..63565e79a8 100644 --- a/modules/backlogs/spec/features/stories_in_backlog_spec.rb +++ b/modules/backlogs/spec/features/stories_in_backlog_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/tasks_on_taskboard_spec.rb b/modules/backlogs/spec/features/tasks_on_taskboard_spec.rb index e14a9a162b..654cc3c6af 100644 --- a/modules/backlogs/spec/features/tasks_on_taskboard_spec.rb +++ b/modules/backlogs/spec/features/tasks_on_taskboard_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/work_packages/filter_spec.rb b/modules/backlogs/spec/features/work_packages/filter_spec.rb index 3dd47e1a45..62980ba84b 100644 --- a/modules/backlogs/spec/features/work_packages/filter_spec.rb +++ b/modules/backlogs/spec/features/work_packages/filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/work_packages/remaining_time_spec.rb b/modules/backlogs/spec/features/work_packages/remaining_time_spec.rb index 4f87e84165..52d050a497 100644 --- a/modules/backlogs/spec/features/work_packages/remaining_time_spec.rb +++ b/modules/backlogs/spec/features/work_packages/remaining_time_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/features/work_packages/story_points_spec.rb b/modules/backlogs/spec/features/work_packages/story_points_spec.rb index c51f15f8f1..a455b66fa2 100644 --- a/modules/backlogs/spec/features/work_packages/story_points_spec.rb +++ b/modules/backlogs/spec/features/work_packages/story_points_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/helpers/version_settings_helper_spec.rb b/modules/backlogs/spec/helpers/version_settings_helper_spec.rb index d365f32aa0..e8d1f82b35 100644 --- a/modules/backlogs/spec/helpers/version_settings_helper_spec.rb +++ b/modules/backlogs/spec/helpers/version_settings_helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/backlog_spec.rb b/modules/backlogs/spec/models/backlog_spec.rb index 3ec6eb0e36..0be64915c8 100644 --- a/modules/backlogs/spec/models/backlog_spec.rb +++ b/modules/backlogs/spec/models/backlog_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/burndown_spec.rb b/modules/backlogs/spec/models/burndown_spec.rb index 7c2a4ecc2e..fe81260aab 100644 --- a/modules/backlogs/spec/models/burndown_spec.rb +++ b/modules/backlogs/spec/models/burndown_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/impediment_spec.rb b/modules/backlogs/spec/models/impediment_spec.rb index c94aa2cd5a..b280dc7455 100644 --- a/modules/backlogs/spec/models/impediment_spec.rb +++ b/modules/backlogs/spec/models/impediment_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/issue_position_spec.rb b/modules/backlogs/spec/models/issue_position_spec.rb index 588233286d..0ae6b24f5e 100644 --- a/modules/backlogs/spec/models/issue_position_spec.rb +++ b/modules/backlogs/spec/models/issue_position_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/issue_spec.rb b/modules/backlogs/spec/models/issue_spec.rb index f51dff9df5..c3d7b071af 100644 --- a/modules/backlogs/spec/models/issue_spec.rb +++ b/modules/backlogs/spec/models/issue_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/sprint_spec.rb b/modules/backlogs/spec/models/sprint_spec.rb index 625b553120..3e3bc543d4 100644 --- a/modules/backlogs/spec/models/sprint_spec.rb +++ b/modules/backlogs/spec/models/sprint_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/story_spec.rb b/modules/backlogs/spec/models/story_spec.rb index 6376c6fb3c..ff16152a4b 100644 --- a/modules/backlogs/spec/models/story_spec.rb +++ b/modules/backlogs/spec/models/story_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/task_spec.rb b/modules/backlogs/spec/models/task_spec.rb index 625f26639e..9f32ad8339 100644 --- a/modules/backlogs/spec/models/task_spec.rb +++ b/modules/backlogs/spec/models/task_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/user_spec.rb b/modules/backlogs/spec/models/user_spec.rb index c61d81b567..7d4d28c85a 100644 --- a/modules/backlogs/spec/models/user_spec.rb +++ b/modules/backlogs/spec/models/user_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/version_setting_spec.rb b/modules/backlogs/spec/models/version_setting_spec.rb index 26953b84b9..d88317267f 100644 --- a/modules/backlogs/spec/models/version_setting_spec.rb +++ b/modules/backlogs/spec/models/version_setting_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/version_spec.rb b/modules/backlogs/spec/models/version_spec.rb index d9c708726f..0322858913 100644 --- a/modules/backlogs/spec/models/version_spec.rb +++ b/modules/backlogs/spec/models/version_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/work_package_export_spec.rb b/modules/backlogs/spec/models/work_package_export_spec.rb index 762f3ef440..566c162077 100644 --- a/modules/backlogs/spec/models/work_package_export_spec.rb +++ b/modules/backlogs/spec/models/work_package_export_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/models/work_package_spec.rb b/modules/backlogs/spec/models/work_package_spec.rb index 852ca166a2..87596d2500 100644 --- a/modules/backlogs/spec/models/work_package_spec.rb +++ b/modules/backlogs/spec/models/work_package_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_burndown_charts_routing_spec.rb b/modules/backlogs/spec/routing/rb_burndown_charts_routing_spec.rb index 034b303eec..465051c847 100644 --- a/modules/backlogs/spec/routing/rb_burndown_charts_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_burndown_charts_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_impediments_routing_spec.rb b/modules/backlogs/spec/routing/rb_impediments_routing_spec.rb index a193609a6b..85d520cf6a 100644 --- a/modules/backlogs/spec/routing/rb_impediments_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_impediments_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_master_backlogs_routing_spec.rb b/modules/backlogs/spec/routing/rb_master_backlogs_routing_spec.rb index 95b1348873..eb7c5a90f8 100644 --- a/modules/backlogs/spec/routing/rb_master_backlogs_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_master_backlogs_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_queries_routing_spec.rb b/modules/backlogs/spec/routing/rb_queries_routing_spec.rb index fb7a2613bc..f5d235b72a 100644 --- a/modules/backlogs/spec/routing/rb_queries_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_queries_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_sprints_routing_spec.rb b/modules/backlogs/spec/routing/rb_sprints_routing_spec.rb index 1421eddf17..84d8f3e8e0 100644 --- a/modules/backlogs/spec/routing/rb_sprints_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_sprints_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_stories_routing_spec.rb b/modules/backlogs/spec/routing/rb_stories_routing_spec.rb index 79165612b3..8ba63f7475 100644 --- a/modules/backlogs/spec/routing/rb_stories_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_stories_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_taskboard_card_configurations_routing_spec.rb b/modules/backlogs/spec/routing/rb_taskboard_card_configurations_routing_spec.rb index 87876d65e9..ba548c76c9 100644 --- a/modules/backlogs/spec/routing/rb_taskboard_card_configurations_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_taskboard_card_configurations_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_taskboards_routing_spec.rb b/modules/backlogs/spec/routing/rb_taskboards_routing_spec.rb index f70579bcd7..6b47d37fce 100644 --- a/modules/backlogs/spec/routing/rb_taskboards_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_taskboards_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_tasks_routing_spec.rb b/modules/backlogs/spec/routing/rb_tasks_routing_spec.rb index 7a060c0dd7..a7755ae083 100644 --- a/modules/backlogs/spec/routing/rb_tasks_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_tasks_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/routing/rb_wikis_routing_spec.rb b/modules/backlogs/spec/routing/rb_wikis_routing_spec.rb index b943789b20..28b33729d4 100644 --- a/modules/backlogs/spec/routing/rb_wikis_routing_spec.rb +++ b/modules/backlogs/spec/routing/rb_wikis_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/services/impediments/create_services_spec.rb b/modules/backlogs/spec/services/impediments/create_services_spec.rb index f1880a4bd1..c99caa82e3 100644 --- a/modules/backlogs/spec/services/impediments/create_services_spec.rb +++ b/modules/backlogs/spec/services/impediments/create_services_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/services/impediments/update_service_spec.rb b/modules/backlogs/spec/services/impediments/update_service_spec.rb index 490a45b9e7..ef96fe39f9 100644 --- a/modules/backlogs/spec/services/impediments/update_service_spec.rb +++ b/modules/backlogs/spec/services/impediments/update_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/services/stories/create_service_spec.rb b/modules/backlogs/spec/services/stories/create_service_spec.rb index 88086d0e88..2df172eb88 100644 --- a/modules/backlogs/spec/services/stories/create_service_spec.rb +++ b/modules/backlogs/spec/services/stories/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/services/work_packages/update_ancestors_service_spec.rb b/modules/backlogs/spec/services/work_packages/update_ancestors_service_spec.rb index 2c72e612ee..17bbc59700 100644 --- a/modules/backlogs/spec/services/work_packages/update_ancestors_service_spec.rb +++ b/modules/backlogs/spec/services/work_packages/update_ancestors_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/services/work_packages/update_service_version_inheritance_spec.rb b/modules/backlogs/spec/services/work_packages/update_service_version_inheritance_spec.rb index 43eed9733f..ce0cb4ff61 100644 --- a/modules/backlogs/spec/services/work_packages/update_service_version_inheritance_spec.rb +++ b/modules/backlogs/spec/services/work_packages/update_service_version_inheritance_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/spec_helper.rb b/modules/backlogs/spec/spec_helper.rb index 142da2da00..8f1f022eeb 100644 --- a/modules/backlogs/spec/spec_helper.rb +++ b/modules/backlogs/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/support/pages/backlogs.rb b/modules/backlogs/spec/support/pages/backlogs.rb index 5eabcead88..3e97b4627c 100644 --- a/modules/backlogs/spec/support/pages/backlogs.rb +++ b/modules/backlogs/spec/support/pages/backlogs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/support/pages/taskboard.rb b/modules/backlogs/spec/support/pages/taskboard.rb index 439a972c31..23ba9c355e 100644 --- a/modules/backlogs/spec/support/pages/taskboard.rb +++ b/modules/backlogs/spec/support/pages/taskboard.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/views/rb_burndown_charts/show_spec.rb b/modules/backlogs/spec/views/rb_burndown_charts/show_spec.rb index 42b2cccc67..801206713c 100644 --- a/modules/backlogs/spec/views/rb_burndown_charts/show_spec.rb +++ b/modules/backlogs/spec/views/rb_burndown_charts/show_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/views/rb_master_backlogs/index.html.erb_spec.rb b/modules/backlogs/spec/views/rb_master_backlogs/index.html.erb_spec.rb index 5b9c87cb43..c26adce498 100644 --- a/modules/backlogs/spec/views/rb_master_backlogs/index.html.erb_spec.rb +++ b/modules/backlogs/spec/views/rb_master_backlogs/index.html.erb_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/views/rb_taskboards/show_spec.rb b/modules/backlogs/spec/views/rb_taskboards/show_spec.rb index 82bb143b89..f1c7c1801c 100644 --- a/modules/backlogs/spec/views/rb_taskboards/show_spec.rb +++ b/modules/backlogs/spec/views/rb_taskboards/show_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/backlogs/spec/views/shared/not_configured_spec.rb b/modules/backlogs/spec/views/shared/not_configured_spec.rb index b91bbd84fc..c5337ffe63 100644 --- a/modules/backlogs/spec/views/shared/not_configured_spec.rb +++ b/modules/backlogs/spec/views/shared/not_configured_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/comments/base_contract.rb b/modules/bim/app/contracts/bim/bcf/comments/base_contract.rb index c0ce0aa1f0..305a27bb5f 100644 --- a/modules/bim/app/contracts/bim/bcf/comments/base_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/comments/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/comments/create_contract.rb b/modules/bim/app/contracts/bim/bcf/comments/create_contract.rb index 3b4fd47dc5..00e48977be 100644 --- a/modules/bim/app/contracts/bim/bcf/comments/create_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/comments/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/comments/update_contract.rb b/modules/bim/app/contracts/bim/bcf/comments/update_contract.rb index 3dbf16948b..56eea94559 100644 --- a/modules/bim/app/contracts/bim/bcf/comments/update_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/comments/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/concerns/manage_bcf_guarded.rb b/modules/bim/app/contracts/bim/bcf/concerns/manage_bcf_guarded.rb index cc2776e281..701a249eec 100644 --- a/modules/bim/app/contracts/bim/bcf/concerns/manage_bcf_guarded.rb +++ b/modules/bim/app/contracts/bim/bcf/concerns/manage_bcf_guarded.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/issues/base_contract.rb b/modules/bim/app/contracts/bim/bcf/issues/base_contract.rb index bc68e6c504..d47ed875ea 100644 --- a/modules/bim/app/contracts/bim/bcf/issues/base_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/issues/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/issues/create_contract.rb b/modules/bim/app/contracts/bim/bcf/issues/create_contract.rb index cb7e5c76ea..83b12035d8 100644 --- a/modules/bim/app/contracts/bim/bcf/issues/create_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/issues/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/issues/delete_contract.rb b/modules/bim/app/contracts/bim/bcf/issues/delete_contract.rb index 0e8f02fe81..43526c32ae 100644 --- a/modules/bim/app/contracts/bim/bcf/issues/delete_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/issues/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/issues/update_contract.rb b/modules/bim/app/contracts/bim/bcf/issues/update_contract.rb index 91ee5678e2..7b3f4dedcc 100644 --- a/modules/bim/app/contracts/bim/bcf/issues/update_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/issues/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/viewpoints/create_contract.rb b/modules/bim/app/contracts/bim/bcf/viewpoints/create_contract.rb index 2052c1dd2c..0d678b5ff7 100644 --- a/modules/bim/app/contracts/bim/bcf/viewpoints/create_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/viewpoints/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/viewpoints/delete_contract.rb b/modules/bim/app/contracts/bim/bcf/viewpoints/delete_contract.rb index b978cedc21..6706e24605 100644 --- a/modules/bim/app/contracts/bim/bcf/viewpoints/delete_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/viewpoints/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/bcf/work_packages/update_contract.rb b/modules/bim/app/contracts/bim/bcf/work_packages/update_contract.rb index a28116cdc5..fa05d5c909 100644 --- a/modules/bim/app/contracts/bim/bcf/work_packages/update_contract.rb +++ b/modules/bim/app/contracts/bim/bcf/work_packages/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/ifc_models/base_contract.rb b/modules/bim/app/contracts/bim/ifc_models/base_contract.rb index b2a8f70299..fed7292ae1 100644 --- a/modules/bim/app/contracts/bim/ifc_models/base_contract.rb +++ b/modules/bim/app/contracts/bim/ifc_models/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/ifc_models/create_contract.rb b/modules/bim/app/contracts/bim/ifc_models/create_contract.rb index d5cd8ec7cb..dcc828343b 100644 --- a/modules/bim/app/contracts/bim/ifc_models/create_contract.rb +++ b/modules/bim/app/contracts/bim/ifc_models/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/contracts/bim/ifc_models/update_contract.rb b/modules/bim/app/contracts/bim/ifc_models/update_contract.rb index a0f07de036..853a386787 100644 --- a/modules/bim/app/contracts/bim/ifc_models/update_contract.rb +++ b/modules/bim/app/contracts/bim/ifc_models/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/root.rb b/modules/bim/app/controllers/bim/bcf/api/root.rb index f74649d71a..5a0102d807 100644 --- a/modules/bim/app/controllers/bim/bcf/api/root.rb +++ b/modules/bim/app/controllers/bim/bcf/api/root.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/auth_api.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/auth_api.rb index 1962ed04c2..74dd142ad4 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/auth_api.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/auth_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/comments/api.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/comments/api.rb index 8d860b36e4..a55bcc0144 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/comments/api.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/comments/api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/current_user_api.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/current_user_api.rb index bbd1dc4b70..6bfe9b5a59 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/current_user_api.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/current_user_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/create.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/create.rb index f73f436b02..5c3fa8a8a5 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/create.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/create.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/delete.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/delete.rb index 03a4886fed..86adb63af2 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/delete.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/delete.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/index.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/index.rb index 4dba3d905b..0a660404fb 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/index.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/index.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/modify_mixin.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/modify_mixin.rb index b9369830ff..1eb2279587 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/modify_mixin.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/modify_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/show.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/show.rb index 67d8f98d14..49c1b7c115 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/show.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/show.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/update.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/update.rb index 97fb926a77..5d28b51283 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/update.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/update.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/project_extensions/api.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/project_extensions/api.rb index 590034c88e..a57ae7b21e 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/project_extensions/api.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/project_extensions/api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/projects_api.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/projects_api.rb index 46aa27e646..acb728039e 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/projects_api.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/projects_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/topics_api.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/topics_api.rb index ad4baa894e..c16182d93a 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/topics_api.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/topics_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/api/v2_1/viewpoints/api.rb b/modules/bim/app/controllers/bim/bcf/api/v2_1/viewpoints/api.rb index 0480c49517..dddec8e08f 100644 --- a/modules/bim/app/controllers/bim/bcf/api/v2_1/viewpoints/api.rb +++ b/modules/bim/app/controllers/bim/bcf/api/v2_1/viewpoints/api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/bcf/issues_controller.rb b/modules/bim/app/controllers/bim/bcf/issues_controller.rb index 85966a0809..d5584553e3 100644 --- a/modules/bim/app/controllers/bim/bcf/issues_controller.rb +++ b/modules/bim/app/controllers/bim/bcf/issues_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/ifc_models/ifc_models_controller.rb b/modules/bim/app/controllers/bim/ifc_models/ifc_models_controller.rb index 0a11170614..439dc6c188 100644 --- a/modules/bim/app/controllers/bim/ifc_models/ifc_models_controller.rb +++ b/modules/bim/app/controllers/bim/ifc_models/ifc_models_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/controllers/bim/ifc_models/ifc_viewer_controller.rb b/modules/bim/app/controllers/bim/ifc_models/ifc_viewer_controller.rb index 3070899569..fd67d87b2c 100644 --- a/modules/bim/app/controllers/bim/ifc_models/ifc_viewer_controller.rb +++ b/modules/bim/app/controllers/bim/ifc_models/ifc_viewer_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/formatters/bim/bcf/api/error_formatter/json.rb b/modules/bim/app/formatters/bim/bcf/api/error_formatter/json.rb index 9a1da96767..8ed730ff15 100644 --- a/modules/bim/app/formatters/bim/bcf/api/error_formatter/json.rb +++ b/modules/bim/app/formatters/bim/bcf/api/error_formatter/json.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/helpers/bcf_application_helper.rb b/modules/bim/app/helpers/bcf_application_helper.rb index ba1870e2ca..11f7125cd0 100644 --- a/modules/bim/app/helpers/bcf_application_helper.rb +++ b/modules/bim/app/helpers/bcf_application_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/models/bim/bcf/comment.rb b/modules/bim/app/models/bim/bcf/comment.rb index 980ccfde0c..86b2ab25a7 100644 --- a/modules/bim/app/models/bim/bcf/comment.rb +++ b/modules/bim/app/models/bim/bcf/comment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/models/bim/bcf/viewpoint.rb b/modules/bim/app/models/bim/bcf/viewpoint.rb index 6482fe8dea..b652d5ebd0 100644 --- a/modules/bim/app/models/bim/bcf/viewpoint.rb +++ b/modules/bim/app/models/bim/bcf/viewpoint.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/models/bim/queries/work_packages/columns/bcf_thumbnail_column.rb b/modules/bim/app/models/bim/queries/work_packages/columns/bcf_thumbnail_column.rb index 5bc1c6c2b3..9fe2abc86e 100644 --- a/modules/bim/app/models/bim/queries/work_packages/columns/bcf_thumbnail_column.rb +++ b/modules/bim/app/models/bim/queries/work_packages/columns/bcf_thumbnail_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/models/bim/queries/work_packages/filter/bcf_issue_associated_filter.rb b/modules/bim/app/models/bim/queries/work_packages/filter/bcf_issue_associated_filter.rb index 992aed3032..f36d5d50cb 100644 --- a/modules/bim/app/models/bim/queries/work_packages/filter/bcf_issue_associated_filter.rb +++ b/modules/bim/app/models/bim/queries/work_packages/filter/bcf_issue_associated_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/auth/single_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/auth/single_representer.rb index 749d269b38..7ab5d20683 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/auth/single_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/auth/single_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/base_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/base_representer.rb index c368eab8b8..5ca255f506 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/base_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/base_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/comments/authorization_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/comments/authorization_representer.rb index 3f5a7638a0..6e1b50dc40 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/comments/authorization_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/comments/authorization_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/comments/single_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/comments/single_representer.rb index 53f38e8d4f..186f4861eb 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/comments/single_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/comments/single_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/errors/error_mapper.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/errors/error_mapper.rb index 64da322878..b12834da6c 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/errors/error_mapper.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/errors/error_mapper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/errors/error_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/errors/error_representer.rb index 4f374b8177..d198ab3fe4 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/errors/error_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/errors/error_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/project_extensions/representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/project_extensions/representer.rb index 91c2887b1a..b94e3a8e26 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/project_extensions/representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/project_extensions/representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/projects/single_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/projects/single_representer.rb index cd265e7f85..ecb6eed99c 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/projects/single_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/projects/single_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/topics/authorization_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/topics/authorization_representer.rb index 3fd6503234..86d6491714 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/topics/authorization_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/topics/authorization_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/topics/single_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/topics/single_representer.rb index 6fa831611d..021bf47429 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/topics/single_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/topics/single_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/users/single_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/users/single_representer.rb index f9ca4193d0..1cdeea87fd 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/users/single_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/users/single_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/base_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/base_representer.rb index 640f3bcc63..20ac9ec18c 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/base_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/base_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/coloring_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/coloring_representer.rb index 491e0bf79e..4a902582db 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/coloring_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/coloring_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/full_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/full_representer.rb index ef06204c32..a988fa9bc5 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/full_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/full_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/selection_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/selection_representer.rb index fb20f349d6..a0c59682bb 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/selection_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/selection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/single_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/single_representer.rb index 0c78c3f770..be10f887e0 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/single_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/single_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/visibility_representer.rb b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/visibility_representer.rb index 4d50dd102f..eabd7b47ed 100644 --- a/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/visibility_representer.rb +++ b/modules/bim/app/representers/bim/bcf/api/v2_1/viewpoints/visibility_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data/activity_seeder.rb b/modules/bim/app/seeders/bim/basic_data/activity_seeder.rb index 79f77d1fad..6c724c467e 100644 --- a/modules/bim/app/seeders/bim/basic_data/activity_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data/activity_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data/priority_seeder.rb b/modules/bim/app/seeders/bim/basic_data/priority_seeder.rb index cac98ada59..5b7fcdce98 100644 --- a/modules/bim/app/seeders/bim/basic_data/priority_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data/priority_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data/role_seeder.rb b/modules/bim/app/seeders/bim/basic_data/role_seeder.rb index 575960ae7a..2665368ee8 100644 --- a/modules/bim/app/seeders/bim/basic_data/role_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data/role_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data/setting_seeder.rb b/modules/bim/app/seeders/bim/basic_data/setting_seeder.rb index c05477c1ae..d98f7a598f 100644 --- a/modules/bim/app/seeders/bim/basic_data/setting_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data/setting_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data/status_seeder.rb b/modules/bim/app/seeders/bim/basic_data/status_seeder.rb index 6704b50f66..e31610e244 100644 --- a/modules/bim/app/seeders/bim/basic_data/status_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data/status_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data/theme_seeder.rb b/modules/bim/app/seeders/bim/basic_data/theme_seeder.rb index 3717398f50..4a1358bd06 100644 --- a/modules/bim/app/seeders/bim/basic_data/theme_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data/theme_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data/type_seeder.rb b/modules/bim/app/seeders/bim/basic_data/type_seeder.rb index 493a4a2cd9..3694b79e1b 100644 --- a/modules/bim/app/seeders/bim/basic_data/type_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data/type_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data/workflow_seeder.rb b/modules/bim/app/seeders/bim/basic_data/workflow_seeder.rb index c38053b052..d57dbee9ae 100644 --- a/modules/bim/app/seeders/bim/basic_data/workflow_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data/workflow_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/basic_data_seeder.rb b/modules/bim/app/seeders/bim/basic_data_seeder.rb index 01398b4723..4bb1898b21 100644 --- a/modules/bim/app/seeders/bim/basic_data_seeder.rb +++ b/modules/bim/app/seeders/bim/basic_data_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/demo_data/bcf_xml_seeder.rb b/modules/bim/app/seeders/bim/demo_data/bcf_xml_seeder.rb index f8794cef3b..6ccb054427 100644 --- a/modules/bim/app/seeders/bim/demo_data/bcf_xml_seeder.rb +++ b/modules/bim/app/seeders/bim/demo_data/bcf_xml_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/seeders/bim/demo_data/ifc_model_seeder.rb b/modules/bim/app/seeders/bim/demo_data/ifc_model_seeder.rb index 2764fca540..c1c526e5d3 100644 --- a/modules/bim/app/seeders/bim/demo_data/ifc_model_seeder.rb +++ b/modules/bim/app/seeders/bim/demo_data/ifc_model_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/api/v2_1/parse_resource_params_service.rb b/modules/bim/app/services/bim/bcf/api/v2_1/parse_resource_params_service.rb index 2fe9769af5..febdd526bd 100644 --- a/modules/bim/app/services/bim/bcf/api/v2_1/parse_resource_params_service.rb +++ b/modules/bim/app/services/bim/bcf/api/v2_1/parse_resource_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/comments/create_service.rb b/modules/bim/app/services/bim/bcf/comments/create_service.rb index b28eaa9d3a..195369e972 100644 --- a/modules/bim/app/services/bim/bcf/comments/create_service.rb +++ b/modules/bim/app/services/bim/bcf/comments/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/comments/set_attributes_service.rb b/modules/bim/app/services/bim/bcf/comments/set_attributes_service.rb index 3b076b75f9..7de10b6846 100644 --- a/modules/bim/app/services/bim/bcf/comments/set_attributes_service.rb +++ b/modules/bim/app/services/bim/bcf/comments/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/comments/update_service.rb b/modules/bim/app/services/bim/bcf/comments/update_service.rb index 68055df4fc..7c2da3a8f3 100644 --- a/modules/bim/app/services/bim/bcf/comments/update_service.rb +++ b/modules/bim/app/services/bim/bcf/comments/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/issues/create_service.rb b/modules/bim/app/services/bim/bcf/issues/create_service.rb index c3a8f2111f..48f6859579 100644 --- a/modules/bim/app/services/bim/bcf/issues/create_service.rb +++ b/modules/bim/app/services/bim/bcf/issues/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/issues/delete_service.rb b/modules/bim/app/services/bim/bcf/issues/delete_service.rb index f15371fb7f..99e234e81f 100644 --- a/modules/bim/app/services/bim/bcf/issues/delete_service.rb +++ b/modules/bim/app/services/bim/bcf/issues/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/issues/set_attributes_service.rb b/modules/bim/app/services/bim/bcf/issues/set_attributes_service.rb index 06a4f9f8c8..d235679ef1 100644 --- a/modules/bim/app/services/bim/bcf/issues/set_attributes_service.rb +++ b/modules/bim/app/services/bim/bcf/issues/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/issues/transform_attributes_service.rb b/modules/bim/app/services/bim/bcf/issues/transform_attributes_service.rb index bb7fa342ee..bed3204fdb 100644 --- a/modules/bim/app/services/bim/bcf/issues/transform_attributes_service.rb +++ b/modules/bim/app/services/bim/bcf/issues/transform_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/issues/update_service.rb b/modules/bim/app/services/bim/bcf/issues/update_service.rb index b7fe5cd1a3..f0bb43e31d 100644 --- a/modules/bim/app/services/bim/bcf/issues/update_service.rb +++ b/modules/bim/app/services/bim/bcf/issues/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/viewpoints/create_service.rb b/modules/bim/app/services/bim/bcf/viewpoints/create_service.rb index 8ad5108a7b..15435e205a 100644 --- a/modules/bim/app/services/bim/bcf/viewpoints/create_service.rb +++ b/modules/bim/app/services/bim/bcf/viewpoints/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/viewpoints/delete_service.rb b/modules/bim/app/services/bim/bcf/viewpoints/delete_service.rb index 5f4ad074d1..61e077462c 100644 --- a/modules/bim/app/services/bim/bcf/viewpoints/delete_service.rb +++ b/modules/bim/app/services/bim/bcf/viewpoints/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/bcf/viewpoints/set_attributes_service.rb b/modules/bim/app/services/bim/bcf/viewpoints/set_attributes_service.rb index a2974679c1..0504331a78 100644 --- a/modules/bim/app/services/bim/bcf/viewpoints/set_attributes_service.rb +++ b/modules/bim/app/services/bim/bcf/viewpoints/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/ifc_models/create_service.rb b/modules/bim/app/services/bim/ifc_models/create_service.rb index b377cbb6bf..53a2dfebfc 100644 --- a/modules/bim/app/services/bim/ifc_models/create_service.rb +++ b/modules/bim/app/services/bim/ifc_models/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2023 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/ifc_models/set_attributes_service.rb b/modules/bim/app/services/bim/ifc_models/set_attributes_service.rb index 4ef7a5f181..9018522b67 100644 --- a/modules/bim/app/services/bim/ifc_models/set_attributes_service.rb +++ b/modules/bim/app/services/bim/ifc_models/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/ifc_models/update_service.rb b/modules/bim/app/services/bim/ifc_models/update_service.rb index 24ffa99cdb..113d42278e 100644 --- a/modules/bim/app/services/bim/ifc_models/update_service.rb +++ b/modules/bim/app/services/bim/ifc_models/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2023 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/services/bim/ifc_models/view_converter_service.rb b/modules/bim/app/services/bim/ifc_models/view_converter_service.rb index 5d3a370970..b39b48e27b 100644 --- a/modules/bim/app/services/bim/ifc_models/view_converter_service.rb +++ b/modules/bim/app/services/bim/ifc_models/view_converter_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2023 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/views/bim/ifc_models/ifc_models/_form.html.erb b/modules/bim/app/views/bim/ifc_models/ifc_models/_form.html.erb index 6fd497ae3f..752d67498a 100644 --- a/modules/bim/app/views/bim/ifc_models/ifc_models/_form.html.erb +++ b/modules/bim/app/views/bim/ifc_models/ifc_models/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/views/bim/ifc_models/ifc_models/edit.html.erb b/modules/bim/app/views/bim/ifc_models/ifc_models/edit.html.erb index dd58499497..ef30a7c63e 100644 --- a/modules/bim/app/views/bim/ifc_models/ifc_models/edit.html.erb +++ b/modules/bim/app/views/bim/ifc_models/ifc_models/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/views/bim/ifc_models/ifc_models/index.html.erb b/modules/bim/app/views/bim/ifc_models/ifc_models/index.html.erb index 3a1f90981c..14291b945a 100644 --- a/modules/bim/app/views/bim/ifc_models/ifc_models/index.html.erb +++ b/modules/bim/app/views/bim/ifc_models/ifc_models/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/views/bim/ifc_models/ifc_models/new.html.erb b/modules/bim/app/views/bim/ifc_models/ifc_models/new.html.erb index 6d1c56f9e8..0567412236 100644 --- a/modules/bim/app/views/bim/ifc_models/ifc_models/new.html.erb +++ b/modules/bim/app/views/bim/ifc_models/ifc_models/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/app/views/bim/ifc_models/ifc_viewer/show.html.erb b/modules/bim/app/views/bim/ifc_models/ifc_viewer/show.html.erb index 065f6016e7..ee00764397 100644 --- a/modules/bim/app/views/bim/ifc_models/ifc_viewer/show.html.erb +++ b/modules/bim/app/views/bim/ifc_models/ifc_viewer/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/config/locales/en.seeders.bim.yml b/modules/bim/config/locales/en.seeders.bim.yml index b4f7159809..4a00f4b456 100644 --- a/modules/bim/config/locales/en.seeders.bim.yml +++ b/modules/bim/config/locales/en.seeders.bim.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/config/routes.rb b/modules/bim/config/routes.rb index 4eef84d459..1849d7a76b 100644 --- a/modules/bim/config/routes.rb +++ b/modules/bim/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/db/migrate/20201105154216_seed_custom_style_with_bim_theme.rb b/modules/bim/db/migrate/20201105154216_seed_custom_style_with_bim_theme.rb index 5f52362bcf..22ad0dc5df 100644 --- a/modules/bim/db/migrate/20201105154216_seed_custom_style_with_bim_theme.rb +++ b/modules/bim/db/migrate/20201105154216_seed_custom_style_with_bim_theme.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/api/bim/bcf_xml/v1/bcf_xml_api.rb b/modules/bim/lib/api/bim/bcf_xml/v1/bcf_xml_api.rb index 9693bea854..c47ffbf052 100644 --- a/modules/bim/lib/api/bim/bcf_xml/v1/bcf_xml_api.rb +++ b/modules/bim/lib/api/bim/bcf_xml/v1/bcf_xml_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/api/bim/utilities/path_helper.rb b/modules/bim/lib/api/bim/utilities/path_helper.rb index 978260d651..b135760199 100644 --- a/modules/bim/lib/api/bim/utilities/path_helper.rb +++ b/modules/bim/lib/api/bim/utilities/path_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/engine.rb b/modules/bim/lib/open_project/bim/engine.rb index e08f468a5b..e8c287e3d9 100644 --- a/modules/bim/lib/open_project/bim/engine.rb +++ b/modules/bim/lib/open_project/bim/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/hooks.rb b/modules/bim/lib/open_project/bim/hooks.rb index aaab3de3f1..0c99bc6062 100644 --- a/modules/bim/lib/open_project/bim/hooks.rb +++ b/modules/bim/lib/open_project/bim/hooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2023 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/patches/activity_representer_patch.rb b/modules/bim/lib/open_project/bim/patches/activity_representer_patch.rb index aed85832f4..f54dc11367 100644 --- a/modules/bim/lib/open_project/bim/patches/activity_representer_patch.rb +++ b/modules/bim/lib/open_project/bim/patches/activity_representer_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/patches/api/v3/work_packages/eager_loading/checksum_patch.rb b/modules/bim/lib/open_project/bim/patches/api/v3/work_packages/eager_loading/checksum_patch.rb index edd6aa6cdc..a5e912155d 100644 --- a/modules/bim/lib/open_project/bim/patches/api/v3/work_packages/eager_loading/checksum_patch.rb +++ b/modules/bim/lib/open_project/bim/patches/api/v3/work_packages/eager_loading/checksum_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/patches/attachment_patch.rb b/modules/bim/lib/open_project/bim/patches/attachment_patch.rb index fc7b3d3b0d..a4b95f3e34 100644 --- a/modules/bim/lib/open_project/bim/patches/attachment_patch.rb +++ b/modules/bim/lib/open_project/bim/patches/attachment_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/patches/journal_patch.rb b/modules/bim/lib/open_project/bim/patches/journal_patch.rb index 54b467c37d..46605f5c16 100644 --- a/modules/bim/lib/open_project/bim/patches/journal_patch.rb +++ b/modules/bim/lib/open_project/bim/patches/journal_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/patches/project_patch.rb b/modules/bim/lib/open_project/bim/patches/project_patch.rb index fa5766bc0b..70a333e262 100644 --- a/modules/bim/lib/open_project/bim/patches/project_patch.rb +++ b/modules/bim/lib/open_project/bim/patches/project_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/patches/query_builder_patch.rb b/modules/bim/lib/open_project/bim/patches/query_builder_patch.rb index b1351d293a..6430ebdd1d 100644 --- a/modules/bim/lib/open_project/bim/patches/query_builder_patch.rb +++ b/modules/bim/lib/open_project/bim/patches/query_builder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/patches/type_patch.rb b/modules/bim/lib/open_project/bim/patches/type_patch.rb index 736566f174..210fd3fdc2 100644 --- a/modules/bim/lib/open_project/bim/patches/type_patch.rb +++ b/modules/bim/lib/open_project/bim/patches/type_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/open_project/bim/patches/work_package_patch.rb b/modules/bim/lib/open_project/bim/patches/work_package_patch.rb index c1bdd0292c..d3abad10a7 100644 --- a/modules/bim/lib/open_project/bim/patches/work_package_patch.rb +++ b/modules/bim/lib/open_project/bim/patches/work_package_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/lib/tasks/openproject-bim.rake b/modules/bim/lib/tasks/openproject-bim.rake index cbaa8b5820..291cf0f755 100644 --- a/modules/bim/lib/tasks/openproject-bim.rake +++ b/modules/bim/lib/tasks/openproject-bim.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/api/v3/activities/activity_representer_spec.rb b/modules/bim/spec/api/v3/activities/activity_representer_spec.rb index 2ab695db97..c27ecad569 100644 --- a/modules/bim/spec/api/v3/activities/activity_representer_spec.rb +++ b/modules/bim/spec/api/v3/activities/activity_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/api/v3/queries/filters/query_filter_instance_representer_spec.rb b/modules/bim/spec/api/v3/queries/filters/query_filter_instance_representer_spec.rb index 2e51e9a001..c5913e5563 100644 --- a/modules/bim/spec/api/v3/queries/filters/query_filter_instance_representer_spec.rb +++ b/modules/bim/spec/api/v3/queries/filters/query_filter_instance_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/api/v3/work_packages/work_package_representer_spec.rb b/modules/bim/spec/api/v3/work_packages/work_package_representer_spec.rb index e65212783a..0baa83acd0 100644 --- a/modules/bim/spec/api/v3/work_packages/work_package_representer_spec.rb +++ b/modules/bim/spec/api/v3/work_packages/work_package_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/bcf/bcf_xml/exporter_spec.rb b/modules/bim/spec/bcf/bcf_xml/exporter_spec.rb index 5039d0b55f..3851540263 100644 --- a/modules/bim/spec/bcf/bcf_xml/exporter_spec.rb +++ b/modules/bim/spec/bcf/bcf_xml/exporter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/bcf/bcf_xml/importer_spec.rb b/modules/bim/spec/bcf/bcf_xml/importer_spec.rb index 70b1c097c0..37399f295b 100644 --- a/modules/bim/spec/bcf/bcf_xml/importer_spec.rb +++ b/modules/bim/spec/bcf/bcf_xml/importer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/bcf/bcf_xml/issue_reader_spec.rb b/modules/bim/spec/bcf/bcf_xml/issue_reader_spec.rb index 996d68dee5..130671add2 100644 --- a/modules/bim/spec/bcf/bcf_xml/issue_reader_spec.rb +++ b/modules/bim/spec/bcf/bcf_xml/issue_reader_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/bcf/bcf_xml/issue_writer_spec.rb b/modules/bim/spec/bcf/bcf_xml/issue_writer_spec.rb index 6c61d90e34..72db655a50 100644 --- a/modules/bim/spec/bcf/bcf_xml/issue_writer_spec.rb +++ b/modules/bim/spec/bcf/bcf_xml/issue_writer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/bcf/bcf_xml/markup_extractor_spec.rb b/modules/bim/spec/bcf/bcf_xml/markup_extractor_spec.rb index 5856e94e07..480c32e04c 100644 --- a/modules/bim/spec/bcf/bcf_xml/markup_extractor_spec.rb +++ b/modules/bim/spec/bcf/bcf_xml/markup_extractor_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/contracts/bcf/issues/create_contract_spec.rb b/modules/bim/spec/contracts/bcf/issues/create_contract_spec.rb index dc697b4305..d480f7dea9 100644 --- a/modules/bim/spec/contracts/bcf/issues/create_contract_spec.rb +++ b/modules/bim/spec/contracts/bcf/issues/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/contracts/bcf/issues/shared_contract_examples.rb b/modules/bim/spec/contracts/bcf/issues/shared_contract_examples.rb index c3a8744b55..3339a15b49 100644 --- a/modules/bim/spec/contracts/bcf/issues/shared_contract_examples.rb +++ b/modules/bim/spec/contracts/bcf/issues/shared_contract_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/contracts/bcf/issues/update_contract_spec.rb b/modules/bim/spec/contracts/bcf/issues/update_contract_spec.rb index 3a5b6c68d9..53b7dca1a7 100644 --- a/modules/bim/spec/contracts/bcf/issues/update_contract_spec.rb +++ b/modules/bim/spec/contracts/bcf/issues/update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/contracts/bcf/viewpoints/create_contract_spec.rb b/modules/bim/spec/contracts/bcf/viewpoints/create_contract_spec.rb index c5960bff60..72e9151de7 100644 --- a/modules/bim/spec/contracts/bcf/viewpoints/create_contract_spec.rb +++ b/modules/bim/spec/contracts/bcf/viewpoints/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/contracts/ifc_models/create_contract_spec.rb b/modules/bim/spec/contracts/ifc_models/create_contract_spec.rb index 011e5bba31..0e30dcaaef 100644 --- a/modules/bim/spec/contracts/ifc_models/create_contract_spec.rb +++ b/modules/bim/spec/contracts/ifc_models/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/contracts/ifc_models/shared_contract_examples.rb b/modules/bim/spec/contracts/ifc_models/shared_contract_examples.rb index 74e8e684b6..55273fd231 100644 --- a/modules/bim/spec/contracts/ifc_models/shared_contract_examples.rb +++ b/modules/bim/spec/contracts/ifc_models/shared_contract_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/contracts/ifc_models/update_contract_spec.rb b/modules/bim/spec/contracts/ifc_models/update_contract_spec.rb index bf4a5bc85f..e49cae9814 100644 --- a/modules/bim/spec/contracts/ifc_models/update_contract_spec.rb +++ b/modules/bim/spec/contracts/ifc_models/update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/contracts/views/create_contract_bim_spec.rb b/modules/bim/spec/contracts/views/create_contract_bim_spec.rb index 73cdd6f19a..b0c253c048 100644 --- a/modules/bim/spec/contracts/views/create_contract_bim_spec.rb +++ b/modules/bim/spec/contracts/views/create_contract_bim_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/controllers/issues_controller_spec.rb b/modules/bim/spec/controllers/issues_controller_spec.rb index 42606c6c95..38e6c2fe3d 100644 --- a/modules/bim/spec/controllers/issues_controller_spec.rb +++ b/modules/bim/spec/controllers/issues_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/controllers/work_packages_controller_spec.rb b/modules/bim/spec/controllers/work_packages_controller_spec.rb index a32559e2de..ed23df0d97 100644 --- a/modules/bim/spec/controllers/work_packages_controller_spec.rb +++ b/modules/bim/spec/controllers/work_packages_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/factories/bcf_comment_factory.rb b/modules/bim/spec/factories/bcf_comment_factory.rb index d91339b330..43679dff16 100644 --- a/modules/bim/spec/factories/bcf_comment_factory.rb +++ b/modules/bim/spec/factories/bcf_comment_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/factories/bcf_issue_factory.rb b/modules/bim/spec/factories/bcf_issue_factory.rb index f9a8b150b7..d75b19bdb8 100644 --- a/modules/bim/spec/factories/bcf_issue_factory.rb +++ b/modules/bim/spec/factories/bcf_issue_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/factories/bcf_viewpoint_attachment_factory.rb b/modules/bim/spec/factories/bcf_viewpoint_attachment_factory.rb index 74e43b6ce9..1a99fd0816 100644 --- a/modules/bim/spec/factories/bcf_viewpoint_attachment_factory.rb +++ b/modules/bim/spec/factories/bcf_viewpoint_attachment_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/factories/bcf_viewpoint_factory.rb b/modules/bim/spec/factories/bcf_viewpoint_factory.rb index 03add14991..b4814e3b14 100644 --- a/modules/bim/spec/factories/bcf_viewpoint_factory.rb +++ b/modules/bim/spec/factories/bcf_viewpoint_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/factories/ifc_model_factory.rb b/modules/bim/spec/factories/ifc_model_factory.rb index be83e8d4d9..b3c7d73ae0 100644 --- a/modules/bim/spec/factories/ifc_model_factory.rb +++ b/modules/bim/spec/factories/ifc_model_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/factories/xml_viewpoint_factory.rb b/modules/bim/spec/factories/xml_viewpoint_factory.rb index 9ae61b3bcf..a0142f01e7 100644 --- a/modules/bim/spec/factories/xml_viewpoint_factory.rb +++ b/modules/bim/spec/factories/xml_viewpoint_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/bcf/api_authorization_spec.rb b/modules/bim/spec/features/bcf/api_authorization_spec.rb index c0b44cd849..5c350409c2 100644 --- a/modules/bim/spec/features/bcf/api_authorization_spec.rb +++ b/modules/bim/spec/features/bcf/api_authorization_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/bcf/export_spec.rb b/modules/bim/spec/features/bcf/export_spec.rb index dc598db6f5..9c2d564b1b 100644 --- a/modules/bim/spec/features/bcf/export_spec.rb +++ b/modules/bim/spec/features/bcf/export_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/bcf_view_management_spec.rb b/modules/bim/spec/features/bcf_view_management_spec.rb index ef93ebcebc..2b61b1c9cf 100644 --- a/modules/bim/spec/features/bcf_view_management_spec.rb +++ b/modules/bim/spec/features/bcf_view_management_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/bim_filter_spec.rb b/modules/bim/spec/features/bim_filter_spec.rb index 6b3a8bb8bf..5fc89aa6ef 100644 --- a/modules/bim/spec/features/bim_filter_spec.rb +++ b/modules/bim/spec/features/bim_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/bim_navigation_spec.rb b/modules/bim/spec/features/bim_navigation_spec.rb index 02d6d6d395..48f0a8d0a4 100644 --- a/modules/bim/spec/features/bim_navigation_spec.rb +++ b/modules/bim/spec/features/bim_navigation_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb b/modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb index 6dd8a3ee83..63bef32226 100644 --- a/modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb +++ b/modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/ifc_models/regular_ifc_upload_spec.rb b/modules/bim/spec/features/ifc_models/regular_ifc_upload_spec.rb index d71ee809cc..0b4e2b05fc 100644 --- a/modules/bim/spec/features/ifc_models/regular_ifc_upload_spec.rb +++ b/modules/bim/spec/features/ifc_models/regular_ifc_upload_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/model_management_spec.rb b/modules/bim/spec/features/model_management_spec.rb index df6a646758..ef5d49847d 100644 --- a/modules/bim/spec/features/model_management_spec.rb +++ b/modules/bim/spec/features/model_management_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/model_viewer_spec.rb b/modules/bim/spec/features/model_viewer_spec.rb index cd87fbbd04..c7ab6116d5 100644 --- a/modules/bim/spec/features/model_viewer_spec.rb +++ b/modules/bim/spec/features/model_viewer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/revit_add_in/bim_revit_add_in_navigation_spec.rb b/modules/bim/spec/features/revit_add_in/bim_revit_add_in_navigation_spec.rb index 99d851fbc9..20bb9b3c44 100644 --- a/modules/bim/spec/features/revit_add_in/bim_revit_add_in_navigation_spec.rb +++ b/modules/bim/spec/features/revit_add_in/bim_revit_add_in_navigation_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/revit_add_in/bim_revit_add_in_refresh_button_spec.rb b/modules/bim/spec/features/revit_add_in/bim_revit_add_in_refresh_button_spec.rb index 73f95ecde3..73a20177ea 100644 --- a/modules/bim/spec/features/revit_add_in/bim_revit_add_in_refresh_button_spec.rb +++ b/modules/bim/spec/features/revit_add_in/bim_revit_add_in_refresh_button_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/show_default_spec.rb b/modules/bim/spec/features/show_default_spec.rb index 65923c0d3e..8705199202 100644 --- a/modules/bim/spec/features/show_default_spec.rb +++ b/modules/bim/spec/features/show_default_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/viewer/create_viewpoint_spec.rb b/modules/bim/spec/features/viewer/create_viewpoint_spec.rb index 26cbbd2510..7f950d042f 100644 --- a/modules/bim/spec/features/viewer/create_viewpoint_spec.rb +++ b/modules/bim/spec/features/viewer/create_viewpoint_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/viewer/delete_viewpoint_spec.rb b/modules/bim/spec/features/viewer/delete_viewpoint_spec.rb index 717e041b8b..484e2b0a5a 100644 --- a/modules/bim/spec/features/viewer/delete_viewpoint_spec.rb +++ b/modules/bim/spec/features/viewer/delete_viewpoint_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/features/viewer/show_viewpoint_spec.rb b/modules/bim/spec/features/viewer/show_viewpoint_spec.rb index dc3696d8ae..bd52dc3556 100644 --- a/modules/bim/spec/features/viewer/show_viewpoint_spec.rb +++ b/modules/bim/spec/features/viewer/show_viewpoint_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/lib/api/v3/work_packages/eager_loading/cache_checksum_integration_spec.rb b/modules/bim/spec/lib/api/v3/work_packages/eager_loading/cache_checksum_integration_spec.rb index 2bc9b1e255..f3ca254952 100644 --- a/modules/bim/spec/lib/api/v3/work_packages/eager_loading/cache_checksum_integration_spec.rb +++ b/modules/bim/spec/lib/api/v3/work_packages/eager_loading/cache_checksum_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/lib/open_project/access_control_spec.rb b/modules/bim/spec/lib/open_project/access_control_spec.rb index 6ff073f82a..5d1ca822fa 100644 --- a/modules/bim/spec/lib/open_project/access_control_spec.rb +++ b/modules/bim/spec/lib/open_project/access_control_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/lib/open_project/bcf/bcf_json/viewpoint_reader_shared_examples.rb b/modules/bim/spec/lib/open_project/bcf/bcf_json/viewpoint_reader_shared_examples.rb index b8e1db4f31..664b45c774 100644 --- a/modules/bim/spec/lib/open_project/bcf/bcf_json/viewpoint_reader_shared_examples.rb +++ b/modules/bim/spec/lib/open_project/bcf/bcf_json/viewpoint_reader_shared_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/lib/open_project/bcf/bcf_json/viewpoint_reader_spec.rb b/modules/bim/spec/lib/open_project/bcf/bcf_json/viewpoint_reader_spec.rb index 838ff086d2..c58f3f971d 100644 --- a/modules/bim/spec/lib/open_project/bcf/bcf_json/viewpoint_reader_spec.rb +++ b/modules/bim/spec/lib/open_project/bcf/bcf_json/viewpoint_reader_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/lib/open_project/bcf/bcf_xml/viewpoint_writer_spec.rb b/modules/bim/spec/lib/open_project/bcf/bcf_xml/viewpoint_writer_spec.rb index 280437bfd3..540b401430 100644 --- a/modules/bim/spec/lib/open_project/bcf/bcf_xml/viewpoint_writer_spec.rb +++ b/modules/bim/spec/lib/open_project/bcf/bcf_xml/viewpoint_writer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/lib/open_project/bim/work_package/exporter/formatters/bcf_thumbnail_spec.rb b/modules/bim/spec/lib/open_project/bim/work_package/exporter/formatters/bcf_thumbnail_spec.rb index eaf901ff85..197a500c48 100644 --- a/modules/bim/spec/lib/open_project/bim/work_package/exporter/formatters/bcf_thumbnail_spec.rb +++ b/modules/bim/spec/lib/open_project/bim/work_package/exporter/formatters/bcf_thumbnail_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/models/bcf/issue_spec.rb b/modules/bim/spec/models/bcf/issue_spec.rb index c935df03aa..cc74afe9b8 100644 --- a/modules/bim/spec/models/bcf/issue_spec.rb +++ b/modules/bim/spec/models/bcf/issue_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/models/queries/views/filters/type_filter_spec.rb b/modules/bim/spec/models/queries/views/filters/type_filter_spec.rb index 942f7f8d38..fd822b6946 100644 --- a/modules/bim/spec/models/queries/views/filters/type_filter_spec.rb +++ b/modules/bim/spec/models/queries/views/filters/type_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/models/queries/work_packages/filter/bcf_issue_associated_filter_spec.rb b/modules/bim/spec/models/queries/work_packages/filter/bcf_issue_associated_filter_spec.rb index ea6e36c83a..bb5af462e1 100644 --- a/modules/bim/spec/models/queries/work_packages/filter/bcf_issue_associated_filter_spec.rb +++ b/modules/bim/spec/models/queries/work_packages/filter/bcf_issue_associated_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/models/type_spec.rb b/modules/bim/spec/models/type_spec.rb index 1b7a4abe7c..342c9f9cba 100644 --- a/modules/bim/spec/models/type_spec.rb +++ b/modules/bim/spec/models/type_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/representers/bcf/api/v2_1/auth/single_representer_rendering_spec.rb b/modules/bim/spec/representers/bcf/api/v2_1/auth/single_representer_rendering_spec.rb index d3748fc96c..fe4cea1181 100644 --- a/modules/bim/spec/representers/bcf/api/v2_1/auth/single_representer_rendering_spec.rb +++ b/modules/bim/spec/representers/bcf/api/v2_1/auth/single_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/representers/bcf/api/v2_1/project_extensions/representer_spec.rb b/modules/bim/spec/representers/bcf/api/v2_1/project_extensions/representer_spec.rb index 9db4448bcd..6bb966aa24 100644 --- a/modules/bim/spec/representers/bcf/api/v2_1/project_extensions/representer_spec.rb +++ b/modules/bim/spec/representers/bcf/api/v2_1/project_extensions/representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/representers/bcf/api/v2_1/projects/single_representer_rendering_spec.rb b/modules/bim/spec/representers/bcf/api/v2_1/projects/single_representer_rendering_spec.rb index 84a51c9daa..10cfdf209a 100644 --- a/modules/bim/spec/representers/bcf/api/v2_1/projects/single_representer_rendering_spec.rb +++ b/modules/bim/spec/representers/bcf/api/v2_1/projects/single_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/representers/bcf/api/v2_1/topics/single_representer_rendering_spec.rb b/modules/bim/spec/representers/bcf/api/v2_1/topics/single_representer_rendering_spec.rb index 0ed28ee164..60c24d97c4 100644 --- a/modules/bim/spec/representers/bcf/api/v2_1/topics/single_representer_rendering_spec.rb +++ b/modules/bim/spec/representers/bcf/api/v2_1/topics/single_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/representers/bcf/api/v2_1/users/single_representer_rendering_spec.rb b/modules/bim/spec/representers/bcf/api/v2_1/users/single_representer_rendering_spec.rb index 1b2f1c7c2b..3a68a70498 100644 --- a/modules/bim/spec/representers/bcf/api/v2_1/users/single_representer_rendering_spec.rb +++ b/modules/bim/spec/representers/bcf/api/v2_1/users/single_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/representers/bcf/api/v2_1/viewpoints/single_representer_rendering_spec.rb b/modules/bim/spec/representers/bcf/api/v2_1/viewpoints/single_representer_rendering_spec.rb index 06f4eb542e..a1bc3be031 100644 --- a/modules/bim/spec/representers/bcf/api/v2_1/viewpoints/single_representer_rendering_spec.rb +++ b/modules/bim/spec/representers/bcf/api/v2_1/viewpoints/single_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/representers/bcf/api/v2_1/viewpoints/single_representers_parsing_spec.rb b/modules/bim/spec/representers/bcf/api/v2_1/viewpoints/single_representers_parsing_spec.rb index 47933a079b..2565b14563 100644 --- a/modules/bim/spec/representers/bcf/api/v2_1/viewpoints/single_representers_parsing_spec.rb +++ b/modules/bim/spec/representers/bcf/api/v2_1/viewpoints/single_representers_parsing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf/v2_1/auth_api_spec.rb b/modules/bim/spec/requests/api/bcf/v2_1/auth_api_spec.rb index 5c56681130..e6f87b6347 100644 --- a/modules/bim/spec/requests/api/bcf/v2_1/auth_api_spec.rb +++ b/modules/bim/spec/requests/api/bcf/v2_1/auth_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf/v2_1/comments_api_spec.rb b/modules/bim/spec/requests/api/bcf/v2_1/comments_api_spec.rb index a7fbb676ee..5f9c990d4f 100644 --- a/modules/bim/spec/requests/api/bcf/v2_1/comments_api_spec.rb +++ b/modules/bim/spec/requests/api/bcf/v2_1/comments_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf/v2_1/current_user_api_spec.rb b/modules/bim/spec/requests/api/bcf/v2_1/current_user_api_spec.rb index 2f4db3a0ea..b88b637579 100644 --- a/modules/bim/spec/requests/api/bcf/v2_1/current_user_api_spec.rb +++ b/modules/bim/spec/requests/api/bcf/v2_1/current_user_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf/v2_1/project_extensions_api_spec.rb b/modules/bim/spec/requests/api/bcf/v2_1/project_extensions_api_spec.rb index 99d07be982..27c2351bb3 100644 --- a/modules/bim/spec/requests/api/bcf/v2_1/project_extensions_api_spec.rb +++ b/modules/bim/spec/requests/api/bcf/v2_1/project_extensions_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf/v2_1/projects_api_spec.rb b/modules/bim/spec/requests/api/bcf/v2_1/projects_api_spec.rb index 400e359ca4..07f805a631 100644 --- a/modules/bim/spec/requests/api/bcf/v2_1/projects_api_spec.rb +++ b/modules/bim/spec/requests/api/bcf/v2_1/projects_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf/v2_1/shared_responses.rb b/modules/bim/spec/requests/api/bcf/v2_1/shared_responses.rb index 07b917429d..0a56bfc61b 100644 --- a/modules/bim/spec/requests/api/bcf/v2_1/shared_responses.rb +++ b/modules/bim/spec/requests/api/bcf/v2_1/shared_responses.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf/v2_1/topics_api_spec.rb b/modules/bim/spec/requests/api/bcf/v2_1/topics_api_spec.rb index e4163c54d6..29b6c854ec 100644 --- a/modules/bim/spec/requests/api/bcf/v2_1/topics_api_spec.rb +++ b/modules/bim/spec/requests/api/bcf/v2_1/topics_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf/v2_1/viewpoints_api_spec.rb b/modules/bim/spec/requests/api/bcf/v2_1/viewpoints_api_spec.rb index 952f8288a9..4f43ff5be3 100644 --- a/modules/bim/spec/requests/api/bcf/v2_1/viewpoints_api_spec.rb +++ b/modules/bim/spec/requests/api/bcf/v2_1/viewpoints_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/requests/api/bcf_xml/v1/bcf_xml_api_spec.rb b/modules/bim/spec/requests/api/bcf_xml/v1/bcf_xml_api_spec.rb index d4b93076c7..8b76096c92 100644 --- a/modules/bim/spec/requests/api/bcf_xml/v1/bcf_xml_api_spec.rb +++ b/modules/bim/spec/requests/api/bcf_xml/v1/bcf_xml_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/seeders/demo_data_seeder_spec.rb b/modules/bim/spec/seeders/demo_data_seeder_spec.rb index c48719b15f..10bb75e60e 100644 --- a/modules/bim/spec/seeders/demo_data_seeder_spec.rb +++ b/modules/bim/spec/seeders/demo_data_seeder_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/services/bcf/issues/create_service_spec.rb b/modules/bim/spec/services/bcf/issues/create_service_spec.rb index f7b477406a..bb060b1230 100644 --- a/modules/bim/spec/services/bcf/issues/create_service_spec.rb +++ b/modules/bim/spec/services/bcf/issues/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/services/bcf/viewpoints/create_service_spec.rb b/modules/bim/spec/services/bcf/viewpoints/create_service_spec.rb index 36c344c802..8e0e3678dd 100644 --- a/modules/bim/spec/services/bcf/viewpoints/create_service_spec.rb +++ b/modules/bim/spec/services/bcf/viewpoints/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/services/bcf/viewpoints/set_attributes_service_spec.rb b/modules/bim/spec/services/bcf/viewpoints/set_attributes_service_spec.rb index f3e1ac7eee..ba52ba071f 100644 --- a/modules/bim/spec/services/bcf/viewpoints/set_attributes_service_spec.rb +++ b/modules/bim/spec/services/bcf/viewpoints/set_attributes_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/services/ifc_models/set_attributes_service_spec.rb b/modules/bim/spec/services/ifc_models/set_attributes_service_spec.rb index 9e43106f76..20eea6dc57 100644 --- a/modules/bim/spec/services/ifc_models/set_attributes_service_spec.rb +++ b/modules/bim/spec/services/ifc_models/set_attributes_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/spec_helper.rb b/modules/bim/spec/spec_helper.rb index 4f436221f0..7e8f558924 100644 --- a/modules/bim/spec/spec_helper.rb +++ b/modules/bim/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/support/components/bcf_details_viewpoints.rb b/modules/bim/spec/support/components/bcf_details_viewpoints.rb index f18032f232..4a91aea6fa 100644 --- a/modules/bim/spec/support/components/bcf_details_viewpoints.rb +++ b/modules/bim/spec/support/components/bcf_details_viewpoints.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/support/components/xeokit_model_tree.rb b/modules/bim/spec/support/components/xeokit_model_tree.rb index b6fc5cbeba..edc311cbab 100644 --- a/modules/bim/spec/support/components/xeokit_model_tree.rb +++ b/modules/bim/spec/support/components/xeokit_model_tree.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/support/pages/bcf/create_split.rb b/modules/bim/spec/support/pages/bcf/create_split.rb index 3038b5bc38..88286a9dab 100644 --- a/modules/bim/spec/support/pages/bcf/create_split.rb +++ b/modules/bim/spec/support/pages/bcf/create_split.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/support/pages/ifc_models/bcf_details_page.rb b/modules/bim/spec/support/pages/ifc_models/bcf_details_page.rb index 34563ced14..714ee5a1f0 100644 --- a/modules/bim/spec/support/pages/ifc_models/bcf_details_page.rb +++ b/modules/bim/spec/support/pages/ifc_models/bcf_details_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/support/pages/ifc_models/index.rb b/modules/bim/spec/support/pages/ifc_models/index.rb index ebe8ad7cc6..60dfad04c5 100644 --- a/modules/bim/spec/support/pages/ifc_models/index.rb +++ b/modules/bim/spec/support/pages/ifc_models/index.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/support/pages/ifc_models/show.rb b/modules/bim/spec/support/pages/ifc_models/show.rb index 645aeab8de..545e908743 100644 --- a/modules/bim/spec/support/pages/ifc_models/show.rb +++ b/modules/bim/spec/support/pages/ifc_models/show.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/support/pages/ifc_models/show_default.rb b/modules/bim/spec/support/pages/ifc_models/show_default.rb index 4e09b22e86..22f971dfb2 100644 --- a/modules/bim/spec/support/pages/ifc_models/show_default.rb +++ b/modules/bim/spec/support/pages/ifc_models/show_default.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/views/bim/ifc_models/ifc_models/index.html.erb_spec.rb b/modules/bim/spec/views/bim/ifc_models/ifc_models/index.html.erb_spec.rb index b3fd95b589..a4f7bef16d 100644 --- a/modules/bim/spec/views/bim/ifc_models/ifc_models/index.html.erb_spec.rb +++ b/modules/bim/spec/views/bim/ifc_models/ifc_models/index.html.erb_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/bim/spec/workers/work_packages/exports/export_job_spec.rb b/modules/bim/spec/workers/work_packages/exports/export_job_spec.rb index b2f30135a8..5de872cb32 100644 --- a/modules/bim/spec/workers/work_packages/exports/export_job_spec.rb +++ b/modules/bim/spec/workers/work_packages/exports/export_job_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/app/models/boards/grid.rb b/modules/boards/app/models/boards/grid.rb index 0741c071cc..228c606ca6 100644 --- a/modules/boards/app/models/boards/grid.rb +++ b/modules/boards/app/models/boards/grid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/app/representers/api/v3/boards/widgets/board_options_representer.rb b/modules/boards/app/representers/api/v3/boards/widgets/board_options_representer.rb index cea4530afa..57e1d88354 100644 --- a/modules/boards/app/representers/api/v3/boards/widgets/board_options_representer.rb +++ b/modules/boards/app/representers/api/v3/boards/widgets/board_options_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/app/services/boards/copy/widgets_dependent_service.rb b/modules/boards/app/services/boards/copy/widgets_dependent_service.rb index 0ff3896ee8..84f19ded1b 100644 --- a/modules/boards/app/services/boards/copy/widgets_dependent_service.rb +++ b/modules/boards/app/services/boards/copy/widgets_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/app/services/boards/copy_service.rb b/modules/boards/app/services/boards/copy_service.rb index 6f05f071e0..8443cc8d87 100644 --- a/modules/boards/app/services/boards/copy_service.rb +++ b/modules/boards/app/services/boards/copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/lib/open_project/boards/patches/setting_seeder_patch.rb b/modules/boards/lib/open_project/boards/patches/setting_seeder_patch.rb index d35b4bd189..34b84e6991 100644 --- a/modules/boards/lib/open_project/boards/patches/setting_seeder_patch.rb +++ b/modules/boards/lib/open_project/boards/patches/setting_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/contracts/grids/create_contract_spec.rb b/modules/boards/spec/contracts/grids/create_contract_spec.rb index 9f0b7ac490..2436b0894e 100644 --- a/modules/boards/spec/contracts/grids/create_contract_spec.rb +++ b/modules/boards/spec/contracts/grids/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/action_boards/assignee_board_spec.rb b/modules/boards/spec/features/action_boards/assignee_board_spec.rb index b24d16765f..f22276d417 100644 --- a/modules/boards/spec/features/action_boards/assignee_board_spec.rb +++ b/modules/boards/spec/features/action_boards/assignee_board_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/action_boards/custom_field_filters_spec.rb b/modules/boards/spec/features/action_boards/custom_field_filters_spec.rb index a3a6028e6d..c6c629d631 100644 --- a/modules/boards/spec/features/action_boards/custom_field_filters_spec.rb +++ b/modules/boards/spec/features/action_boards/custom_field_filters_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/action_boards/status_board_spec.rb b/modules/boards/spec/features/action_boards/status_board_spec.rb index 7684aa58da..146f17f1dd 100644 --- a/modules/boards/spec/features/action_boards/status_board_spec.rb +++ b/modules/boards/spec/features/action_boards/status_board_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/action_boards/status_type_moving_board_spec.rb b/modules/boards/spec/features/action_boards/status_type_moving_board_spec.rb index da67d2748e..9ea9d5c758 100644 --- a/modules/boards/spec/features/action_boards/status_type_moving_board_spec.rb +++ b/modules/boards/spec/features/action_boards/status_type_moving_board_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/action_boards/subproject_board_spec.rb b/modules/boards/spec/features/action_boards/subproject_board_spec.rb index 3368fbf453..55fc3b9af2 100644 --- a/modules/boards/spec/features/action_boards/subproject_board_spec.rb +++ b/modules/boards/spec/features/action_boards/subproject_board_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/action_boards/subtasks_board_spec.rb b/modules/boards/spec/features/action_boards/subtasks_board_spec.rb index 13fa1dd300..ae7c05ee22 100644 --- a/modules/boards/spec/features/action_boards/subtasks_board_spec.rb +++ b/modules/boards/spec/features/action_boards/subtasks_board_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/action_boards/version_board_spec.rb b/modules/boards/spec/features/action_boards/version_board_spec.rb index f0aef07944..e595f8d178 100644 --- a/modules/boards/spec/features/action_boards/version_board_spec.rb +++ b/modules/boards/spec/features/action_boards/version_board_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/board_conflicts_spec.rb b/modules/boards/spec/features/board_conflicts_spec.rb index 675afc5927..e07b004564 100644 --- a/modules/boards/spec/features/board_conflicts_spec.rb +++ b/modules/boards/spec/features/board_conflicts_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/board_enterprise_spec.rb b/modules/boards/spec/features/board_enterprise_spec.rb index 4763327b6d..fabde0a287 100644 --- a/modules/boards/spec/features/board_enterprise_spec.rb +++ b/modules/boards/spec/features/board_enterprise_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/board_highlighting_spec.rb b/modules/boards/spec/features/board_highlighting_spec.rb index 9a37b0bb63..7c3fbdc5e4 100644 --- a/modules/boards/spec/features/board_highlighting_spec.rb +++ b/modules/boards/spec/features/board_highlighting_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/board_management_spec.rb b/modules/boards/spec/features/board_management_spec.rb index b92f1a7260..a874647c49 100644 --- a/modules/boards/spec/features/board_management_spec.rb +++ b/modules/boards/spec/features/board_management_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/board_navigation_spec.rb b/modules/boards/spec/features/board_navigation_spec.rb index 8c5ee93583..08c4f4baf6 100644 --- a/modules/boards/spec/features/board_navigation_spec.rb +++ b/modules/boards/spec/features/board_navigation_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/board_reference_work_package_spec.rb b/modules/boards/spec/features/board_reference_work_package_spec.rb index fc72de8266..d80cce7701 100644 --- a/modules/boards/spec/features/board_reference_work_package_spec.rb +++ b/modules/boards/spec/features/board_reference_work_package_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/board_update_spec.rb b/modules/boards/spec/features/board_update_spec.rb index 2b3b71b009..79000bdb07 100644 --- a/modules/boards/spec/features/board_update_spec.rb +++ b/modules/boards/spec/features/board_update_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/boards_sorting_spec.rb b/modules/boards/spec/features/boards_sorting_spec.rb index cbdcf06432..527154af94 100644 --- a/modules/boards/spec/features/boards_sorting_spec.rb +++ b/modules/boards/spec/features/boards_sorting_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/onboarding/boards_onboarding_tour_spec.rb b/modules/boards/spec/features/onboarding/boards_onboarding_tour_spec.rb index f29241cbf7..ecb7f88d4d 100644 --- a/modules/boards/spec/features/onboarding/boards_onboarding_tour_spec.rb +++ b/modules/boards/spec/features/onboarding/boards_onboarding_tour_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/support/board_index_page.rb b/modules/boards/spec/features/support/board_index_page.rb index 3cd4d10ccd..56744df253 100644 --- a/modules/boards/spec/features/support/board_index_page.rb +++ b/modules/boards/spec/features/support/board_index_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/support/board_page.rb b/modules/boards/spec/features/support/board_page.rb index a5cacc1d69..7b8b1d1e38 100644 --- a/modules/boards/spec/features/support/board_page.rb +++ b/modules/boards/spec/features/support/board_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/features/support/onboarding_steps.rb b/modules/boards/spec/features/support/onboarding_steps.rb index 77ddf79ad2..5c72524dd0 100644 --- a/modules/boards/spec/features/support/onboarding_steps.rb +++ b/modules/boards/spec/features/support/onboarding_steps.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/models/boards/grid_spec.rb b/modules/boards/spec/models/boards/grid_spec.rb index c912c33b16..4f2d7e2e96 100644 --- a/modules/boards/spec/models/boards/grid_spec.rb +++ b/modules/boards/spec/models/boards/grid_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/queries/grids/query_integration_spec.rb b/modules/boards/spec/queries/grids/query_integration_spec.rb index edf9c68beb..30db843b51 100644 --- a/modules/boards/spec/queries/grids/query_integration_spec.rb +++ b/modules/boards/spec/queries/grids/query_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb b/modules/boards/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb index 9815ae584a..64262e50b3 100644 --- a/modules/boards/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb +++ b/modules/boards/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/requests/api/v3/grids/grids_resource_spec.rb b/modules/boards/spec/requests/api/v3/grids/grids_resource_spec.rb index 53fd2a73c3..dd50a78dd4 100644 --- a/modules/boards/spec/requests/api/v3/grids/grids_resource_spec.rb +++ b/modules/boards/spec/requests/api/v3/grids/grids_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb b/modules/boards/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb index fa16313f3c..65cd8a9a4b 100644 --- a/modules/boards/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb +++ b/modules/boards/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/routing/boards_routing_spec.rb b/modules/boards/spec/routing/boards_routing_spec.rb index f9043d2067..95982485da 100644 --- a/modules/boards/spec/routing/boards_routing_spec.rb +++ b/modules/boards/spec/routing/boards_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/boards/spec/services/copy_service_integration_spec.rb b/modules/boards/spec/services/copy_service_integration_spec.rb index 14d762555d..41958e10eb 100644 --- a/modules/boards/spec/services/copy_service_integration_spec.rb +++ b/modules/boards/spec/services/copy_service_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/contracts/budgets/base_contract.rb b/modules/budgets/app/contracts/budgets/base_contract.rb index aee5272585..07a915184b 100644 --- a/modules/budgets/app/contracts/budgets/base_contract.rb +++ b/modules/budgets/app/contracts/budgets/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/contracts/budgets/create_contract.rb b/modules/budgets/app/contracts/budgets/create_contract.rb index 4220ed3270..cdfec81e8a 100644 --- a/modules/budgets/app/contracts/budgets/create_contract.rb +++ b/modules/budgets/app/contracts/budgets/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/contracts/budgets/update_contract.rb b/modules/budgets/app/contracts/budgets/update_contract.rb index d38fccf419..4dc8da4e18 100644 --- a/modules/budgets/app/contracts/budgets/update_contract.rb +++ b/modules/budgets/app/contracts/budgets/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/controllers/budgets_controller.rb b/modules/budgets/app/controllers/budgets_controller.rb index 30f6ea5e44..37be70db40 100644 --- a/modules/budgets/app/controllers/budgets_controller.rb +++ b/modules/budgets/app/controllers/budgets_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/helpers/budgets_helper.rb b/modules/budgets/app/helpers/budgets_helper.rb index c2261e3914..c9f2d63bca 100644 --- a/modules/budgets/app/helpers/budgets_helper.rb +++ b/modules/budgets/app/helpers/budgets_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/models/activities/budget_activity_provider.rb b/modules/budgets/app/models/activities/budget_activity_provider.rb index 2cce5a9bb1..3c3d68ba24 100644 --- a/modules/budgets/app/models/activities/budget_activity_provider.rb +++ b/modules/budgets/app/models/activities/budget_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/models/budget.rb b/modules/budgets/app/models/budget.rb index b604b7c1f4..4d5ea19af1 100644 --- a/modules/budgets/app/models/budget.rb +++ b/modules/budgets/app/models/budget.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/models/journal/budget_journal.rb b/modules/budgets/app/models/journal/budget_journal.rb index 329c92ec2e..c2329bfd6a 100644 --- a/modules/budgets/app/models/journal/budget_journal.rb +++ b/modules/budgets/app/models/journal/budget_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/models/labor_budget_item.rb b/modules/budgets/app/models/labor_budget_item.rb index 4f22871cbd..bde0741d4b 100644 --- a/modules/budgets/app/models/labor_budget_item.rb +++ b/modules/budgets/app/models/labor_budget_item.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/models/material_budget_item.rb b/modules/budgets/app/models/material_budget_item.rb index c6175fbae6..bf2effb68e 100644 --- a/modules/budgets/app/models/material_budget_item.rb +++ b/modules/budgets/app/models/material_budget_item.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/models/queries/work_packages/filter/budget_filter.rb b/modules/budgets/app/models/queries/work_packages/filter/budget_filter.rb index 67e9c2be60..413267dcb3 100644 --- a/modules/budgets/app/models/queries/work_packages/filter/budget_filter.rb +++ b/modules/budgets/app/models/queries/work_packages/filter/budget_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/services/budgets/create_service.rb b/modules/budgets/app/services/budgets/create_service.rb index 9c1fb45b91..b6058f3599 100644 --- a/modules/budgets/app/services/budgets/create_service.rb +++ b/modules/budgets/app/services/budgets/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/services/budgets/set_attributes_service.rb b/modules/budgets/app/services/budgets/set_attributes_service.rb index 3c7fdb78bd..219eb6c39a 100644 --- a/modules/budgets/app/services/budgets/set_attributes_service.rb +++ b/modules/budgets/app/services/budgets/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/services/budgets/update_service.rb b/modules/budgets/app/services/budgets/update_service.rb index 3d25a33204..fddcc7e0c3 100644 --- a/modules/budgets/app/services/budgets/update_service.rb +++ b/modules/budgets/app/services/budgets/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/_costs.html.erb b/modules/budgets/app/views/budgets/_costs.html.erb index 0afcde9171..9d551020ff 100644 --- a/modules/budgets/app/views/budgets/_costs.html.erb +++ b/modules/budgets/app/views/budgets/_costs.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/_edit.html.erb b/modules/budgets/app/views/budgets/_edit.html.erb index add6e4edbd..5f39f8ec78 100644 --- a/modules/budgets/app/views/budgets/_edit.html.erb +++ b/modules/budgets/app/views/budgets/_edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/_form.html.erb b/modules/budgets/app/views/budgets/_form.html.erb index 298d3b8f12..3faf450b05 100644 --- a/modules/budgets/app/views/budgets/_form.html.erb +++ b/modules/budgets/app/views/budgets/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/_list.html.erb b/modules/budgets/app/views/budgets/_list.html.erb index 262f0cdc65..00c0c13bf2 100644 --- a/modules/budgets/app/views/budgets/_list.html.erb +++ b/modules/budgets/app/views/budgets/_list.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/_show.html.erb b/modules/budgets/app/views/budgets/_show.html.erb index 58985b20d8..74b7fc4e59 100644 --- a/modules/budgets/app/views/budgets/_show.html.erb +++ b/modules/budgets/app/views/budgets/_show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/destroy_info.html.erb b/modules/budgets/app/views/budgets/destroy_info.html.erb index 18bd3118e4..cfab32719f 100644 --- a/modules/budgets/app/views/budgets/destroy_info.html.erb +++ b/modules/budgets/app/views/budgets/destroy_info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/edit.html.erb b/modules/budgets/app/views/budgets/edit.html.erb index 3d200356b3..fa008c3c2e 100644 --- a/modules/budgets/app/views/budgets/edit.html.erb +++ b/modules/budgets/app/views/budgets/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/index.html.erb b/modules/budgets/app/views/budgets/index.html.erb index fdfedda1b4..a991ff9c6b 100644 --- a/modules/budgets/app/views/budgets/index.html.erb +++ b/modules/budgets/app/views/budgets/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/items/_labor_budget_item.html.erb b/modules/budgets/app/views/budgets/items/_labor_budget_item.html.erb index 6540aa7e32..ae4aaf691e 100644 --- a/modules/budgets/app/views/budgets/items/_labor_budget_item.html.erb +++ b/modules/budgets/app/views/budgets/items/_labor_budget_item.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/items/_material_budget_item.html.erb b/modules/budgets/app/views/budgets/items/_material_budget_item.html.erb index f9f11b27ad..c4067ab0ab 100644 --- a/modules/budgets/app/views/budgets/items/_material_budget_item.html.erb +++ b/modules/budgets/app/views/budgets/items/_material_budget_item.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/new.html.erb b/modules/budgets/app/views/budgets/new.html.erb index 237fab4ba5..5496557362 100644 --- a/modules/budgets/app/views/budgets/new.html.erb +++ b/modules/budgets/app/views/budgets/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/show.html.erb b/modules/budgets/app/views/budgets/show.html.erb index 23f5b1fb0e..1c835a2848 100644 --- a/modules/budgets/app/views/budgets/show.html.erb +++ b/modules/budgets/app/views/budgets/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/subform/_labor_budget_subform.html.erb b/modules/budgets/app/views/budgets/subform/_labor_budget_subform.html.erb index 0b677683f1..71015df1d2 100644 --- a/modules/budgets/app/views/budgets/subform/_labor_budget_subform.html.erb +++ b/modules/budgets/app/views/budgets/subform/_labor_budget_subform.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/app/views/budgets/subform/_material_budget_subform.html.erb b/modules/budgets/app/views/budgets/subform/_material_budget_subform.html.erb index 02cbf192cd..68e424d0ab 100644 --- a/modules/budgets/app/views/budgets/subform/_material_budget_subform.html.erb +++ b/modules/budgets/app/views/budgets/subform/_material_budget_subform.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/config/locales/crowdin/af.yml b/modules/budgets/config/locales/crowdin/af.yml index 7fcf2416f4..568b76c8a5 100644 --- a/modules/budgets/config/locales/crowdin/af.yml +++ b/modules/budgets/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/ar.yml b/modules/budgets/config/locales/crowdin/ar.yml index ffec1d64cc..870d886fcf 100644 --- a/modules/budgets/config/locales/crowdin/ar.yml +++ b/modules/budgets/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/az.yml b/modules/budgets/config/locales/crowdin/az.yml index 752dccedcf..68d4269c4d 100644 --- a/modules/budgets/config/locales/crowdin/az.yml +++ b/modules/budgets/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/bg.yml b/modules/budgets/config/locales/crowdin/bg.yml index 22db123984..3579f9fbb8 100644 --- a/modules/budgets/config/locales/crowdin/bg.yml +++ b/modules/budgets/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/ca.yml b/modules/budgets/config/locales/crowdin/ca.yml index fda01fdb2f..b1cdcde076 100644 --- a/modules/budgets/config/locales/crowdin/ca.yml +++ b/modules/budgets/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/ckb-IR.yml b/modules/budgets/config/locales/crowdin/ckb-IR.yml index 778dea7d8e..a3360b129e 100644 --- a/modules/budgets/config/locales/crowdin/ckb-IR.yml +++ b/modules/budgets/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/cs.yml b/modules/budgets/config/locales/crowdin/cs.yml index 030070fd6c..eb8b59f00e 100644 --- a/modules/budgets/config/locales/crowdin/cs.yml +++ b/modules/budgets/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/da.yml b/modules/budgets/config/locales/crowdin/da.yml index e2be67eed1..43fe95c342 100644 --- a/modules/budgets/config/locales/crowdin/da.yml +++ b/modules/budgets/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/de.yml b/modules/budgets/config/locales/crowdin/de.yml index 614ab5d7ba..e907df2c0d 100644 --- a/modules/budgets/config/locales/crowdin/de.yml +++ b/modules/budgets/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/el.yml b/modules/budgets/config/locales/crowdin/el.yml index 678a1703f9..1150999b4d 100644 --- a/modules/budgets/config/locales/crowdin/el.yml +++ b/modules/budgets/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/eo.yml b/modules/budgets/config/locales/crowdin/eo.yml index 70cf732e54..6cfbc148d7 100644 --- a/modules/budgets/config/locales/crowdin/eo.yml +++ b/modules/budgets/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/es.yml b/modules/budgets/config/locales/crowdin/es.yml index 6146785e31..42ef531f0d 100644 --- a/modules/budgets/config/locales/crowdin/es.yml +++ b/modules/budgets/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/et.yml b/modules/budgets/config/locales/crowdin/et.yml index 4c35fc002a..e513b050c1 100644 --- a/modules/budgets/config/locales/crowdin/et.yml +++ b/modules/budgets/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/fa.yml b/modules/budgets/config/locales/crowdin/fa.yml index 365f40f288..628ee537c2 100644 --- a/modules/budgets/config/locales/crowdin/fa.yml +++ b/modules/budgets/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/fi.yml b/modules/budgets/config/locales/crowdin/fi.yml index fa0a0bc64b..2902b8245e 100644 --- a/modules/budgets/config/locales/crowdin/fi.yml +++ b/modules/budgets/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/fil.yml b/modules/budgets/config/locales/crowdin/fil.yml index 2bfc2d51a2..83dd17e45f 100644 --- a/modules/budgets/config/locales/crowdin/fil.yml +++ b/modules/budgets/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/fr.yml b/modules/budgets/config/locales/crowdin/fr.yml index b56454004d..4f75aa20c0 100644 --- a/modules/budgets/config/locales/crowdin/fr.yml +++ b/modules/budgets/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/he.yml b/modules/budgets/config/locales/crowdin/he.yml index ef8d495bb9..e5dc9aad13 100644 --- a/modules/budgets/config/locales/crowdin/he.yml +++ b/modules/budgets/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/hi.yml b/modules/budgets/config/locales/crowdin/hi.yml index 89298cea50..2e27e36aff 100644 --- a/modules/budgets/config/locales/crowdin/hi.yml +++ b/modules/budgets/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/hr.yml b/modules/budgets/config/locales/crowdin/hr.yml index edf421fb4e..fff52a1243 100644 --- a/modules/budgets/config/locales/crowdin/hr.yml +++ b/modules/budgets/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/hu.yml b/modules/budgets/config/locales/crowdin/hu.yml index 7b82f0dca7..d207c53a27 100644 --- a/modules/budgets/config/locales/crowdin/hu.yml +++ b/modules/budgets/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/id.yml b/modules/budgets/config/locales/crowdin/id.yml index 7e6bd39be5..30611abbd8 100644 --- a/modules/budgets/config/locales/crowdin/id.yml +++ b/modules/budgets/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/it.yml b/modules/budgets/config/locales/crowdin/it.yml index df3c767f97..bc2ede9cb5 100644 --- a/modules/budgets/config/locales/crowdin/it.yml +++ b/modules/budgets/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/ja.yml b/modules/budgets/config/locales/crowdin/ja.yml index d9971ea2e3..50b3b395b8 100644 --- a/modules/budgets/config/locales/crowdin/ja.yml +++ b/modules/budgets/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-af.yml b/modules/budgets/config/locales/crowdin/js-af.yml index 0dbc2ad234..f520d4552a 100644 --- a/modules/budgets/config/locales/crowdin/js-af.yml +++ b/modules/budgets/config/locales/crowdin/js-af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-ar.yml b/modules/budgets/config/locales/crowdin/js-ar.yml index 2271547b89..a54ae65841 100644 --- a/modules/budgets/config/locales/crowdin/js-ar.yml +++ b/modules/budgets/config/locales/crowdin/js-ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-az.yml b/modules/budgets/config/locales/crowdin/js-az.yml index 7c7494cb63..47e0fef313 100644 --- a/modules/budgets/config/locales/crowdin/js-az.yml +++ b/modules/budgets/config/locales/crowdin/js-az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-bg.yml b/modules/budgets/config/locales/crowdin/js-bg.yml index aebbc2af3c..61cdc9ef87 100644 --- a/modules/budgets/config/locales/crowdin/js-bg.yml +++ b/modules/budgets/config/locales/crowdin/js-bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-ca.yml b/modules/budgets/config/locales/crowdin/js-ca.yml index c797255b05..0726e719da 100644 --- a/modules/budgets/config/locales/crowdin/js-ca.yml +++ b/modules/budgets/config/locales/crowdin/js-ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-ckb-IR.yml b/modules/budgets/config/locales/crowdin/js-ckb-IR.yml index 4c3302cab1..432fecab8b 100644 --- a/modules/budgets/config/locales/crowdin/js-ckb-IR.yml +++ b/modules/budgets/config/locales/crowdin/js-ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-cs.yml b/modules/budgets/config/locales/crowdin/js-cs.yml index e1b1e0da38..c3a01616e1 100644 --- a/modules/budgets/config/locales/crowdin/js-cs.yml +++ b/modules/budgets/config/locales/crowdin/js-cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-da.yml b/modules/budgets/config/locales/crowdin/js-da.yml index 321125069e..d398915339 100644 --- a/modules/budgets/config/locales/crowdin/js-da.yml +++ b/modules/budgets/config/locales/crowdin/js-da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-de.yml b/modules/budgets/config/locales/crowdin/js-de.yml index 0f181281d4..2b86f45a2e 100644 --- a/modules/budgets/config/locales/crowdin/js-de.yml +++ b/modules/budgets/config/locales/crowdin/js-de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-el.yml b/modules/budgets/config/locales/crowdin/js-el.yml index fb00280e3f..df7d05f236 100644 --- a/modules/budgets/config/locales/crowdin/js-el.yml +++ b/modules/budgets/config/locales/crowdin/js-el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-eo.yml b/modules/budgets/config/locales/crowdin/js-eo.yml index 7a5ee7e131..83ff0a1fb2 100644 --- a/modules/budgets/config/locales/crowdin/js-eo.yml +++ b/modules/budgets/config/locales/crowdin/js-eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-es.yml b/modules/budgets/config/locales/crowdin/js-es.yml index 9c5ba60671..e11375aaff 100644 --- a/modules/budgets/config/locales/crowdin/js-es.yml +++ b/modules/budgets/config/locales/crowdin/js-es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-et.yml b/modules/budgets/config/locales/crowdin/js-et.yml index 85a151173b..207248024a 100644 --- a/modules/budgets/config/locales/crowdin/js-et.yml +++ b/modules/budgets/config/locales/crowdin/js-et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-fa.yml b/modules/budgets/config/locales/crowdin/js-fa.yml index d5ae387ada..5f294d01ad 100644 --- a/modules/budgets/config/locales/crowdin/js-fa.yml +++ b/modules/budgets/config/locales/crowdin/js-fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-fi.yml b/modules/budgets/config/locales/crowdin/js-fi.yml index 9d01496cb5..78e28f72f8 100644 --- a/modules/budgets/config/locales/crowdin/js-fi.yml +++ b/modules/budgets/config/locales/crowdin/js-fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-fil.yml b/modules/budgets/config/locales/crowdin/js-fil.yml index c9ae45a49f..bf8d4513af 100644 --- a/modules/budgets/config/locales/crowdin/js-fil.yml +++ b/modules/budgets/config/locales/crowdin/js-fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-fr.yml b/modules/budgets/config/locales/crowdin/js-fr.yml index 7be6368856..c3adc91f92 100644 --- a/modules/budgets/config/locales/crowdin/js-fr.yml +++ b/modules/budgets/config/locales/crowdin/js-fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-he.yml b/modules/budgets/config/locales/crowdin/js-he.yml index a21c4b0035..3de4db4272 100644 --- a/modules/budgets/config/locales/crowdin/js-he.yml +++ b/modules/budgets/config/locales/crowdin/js-he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-hi.yml b/modules/budgets/config/locales/crowdin/js-hi.yml index 6dc1f684ab..651509ac04 100644 --- a/modules/budgets/config/locales/crowdin/js-hi.yml +++ b/modules/budgets/config/locales/crowdin/js-hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-hr.yml b/modules/budgets/config/locales/crowdin/js-hr.yml index 36743039d4..883736d705 100644 --- a/modules/budgets/config/locales/crowdin/js-hr.yml +++ b/modules/budgets/config/locales/crowdin/js-hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-hu.yml b/modules/budgets/config/locales/crowdin/js-hu.yml index cc5ab0f4cc..9224fbcd40 100644 --- a/modules/budgets/config/locales/crowdin/js-hu.yml +++ b/modules/budgets/config/locales/crowdin/js-hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-id.yml b/modules/budgets/config/locales/crowdin/js-id.yml index d4f63073ee..0d4fe2af19 100644 --- a/modules/budgets/config/locales/crowdin/js-id.yml +++ b/modules/budgets/config/locales/crowdin/js-id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-it.yml b/modules/budgets/config/locales/crowdin/js-it.yml index d9b846bbd1..dab88504cf 100644 --- a/modules/budgets/config/locales/crowdin/js-it.yml +++ b/modules/budgets/config/locales/crowdin/js-it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-ja.yml b/modules/budgets/config/locales/crowdin/js-ja.yml index 3e1103269f..cb1d67bfba 100644 --- a/modules/budgets/config/locales/crowdin/js-ja.yml +++ b/modules/budgets/config/locales/crowdin/js-ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-ko.yml b/modules/budgets/config/locales/crowdin/js-ko.yml index 418149e460..e546495dc9 100644 --- a/modules/budgets/config/locales/crowdin/js-ko.yml +++ b/modules/budgets/config/locales/crowdin/js-ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-lol.yml b/modules/budgets/config/locales/crowdin/js-lol.yml index 296da62c19..be5cac24bb 100644 --- a/modules/budgets/config/locales/crowdin/js-lol.yml +++ b/modules/budgets/config/locales/crowdin/js-lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-lt.yml b/modules/budgets/config/locales/crowdin/js-lt.yml index 162bf0a491..6f6b2a127c 100644 --- a/modules/budgets/config/locales/crowdin/js-lt.yml +++ b/modules/budgets/config/locales/crowdin/js-lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-lv.yml b/modules/budgets/config/locales/crowdin/js-lv.yml index fe06e324b6..c922ca6590 100644 --- a/modules/budgets/config/locales/crowdin/js-lv.yml +++ b/modules/budgets/config/locales/crowdin/js-lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-ne.yml b/modules/budgets/config/locales/crowdin/js-ne.yml index d560019636..e3f1f332da 100644 --- a/modules/budgets/config/locales/crowdin/js-ne.yml +++ b/modules/budgets/config/locales/crowdin/js-ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-nl.yml b/modules/budgets/config/locales/crowdin/js-nl.yml index b9a694b0c3..cff45e7e98 100644 --- a/modules/budgets/config/locales/crowdin/js-nl.yml +++ b/modules/budgets/config/locales/crowdin/js-nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-no.yml b/modules/budgets/config/locales/crowdin/js-no.yml index 209e8c37db..11bb9c3605 100644 --- a/modules/budgets/config/locales/crowdin/js-no.yml +++ b/modules/budgets/config/locales/crowdin/js-no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-pl.yml b/modules/budgets/config/locales/crowdin/js-pl.yml index c9bbda7b83..33ef994e8c 100644 --- a/modules/budgets/config/locales/crowdin/js-pl.yml +++ b/modules/budgets/config/locales/crowdin/js-pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-pt.yml b/modules/budgets/config/locales/crowdin/js-pt.yml index b5413724af..56b2b63a6d 100644 --- a/modules/budgets/config/locales/crowdin/js-pt.yml +++ b/modules/budgets/config/locales/crowdin/js-pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-ro.yml b/modules/budgets/config/locales/crowdin/js-ro.yml index 7f65caa179..aa1e36ebfe 100644 --- a/modules/budgets/config/locales/crowdin/js-ro.yml +++ b/modules/budgets/config/locales/crowdin/js-ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-ru.yml b/modules/budgets/config/locales/crowdin/js-ru.yml index e1fcf33bcd..ec2cdbf7c9 100644 --- a/modules/budgets/config/locales/crowdin/js-ru.yml +++ b/modules/budgets/config/locales/crowdin/js-ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-rw.yml b/modules/budgets/config/locales/crowdin/js-rw.yml index 2e3d6bd830..fda5e5ee2b 100644 --- a/modules/budgets/config/locales/crowdin/js-rw.yml +++ b/modules/budgets/config/locales/crowdin/js-rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-si.yml b/modules/budgets/config/locales/crowdin/js-si.yml index 39de3a34c9..2db65ef22a 100644 --- a/modules/budgets/config/locales/crowdin/js-si.yml +++ b/modules/budgets/config/locales/crowdin/js-si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-sk.yml b/modules/budgets/config/locales/crowdin/js-sk.yml index 28bf4dd3a0..1e0fe87602 100644 --- a/modules/budgets/config/locales/crowdin/js-sk.yml +++ b/modules/budgets/config/locales/crowdin/js-sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-sl.yml b/modules/budgets/config/locales/crowdin/js-sl.yml index b847a89206..044c4d8f31 100644 --- a/modules/budgets/config/locales/crowdin/js-sl.yml +++ b/modules/budgets/config/locales/crowdin/js-sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-sv.yml b/modules/budgets/config/locales/crowdin/js-sv.yml index 21148f6b39..e2d2da8107 100644 --- a/modules/budgets/config/locales/crowdin/js-sv.yml +++ b/modules/budgets/config/locales/crowdin/js-sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-th.yml b/modules/budgets/config/locales/crowdin/js-th.yml index 8654db37ff..49f2148288 100644 --- a/modules/budgets/config/locales/crowdin/js-th.yml +++ b/modules/budgets/config/locales/crowdin/js-th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-tr.yml b/modules/budgets/config/locales/crowdin/js-tr.yml index f5fb766f0b..68162e852f 100644 --- a/modules/budgets/config/locales/crowdin/js-tr.yml +++ b/modules/budgets/config/locales/crowdin/js-tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-uk.yml b/modules/budgets/config/locales/crowdin/js-uk.yml index 58c15a42ed..53efbc2e7f 100644 --- a/modules/budgets/config/locales/crowdin/js-uk.yml +++ b/modules/budgets/config/locales/crowdin/js-uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-vi.yml b/modules/budgets/config/locales/crowdin/js-vi.yml index c340bacf3f..394886ab7f 100644 --- a/modules/budgets/config/locales/crowdin/js-vi.yml +++ b/modules/budgets/config/locales/crowdin/js-vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-zh-CN.yml b/modules/budgets/config/locales/crowdin/js-zh-CN.yml index 4d12136242..c36fb8f769 100644 --- a/modules/budgets/config/locales/crowdin/js-zh-CN.yml +++ b/modules/budgets/config/locales/crowdin/js-zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/js-zh-TW.yml b/modules/budgets/config/locales/crowdin/js-zh-TW.yml index b7dde4eeca..2f0d51ec35 100644 --- a/modules/budgets/config/locales/crowdin/js-zh-TW.yml +++ b/modules/budgets/config/locales/crowdin/js-zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/ko.yml b/modules/budgets/config/locales/crowdin/ko.yml index 43869ba21b..788f772be1 100644 --- a/modules/budgets/config/locales/crowdin/ko.yml +++ b/modules/budgets/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/lol.yml b/modules/budgets/config/locales/crowdin/lol.yml index 53d67c9f4e..034d7206b1 100644 --- a/modules/budgets/config/locales/crowdin/lol.yml +++ b/modules/budgets/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/lt.yml b/modules/budgets/config/locales/crowdin/lt.yml index 39c67b6a3a..07e8273cf4 100644 --- a/modules/budgets/config/locales/crowdin/lt.yml +++ b/modules/budgets/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/lv.yml b/modules/budgets/config/locales/crowdin/lv.yml index a5e22c83cd..b01827b6d2 100644 --- a/modules/budgets/config/locales/crowdin/lv.yml +++ b/modules/budgets/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/ne.yml b/modules/budgets/config/locales/crowdin/ne.yml index cabd088a21..7fee434f6f 100644 --- a/modules/budgets/config/locales/crowdin/ne.yml +++ b/modules/budgets/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/nl.yml b/modules/budgets/config/locales/crowdin/nl.yml index f91889cc56..44aa95cb87 100644 --- a/modules/budgets/config/locales/crowdin/nl.yml +++ b/modules/budgets/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/no.yml b/modules/budgets/config/locales/crowdin/no.yml index 8b174d4d15..d50aa76761 100644 --- a/modules/budgets/config/locales/crowdin/no.yml +++ b/modules/budgets/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/pl.yml b/modules/budgets/config/locales/crowdin/pl.yml index df8ddc8f83..31513aaa1b 100644 --- a/modules/budgets/config/locales/crowdin/pl.yml +++ b/modules/budgets/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/pt.yml b/modules/budgets/config/locales/crowdin/pt.yml index a539aff44c..9a814d9445 100644 --- a/modules/budgets/config/locales/crowdin/pt.yml +++ b/modules/budgets/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/ro.yml b/modules/budgets/config/locales/crowdin/ro.yml index 5c1d153239..b2f1bebe15 100644 --- a/modules/budgets/config/locales/crowdin/ro.yml +++ b/modules/budgets/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/ru.yml b/modules/budgets/config/locales/crowdin/ru.yml index 8b423ac9e3..944934e74e 100644 --- a/modules/budgets/config/locales/crowdin/ru.yml +++ b/modules/budgets/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/rw.yml b/modules/budgets/config/locales/crowdin/rw.yml index 6108f6f61e..6f83953fc3 100644 --- a/modules/budgets/config/locales/crowdin/rw.yml +++ b/modules/budgets/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/si.yml b/modules/budgets/config/locales/crowdin/si.yml index 239e4fa841..fff68efff0 100644 --- a/modules/budgets/config/locales/crowdin/si.yml +++ b/modules/budgets/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/sk.yml b/modules/budgets/config/locales/crowdin/sk.yml index 9a4fa003d7..8558f0b9a8 100644 --- a/modules/budgets/config/locales/crowdin/sk.yml +++ b/modules/budgets/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/sl.yml b/modules/budgets/config/locales/crowdin/sl.yml index 2c8558ff2c..3aa7ff4418 100644 --- a/modules/budgets/config/locales/crowdin/sl.yml +++ b/modules/budgets/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/sv.yml b/modules/budgets/config/locales/crowdin/sv.yml index 7514e5efb7..1e80d4efaa 100644 --- a/modules/budgets/config/locales/crowdin/sv.yml +++ b/modules/budgets/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/th.yml b/modules/budgets/config/locales/crowdin/th.yml index ac5e68fd6a..c68d7a3b3d 100644 --- a/modules/budgets/config/locales/crowdin/th.yml +++ b/modules/budgets/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/tr.yml b/modules/budgets/config/locales/crowdin/tr.yml index c7e6b2f2de..fbd2b69854 100644 --- a/modules/budgets/config/locales/crowdin/tr.yml +++ b/modules/budgets/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/uk.yml b/modules/budgets/config/locales/crowdin/uk.yml index df6e40f56b..2956978c5e 100644 --- a/modules/budgets/config/locales/crowdin/uk.yml +++ b/modules/budgets/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/vi.yml b/modules/budgets/config/locales/crowdin/vi.yml index 7e478198e9..7efa8dec0e 100644 --- a/modules/budgets/config/locales/crowdin/vi.yml +++ b/modules/budgets/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/zh-CN.yml b/modules/budgets/config/locales/crowdin/zh-CN.yml index 3b340affc1..396d727d2f 100644 --- a/modules/budgets/config/locales/crowdin/zh-CN.yml +++ b/modules/budgets/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/crowdin/zh-TW.yml b/modules/budgets/config/locales/crowdin/zh-TW.yml index 96448f86c3..b202e3291c 100644 --- a/modules/budgets/config/locales/crowdin/zh-TW.yml +++ b/modules/budgets/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/budgets/config/locales/en.yml b/modules/budgets/config/locales/en.yml index 51a5ce2cbe..62dd9abd9b 100644 --- a/modules/budgets/config/locales/en.yml +++ b/modules/budgets/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/config/locales/js-en.yml b/modules/budgets/config/locales/js-en.yml index 5139709426..3740b523c6 100644 --- a/modules/budgets/config/locales/js-en.yml +++ b/modules/budgets/config/locales/js-en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/config/routes.rb b/modules/budgets/config/routes.rb index c354d09df6..c70e2f4b4c 100644 --- a/modules/budgets/config/routes.rb +++ b/modules/budgets/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/db/migrate/20200807083950_keep_enabled_module.rb b/modules/budgets/db/migrate/20200807083950_keep_enabled_module.rb index 254ffe544d..b372269392 100644 --- a/modules/budgets/db/migrate/20200807083950_keep_enabled_module.rb +++ b/modules/budgets/db/migrate/20200807083950_keep_enabled_module.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/frontend/module/augment/cost-budget-subform.augment.service.ts b/modules/budgets/frontend/module/augment/cost-budget-subform.augment.service.ts index 11762bb764..8425084ad0 100644 --- a/modules/budgets/frontend/module/augment/cost-budget-subform.augment.service.ts +++ b/modules/budgets/frontend/module/augment/cost-budget-subform.augment.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/frontend/module/augment/cost-subform.augment.service.ts b/modules/budgets/frontend/module/augment/cost-subform.augment.service.ts index 3007104170..2c7625ad40 100644 --- a/modules/budgets/frontend/module/augment/cost-subform.augment.service.ts +++ b/modules/budgets/frontend/module/augment/cost-subform.augment.service.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/frontend/module/augment/planned-costs-form.ts b/modules/budgets/frontend/module/augment/planned-costs-form.ts index fd8abf0575..ac97c31b90 100644 --- a/modules/budgets/frontend/module/augment/planned-costs-form.ts +++ b/modules/budgets/frontend/module/augment/planned-costs-form.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/frontend/module/hal/resources/budget-resource.ts b/modules/budgets/frontend/module/hal/resources/budget-resource.ts index f13bf85a18..c3934d513c 100644 --- a/modules/budgets/frontend/module/hal/resources/budget-resource.ts +++ b/modules/budgets/frontend/module/hal/resources/budget-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/frontend/module/main.ts b/modules/budgets/frontend/module/main.ts index 77d64a11ab..be7fd012b2 100644 --- a/modules/budgets/frontend/module/main.ts +++ b/modules/budgets/frontend/module/main.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/lib/api/v3/attachments/attachments_by_budget_api.rb b/modules/budgets/lib/api/v3/attachments/attachments_by_budget_api.rb index ca16faf5e8..f3f7c3d3c5 100644 --- a/modules/budgets/lib/api/v3/attachments/attachments_by_budget_api.rb +++ b/modules/budgets/lib/api/v3/attachments/attachments_by_budget_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/lib/api/v3/budgets/budget_collection_representer.rb b/modules/budgets/lib/api/v3/budgets/budget_collection_representer.rb index 682cb59fc7..f5e41e8c0f 100644 --- a/modules/budgets/lib/api/v3/budgets/budget_collection_representer.rb +++ b/modules/budgets/lib/api/v3/budgets/budget_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/lib/api/v3/budgets/budget_representer.rb b/modules/budgets/lib/api/v3/budgets/budget_representer.rb index 8979a13141..755ce42628 100644 --- a/modules/budgets/lib/api/v3/budgets/budget_representer.rb +++ b/modules/budgets/lib/api/v3/budgets/budget_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/lib/api/v3/budgets/budgets_api.rb b/modules/budgets/lib/api/v3/budgets/budgets_api.rb index 7c97080eb8..66f6eda87c 100644 --- a/modules/budgets/lib/api/v3/budgets/budgets_api.rb +++ b/modules/budgets/lib/api/v3/budgets/budgets_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/lib/api/v3/budgets/budgets_by_project_api.rb b/modules/budgets/lib/api/v3/budgets/budgets_by_project_api.rb index 12f34653bb..44d844d7a5 100644 --- a/modules/budgets/lib/api/v3/budgets/budgets_by_project_api.rb +++ b/modules/budgets/lib/api/v3/budgets/budgets_by_project_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/lib/api/v3/queries/schemas/budget_filter_dependency_representer.rb b/modules/budgets/lib/api/v3/queries/schemas/budget_filter_dependency_representer.rb index e4e388993e..20513c72b2 100644 --- a/modules/budgets/lib/api/v3/queries/schemas/budget_filter_dependency_representer.rb +++ b/modules/budgets/lib/api/v3/queries/schemas/budget_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/lib/budgets/hooks/work_package_hook.rb b/modules/budgets/lib/budgets/hooks/work_package_hook.rb index 3c32921509..d0d2f8daaf 100644 --- a/modules/budgets/lib/budgets/hooks/work_package_hook.rb +++ b/modules/budgets/lib/budgets/hooks/work_package_hook.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/factories/budget_factory.rb b/modules/budgets/spec/factories/budget_factory.rb index 2456800bab..bb05b51126 100644 --- a/modules/budgets/spec/factories/budget_factory.rb +++ b/modules/budgets/spec/factories/budget_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/factories/labor_budget_item_factory.rb b/modules/budgets/spec/factories/labor_budget_item_factory.rb index b39f45455b..6020425e23 100644 --- a/modules/budgets/spec/factories/labor_budget_item_factory.rb +++ b/modules/budgets/spec/factories/labor_budget_item_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/factories/material_budget_item_factory.rb b/modules/budgets/spec/factories/material_budget_item_factory.rb index 36d808b2da..7ddd53c342 100644 --- a/modules/budgets/spec/factories/material_budget_item_factory.rb +++ b/modules/budgets/spec/factories/material_budget_item_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/features/budgets/add_budget_spec.rb b/modules/budgets/spec/features/budgets/add_budget_spec.rb index 5fd1c2c0d3..208b908045 100644 --- a/modules/budgets/spec/features/budgets/add_budget_spec.rb +++ b/modules/budgets/spec/features/budgets/add_budget_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/features/budgets/attachment_upload_spec.rb b/modules/budgets/spec/features/budgets/attachment_upload_spec.rb index deb80dce12..62b4b56bd7 100644 --- a/modules/budgets/spec/features/budgets/attachment_upload_spec.rb +++ b/modules/budgets/spec/features/budgets/attachment_upload_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/features/budgets/copy_budget_spec.rb b/modules/budgets/spec/features/budgets/copy_budget_spec.rb index 16e9ef2a27..6675394cfc 100644 --- a/modules/budgets/spec/features/budgets/copy_budget_spec.rb +++ b/modules/budgets/spec/features/budgets/copy_budget_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/features/budgets/delete_budget_spec.rb b/modules/budgets/spec/features/budgets/delete_budget_spec.rb index 26fa82de65..f9a5a31c70 100644 --- a/modules/budgets/spec/features/budgets/delete_budget_spec.rb +++ b/modules/budgets/spec/features/budgets/delete_budget_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/features/budgets/update_budget_spec.rb b/modules/budgets/spec/features/budgets/update_budget_spec.rb index dbffa505f0..07e99b0468 100644 --- a/modules/budgets/spec/features/budgets/update_budget_spec.rb +++ b/modules/budgets/spec/features/budgets/update_budget_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/features/costs_edit_fields_spec.rb b/modules/budgets/spec/features/costs_edit_fields_spec.rb index 29b5bb887b..b6d4f7546a 100644 --- a/modules/budgets/spec/features/costs_edit_fields_spec.rb +++ b/modules/budgets/spec/features/costs_edit_fields_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/features/work_package_filter_spec.rb b/modules/budgets/spec/features/work_package_filter_spec.rb index e711ec64c0..a1bfa9fcaf 100644 --- a/modules/budgets/spec/features/work_package_filter_spec.rb +++ b/modules/budgets/spec/features/work_package_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/helpers/budgets_helper_spec.rb b/modules/budgets/spec/helpers/budgets_helper_spec.rb index 77eb788075..8ac3ba28d9 100644 --- a/modules/budgets/spec/helpers/budgets_helper_spec.rb +++ b/modules/budgets/spec/helpers/budgets_helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/lib/api/v3/budgets/budget_representer_spec.rb b/modules/budgets/spec/lib/api/v3/budgets/budget_representer_spec.rb index 786b65ce9a..21ea532778 100644 --- a/modules/budgets/spec/lib/api/v3/budgets/budget_representer_spec.rb +++ b/modules/budgets/spec/lib/api/v3/budgets/budget_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/lib/api/v3/path_helper_spec.rb b/modules/budgets/spec/lib/api/v3/path_helper_spec.rb index f8d3b45135..9ce2300668 100644 --- a/modules/budgets/spec/lib/api/v3/path_helper_spec.rb +++ b/modules/budgets/spec/lib/api/v3/path_helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/lib/api/v3/queries/schemas/cost_object_dependency_representer_spec.rb b/modules/budgets/spec/lib/api/v3/queries/schemas/cost_object_dependency_representer_spec.rb index 18330735cb..ee8f4dc3f3 100644 --- a/modules/budgets/spec/lib/api/v3/queries/schemas/cost_object_dependency_representer_spec.rb +++ b/modules/budgets/spec/lib/api/v3/queries/schemas/cost_object_dependency_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/models/budget_spec.rb b/modules/budgets/spec/models/budget_spec.rb index 7ae395b18d..b4302dd3dd 100644 --- a/modules/budgets/spec/models/budget_spec.rb +++ b/modules/budgets/spec/models/budget_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/models/labor_budget_item_spec.rb b/modules/budgets/spec/models/labor_budget_item_spec.rb index 1f5670c6c5..ea3e255a5e 100644 --- a/modules/budgets/spec/models/labor_budget_item_spec.rb +++ b/modules/budgets/spec/models/labor_budget_item_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/models/permitted_params_spec.rb b/modules/budgets/spec/models/permitted_params_spec.rb index 62c11d5e1f..561aa268c6 100644 --- a/modules/budgets/spec/models/permitted_params_spec.rb +++ b/modules/budgets/spec/models/permitted_params_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/requests/api/v3/budgets/budget_resource_spec.rb b/modules/budgets/spec/requests/api/v3/budgets/budget_resource_spec.rb index 8ed84cc267..1463d3a4b9 100644 --- a/modules/budgets/spec/requests/api/v3/budgets/budget_resource_spec.rb +++ b/modules/budgets/spec/requests/api/v3/budgets/budget_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/services/budgets/create_service_spec.rb b/modules/budgets/spec/services/budgets/create_service_spec.rb index 8fef68c1de..6b188a5ce4 100644 --- a/modules/budgets/spec/services/budgets/create_service_spec.rb +++ b/modules/budgets/spec/services/budgets/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/services/budgets/update_service_spec.rb b/modules/budgets/spec/services/budgets/update_service_spec.rb index 1d5296ce94..33d2865d92 100644 --- a/modules/budgets/spec/services/budgets/update_service_spec.rb +++ b/modules/budgets/spec/services/budgets/update_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/spec_helper.rb b/modules/budgets/spec/spec_helper.rb index c3b7781c2a..93f3e26e8b 100644 --- a/modules/budgets/spec/spec_helper.rb +++ b/modules/budgets/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/support/pages/budget_form.rb b/modules/budgets/spec/support/pages/budget_form.rb index 40a2d454b1..d4fb9494d0 100644 --- a/modules/budgets/spec/support/pages/budget_form.rb +++ b/modules/budgets/spec/support/pages/budget_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/support/pages/destroy_info.rb b/modules/budgets/spec/support/pages/destroy_info.rb index 74923e14cf..f4fbaea0c1 100644 --- a/modules/budgets/spec/support/pages/destroy_info.rb +++ b/modules/budgets/spec/support/pages/destroy_info.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/support/pages/edit_budget.rb b/modules/budgets/spec/support/pages/edit_budget.rb index 234a89e5c7..ac9b36adf0 100644 --- a/modules/budgets/spec/support/pages/edit_budget.rb +++ b/modules/budgets/spec/support/pages/edit_budget.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/support/pages/index_budget.rb b/modules/budgets/spec/support/pages/index_budget.rb index 4b61e5fe93..8110bd7ad3 100644 --- a/modules/budgets/spec/support/pages/index_budget.rb +++ b/modules/budgets/spec/support/pages/index_budget.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/budgets/spec/support/pages/new_budget.rb b/modules/budgets/spec/support/pages/new_budget.rb index 3dcd90c943..b8ef28cb31 100644 --- a/modules/budgets/spec/support/pages/new_budget.rb +++ b/modules/budgets/spec/support/pages/new_budget.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/app/cells/calendar/row_cell.rb b/modules/calendar/app/cells/calendar/row_cell.rb index ae76eca8ba..ca2b5fad5d 100644 --- a/modules/calendar/app/cells/calendar/row_cell.rb +++ b/modules/calendar/app/cells/calendar/row_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/app/cells/calendar/table_cell.rb b/modules/calendar/app/cells/calendar/table_cell.rb index 30d6d16fc8..d2748fb361 100644 --- a/modules/calendar/app/cells/calendar/table_cell.rb +++ b/modules/calendar/app/cells/calendar/table_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/app/controllers/calendar/calendars_controller.rb b/modules/calendar/app/controllers/calendar/calendars_controller.rb index ee49644958..cb0d7df5b8 100644 --- a/modules/calendar/app/controllers/calendar/calendars_controller.rb +++ b/modules/calendar/app/controllers/calendar/calendars_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/app/views/calendar/calendars/index.html.erb b/modules/calendar/app/views/calendar/calendars/index.html.erb index 8b5ad5812f..f5cde2f744 100644 --- a/modules/calendar/app/views/calendar/calendars/index.html.erb +++ b/modules/calendar/app/views/calendar/calendars/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/app/views/calendar/calendars/show.html.erb b/modules/calendar/app/views/calendar/calendars/show.html.erb index fa74191dad..3246ce29f5 100644 --- a/modules/calendar/app/views/calendar/calendars/show.html.erb +++ b/modules/calendar/app/views/calendar/calendars/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/lib/open_project/calendar.rb b/modules/calendar/lib/open_project/calendar.rb index 0c701f544a..0503dd3bb8 100644 --- a/modules/calendar/lib/open_project/calendar.rb +++ b/modules/calendar/lib/open_project/calendar.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/controllers/calendar_controller_spec.rb b/modules/calendar/spec/controllers/calendar_controller_spec.rb index 4361aa2352..7f34710044 100644 --- a/modules/calendar/spec/controllers/calendar_controller_spec.rb +++ b/modules/calendar/spec/controllers/calendar_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/calendar_create_work_package_spec.rb b/modules/calendar/spec/features/calendar_create_work_package_spec.rb index 94b67c17cc..f1a07882e4 100644 --- a/modules/calendar/spec/features/calendar_create_work_package_spec.rb +++ b/modules/calendar/spec/features/calendar_create_work_package_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/calendar_dates_spec.rb b/modules/calendar/spec/features/calendar_dates_spec.rb index e217ce6b31..eb10c20bd0 100644 --- a/modules/calendar/spec/features/calendar_dates_spec.rb +++ b/modules/calendar/spec/features/calendar_dates_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/calendar_project_include_spec.rb b/modules/calendar/spec/features/calendar_project_include_spec.rb index 1f064750bc..4518e70f35 100644 --- a/modules/calendar/spec/features/calendar_project_include_spec.rb +++ b/modules/calendar/spec/features/calendar_project_include_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/calendar_user_interaction_spec.rb b/modules/calendar/spec/features/calendar_user_interaction_spec.rb index 64b46edc08..ceec41316c 100644 --- a/modules/calendar/spec/features/calendar_user_interaction_spec.rb +++ b/modules/calendar/spec/features/calendar_user_interaction_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/calendar_widget_spec.rb b/modules/calendar/spec/features/calendar_widget_spec.rb index a6447dae6f..bc6f5c4e3d 100644 --- a/modules/calendar/spec/features/calendar_widget_spec.rb +++ b/modules/calendar/spec/features/calendar_widget_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/calendars_index_spec.rb b/modules/calendar/spec/features/calendars_index_spec.rb index a95e194cfd..694858f76d 100644 --- a/modules/calendar/spec/features/calendars_index_spec.rb +++ b/modules/calendar/spec/features/calendars_index_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/calendars_spec.rb b/modules/calendar/spec/features/calendars_spec.rb index 06ac6d2ce2..42cbe2e32c 100644 --- a/modules/calendar/spec/features/calendars_spec.rb +++ b/modules/calendar/spec/features/calendars_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/query_handling_spec.rb b/modules/calendar/spec/features/query_handling_spec.rb index 6bde154bc2..9129f7bdbd 100644 --- a/modules/calendar/spec/features/query_handling_spec.rb +++ b/modules/calendar/spec/features/query_handling_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/features/shared_context.rb b/modules/calendar/spec/features/shared_context.rb index e49bda4f46..4d56972b61 100644 --- a/modules/calendar/spec/features/shared_context.rb +++ b/modules/calendar/spec/features/shared_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/routing/calendar_routing_spec.rb b/modules/calendar/spec/routing/calendar_routing_spec.rb index 4cdad264a0..b68bfa375c 100644 --- a/modules/calendar/spec/routing/calendar_routing_spec.rb +++ b/modules/calendar/spec/routing/calendar_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/calendar/spec/support/pages/calendar.rb b/modules/calendar/spec/support/pages/calendar.rb index 824213c511..658ed3c500 100644 --- a/modules/calendar/spec/support/pages/calendar.rb +++ b/modules/calendar/spec/support/pages/calendar.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/contracts/time_entries/base_contract.rb b/modules/costs/app/contracts/time_entries/base_contract.rb index e007263d92..68e3459923 100644 --- a/modules/costs/app/contracts/time_entries/base_contract.rb +++ b/modules/costs/app/contracts/time_entries/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/contracts/time_entries/create_contract.rb b/modules/costs/app/contracts/time_entries/create_contract.rb index 56be318602..61da9484f9 100644 --- a/modules/costs/app/contracts/time_entries/create_contract.rb +++ b/modules/costs/app/contracts/time_entries/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/contracts/time_entries/delete_contract.rb b/modules/costs/app/contracts/time_entries/delete_contract.rb index 604d096ec4..11b05b51af 100644 --- a/modules/costs/app/contracts/time_entries/delete_contract.rb +++ b/modules/costs/app/contracts/time_entries/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/contracts/time_entries/update_contract.rb b/modules/costs/app/contracts/time_entries/update_contract.rb index 423d34eb9d..5fe493be41 100644 --- a/modules/costs/app/contracts/time_entries/update_contract.rb +++ b/modules/costs/app/contracts/time_entries/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/controllers/cost_types_controller.rb b/modules/costs/app/controllers/cost_types_controller.rb index a0f24b25ac..74611911bc 100644 --- a/modules/costs/app/controllers/cost_types_controller.rb +++ b/modules/costs/app/controllers/cost_types_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/controllers/costlog_controller.rb b/modules/costs/app/controllers/costlog_controller.rb index fb4fddd750..2056d812ce 100644 --- a/modules/costs/app/controllers/costlog_controller.rb +++ b/modules/costs/app/controllers/costlog_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/controllers/hourly_rates_controller.rb b/modules/costs/app/controllers/hourly_rates_controller.rb index 3ab10b2c24..8bea8e0281 100644 --- a/modules/costs/app/controllers/hourly_rates_controller.rb +++ b/modules/costs/app/controllers/hourly_rates_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/controllers/projects/settings/time_entry_activities_controller.rb b/modules/costs/app/controllers/projects/settings/time_entry_activities_controller.rb index 2120f224ec..892dfee424 100644 --- a/modules/costs/app/controllers/projects/settings/time_entry_activities_controller.rb +++ b/modules/costs/app/controllers/projects/settings/time_entry_activities_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/helpers/cost_types_helper.rb b/modules/costs/app/helpers/cost_types_helper.rb index 17227e1d1f..88ec39942d 100644 --- a/modules/costs/app/helpers/cost_types_helper.rb +++ b/modules/costs/app/helpers/cost_types_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/helpers/costlog_helper.rb b/modules/costs/app/helpers/costlog_helper.rb index a27c3dfc43..f5362fd859 100644 --- a/modules/costs/app/helpers/costlog_helper.rb +++ b/modules/costs/app/helpers/costlog_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/helpers/costs/number_helper.rb b/modules/costs/app/helpers/costs/number_helper.rb index 3dbc830010..8602de95b5 100644 --- a/modules/costs/app/helpers/costs/number_helper.rb +++ b/modules/costs/app/helpers/costs/number_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/helpers/hourly_rates_helper.rb b/modules/costs/app/helpers/hourly_rates_helper.rb index 2a48694ea5..77f06a9e6a 100644 --- a/modules/costs/app/helpers/hourly_rates_helper.rb +++ b/modules/costs/app/helpers/hourly_rates_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/activities/time_entry_activity_provider.rb b/modules/costs/app/models/activities/time_entry_activity_provider.rb index 1e79a1ae51..655abdc8e6 100644 --- a/modules/costs/app/models/activities/time_entry_activity_provider.rb +++ b/modules/costs/app/models/activities/time_entry_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/cost_entry.rb b/modules/costs/app/models/cost_entry.rb index 2cfa83eb28..ef5d4e4153 100644 --- a/modules/costs/app/models/cost_entry.rb +++ b/modules/costs/app/models/cost_entry.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/cost_rate.rb b/modules/costs/app/models/cost_rate.rb index 9887f21422..3fdf309391 100644 --- a/modules/costs/app/models/cost_rate.rb +++ b/modules/costs/app/models/cost_rate.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/cost_type.rb b/modules/costs/app/models/cost_type.rb index fc45337dc7..8e99c09ec3 100644 --- a/modules/costs/app/models/cost_type.rb +++ b/modules/costs/app/models/cost_type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/default_hourly_rate.rb b/modules/costs/app/models/default_hourly_rate.rb index 9dde3f2b10..7e7eb406e0 100644 --- a/modules/costs/app/models/default_hourly_rate.rb +++ b/modules/costs/app/models/default_hourly_rate.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/entry.rb b/modules/costs/app/models/entry.rb index b1bd0310e1..8ef8d75f3d 100644 --- a/modules/costs/app/models/entry.rb +++ b/modules/costs/app/models/entry.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/entry/costs.rb b/modules/costs/app/models/entry/costs.rb index 884c9fca45..b9c359a2b7 100644 --- a/modules/costs/app/models/entry/costs.rb +++ b/modules/costs/app/models/entry/costs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/entry/splashed_dates.rb b/modules/costs/app/models/entry/splashed_dates.rb index 377a331907..6b1ff2a138 100644 --- a/modules/costs/app/models/entry/splashed_dates.rb +++ b/modules/costs/app/models/entry/splashed_dates.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/hourly_rate.rb b/modules/costs/app/models/hourly_rate.rb index 029e6225c0..22fa6bf2f6 100644 --- a/modules/costs/app/models/hourly_rate.rb +++ b/modules/costs/app/models/hourly_rate.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/journal/time_entry_journal.rb b/modules/costs/app/models/journal/time_entry_journal.rb index 04e17dc6f2..169ea3fd65 100644 --- a/modules/costs/app/models/journal/time_entry_journal.rb +++ b/modules/costs/app/models/journal/time_entry_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/projects/scopes/activated_time_activity.rb b/modules/costs/app/models/projects/scopes/activated_time_activity.rb index bb84d2a5af..0e460c8a39 100644 --- a/modules/costs/app/models/projects/scopes/activated_time_activity.rb +++ b/modules/costs/app/models/projects/scopes/activated_time_activity.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/projects/scopes/visible_with_activated_time_activity.rb b/modules/costs/app/models/projects/scopes/visible_with_activated_time_activity.rb index 263924af97..99b1672ca9 100644 --- a/modules/costs/app/models/projects/scopes/visible_with_activated_time_activity.rb +++ b/modules/costs/app/models/projects/scopes/visible_with_activated_time_activity.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries.rb b/modules/costs/app/models/queries/time_entries.rb index 4e72692465..257b07f10f 100644 --- a/modules/costs/app/models/queries/time_entries.rb +++ b/modules/costs/app/models/queries/time_entries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/filters/activity_filter.rb b/modules/costs/app/models/queries/time_entries/filters/activity_filter.rb index 838b86b9ae..104665666b 100644 --- a/modules/costs/app/models/queries/time_entries/filters/activity_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/activity_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/filters/created_at_filter.rb b/modules/costs/app/models/queries/time_entries/filters/created_at_filter.rb index d20fc5afde..8d2172db92 100644 --- a/modules/costs/app/models/queries/time_entries/filters/created_at_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/created_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/filters/project_filter.rb b/modules/costs/app/models/queries/time_entries/filters/project_filter.rb index 04d2c4a437..197792b823 100644 --- a/modules/costs/app/models/queries/time_entries/filters/project_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/filters/spent_on_filter.rb b/modules/costs/app/models/queries/time_entries/filters/spent_on_filter.rb index eaaa40bad0..68accaab78 100644 --- a/modules/costs/app/models/queries/time_entries/filters/spent_on_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/spent_on_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/filters/time_entry_filter.rb b/modules/costs/app/models/queries/time_entries/filters/time_entry_filter.rb index d7c4e997d1..85f1d8656f 100644 --- a/modules/costs/app/models/queries/time_entries/filters/time_entry_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/time_entry_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/filters/updated_at_filter.rb b/modules/costs/app/models/queries/time_entries/filters/updated_at_filter.rb index c3aaa67d34..0ad2173861 100644 --- a/modules/costs/app/models/queries/time_entries/filters/updated_at_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/updated_at_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/filters/user_filter.rb b/modules/costs/app/models/queries/time_entries/filters/user_filter.rb index f346ff3531..700a156e78 100644 --- a/modules/costs/app/models/queries/time_entries/filters/user_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/user_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/filters/work_package_filter.rb b/modules/costs/app/models/queries/time_entries/filters/work_package_filter.rb index a5ed7ac413..46a3011b67 100644 --- a/modules/costs/app/models/queries/time_entries/filters/work_package_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/work_package_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/orders/default_order.rb b/modules/costs/app/models/queries/time_entries/orders/default_order.rb index 4d20f48c4d..fd8b2cfaec 100644 --- a/modules/costs/app/models/queries/time_entries/orders/default_order.rb +++ b/modules/costs/app/models/queries/time_entries/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/queries/time_entries/time_entry_query.rb b/modules/costs/app/models/queries/time_entries/time_entry_query.rb index 84fad6f77b..dbb57a28ea 100644 --- a/modules/costs/app/models/queries/time_entries/time_entry_query.rb +++ b/modules/costs/app/models/queries/time_entries/time_entry_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/rate.rb b/modules/costs/app/models/rate.rb index d7367c94c7..063bf20dc5 100644 --- a/modules/costs/app/models/rate.rb +++ b/modules/costs/app/models/rate.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/time_entries/scopes/of_user_and_day.rb b/modules/costs/app/models/time_entries/scopes/of_user_and_day.rb index 8b9fe8db3b..c1abfb9f98 100644 --- a/modules/costs/app/models/time_entries/scopes/of_user_and_day.rb +++ b/modules/costs/app/models/time_entries/scopes/of_user_and_day.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/time_entries/scopes/visible.rb b/modules/costs/app/models/time_entries/scopes/visible.rb index 87373872c6..60fb64bc4b 100644 --- a/modules/costs/app/models/time_entries/scopes/visible.rb +++ b/modules/costs/app/models/time_entries/scopes/visible.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/time_entry.rb b/modules/costs/app/models/time_entry.rb index 7f39a5f98e..27e8dd44a3 100644 --- a/modules/costs/app/models/time_entry.rb +++ b/modules/costs/app/models/time_entry.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/time_entry_activities/scopes/active_in_project.rb b/modules/costs/app/models/time_entry_activities/scopes/active_in_project.rb index 0edb53c350..6c8a585d84 100644 --- a/modules/costs/app/models/time_entry_activities/scopes/active_in_project.rb +++ b/modules/costs/app/models/time_entry_activities/scopes/active_in_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/time_entry_activities_project.rb b/modules/costs/app/models/time_entry_activities_project.rb index 9a53dcdd1b..3e0ec141dc 100644 --- a/modules/costs/app/models/time_entry_activities_project.rb +++ b/modules/costs/app/models/time_entry_activities_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/time_entry_activity.rb b/modules/costs/app/models/time_entry_activity.rb index 1fcf522ce7..29fb418a3a 100644 --- a/modules/costs/app/models/time_entry_activity.rb +++ b/modules/costs/app/models/time_entry_activity.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/models/time_entry_custom_field.rb b/modules/costs/app/models/time_entry_custom_field.rb index c8bc65f9b0..4d79ddbf2f 100644 --- a/modules/costs/app/models/time_entry_custom_field.rb +++ b/modules/costs/app/models/time_entry_custom_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/services/time_entries/create_service.rb b/modules/costs/app/services/time_entries/create_service.rb index 9ac3aa2f1b..5efcbdd373 100644 --- a/modules/costs/app/services/time_entries/create_service.rb +++ b/modules/costs/app/services/time_entries/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/services/time_entries/delete_service.rb b/modules/costs/app/services/time_entries/delete_service.rb index 631e64baa2..9df3d59d2e 100644 --- a/modules/costs/app/services/time_entries/delete_service.rb +++ b/modules/costs/app/services/time_entries/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/services/time_entries/set_attributes_service.rb b/modules/costs/app/services/time_entries/set_attributes_service.rb index c273c2fc7e..920943a831 100644 --- a/modules/costs/app/services/time_entries/set_attributes_service.rb +++ b/modules/costs/app/services/time_entries/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/services/time_entries/update_service.rb b/modules/costs/app/services/time_entries/update_service.rb index 82cdbce774..bea7e38d5d 100644 --- a/modules/costs/app/services/time_entries/update_service.rb +++ b/modules/costs/app/services/time_entries/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/cost_types/_list.html.erb b/modules/costs/app/views/cost_types/_list.html.erb index 73593df30a..0019e73b3a 100644 --- a/modules/costs/app/views/cost_types/_list.html.erb +++ b/modules/costs/app/views/cost_types/_list.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/cost_types/_list_deleted.html.erb b/modules/costs/app/views/cost_types/_list_deleted.html.erb index 1466ac24d2..a6158eac8c 100644 --- a/modules/costs/app/views/cost_types/_list_deleted.html.erb +++ b/modules/costs/app/views/cost_types/_list_deleted.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/cost_types/_rate.html.erb b/modules/costs/app/views/cost_types/_rate.html.erb index b5edacb8e3..95f3bc91f7 100644 --- a/modules/costs/app/views/cost_types/_rate.html.erb +++ b/modules/costs/app/views/cost_types/_rate.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/cost_types/edit.html.erb b/modules/costs/app/views/cost_types/edit.html.erb index 1e827dcf17..5aa50c864e 100644 --- a/modules/costs/app/views/cost_types/edit.html.erb +++ b/modules/costs/app/views/cost_types/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/cost_types/index.html.erb b/modules/costs/app/views/cost_types/index.html.erb index 92ccf85353..4b88333990 100644 --- a/modules/costs/app/views/cost_types/index.html.erb +++ b/modules/costs/app/views/cost_types/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/costlog/edit.html.erb b/modules/costs/app/views/costlog/edit.html.erb index 7172b65900..dd359535b8 100644 --- a/modules/costs/app/views/costlog/edit.html.erb +++ b/modules/costs/app/views/costlog/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/hourly_rates/_list.html.erb b/modules/costs/app/views/hourly_rates/_list.html.erb index 528922f5fc..ff1df3f3f2 100644 --- a/modules/costs/app/views/hourly_rates/_list.html.erb +++ b/modules/costs/app/views/hourly_rates/_list.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/hourly_rates/_list_default.html.erb b/modules/costs/app/views/hourly_rates/_list_default.html.erb index 00bac32af9..3b2862773e 100644 --- a/modules/costs/app/views/hourly_rates/_list_default.html.erb +++ b/modules/costs/app/views/hourly_rates/_list_default.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/hourly_rates/_list_project.html.erb b/modules/costs/app/views/hourly_rates/_list_project.html.erb index b6a5778598..ca9adb9a1c 100644 --- a/modules/costs/app/views/hourly_rates/_list_project.html.erb +++ b/modules/costs/app/views/hourly_rates/_list_project.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/hourly_rates/_rate.html.erb b/modules/costs/app/views/hourly_rates/_rate.html.erb index 7c8b176b9f..5f5831acfe 100644 --- a/modules/costs/app/views/hourly_rates/_rate.html.erb +++ b/modules/costs/app/views/hourly_rates/_rate.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/hourly_rates/edit.html.erb b/modules/costs/app/views/hourly_rates/edit.html.erb index 53d2f4f0cc..28b826bb3c 100644 --- a/modules/costs/app/views/hourly_rates/edit.html.erb +++ b/modules/costs/app/views/hourly_rates/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/hourly_rates/show.html.erb b/modules/costs/app/views/hourly_rates/show.html.erb index 7fb5d7660c..0e8b4e7c33 100644 --- a/modules/costs/app/views/hourly_rates/show.html.erb +++ b/modules/costs/app/views/hourly_rates/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/projects/settings/time_entry_activities/_activities.html.erb b/modules/costs/app/views/projects/settings/time_entry_activities/_activities.html.erb index eeacd012ec..d0cf395699 100644 --- a/modules/costs/app/views/projects/settings/time_entry_activities/_activities.html.erb +++ b/modules/costs/app/views/projects/settings/time_entry_activities/_activities.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/projects/settings/time_entry_activities/show.html.erb b/modules/costs/app/views/projects/settings/time_entry_activities/show.html.erb index 02347db706..5b2f5ebabd 100644 --- a/modules/costs/app/views/projects/settings/time_entry_activities/show.html.erb +++ b/modules/costs/app/views/projects/settings/time_entry_activities/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/settings/_costs.html.erb b/modules/costs/app/views/settings/_costs.html.erb index 6555ea1f31..b7c184a838 100644 --- a/modules/costs/app/views/settings/_costs.html.erb +++ b/modules/costs/app/views/settings/_costs.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/app/views/users/_rates.html.erb b/modules/costs/app/views/users/_rates.html.erb index 9b18a2d747..27bf712700 100644 --- a/modules/costs/app/views/users/_rates.html.erb +++ b/modules/costs/app/views/users/_rates.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/config/locales/crowdin/af.yml b/modules/costs/config/locales/crowdin/af.yml index a2c4579499..aa94f136e1 100644 --- a/modules/costs/config/locales/crowdin/af.yml +++ b/modules/costs/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/ar.yml b/modules/costs/config/locales/crowdin/ar.yml index a7ef303bdb..a2a1eb4134 100644 --- a/modules/costs/config/locales/crowdin/ar.yml +++ b/modules/costs/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/az.yml b/modules/costs/config/locales/crowdin/az.yml index 6fc91e4de4..1dd28c41e1 100644 --- a/modules/costs/config/locales/crowdin/az.yml +++ b/modules/costs/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/bg.yml b/modules/costs/config/locales/crowdin/bg.yml index 53a5de5c38..5921371f7f 100644 --- a/modules/costs/config/locales/crowdin/bg.yml +++ b/modules/costs/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/ca.yml b/modules/costs/config/locales/crowdin/ca.yml index 5373e82a75..347f64fe7b 100644 --- a/modules/costs/config/locales/crowdin/ca.yml +++ b/modules/costs/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/ckb-IR.yml b/modules/costs/config/locales/crowdin/ckb-IR.yml index 760749f506..b45e21b3b6 100644 --- a/modules/costs/config/locales/crowdin/ckb-IR.yml +++ b/modules/costs/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/cs.yml b/modules/costs/config/locales/crowdin/cs.yml index ee83823139..fa2860da99 100644 --- a/modules/costs/config/locales/crowdin/cs.yml +++ b/modules/costs/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/da.yml b/modules/costs/config/locales/crowdin/da.yml index da14fab80c..6d72163b85 100644 --- a/modules/costs/config/locales/crowdin/da.yml +++ b/modules/costs/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/de.yml b/modules/costs/config/locales/crowdin/de.yml index e5a1bdfa57..67e939aef8 100644 --- a/modules/costs/config/locales/crowdin/de.yml +++ b/modules/costs/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/el.yml b/modules/costs/config/locales/crowdin/el.yml index 0045186e9c..29f5574dd6 100644 --- a/modules/costs/config/locales/crowdin/el.yml +++ b/modules/costs/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/eo.yml b/modules/costs/config/locales/crowdin/eo.yml index d6f058b71a..0088adf4fd 100644 --- a/modules/costs/config/locales/crowdin/eo.yml +++ b/modules/costs/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/es.yml b/modules/costs/config/locales/crowdin/es.yml index d3ae95472e..c0685b6297 100644 --- a/modules/costs/config/locales/crowdin/es.yml +++ b/modules/costs/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/et.yml b/modules/costs/config/locales/crowdin/et.yml index 587da3d239..c0992337b7 100644 --- a/modules/costs/config/locales/crowdin/et.yml +++ b/modules/costs/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/fa.yml b/modules/costs/config/locales/crowdin/fa.yml index dafd746d15..39f7e8c63d 100644 --- a/modules/costs/config/locales/crowdin/fa.yml +++ b/modules/costs/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/fi.yml b/modules/costs/config/locales/crowdin/fi.yml index 7360c63bbd..f811ee822b 100644 --- a/modules/costs/config/locales/crowdin/fi.yml +++ b/modules/costs/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/fil.yml b/modules/costs/config/locales/crowdin/fil.yml index 444019c0fc..416438d807 100644 --- a/modules/costs/config/locales/crowdin/fil.yml +++ b/modules/costs/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/fr.yml b/modules/costs/config/locales/crowdin/fr.yml index 74925dcdb7..bf5ee1aece 100644 --- a/modules/costs/config/locales/crowdin/fr.yml +++ b/modules/costs/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/he.yml b/modules/costs/config/locales/crowdin/he.yml index 47ff1d43d0..17f5a6ca36 100644 --- a/modules/costs/config/locales/crowdin/he.yml +++ b/modules/costs/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/hi.yml b/modules/costs/config/locales/crowdin/hi.yml index 5388d3dd9d..17fae9be73 100644 --- a/modules/costs/config/locales/crowdin/hi.yml +++ b/modules/costs/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/hr.yml b/modules/costs/config/locales/crowdin/hr.yml index 28268c2d77..80d38f6a5b 100644 --- a/modules/costs/config/locales/crowdin/hr.yml +++ b/modules/costs/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/hu.yml b/modules/costs/config/locales/crowdin/hu.yml index f018e2affb..44b70e57be 100644 --- a/modules/costs/config/locales/crowdin/hu.yml +++ b/modules/costs/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/id.yml b/modules/costs/config/locales/crowdin/id.yml index 32209e3b12..528794ffd7 100644 --- a/modules/costs/config/locales/crowdin/id.yml +++ b/modules/costs/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/it.yml b/modules/costs/config/locales/crowdin/it.yml index e83956a1d8..0a54bbcded 100644 --- a/modules/costs/config/locales/crowdin/it.yml +++ b/modules/costs/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/ja.yml b/modules/costs/config/locales/crowdin/ja.yml index 39f1d6fc98..5f0c3d602c 100644 --- a/modules/costs/config/locales/crowdin/ja.yml +++ b/modules/costs/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-af.yml b/modules/costs/config/locales/crowdin/js-af.yml index 2532d621f1..db1b2e3a64 100644 --- a/modules/costs/config/locales/crowdin/js-af.yml +++ b/modules/costs/config/locales/crowdin/js-af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-ar.yml b/modules/costs/config/locales/crowdin/js-ar.yml index 5eb7459fc9..e7422c98ff 100644 --- a/modules/costs/config/locales/crowdin/js-ar.yml +++ b/modules/costs/config/locales/crowdin/js-ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-az.yml b/modules/costs/config/locales/crowdin/js-az.yml index 5559da34e4..5fab333ffd 100644 --- a/modules/costs/config/locales/crowdin/js-az.yml +++ b/modules/costs/config/locales/crowdin/js-az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-bg.yml b/modules/costs/config/locales/crowdin/js-bg.yml index 945205be12..3df6a71801 100644 --- a/modules/costs/config/locales/crowdin/js-bg.yml +++ b/modules/costs/config/locales/crowdin/js-bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-ca.yml b/modules/costs/config/locales/crowdin/js-ca.yml index 99f2aac587..36d2036f9c 100644 --- a/modules/costs/config/locales/crowdin/js-ca.yml +++ b/modules/costs/config/locales/crowdin/js-ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-ckb-IR.yml b/modules/costs/config/locales/crowdin/js-ckb-IR.yml index f5bd09f26d..0bd00ceeea 100644 --- a/modules/costs/config/locales/crowdin/js-ckb-IR.yml +++ b/modules/costs/config/locales/crowdin/js-ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-cs.yml b/modules/costs/config/locales/crowdin/js-cs.yml index 13ee2cde9a..b1a2688346 100644 --- a/modules/costs/config/locales/crowdin/js-cs.yml +++ b/modules/costs/config/locales/crowdin/js-cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-da.yml b/modules/costs/config/locales/crowdin/js-da.yml index fc09549163..5c0917b4fa 100644 --- a/modules/costs/config/locales/crowdin/js-da.yml +++ b/modules/costs/config/locales/crowdin/js-da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-de.yml b/modules/costs/config/locales/crowdin/js-de.yml index 49c641df18..7664dfabf9 100644 --- a/modules/costs/config/locales/crowdin/js-de.yml +++ b/modules/costs/config/locales/crowdin/js-de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-el.yml b/modules/costs/config/locales/crowdin/js-el.yml index 5a9c33f025..8090f2e6ba 100644 --- a/modules/costs/config/locales/crowdin/js-el.yml +++ b/modules/costs/config/locales/crowdin/js-el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-eo.yml b/modules/costs/config/locales/crowdin/js-eo.yml index 04dcc56b91..63fb698626 100644 --- a/modules/costs/config/locales/crowdin/js-eo.yml +++ b/modules/costs/config/locales/crowdin/js-eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-es.yml b/modules/costs/config/locales/crowdin/js-es.yml index d613aeee18..ef58d954b8 100644 --- a/modules/costs/config/locales/crowdin/js-es.yml +++ b/modules/costs/config/locales/crowdin/js-es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-et.yml b/modules/costs/config/locales/crowdin/js-et.yml index 4bf0a27c11..8319ffe8e5 100644 --- a/modules/costs/config/locales/crowdin/js-et.yml +++ b/modules/costs/config/locales/crowdin/js-et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-fa.yml b/modules/costs/config/locales/crowdin/js-fa.yml index 16e02b763b..efa98a6608 100644 --- a/modules/costs/config/locales/crowdin/js-fa.yml +++ b/modules/costs/config/locales/crowdin/js-fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-fi.yml b/modules/costs/config/locales/crowdin/js-fi.yml index 0af199d1f6..9c87d38e6d 100644 --- a/modules/costs/config/locales/crowdin/js-fi.yml +++ b/modules/costs/config/locales/crowdin/js-fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-fil.yml b/modules/costs/config/locales/crowdin/js-fil.yml index 7cff6403eb..19d81b795e 100644 --- a/modules/costs/config/locales/crowdin/js-fil.yml +++ b/modules/costs/config/locales/crowdin/js-fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-fr.yml b/modules/costs/config/locales/crowdin/js-fr.yml index c6019b3be8..b2ba5bfae3 100644 --- a/modules/costs/config/locales/crowdin/js-fr.yml +++ b/modules/costs/config/locales/crowdin/js-fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-he.yml b/modules/costs/config/locales/crowdin/js-he.yml index 172041ecbe..bfb1edb7df 100644 --- a/modules/costs/config/locales/crowdin/js-he.yml +++ b/modules/costs/config/locales/crowdin/js-he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-hi.yml b/modules/costs/config/locales/crowdin/js-hi.yml index 4f97f17247..5728e3ddbf 100644 --- a/modules/costs/config/locales/crowdin/js-hi.yml +++ b/modules/costs/config/locales/crowdin/js-hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-hr.yml b/modules/costs/config/locales/crowdin/js-hr.yml index bf1818772a..da3c3f0973 100644 --- a/modules/costs/config/locales/crowdin/js-hr.yml +++ b/modules/costs/config/locales/crowdin/js-hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-hu.yml b/modules/costs/config/locales/crowdin/js-hu.yml index c2ab243897..37cb34dad6 100644 --- a/modules/costs/config/locales/crowdin/js-hu.yml +++ b/modules/costs/config/locales/crowdin/js-hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-id.yml b/modules/costs/config/locales/crowdin/js-id.yml index adcafe0b12..4baef018be 100644 --- a/modules/costs/config/locales/crowdin/js-id.yml +++ b/modules/costs/config/locales/crowdin/js-id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-it.yml b/modules/costs/config/locales/crowdin/js-it.yml index 40c5dfca19..ae646ae4a5 100644 --- a/modules/costs/config/locales/crowdin/js-it.yml +++ b/modules/costs/config/locales/crowdin/js-it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-ja.yml b/modules/costs/config/locales/crowdin/js-ja.yml index ca80b93c7b..7939a77a51 100644 --- a/modules/costs/config/locales/crowdin/js-ja.yml +++ b/modules/costs/config/locales/crowdin/js-ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-ko.yml b/modules/costs/config/locales/crowdin/js-ko.yml index 58d07c8a65..bb9532c3a0 100644 --- a/modules/costs/config/locales/crowdin/js-ko.yml +++ b/modules/costs/config/locales/crowdin/js-ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-lol.yml b/modules/costs/config/locales/crowdin/js-lol.yml index cf3999fa8f..bde454cbdf 100644 --- a/modules/costs/config/locales/crowdin/js-lol.yml +++ b/modules/costs/config/locales/crowdin/js-lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-lt.yml b/modules/costs/config/locales/crowdin/js-lt.yml index 4a3d7294ae..6a353eabb9 100644 --- a/modules/costs/config/locales/crowdin/js-lt.yml +++ b/modules/costs/config/locales/crowdin/js-lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-lv.yml b/modules/costs/config/locales/crowdin/js-lv.yml index ccd80de6a1..3c4999c09e 100644 --- a/modules/costs/config/locales/crowdin/js-lv.yml +++ b/modules/costs/config/locales/crowdin/js-lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-ne.yml b/modules/costs/config/locales/crowdin/js-ne.yml index 38ba5d4d64..2907c65b14 100644 --- a/modules/costs/config/locales/crowdin/js-ne.yml +++ b/modules/costs/config/locales/crowdin/js-ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-nl.yml b/modules/costs/config/locales/crowdin/js-nl.yml index 8f79cb6494..c595a31684 100644 --- a/modules/costs/config/locales/crowdin/js-nl.yml +++ b/modules/costs/config/locales/crowdin/js-nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-no.yml b/modules/costs/config/locales/crowdin/js-no.yml index 2fbb6538d5..d28d3a5d44 100644 --- a/modules/costs/config/locales/crowdin/js-no.yml +++ b/modules/costs/config/locales/crowdin/js-no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-pl.yml b/modules/costs/config/locales/crowdin/js-pl.yml index 5e815e46d5..2af5530108 100644 --- a/modules/costs/config/locales/crowdin/js-pl.yml +++ b/modules/costs/config/locales/crowdin/js-pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-pt.yml b/modules/costs/config/locales/crowdin/js-pt.yml index f4f26b535e..999c5645e8 100644 --- a/modules/costs/config/locales/crowdin/js-pt.yml +++ b/modules/costs/config/locales/crowdin/js-pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-ro.yml b/modules/costs/config/locales/crowdin/js-ro.yml index 294bf1bba9..2efc2c2a80 100644 --- a/modules/costs/config/locales/crowdin/js-ro.yml +++ b/modules/costs/config/locales/crowdin/js-ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-ru.yml b/modules/costs/config/locales/crowdin/js-ru.yml index a777bb0093..dc17d23312 100644 --- a/modules/costs/config/locales/crowdin/js-ru.yml +++ b/modules/costs/config/locales/crowdin/js-ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-rw.yml b/modules/costs/config/locales/crowdin/js-rw.yml index 333eae9cd7..6467ef1ecf 100644 --- a/modules/costs/config/locales/crowdin/js-rw.yml +++ b/modules/costs/config/locales/crowdin/js-rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-si.yml b/modules/costs/config/locales/crowdin/js-si.yml index ba8d8416ab..3a52510d16 100644 --- a/modules/costs/config/locales/crowdin/js-si.yml +++ b/modules/costs/config/locales/crowdin/js-si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-sk.yml b/modules/costs/config/locales/crowdin/js-sk.yml index 7755f7163b..9e8ed9a066 100644 --- a/modules/costs/config/locales/crowdin/js-sk.yml +++ b/modules/costs/config/locales/crowdin/js-sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-sl.yml b/modules/costs/config/locales/crowdin/js-sl.yml index 04a93c2a1c..a27ddbf661 100644 --- a/modules/costs/config/locales/crowdin/js-sl.yml +++ b/modules/costs/config/locales/crowdin/js-sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-sv.yml b/modules/costs/config/locales/crowdin/js-sv.yml index 5de0b9d345..561700973d 100644 --- a/modules/costs/config/locales/crowdin/js-sv.yml +++ b/modules/costs/config/locales/crowdin/js-sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-th.yml b/modules/costs/config/locales/crowdin/js-th.yml index f516806197..58db58c115 100644 --- a/modules/costs/config/locales/crowdin/js-th.yml +++ b/modules/costs/config/locales/crowdin/js-th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-tr.yml b/modules/costs/config/locales/crowdin/js-tr.yml index 1e4c12ecea..494123ea6b 100644 --- a/modules/costs/config/locales/crowdin/js-tr.yml +++ b/modules/costs/config/locales/crowdin/js-tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-uk.yml b/modules/costs/config/locales/crowdin/js-uk.yml index c8c49725f8..9fdf4d8cd9 100644 --- a/modules/costs/config/locales/crowdin/js-uk.yml +++ b/modules/costs/config/locales/crowdin/js-uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-vi.yml b/modules/costs/config/locales/crowdin/js-vi.yml index 2d3b14581e..5ce077a0b2 100644 --- a/modules/costs/config/locales/crowdin/js-vi.yml +++ b/modules/costs/config/locales/crowdin/js-vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-zh-CN.yml b/modules/costs/config/locales/crowdin/js-zh-CN.yml index 25bf86135e..438ec956fe 100644 --- a/modules/costs/config/locales/crowdin/js-zh-CN.yml +++ b/modules/costs/config/locales/crowdin/js-zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/js-zh-TW.yml b/modules/costs/config/locales/crowdin/js-zh-TW.yml index 8fc9c4936f..bc5bb7b49c 100644 --- a/modules/costs/config/locales/crowdin/js-zh-TW.yml +++ b/modules/costs/config/locales/crowdin/js-zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/ko.yml b/modules/costs/config/locales/crowdin/ko.yml index 7d68c82c79..3c83609601 100644 --- a/modules/costs/config/locales/crowdin/ko.yml +++ b/modules/costs/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/lol.yml b/modules/costs/config/locales/crowdin/lol.yml index b2aaae590e..74eea92ddb 100644 --- a/modules/costs/config/locales/crowdin/lol.yml +++ b/modules/costs/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/lt.yml b/modules/costs/config/locales/crowdin/lt.yml index 43df57f95b..afc8e8891d 100644 --- a/modules/costs/config/locales/crowdin/lt.yml +++ b/modules/costs/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/lv.yml b/modules/costs/config/locales/crowdin/lv.yml index 3a25f830d2..0aea476577 100644 --- a/modules/costs/config/locales/crowdin/lv.yml +++ b/modules/costs/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/ne.yml b/modules/costs/config/locales/crowdin/ne.yml index 8371574e69..82a25daaf1 100644 --- a/modules/costs/config/locales/crowdin/ne.yml +++ b/modules/costs/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/nl.yml b/modules/costs/config/locales/crowdin/nl.yml index 573149651c..8a99d12060 100644 --- a/modules/costs/config/locales/crowdin/nl.yml +++ b/modules/costs/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/no.yml b/modules/costs/config/locales/crowdin/no.yml index df7ef84a2e..967287c569 100644 --- a/modules/costs/config/locales/crowdin/no.yml +++ b/modules/costs/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/pl.yml b/modules/costs/config/locales/crowdin/pl.yml index 348af74a21..26d3eabb39 100644 --- a/modules/costs/config/locales/crowdin/pl.yml +++ b/modules/costs/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/pt.yml b/modules/costs/config/locales/crowdin/pt.yml index b2e4b2bb4f..e23ca5b265 100644 --- a/modules/costs/config/locales/crowdin/pt.yml +++ b/modules/costs/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/ro.yml b/modules/costs/config/locales/crowdin/ro.yml index 0c2a24d25e..1e47ba114d 100644 --- a/modules/costs/config/locales/crowdin/ro.yml +++ b/modules/costs/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/ru.yml b/modules/costs/config/locales/crowdin/ru.yml index a661a53817..c25048b3c9 100644 --- a/modules/costs/config/locales/crowdin/ru.yml +++ b/modules/costs/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/rw.yml b/modules/costs/config/locales/crowdin/rw.yml index c7d0d677ae..122091e5ac 100644 --- a/modules/costs/config/locales/crowdin/rw.yml +++ b/modules/costs/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/si.yml b/modules/costs/config/locales/crowdin/si.yml index 4dff5788d4..809e6b8955 100644 --- a/modules/costs/config/locales/crowdin/si.yml +++ b/modules/costs/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/sk.yml b/modules/costs/config/locales/crowdin/sk.yml index 96dc65d08a..16f5502732 100644 --- a/modules/costs/config/locales/crowdin/sk.yml +++ b/modules/costs/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/sl.yml b/modules/costs/config/locales/crowdin/sl.yml index 50b6436dc3..5f42b35b9c 100644 --- a/modules/costs/config/locales/crowdin/sl.yml +++ b/modules/costs/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/sv.yml b/modules/costs/config/locales/crowdin/sv.yml index 9842689bd8..2f56c735f6 100644 --- a/modules/costs/config/locales/crowdin/sv.yml +++ b/modules/costs/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/th.yml b/modules/costs/config/locales/crowdin/th.yml index 94db7753dc..3d5b25b7d6 100644 --- a/modules/costs/config/locales/crowdin/th.yml +++ b/modules/costs/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/tr.yml b/modules/costs/config/locales/crowdin/tr.yml index 64a62d751e..24662cf698 100644 --- a/modules/costs/config/locales/crowdin/tr.yml +++ b/modules/costs/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/uk.yml b/modules/costs/config/locales/crowdin/uk.yml index 72506f2d87..037e3102a8 100644 --- a/modules/costs/config/locales/crowdin/uk.yml +++ b/modules/costs/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/vi.yml b/modules/costs/config/locales/crowdin/vi.yml index b4c61fd8bd..804c6d518f 100644 --- a/modules/costs/config/locales/crowdin/vi.yml +++ b/modules/costs/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/zh-CN.yml b/modules/costs/config/locales/crowdin/zh-CN.yml index 1c7ea0cd05..2ce5e425a3 100644 --- a/modules/costs/config/locales/crowdin/zh-CN.yml +++ b/modules/costs/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/crowdin/zh-TW.yml b/modules/costs/config/locales/crowdin/zh-TW.yml index ebcf43cbce..868b3a6f87 100644 --- a/modules/costs/config/locales/crowdin/zh-TW.yml +++ b/modules/costs/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/costs/config/locales/en.yml b/modules/costs/config/locales/en.yml index fb11268de0..c372599908 100644 --- a/modules/costs/config/locales/en.yml +++ b/modules/costs/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/config/locales/js-en.yml b/modules/costs/config/locales/js-en.yml index 2339dcf88a..b48c4bb03c 100644 --- a/modules/costs/config/locales/js-en.yml +++ b/modules/costs/config/locales/js-en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/config/routes.rb b/modules/costs/config/routes.rb index 0882f56876..fe6a21954c 100644 --- a/modules/costs/config/routes.rb +++ b/modules/costs/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/db/migrate/20180323133404_to_v710_aggregated_costs_migrations.rb b/modules/costs/db/migrate/20180323133404_to_v710_aggregated_costs_migrations.rb index e848fdb21c..dc901b5288 100644 --- a/modules/costs/db/migrate/20180323133404_to_v710_aggregated_costs_migrations.rb +++ b/modules/costs/db/migrate/20180323133404_to_v710_aggregated_costs_migrations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/db/migrate/20200807083952_rename_time_and_cost_module.rb b/modules/costs/db/migrate/20200807083952_rename_time_and_cost_module.rb index 848e6a2153..aae70daa36 100644 --- a/modules/costs/db/migrate/20200807083952_rename_time_and_cost_module.rb +++ b/modules/costs/db/migrate/20200807083952_rename_time_and_cost_module.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/frontend/module/main.ts b/modules/costs/frontend/module/main.ts index 13b1d44e75..629600268b 100644 --- a/modules/costs/frontend/module/main.ts +++ b/modules/costs/frontend/module/main.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2020 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/frontend/module/wp-display/costs-by-type-display-field.module.ts b/modules/costs/frontend/module/wp-display/costs-by-type-display-field.module.ts index af5df3c3da..3726f9d6fd 100644 --- a/modules/costs/frontend/module/wp-display/costs-by-type-display-field.module.ts +++ b/modules/costs/frontend/module/wp-display/costs-by-type-display-field.module.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/frontend/module/wp-display/currency-display-field.module.ts b/modules/costs/frontend/module/wp-display/currency-display-field.module.ts index ddfbddc024..e61ea6286d 100644 --- a/modules/costs/frontend/module/wp-display/currency-display-field.module.ts +++ b/modules/costs/frontend/module/wp-display/currency-display-field.module.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/cost_entries/aggregated_cost_entry_representer.rb b/modules/costs/lib/api/v3/cost_entries/aggregated_cost_entry_representer.rb index 86976244d5..f99dfd4f37 100644 --- a/modules/costs/lib/api/v3/cost_entries/aggregated_cost_entry_representer.rb +++ b/modules/costs/lib/api/v3/cost_entries/aggregated_cost_entry_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/cost_entries/cost_entries_api.rb b/modules/costs/lib/api/v3/cost_entries/cost_entries_api.rb index 30fc71454c..ae1b49a7af 100644 --- a/modules/costs/lib/api/v3/cost_entries/cost_entries_api.rb +++ b/modules/costs/lib/api/v3/cost_entries/cost_entries_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/cost_entries/cost_entries_by_work_package_api.rb b/modules/costs/lib/api/v3/cost_entries/cost_entries_by_work_package_api.rb index 42bc0073b0..b1c647b7c6 100644 --- a/modules/costs/lib/api/v3/cost_entries/cost_entries_by_work_package_api.rb +++ b/modules/costs/lib/api/v3/cost_entries/cost_entries_by_work_package_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/cost_entries/cost_entry_collection_representer.rb b/modules/costs/lib/api/v3/cost_entries/cost_entry_collection_representer.rb index 59f4ffc8fd..28c42f666c 100644 --- a/modules/costs/lib/api/v3/cost_entries/cost_entry_collection_representer.rb +++ b/modules/costs/lib/api/v3/cost_entries/cost_entry_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/cost_entries/cost_entry_representer.rb b/modules/costs/lib/api/v3/cost_entries/cost_entry_representer.rb index 80034cad34..366a9ee0d4 100644 --- a/modules/costs/lib/api/v3/cost_entries/cost_entry_representer.rb +++ b/modules/costs/lib/api/v3/cost_entries/cost_entry_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/cost_entries/work_package_costs_by_type_representer.rb b/modules/costs/lib/api/v3/cost_entries/work_package_costs_by_type_representer.rb index f198f5a229..138662b3d2 100644 --- a/modules/costs/lib/api/v3/cost_entries/work_package_costs_by_type_representer.rb +++ b/modules/costs/lib/api/v3/cost_entries/work_package_costs_by_type_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/cost_types/cost_type_representer.rb b/modules/costs/lib/api/v3/cost_types/cost_type_representer.rb index eebe406485..43e3696985 100644 --- a/modules/costs/lib/api/v3/cost_types/cost_type_representer.rb +++ b/modules/costs/lib/api/v3/cost_types/cost_type_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/cost_types/cost_types_api.rb b/modules/costs/lib/api/v3/cost_types/cost_types_api.rb index 136a3cad78..7cdf97f0b9 100644 --- a/modules/costs/lib/api/v3/cost_types/cost_types_api.rb +++ b/modules/costs/lib/api/v3/cost_types/cost_types_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/available_projects_api.rb b/modules/costs/lib/api/v3/time_entries/available_projects_api.rb index 35003d2f75..c002dc57e7 100644 --- a/modules/costs/lib/api/v3/time_entries/available_projects_api.rb +++ b/modules/costs/lib/api/v3/time_entries/available_projects_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/available_work_packages_helper.rb b/modules/costs/lib/api/v3/time_entries/available_work_packages_helper.rb index 577ffdad55..24e8254692 100644 --- a/modules/costs/lib/api/v3/time_entries/available_work_packages_helper.rb +++ b/modules/costs/lib/api/v3/time_entries/available_work_packages_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/available_work_packages_on_create_api.rb b/modules/costs/lib/api/v3/time_entries/available_work_packages_on_create_api.rb index f4e2147ede..d4889ac1d6 100644 --- a/modules/costs/lib/api/v3/time_entries/available_work_packages_on_create_api.rb +++ b/modules/costs/lib/api/v3/time_entries/available_work_packages_on_create_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/available_work_packages_on_edit_api.rb b/modules/costs/lib/api/v3/time_entries/available_work_packages_on_edit_api.rb index 6c74d70250..80de99bb1d 100644 --- a/modules/costs/lib/api/v3/time_entries/available_work_packages_on_edit_api.rb +++ b/modules/costs/lib/api/v3/time_entries/available_work_packages_on_edit_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/create_form_api.rb b/modules/costs/lib/api/v3/time_entries/create_form_api.rb index d4ef392905..c78d2617df 100644 --- a/modules/costs/lib/api/v3/time_entries/create_form_api.rb +++ b/modules/costs/lib/api/v3/time_entries/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/create_form_representer.rb b/modules/costs/lib/api/v3/time_entries/create_form_representer.rb index 12cfa9bcd1..3426f4e379 100644 --- a/modules/costs/lib/api/v3/time_entries/create_form_representer.rb +++ b/modules/costs/lib/api/v3/time_entries/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/form_representer.rb b/modules/costs/lib/api/v3/time_entries/form_representer.rb index 9f7f8b2944..c47b74639a 100644 --- a/modules/costs/lib/api/v3/time_entries/form_representer.rb +++ b/modules/costs/lib/api/v3/time_entries/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/schemas/time_entry_schema_api.rb b/modules/costs/lib/api/v3/time_entries/schemas/time_entry_schema_api.rb index 043197f37c..bbe16a16fc 100644 --- a/modules/costs/lib/api/v3/time_entries/schemas/time_entry_schema_api.rb +++ b/modules/costs/lib/api/v3/time_entries/schemas/time_entry_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/schemas/time_entry_schema_representer.rb b/modules/costs/lib/api/v3/time_entries/schemas/time_entry_schema_representer.rb index 1672f5b27d..3d9a8a9e60 100644 --- a/modules/costs/lib/api/v3/time_entries/schemas/time_entry_schema_representer.rb +++ b/modules/costs/lib/api/v3/time_entries/schemas/time_entry_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/time_entries_activity_api.rb b/modules/costs/lib/api/v3/time_entries/time_entries_activity_api.rb index 67371ad90e..a2b0a3da9a 100644 --- a/modules/costs/lib/api/v3/time_entries/time_entries_activity_api.rb +++ b/modules/costs/lib/api/v3/time_entries/time_entries_activity_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/time_entries_activity_representer.rb b/modules/costs/lib/api/v3/time_entries/time_entries_activity_representer.rb index 0d4976c09d..86b58bee0e 100644 --- a/modules/costs/lib/api/v3/time_entries/time_entries_activity_representer.rb +++ b/modules/costs/lib/api/v3/time_entries/time_entries_activity_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/time_entries_api.rb b/modules/costs/lib/api/v3/time_entries/time_entries_api.rb index 2a413eaea0..5978e0193f 100644 --- a/modules/costs/lib/api/v3/time_entries/time_entries_api.rb +++ b/modules/costs/lib/api/v3/time_entries/time_entries_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/time_entry_collection_representer.rb b/modules/costs/lib/api/v3/time_entries/time_entry_collection_representer.rb index a2c4e790b3..659843facc 100644 --- a/modules/costs/lib/api/v3/time_entries/time_entry_collection_representer.rb +++ b/modules/costs/lib/api/v3/time_entries/time_entry_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/time_entry_payload_representer.rb b/modules/costs/lib/api/v3/time_entries/time_entry_payload_representer.rb index fd90f11acf..416eef290a 100644 --- a/modules/costs/lib/api/v3/time_entries/time_entry_payload_representer.rb +++ b/modules/costs/lib/api/v3/time_entries/time_entry_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/time_entry_representer.rb b/modules/costs/lib/api/v3/time_entries/time_entry_representer.rb index 53c7e61a1f..1e78919d6e 100644 --- a/modules/costs/lib/api/v3/time_entries/time_entry_representer.rb +++ b/modules/costs/lib/api/v3/time_entries/time_entry_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/update_form_api.rb b/modules/costs/lib/api/v3/time_entries/update_form_api.rb index 744a6b28b3..e1dacd0928 100644 --- a/modules/costs/lib/api/v3/time_entries/update_form_api.rb +++ b/modules/costs/lib/api/v3/time_entries/update_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/api/v3/time_entries/update_form_representer.rb b/modules/costs/lib/api/v3/time_entries/update_form_representer.rb index 23d654ffba..54534fe011 100644 --- a/modules/costs/lib/api/v3/time_entries/update_form_representer.rb +++ b/modules/costs/lib/api/v3/time_entries/update_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs.rb b/modules/costs/lib/costs.rb index e7e11830cc..89543b73f1 100644 --- a/modules/costs/lib/costs.rb +++ b/modules/costs/lib/costs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/attributes_helper.rb b/modules/costs/lib/costs/attributes_helper.rb index e0c36b3090..68e921e604 100644 --- a/modules/costs/lib/costs/attributes_helper.rb +++ b/modules/costs/lib/costs/attributes_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/deleted_user_fallback.rb b/modules/costs/lib/costs/deleted_user_fallback.rb index 686e564ba3..680cdbd52c 100644 --- a/modules/costs/lib/costs/deleted_user_fallback.rb +++ b/modules/costs/lib/costs/deleted_user_fallback.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/engine.rb b/modules/costs/lib/costs/engine.rb index 054d725df0..a0fb59b48a 100644 --- a/modules/costs/lib/costs/engine.rb +++ b/modules/costs/lib/costs/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches.rb b/modules/costs/lib/costs/patches.rb index 5b1fed617a..27562ccbe6 100644 --- a/modules/costs/lib/costs/patches.rb +++ b/modules/costs/lib/costs/patches.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches/members_patch.rb b/modules/costs/lib/costs/patches/members_patch.rb index c99d363660..e7b7234a1a 100644 --- a/modules/costs/lib/costs/patches/members_patch.rb +++ b/modules/costs/lib/costs/patches/members_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches/number_to_currency_converter_patch.rb b/modules/costs/lib/costs/patches/number_to_currency_converter_patch.rb index 139aacf63a..f4846a51f2 100644 --- a/modules/costs/lib/costs/patches/number_to_currency_converter_patch.rb +++ b/modules/costs/lib/costs/patches/number_to_currency_converter_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches/permitted_params_patch.rb b/modules/costs/lib/costs/patches/permitted_params_patch.rb index ef5ff492be..74c587b51e 100644 --- a/modules/costs/lib/costs/patches/permitted_params_patch.rb +++ b/modules/costs/lib/costs/patches/permitted_params_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches/project_patch.rb b/modules/costs/lib/costs/patches/project_patch.rb index 6eb38388ef..c29707389b 100644 --- a/modules/costs/lib/costs/patches/project_patch.rb +++ b/modules/costs/lib/costs/patches/project_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches/projects_controller_patch.rb b/modules/costs/lib/costs/patches/projects_controller_patch.rb index 123eb2e25b..967a98d50d 100644 --- a/modules/costs/lib/costs/patches/projects_controller_patch.rb +++ b/modules/costs/lib/costs/patches/projects_controller_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches/role_seeder_patch.rb b/modules/costs/lib/costs/patches/role_seeder_patch.rb index 6086a866d8..bc6bac0e56 100644 --- a/modules/costs/lib/costs/patches/role_seeder_patch.rb +++ b/modules/costs/lib/costs/patches/role_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches/setting_seeder_patch.rb b/modules/costs/lib/costs/patches/setting_seeder_patch.rb index 413c2c19c6..becde2aeb3 100644 --- a/modules/costs/lib/costs/patches/setting_seeder_patch.rb +++ b/modules/costs/lib/costs/patches/setting_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/patches/user_patch.rb b/modules/costs/lib/costs/patches/user_patch.rb index df768d8011..26fd737882 100644 --- a/modules/costs/lib/costs/patches/user_patch.rb +++ b/modules/costs/lib/costs/patches/user_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/lib/costs/query_currency_column.rb b/modules/costs/lib/costs/query_currency_column.rb index 11c2eb1187..b88c37e4f5 100644 --- a/modules/costs/lib/costs/query_currency_column.rb +++ b/modules/costs/lib/costs/query_currency_column.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/contracts/time_entries/create_contract_spec.rb b/modules/costs/spec/contracts/time_entries/create_contract_spec.rb index cb1bb3f040..a21448d81a 100644 --- a/modules/costs/spec/contracts/time_entries/create_contract_spec.rb +++ b/modules/costs/spec/contracts/time_entries/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/contracts/time_entries/delete_contract_spec.rb b/modules/costs/spec/contracts/time_entries/delete_contract_spec.rb index e2d4b3f954..fac3299c76 100644 --- a/modules/costs/spec/contracts/time_entries/delete_contract_spec.rb +++ b/modules/costs/spec/contracts/time_entries/delete_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/contracts/time_entries/shared_contract_examples.rb b/modules/costs/spec/contracts/time_entries/shared_contract_examples.rb index bce6362694..91bd5d8099 100644 --- a/modules/costs/spec/contracts/time_entries/shared_contract_examples.rb +++ b/modules/costs/spec/contracts/time_entries/shared_contract_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/contracts/time_entries/update_contract_spec.rb b/modules/costs/spec/contracts/time_entries/update_contract_spec.rb index 19c88627b3..ffc8010e66 100644 --- a/modules/costs/spec/contracts/time_entries/update_contract_spec.rb +++ b/modules/costs/spec/contracts/time_entries/update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/controllers/cost_types_controller_spec.rb b/modules/costs/spec/controllers/cost_types_controller_spec.rb index 32ec37822d..55c42ad3b9 100644 --- a/modules/costs/spec/controllers/cost_types_controller_spec.rb +++ b/modules/costs/spec/controllers/cost_types_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/controllers/costlog_controller_spec.rb b/modules/costs/spec/controllers/costlog_controller_spec.rb index f3dd67bca8..72ecdfbec4 100644 --- a/modules/costs/spec/controllers/costlog_controller_spec.rb +++ b/modules/costs/spec/controllers/costlog_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/controllers/hourly_rates_controller_spec.rb b/modules/costs/spec/controllers/hourly_rates_controller_spec.rb index 17185a9461..a77f72a187 100644 --- a/modules/costs/spec/controllers/hourly_rates_controller_spec.rb +++ b/modules/costs/spec/controllers/hourly_rates_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/controllers/work_packages_bulk_controller_spec.rb b/modules/costs/spec/controllers/work_packages_bulk_controller_spec.rb index c23ceae069..0ca93ee3b0 100644 --- a/modules/costs/spec/controllers/work_packages_bulk_controller_spec.rb +++ b/modules/costs/spec/controllers/work_packages_bulk_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/cost_entry_factory.rb b/modules/costs/spec/factories/cost_entry_factory.rb index 0b0f4f947a..4d9d89dab4 100644 --- a/modules/costs/spec/factories/cost_entry_factory.rb +++ b/modules/costs/spec/factories/cost_entry_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/cost_rate_factory.rb b/modules/costs/spec/factories/cost_rate_factory.rb index 1543d9bb2b..59eda69396 100644 --- a/modules/costs/spec/factories/cost_rate_factory.rb +++ b/modules/costs/spec/factories/cost_rate_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/cost_type_factory.rb b/modules/costs/spec/factories/cost_type_factory.rb index 2322a98d60..d2c15ce7bf 100644 --- a/modules/costs/spec/factories/cost_type_factory.rb +++ b/modules/costs/spec/factories/cost_type_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/default_hourly_rate_factory.rb b/modules/costs/spec/factories/default_hourly_rate_factory.rb index 4b34264b4a..a841c73dcd 100644 --- a/modules/costs/spec/factories/default_hourly_rate_factory.rb +++ b/modules/costs/spec/factories/default_hourly_rate_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/hourly_rate_factory.rb b/modules/costs/spec/factories/hourly_rate_factory.rb index ccd1fd28b4..925287ac84 100644 --- a/modules/costs/spec/factories/hourly_rate_factory.rb +++ b/modules/costs/spec/factories/hourly_rate_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/journal/budget_journal_factory.rb b/modules/costs/spec/factories/journal/budget_journal_factory.rb index 1fbc91e189..6528b36559 100644 --- a/modules/costs/spec/factories/journal/budget_journal_factory.rb +++ b/modules/costs/spec/factories/journal/budget_journal_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/journal/time_entry_journal_factory.rb b/modules/costs/spec/factories/journal/time_entry_journal_factory.rb index 9c13d00994..6a0d480a9c 100644 --- a/modules/costs/spec/factories/journal/time_entry_journal_factory.rb +++ b/modules/costs/spec/factories/journal/time_entry_journal_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/rate_factory.rb b/modules/costs/spec/factories/rate_factory.rb index cbad63d0fb..d947862f46 100644 --- a/modules/costs/spec/factories/rate_factory.rb +++ b/modules/costs/spec/factories/rate_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/time_entry_activity_factory.rb b/modules/costs/spec/factories/time_entry_activity_factory.rb index 746384b57b..8f69398c03 100644 --- a/modules/costs/spec/factories/time_entry_activity_factory.rb +++ b/modules/costs/spec/factories/time_entry_activity_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/factories/time_entry_factory.rb b/modules/costs/spec/factories/time_entry_factory.rb index 429b8daf37..876e15fee6 100644 --- a/modules/costs/spec/factories/time_entry_factory.rb +++ b/modules/costs/spec/factories/time_entry_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/cost_entries/add_cost_entry_spec.rb b/modules/costs/spec/features/cost_entries/add_cost_entry_spec.rb index 3039e5b45a..e1871c4852 100644 --- a/modules/costs/spec/features/cost_entries/add_cost_entry_spec.rb +++ b/modules/costs/spec/features/cost_entries/add_cost_entry_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/cost_entries/add_entry_without_rate_permission_spec.rb b/modules/costs/spec/features/cost_entries/add_entry_without_rate_permission_spec.rb index 86596aa5fa..e596db618e 100644 --- a/modules/costs/spec/features/cost_entries/add_entry_without_rate_permission_spec.rb +++ b/modules/costs/spec/features/cost_entries/add_entry_without_rate_permission_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/cost_types/create_cost_type_spec.rb b/modules/costs/spec/features/cost_types/create_cost_type_spec.rb index 92801c41ee..5caf963178 100644 --- a/modules/costs/spec/features/cost_types/create_cost_type_spec.rb +++ b/modules/costs/spec/features/cost_types/create_cost_type_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/cost_types/delete_cost_type_spec.rb b/modules/costs/spec/features/cost_types/delete_cost_type_spec.rb index 4f0bde7e9e..c8e9d91228 100644 --- a/modules/costs/spec/features/cost_types/delete_cost_type_spec.rb +++ b/modules/costs/spec/features/cost_types/delete_cost_type_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/destroy_work_package_with_cost_entries_spec.rb b/modules/costs/spec/features/destroy_work_package_with_cost_entries_spec.rb index 79fe4f4f93..66d8e9def5 100644 --- a/modules/costs/spec/features/destroy_work_package_with_cost_entries_spec.rb +++ b/modules/costs/spec/features/destroy_work_package_with_cost_entries_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/members_hourly_rates_spec.rb b/modules/costs/spec/features/members_hourly_rates_spec.rb index 62ce417b11..d69adaa3a1 100644 --- a/modules/costs/spec/features/members_hourly_rates_spec.rb +++ b/modules/costs/spec/features/members_hourly_rates_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/time_entries_spec.rb b/modules/costs/spec/features/time_entries_spec.rb index 3bec63b159..0c1f8f9060 100644 --- a/modules/costs/spec/features/time_entries_spec.rb +++ b/modules/costs/spec/features/time_entries_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/time_entry/activity_spec.rb b/modules/costs/spec/features/time_entry/activity_spec.rb index 427b09bd1d..9993f22615 100644 --- a/modules/costs/spec/features/time_entry/activity_spec.rb +++ b/modules/costs/spec/features/time_entry/activity_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/users_hourly_rates_spec.rb b/modules/costs/spec/features/users_hourly_rates_spec.rb index b1f70d5b7e..e6f14282e5 100644 --- a/modules/costs/spec/features/users_hourly_rates_spec.rb +++ b/modules/costs/spec/features/users_hourly_rates_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/features/view_own_rates_spec.rb b/modules/costs/spec/features/view_own_rates_spec.rb index 1a90e65c81..045ab50489 100644 --- a/modules/costs/spec/features/view_own_rates_spec.rb +++ b/modules/costs/spec/features/view_own_rates_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/helpers/costs/number_helper_spec.rb b/modules/costs/spec/helpers/costs/number_helper_spec.rb index 6777021367..44860f04e8 100644 --- a/modules/costs/spec/helpers/costs/number_helper_spec.rb +++ b/modules/costs/spec/helpers/costs/number_helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/cost_entries/aggregated_cost_entry_representer_spec.rb b/modules/costs/spec/lib/api/v3/cost_entries/aggregated_cost_entry_representer_spec.rb index 2130e53a44..ec21e64991 100644 --- a/modules/costs/spec/lib/api/v3/cost_entries/aggregated_cost_entry_representer_spec.rb +++ b/modules/costs/spec/lib/api/v3/cost_entries/aggregated_cost_entry_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/cost_entries/cost_entry_representer_spec.rb b/modules/costs/spec/lib/api/v3/cost_entries/cost_entry_representer_spec.rb index ccb60496f5..93c2c1a4b9 100644 --- a/modules/costs/spec/lib/api/v3/cost_entries/cost_entry_representer_spec.rb +++ b/modules/costs/spec/lib/api/v3/cost_entries/cost_entry_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/cost_entries/work_package_costs_by_type_representer_spec.rb b/modules/costs/spec/lib/api/v3/cost_entries/work_package_costs_by_type_representer_spec.rb index 6c044ec53e..7b7b2ee62a 100644 --- a/modules/costs/spec/lib/api/v3/cost_entries/work_package_costs_by_type_representer_spec.rb +++ b/modules/costs/spec/lib/api/v3/cost_entries/work_package_costs_by_type_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/cost_types/cost_type_representer_spec.rb b/modules/costs/spec/lib/api/v3/cost_types/cost_type_representer_spec.rb index 9cc4a4d8ca..f528cc581e 100644 --- a/modules/costs/spec/lib/api/v3/cost_types/cost_type_representer_spec.rb +++ b/modules/costs/spec/lib/api/v3/cost_types/cost_type_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/costs_api_user_permission_check_spec.rb b/modules/costs/spec/lib/api/v3/costs_api_user_permission_check_spec.rb index d68da6d6e7..93d2244363 100644 --- a/modules/costs/spec/lib/api/v3/costs_api_user_permission_check_spec.rb +++ b/modules/costs/spec/lib/api/v3/costs_api_user_permission_check_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/path_helper_spec.rb b/modules/costs/spec/lib/api/v3/path_helper_spec.rb index 1453b8f291..8d80dfa12c 100644 --- a/modules/costs/spec/lib/api/v3/path_helper_spec.rb +++ b/modules/costs/spec/lib/api/v3/path_helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/time_entries/schemas/time_entry_schema_representer_spec.rb b/modules/costs/spec/lib/api/v3/time_entries/schemas/time_entry_schema_representer_spec.rb index 21b7b70f94..81a2c839c0 100644 --- a/modules/costs/spec/lib/api/v3/time_entries/schemas/time_entry_schema_representer_spec.rb +++ b/modules/costs/spec/lib/api/v3/time_entries/schemas/time_entry_schema_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/time_entries/time_entries_activity_representer_rendering_spec.rb b/modules/costs/spec/lib/api/v3/time_entries/time_entries_activity_representer_rendering_spec.rb index 1aedba5cd2..50a2fe4b95 100644 --- a/modules/costs/spec/lib/api/v3/time_entries/time_entries_activity_representer_rendering_spec.rb +++ b/modules/costs/spec/lib/api/v3/time_entries/time_entries_activity_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/time_entries/time_entry_representer_parsing_spec.rb b/modules/costs/spec/lib/api/v3/time_entries/time_entry_representer_parsing_spec.rb index d9330f01f6..7c5e6b4d91 100644 --- a/modules/costs/spec/lib/api/v3/time_entries/time_entry_representer_parsing_spec.rb +++ b/modules/costs/spec/lib/api/v3/time_entries/time_entry_representer_parsing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/time_entries/time_entry_representer_rendering_spec.rb b/modules/costs/spec/lib/api/v3/time_entries/time_entry_representer_rendering_spec.rb index 83a1a304be..f3b75b5af7 100644 --- a/modules/costs/spec/lib/api/v3/time_entries/time_entry_representer_rendering_spec.rb +++ b/modules/costs/spec/lib/api/v3/time_entries/time_entry_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/work_packages/work_package_representer_spec.rb b/modules/costs/spec/lib/api/v3/work_packages/work_package_representer_spec.rb index 847f4d3cd8..a8a4844616 100644 --- a/modules/costs/spec/lib/api/v3/work_packages/work_package_representer_spec.rb +++ b/modules/costs/spec/lib/api/v3/work_packages/work_package_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/api/v3/work_packages/work_package_schema_representer_spec.rb b/modules/costs/spec/lib/api/v3/work_packages/work_package_schema_representer_spec.rb index cc7e3f8fed..6cb9251153 100644 --- a/modules/costs/spec/lib/api/v3/work_packages/work_package_schema_representer_spec.rb +++ b/modules/costs/spec/lib/api/v3/work_packages/work_package_schema_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/costs/query_currency_column_spec.rb b/modules/costs/spec/lib/costs/query_currency_column_spec.rb index d2d1894b38..43c0408c78 100644 --- a/modules/costs/spec/lib/costs/query_currency_column_spec.rb +++ b/modules/costs/spec/lib/costs/query_currency_column_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/lib/open_project/costs/default_data_spec.rb b/modules/costs/spec/lib/open_project/costs/default_data_spec.rb index bdff6da32e..84df39dbaa 100644 --- a/modules/costs/spec/lib/open_project/costs/default_data_spec.rb +++ b/modules/costs/spec/lib/open_project/costs/default_data_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/cost_entry_spec.rb b/modules/costs/spec/models/cost_entry_spec.rb index e90b8d4ba4..d139e71971 100644 --- a/modules/costs/spec/models/cost_entry_spec.rb +++ b/modules/costs/spec/models/cost_entry_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/cost_type_spec.rb b/modules/costs/spec/models/cost_type_spec.rb index b271d64a14..d041704b57 100644 --- a/modules/costs/spec/models/cost_type_spec.rb +++ b/modules/costs/spec/models/cost_type_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/default_hourly_rate_spec.rb b/modules/costs/spec/models/default_hourly_rate_spec.rb index d7045ae7cc..1fa88c384a 100644 --- a/modules/costs/spec/models/default_hourly_rate_spec.rb +++ b/modules/costs/spec/models/default_hourly_rate_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/hourly_rate_spec.rb b/modules/costs/spec/models/hourly_rate_spec.rb index a72bc1484e..37931089db 100644 --- a/modules/costs/spec/models/hourly_rate_spec.rb +++ b/modules/costs/spec/models/hourly_rate_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/permitted_params_spec.rb b/modules/costs/spec/models/permitted_params_spec.rb index faa48bb2bf..6b9c6ca623 100644 --- a/modules/costs/spec/models/permitted_params_spec.rb +++ b/modules/costs/spec/models/permitted_params_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/project/activity_spec.rb b/modules/costs/spec/models/project/activity_spec.rb index 54a1dcf0f3..e35802cb00 100644 --- a/modules/costs/spec/models/project/activity_spec.rb +++ b/modules/costs/spec/models/project/activity_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/projects/scopes/activated_time_activity_spec.rb b/modules/costs/spec/models/projects/scopes/activated_time_activity_spec.rb index c61100e833..0de3cf70eb 100644 --- a/modules/costs/spec/models/projects/scopes/activated_time_activity_spec.rb +++ b/modules/costs/spec/models/projects/scopes/activated_time_activity_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/projects/scopes/visible_with_activated_time_activity_spec.rb b/modules/costs/spec/models/projects/scopes/visible_with_activated_time_activity_spec.rb index 310d7377f2..6fa5a7fb25 100644 --- a/modules/costs/spec/models/projects/scopes/visible_with_activated_time_activity_spec.rb +++ b/modules/costs/spec/models/projects/scopes/visible_with_activated_time_activity_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/queries/time_entries/filters/activity_filter_spec.rb b/modules/costs/spec/models/queries/time_entries/filters/activity_filter_spec.rb index 8aed12002b..2f0c8009fd 100644 --- a/modules/costs/spec/models/queries/time_entries/filters/activity_filter_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/filters/activity_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/queries/time_entries/filters/created_at_filter_spec.rb b/modules/costs/spec/models/queries/time_entries/filters/created_at_filter_spec.rb index f30a4e5099..296bd5b667 100644 --- a/modules/costs/spec/models/queries/time_entries/filters/created_at_filter_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/filters/created_at_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/queries/time_entries/filters/project_filter_spec.rb b/modules/costs/spec/models/queries/time_entries/filters/project_filter_spec.rb index adfbab4ef0..170afce5b4 100644 --- a/modules/costs/spec/models/queries/time_entries/filters/project_filter_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/filters/project_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/queries/time_entries/filters/spent_on_filter_spec.rb b/modules/costs/spec/models/queries/time_entries/filters/spent_on_filter_spec.rb index 8e6008f5d4..44b87b23d5 100644 --- a/modules/costs/spec/models/queries/time_entries/filters/spent_on_filter_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/filters/spent_on_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/queries/time_entries/filters/updated_at_filter_spec.rb b/modules/costs/spec/models/queries/time_entries/filters/updated_at_filter_spec.rb index 2cf65ab74b..cd3740979f 100644 --- a/modules/costs/spec/models/queries/time_entries/filters/updated_at_filter_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/filters/updated_at_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/queries/time_entries/filters/user_filter_spec.rb b/modules/costs/spec/models/queries/time_entries/filters/user_filter_spec.rb index ab14f5dbac..18c871cc20 100644 --- a/modules/costs/spec/models/queries/time_entries/filters/user_filter_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/filters/user_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/queries/time_entries/filters/work_package_filter_spec.rb b/modules/costs/spec/models/queries/time_entries/filters/work_package_filter_spec.rb index 660a5b49c1..5ca5804d6f 100644 --- a/modules/costs/spec/models/queries/time_entries/filters/work_package_filter_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/filters/work_package_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/queries/time_entries/time_entry_query_spec.rb b/modules/costs/spec/models/queries/time_entries/time_entry_query_spec.rb index 05c311e136..fbed2fb74f 100644 --- a/modules/costs/spec/models/queries/time_entries/time_entry_query_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/time_entry_query_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/rate_spec.rb b/modules/costs/spec/models/rate_spec.rb index 6df48a4949..3fd83f8e00 100644 --- a/modules/costs/spec/models/rate_spec.rb +++ b/modules/costs/spec/models/rate_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/time_entries/scopes/of_user_and_day_spec.rb b/modules/costs/spec/models/time_entries/scopes/of_user_and_day_spec.rb index 3d4a4f9a01..dc95a16f36 100644 --- a/modules/costs/spec/models/time_entries/scopes/of_user_and_day_spec.rb +++ b/modules/costs/spec/models/time_entries/scopes/of_user_and_day_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/time_entries/scopes/visible_spec.rb b/modules/costs/spec/models/time_entries/scopes/visible_spec.rb index 3e29106eb2..b30895f3bf 100644 --- a/modules/costs/spec/models/time_entries/scopes/visible_spec.rb +++ b/modules/costs/spec/models/time_entries/scopes/visible_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/time_entry_activities/scopes/active_in_project_spec.rb b/modules/costs/spec/models/time_entry_activities/scopes/active_in_project_spec.rb index 9ee4741f10..5084fba9f1 100644 --- a/modules/costs/spec/models/time_entry_activities/scopes/active_in_project_spec.rb +++ b/modules/costs/spec/models/time_entry_activities/scopes/active_in_project_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/time_entry_activity_spec.rb b/modules/costs/spec/models/time_entry_activity_spec.rb index 5559719fe0..ce06ad96c2 100644 --- a/modules/costs/spec/models/time_entry_activity_spec.rb +++ b/modules/costs/spec/models/time_entry_activity_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/time_entry_spec.rb b/modules/costs/spec/models/time_entry_spec.rb index c8f14e7467..f3875fd3a1 100644 --- a/modules/costs/spec/models/time_entry_spec.rb +++ b/modules/costs/spec/models/time_entry_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/user_spec.rb b/modules/costs/spec/models/user_spec.rb index 64fd5755eb..440fee30c5 100644 --- a/modules/costs/spec/models/user_spec.rb +++ b/modules/costs/spec/models/user_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/work_package/ask_before_destruction_spec.rb b/modules/costs/spec/models/work_package/ask_before_destruction_spec.rb index c994644d53..cacdcf7415 100644 --- a/modules/costs/spec/models/work_package/ask_before_destruction_spec.rb +++ b/modules/costs/spec/models/work_package/ask_before_destruction_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/models/work_package_spec.rb b/modules/costs/spec/models/work_package_spec.rb index 28478d8919..6e76efcd21 100644 --- a/modules/costs/spec/models/work_package_spec.rb +++ b/modules/costs/spec/models/work_package_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/plugin_spec_helper.rb b/modules/costs/spec/plugin_spec_helper.rb index b1f03560a3..1bc860f1a7 100644 --- a/modules/costs/spec/plugin_spec_helper.rb +++ b/modules/costs/spec/plugin_spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/attachments/attachments_by_budget_resource_spec.rb b/modules/costs/spec/requests/api/attachments/attachments_by_budget_resource_spec.rb index 57aae3ba3b..5618ef9cee 100644 --- a/modules/costs/spec/requests/api/attachments/attachments_by_budget_resource_spec.rb +++ b/modules/costs/spec/requests/api/attachments/attachments_by_budget_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/cost_entries/cost_entries_by_work_package_resource_spec.rb b/modules/costs/spec/requests/api/cost_entries/cost_entries_by_work_package_resource_spec.rb index 5f79de4ddc..c614386a0f 100644 --- a/modules/costs/spec/requests/api/cost_entries/cost_entries_by_work_package_resource_spec.rb +++ b/modules/costs/spec/requests/api/cost_entries/cost_entries_by_work_package_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/cost_entries/cost_entry_resource_spec.rb b/modules/costs/spec/requests/api/cost_entries/cost_entry_resource_spec.rb index a604ce3418..f942d8f635 100644 --- a/modules/costs/spec/requests/api/cost_entries/cost_entry_resource_spec.rb +++ b/modules/costs/spec/requests/api/cost_entries/cost_entry_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/cost_types/cost_type_resource_spec.rb b/modules/costs/spec/requests/api/cost_types/cost_type_resource_spec.rb index a41f0482f3..72a85f58a1 100644 --- a/modules/costs/spec/requests/api/cost_types/cost_type_resource_spec.rb +++ b/modules/costs/spec/requests/api/cost_types/cost_type_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/time_entries/available_projects_resource_spec.rb b/modules/costs/spec/requests/api/time_entries/available_projects_resource_spec.rb index ceec799e69..383e64f81d 100644 --- a/modules/costs/spec/requests/api/time_entries/available_projects_resource_spec.rb +++ b/modules/costs/spec/requests/api/time_entries/available_projects_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/time_entries/create_form_resource_spec.rb b/modules/costs/spec/requests/api/time_entries/create_form_resource_spec.rb index de73bc8530..52178a74cd 100644 --- a/modules/costs/spec/requests/api/time_entries/create_form_resource_spec.rb +++ b/modules/costs/spec/requests/api/time_entries/create_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/time_entries/schemas/time_entry_schema_resource_spec.rb b/modules/costs/spec/requests/api/time_entries/schemas/time_entry_schema_resource_spec.rb index 4fb040e839..28f98f0fdf 100644 --- a/modules/costs/spec/requests/api/time_entries/schemas/time_entry_schema_resource_spec.rb +++ b/modules/costs/spec/requests/api/time_entries/schemas/time_entry_schema_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/time_entries/update_form_resource_spec.rb b/modules/costs/spec/requests/api/time_entries/update_form_resource_spec.rb index eaddbe7dba..e764dfa531 100644 --- a/modules/costs/spec/requests/api/time_entries/update_form_resource_spec.rb +++ b/modules/costs/spec/requests/api/time_entries/update_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/time_entry_activity_resource_spec.rb b/modules/costs/spec/requests/api/time_entry_activity_resource_spec.rb index fec9830fd7..30c8bf64a5 100644 --- a/modules/costs/spec/requests/api/time_entry_activity_resource_spec.rb +++ b/modules/costs/spec/requests/api/time_entry_activity_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/requests/api/time_entry_resource_spec.rb b/modules/costs/spec/requests/api/time_entry_resource_spec.rb index f284c79314..0530df04ec 100644 --- a/modules/costs/spec/requests/api/time_entry_resource_spec.rb +++ b/modules/costs/spec/requests/api/time_entry_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/routing/cost_objects_routing_spec.rb b/modules/costs/spec/routing/cost_objects_routing_spec.rb index 04e0e87285..3433c084ba 100644 --- a/modules/costs/spec/routing/cost_objects_routing_spec.rb +++ b/modules/costs/spec/routing/cost_objects_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/routing/cost_types_routing_spec.rb b/modules/costs/spec/routing/cost_types_routing_spec.rb index 2b9b64cd91..d8b97b9533 100644 --- a/modules/costs/spec/routing/cost_types_routing_spec.rb +++ b/modules/costs/spec/routing/cost_types_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/routing/costlog_routing_spec.rb b/modules/costs/spec/routing/costlog_routing_spec.rb index 560079e55f..d280387cb8 100644 --- a/modules/costs/spec/routing/costlog_routing_spec.rb +++ b/modules/costs/spec/routing/costlog_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/routing/hourly_rates_routing_spec.rb b/modules/costs/spec/routing/hourly_rates_routing_spec.rb index c337ff3ac5..ce2811f2fd 100644 --- a/modules/costs/spec/routing/hourly_rates_routing_spec.rb +++ b/modules/costs/spec/routing/hourly_rates_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/services/time_entries/set_attributes_service_spec.rb b/modules/costs/spec/services/time_entries/set_attributes_service_spec.rb index 790e5c170e..a16c713314 100644 --- a/modules/costs/spec/services/time_entries/set_attributes_service_spec.rb +++ b/modules/costs/spec/services/time_entries/set_attributes_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/costs/spec/spec_helper.rb b/modules/costs/spec/spec_helper.rb index b0cdf6bc13..c2fabedbd4 100644 --- a/modules/costs/spec/spec_helper.rb +++ b/modules/costs/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/app/models/grids/dashboard.rb b/modules/dashboards/app/models/grids/dashboard.rb index de5637adfb..eeb2a84ae4 100644 --- a/modules/dashboards/app/models/grids/dashboard.rb +++ b/modules/dashboards/app/models/grids/dashboard.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/contracts/grids/create_contract_spec.rb b/modules/dashboards/spec/contracts/grids/create_contract_spec.rb index a9a4a06c08..d596e5179b 100644 --- a/modules/dashboards/spec/contracts/grids/create_contract_spec.rb +++ b/modules/dashboards/spec/contracts/grids/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/contracts/grids/shared_examples.rb b/modules/dashboards/spec/contracts/grids/shared_examples.rb index 4d27214f83..1226782b2c 100644 --- a/modules/dashboards/spec/contracts/grids/shared_examples.rb +++ b/modules/dashboards/spec/contracts/grids/shared_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/custom_text_spec.rb b/modules/dashboards/spec/features/custom_text_spec.rb index 5c6f45ebdc..5e689947c2 100644 --- a/modules/dashboards/spec/features/custom_text_spec.rb +++ b/modules/dashboards/spec/features/custom_text_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/docments_spec.rb b/modules/dashboards/spec/features/docments_spec.rb index 0f35ae97e2..48f6b7780d 100644 --- a/modules/dashboards/spec/features/docments_spec.rb +++ b/modules/dashboards/spec/features/docments_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/members_principals_spec.rb b/modules/dashboards/spec/features/members_principals_spec.rb index 57dcace3ac..dbec358587 100644 --- a/modules/dashboards/spec/features/members_principals_spec.rb +++ b/modules/dashboards/spec/features/members_principals_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/members_spec.rb b/modules/dashboards/spec/features/members_spec.rb index dd3e5a87f3..4f813d283f 100644 --- a/modules/dashboards/spec/features/members_spec.rb +++ b/modules/dashboards/spec/features/members_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/modifying_with_unallowed_spec.rb b/modules/dashboards/spec/features/modifying_with_unallowed_spec.rb index f63f366c75..7d47e56ea4 100644 --- a/modules/dashboards/spec/features/modifying_with_unallowed_spec.rb +++ b/modules/dashboards/spec/features/modifying_with_unallowed_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/navigation_spec.rb b/modules/dashboards/spec/features/navigation_spec.rb index b2439dd249..1424327ff0 100644 --- a/modules/dashboards/spec/features/navigation_spec.rb +++ b/modules/dashboards/spec/features/navigation_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/news_spec.rb b/modules/dashboards/spec/features/news_spec.rb index 92dbad3828..d53c27de5d 100644 --- a/modules/dashboards/spec/features/news_spec.rb +++ b/modules/dashboards/spec/features/news_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/project_description_spec.rb b/modules/dashboards/spec/features/project_description_spec.rb index 31d02fa83d..d80504471c 100644 --- a/modules/dashboards/spec/features/project_description_spec.rb +++ b/modules/dashboards/spec/features/project_description_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/project_details_spec.rb b/modules/dashboards/spec/features/project_details_spec.rb index 77187bc253..63d22be1ec 100644 --- a/modules/dashboards/spec/features/project_details_spec.rb +++ b/modules/dashboards/spec/features/project_details_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/project_status_spec.rb b/modules/dashboards/spec/features/project_status_spec.rb index 78e80d1536..df9a450b45 100644 --- a/modules/dashboards/spec/features/project_status_spec.rb +++ b/modules/dashboards/spec/features/project_status_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/read_only_allowed_spec.rb b/modules/dashboards/spec/features/read_only_allowed_spec.rb index c8d5189412..61503cbb74 100644 --- a/modules/dashboards/spec/features/read_only_allowed_spec.rb +++ b/modules/dashboards/spec/features/read_only_allowed_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/subprojects_spec.rb b/modules/dashboards/spec/features/subprojects_spec.rb index bfc4f09c84..936a0f7e30 100644 --- a/modules/dashboards/spec/features/subprojects_spec.rb +++ b/modules/dashboards/spec/features/subprojects_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/time_entries_spec.rb b/modules/dashboards/spec/features/time_entries_spec.rb index bfcccdc348..e665018f01 100644 --- a/modules/dashboards/spec/features/time_entries_spec.rb +++ b/modules/dashboards/spec/features/time_entries_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/work_package_calendar_spec.rb b/modules/dashboards/spec/features/work_package_calendar_spec.rb index d50625cb00..be6cc63af1 100644 --- a/modules/dashboards/spec/features/work_package_calendar_spec.rb +++ b/modules/dashboards/spec/features/work_package_calendar_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/work_package_graph_overview_spec.rb b/modules/dashboards/spec/features/work_package_graph_overview_spec.rb index 11514e7947..dd470197f7 100644 --- a/modules/dashboards/spec/features/work_package_graph_overview_spec.rb +++ b/modules/dashboards/spec/features/work_package_graph_overview_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/work_package_graph_spec.rb b/modules/dashboards/spec/features/work_package_graph_spec.rb index 4667b63c78..0f540545d2 100644 --- a/modules/dashboards/spec/features/work_package_graph_spec.rb +++ b/modules/dashboards/spec/features/work_package_graph_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/features/work_package_table_spec.rb b/modules/dashboards/spec/features/work_package_table_spec.rb index 9a907d483b..99bea4d202 100644 --- a/modules/dashboards/spec/features/work_package_table_spec.rb +++ b/modules/dashboards/spec/features/work_package_table_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/requests/api/v3/attachments/grid_spec.rb b/modules/dashboards/spec/requests/api/v3/attachments/grid_spec.rb index 711b869db0..61648098ca 100644 --- a/modules/dashboards/spec/requests/api/v3/attachments/grid_spec.rb +++ b/modules/dashboards/spec/requests/api/v3/attachments/grid_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb b/modules/dashboards/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb index e8eec26c72..deeed6bec6 100644 --- a/modules/dashboards/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb +++ b/modules/dashboards/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/requests/api/v3/grids/grids_resource_spec.rb b/modules/dashboards/spec/requests/api/v3/grids/grids_resource_spec.rb index 7dc1c0e5e6..597b2d6be8 100644 --- a/modules/dashboards/spec/requests/api/v3/grids/grids_resource_spec.rb +++ b/modules/dashboards/spec/requests/api/v3/grids/grids_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/dashboards/spec/support/pages/dashboard.rb b/modules/dashboards/spec/support/pages/dashboard.rb index eff53daabb..69ea1ee5ef 100644 --- a/modules/dashboards/spec/support/pages/dashboard.rb +++ b/modules/dashboards/spec/support/pages/dashboard.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/contracts/documents/base_contract.rb b/modules/documents/app/contracts/documents/base_contract.rb index e46ea755c0..38b547a792 100644 --- a/modules/documents/app/contracts/documents/base_contract.rb +++ b/modules/documents/app/contracts/documents/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/contracts/documents/create_contract.rb b/modules/documents/app/contracts/documents/create_contract.rb index f72e49d075..709383b932 100644 --- a/modules/documents/app/contracts/documents/create_contract.rb +++ b/modules/documents/app/contracts/documents/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/contracts/documents/update_contract.rb b/modules/documents/app/contracts/documents/update_contract.rb index bff90ab3f8..dc52fa2163 100644 --- a/modules/documents/app/contracts/documents/update_contract.rb +++ b/modules/documents/app/contracts/documents/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/controllers/documents_controller.rb b/modules/documents/app/controllers/documents_controller.rb index a807b4e602..75b3e0c935 100644 --- a/modules/documents/app/controllers/documents_controller.rb +++ b/modules/documents/app/controllers/documents_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/helpers/documents_helper.rb b/modules/documents/app/helpers/documents_helper.rb index 58c157f9b2..17d62813a9 100644 --- a/modules/documents/app/helpers/documents_helper.rb +++ b/modules/documents/app/helpers/documents_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/mailers/documents_mailer.rb b/modules/documents/app/mailers/documents_mailer.rb index 75fd2b0da0..efb9af76f4 100644 --- a/modules/documents/app/mailers/documents_mailer.rb +++ b/modules/documents/app/mailers/documents_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/activities/document_activity_provider.rb b/modules/documents/app/models/activities/document_activity_provider.rb index d21ccbcc87..b22a32f236 100644 --- a/modules/documents/app/models/activities/document_activity_provider.rb +++ b/modules/documents/app/models/activities/document_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/document.rb b/modules/documents/app/models/document.rb index 240d0c1c1c..4d796ff856 100644 --- a/modules/documents/app/models/document.rb +++ b/modules/documents/app/models/document.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/document_category.rb b/modules/documents/app/models/document_category.rb index 95b5e39ecd..6cb4a8a29e 100644 --- a/modules/documents/app/models/document_category.rb +++ b/modules/documents/app/models/document_category.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/journal/document_journal.rb b/modules/documents/app/models/journal/document_journal.rb index f79f06d163..2f99054442 100644 --- a/modules/documents/app/models/journal/document_journal.rb +++ b/modules/documents/app/models/journal/document_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/queries/documents.rb b/modules/documents/app/models/queries/documents.rb index 1eb5f09ba1..ddd9941edc 100644 --- a/modules/documents/app/models/queries/documents.rb +++ b/modules/documents/app/models/queries/documents.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/queries/documents/document_query.rb b/modules/documents/app/models/queries/documents/document_query.rb index ddc2663144..cf19b3d5e4 100644 --- a/modules/documents/app/models/queries/documents/document_query.rb +++ b/modules/documents/app/models/queries/documents/document_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/queries/documents/filters/document_filter.rb b/modules/documents/app/models/queries/documents/filters/document_filter.rb index 31246daaad..8607f3346e 100644 --- a/modules/documents/app/models/queries/documents/filters/document_filter.rb +++ b/modules/documents/app/models/queries/documents/filters/document_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/queries/documents/filters/project_filter.rb b/modules/documents/app/models/queries/documents/filters/project_filter.rb index 8755c3d3e0..c64727aac6 100644 --- a/modules/documents/app/models/queries/documents/filters/project_filter.rb +++ b/modules/documents/app/models/queries/documents/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/models/queries/documents/orders/default_order.rb b/modules/documents/app/models/queries/documents/orders/default_order.rb index c77babeab7..f1d6a2e711 100644 --- a/modules/documents/app/models/queries/documents/orders/default_order.rb +++ b/modules/documents/app/models/queries/documents/orders/default_order.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/seeders/basic_data/documents/enumeration_seeder.rb b/modules/documents/app/seeders/basic_data/documents/enumeration_seeder.rb index f85fd6c196..7acbd21f4f 100644 --- a/modules/documents/app/seeders/basic_data/documents/enumeration_seeder.rb +++ b/modules/documents/app/seeders/basic_data/documents/enumeration_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/services/documents/create_service.rb b/modules/documents/app/services/documents/create_service.rb index e719a78698..eb4a467196 100644 --- a/modules/documents/app/services/documents/create_service.rb +++ b/modules/documents/app/services/documents/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/services/documents/set_attributes_service.rb b/modules/documents/app/services/documents/set_attributes_service.rb index 897805a418..c178b25b73 100644 --- a/modules/documents/app/services/documents/set_attributes_service.rb +++ b/modules/documents/app/services/documents/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/services/documents/update_service.rb b/modules/documents/app/services/documents/update_service.rb index 59247c66a1..8fbc54e7c8 100644 --- a/modules/documents/app/services/documents/update_service.rb +++ b/modules/documents/app/services/documents/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/services/notifications/create_from_model_service/document_strategy.rb b/modules/documents/app/services/notifications/create_from_model_service/document_strategy.rb index 4b260f093d..7c13bbfc32 100644 --- a/modules/documents/app/services/notifications/create_from_model_service/document_strategy.rb +++ b/modules/documents/app/services/notifications/create_from_model_service/document_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/services/notifications/mail_service/document_strategy.rb b/modules/documents/app/services/notifications/mail_service/document_strategy.rb index 90808a3964..e5fee7a8ef 100644 --- a/modules/documents/app/services/notifications/mail_service/document_strategy.rb +++ b/modules/documents/app/services/notifications/mail_service/document_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/documents/_document.html.erb b/modules/documents/app/views/documents/_document.html.erb index 924bd67607..31877bb210 100644 --- a/modules/documents/app/views/documents/_document.html.erb +++ b/modules/documents/app/views/documents/_document.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/documents/_form.html.erb b/modules/documents/app/views/documents/_form.html.erb index 5012274c22..e3f954126f 100644 --- a/modules/documents/app/views/documents/_form.html.erb +++ b/modules/documents/app/views/documents/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/documents/edit.html.erb b/modules/documents/app/views/documents/edit.html.erb index 43fa951ca7..5f1b876255 100644 --- a/modules/documents/app/views/documents/edit.html.erb +++ b/modules/documents/app/views/documents/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/documents/index.html.erb b/modules/documents/app/views/documents/index.html.erb index 529c749f19..7ef3ab484e 100644 --- a/modules/documents/app/views/documents/index.html.erb +++ b/modules/documents/app/views/documents/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/documents/new.html.erb b/modules/documents/app/views/documents/new.html.erb index 429cdd04c7..4ba030de84 100644 --- a/modules/documents/app/views/documents/new.html.erb +++ b/modules/documents/app/views/documents/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/documents/show.html.erb b/modules/documents/app/views/documents/show.html.erb index 8b3e02faae..338cfe6d3f 100644 --- a/modules/documents/app/views/documents/show.html.erb +++ b/modules/documents/app/views/documents/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/documents_mailer/document_added.html.erb b/modules/documents/app/views/documents_mailer/document_added.html.erb index 2b191d1221..84f97dd3cc 100644 --- a/modules/documents/app/views/documents_mailer/document_added.html.erb +++ b/modules/documents/app/views/documents_mailer/document_added.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/documents_mailer/document_added.text.erb b/modules/documents/app/views/documents_mailer/document_added.text.erb index 8e9f6a172e..a278096613 100644 --- a/modules/documents/app/views/documents_mailer/document_added.text.erb +++ b/modules/documents/app/views/documents_mailer/document_added.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/app/views/help/wiki_syntax_detailed.html.erb b/modules/documents/app/views/help/wiki_syntax_detailed.html.erb index 16fa980946..fd8db3c471 100644 --- a/modules/documents/app/views/help/wiki_syntax_detailed.html.erb +++ b/modules/documents/app/views/help/wiki_syntax_detailed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/config/locales/crowdin/af.yml b/modules/documents/config/locales/crowdin/af.yml index d0d202e724..a8c0addd9c 100644 --- a/modules/documents/config/locales/crowdin/af.yml +++ b/modules/documents/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/ar.yml b/modules/documents/config/locales/crowdin/ar.yml index c88ab95232..9b2c68eeb7 100644 --- a/modules/documents/config/locales/crowdin/ar.yml +++ b/modules/documents/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/az.yml b/modules/documents/config/locales/crowdin/az.yml index d78937695d..67fb6864fe 100644 --- a/modules/documents/config/locales/crowdin/az.yml +++ b/modules/documents/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/bg.yml b/modules/documents/config/locales/crowdin/bg.yml index 7fb1ba8a32..7a0c14df99 100644 --- a/modules/documents/config/locales/crowdin/bg.yml +++ b/modules/documents/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/ca.yml b/modules/documents/config/locales/crowdin/ca.yml index 83724b0568..c1df242e2a 100644 --- a/modules/documents/config/locales/crowdin/ca.yml +++ b/modules/documents/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/ckb-IR.yml b/modules/documents/config/locales/crowdin/ckb-IR.yml index 11c27058b0..f5fa63e177 100644 --- a/modules/documents/config/locales/crowdin/ckb-IR.yml +++ b/modules/documents/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/cs.yml b/modules/documents/config/locales/crowdin/cs.yml index 35ed5193a5..e98d3e289b 100644 --- a/modules/documents/config/locales/crowdin/cs.yml +++ b/modules/documents/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/da.yml b/modules/documents/config/locales/crowdin/da.yml index b1d61fb57b..eb5c5022da 100644 --- a/modules/documents/config/locales/crowdin/da.yml +++ b/modules/documents/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/de.yml b/modules/documents/config/locales/crowdin/de.yml index 5e7a5ba044..707fead2ed 100644 --- a/modules/documents/config/locales/crowdin/de.yml +++ b/modules/documents/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/el.yml b/modules/documents/config/locales/crowdin/el.yml index f2836c2e97..b7c4df6ca9 100644 --- a/modules/documents/config/locales/crowdin/el.yml +++ b/modules/documents/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/eo.yml b/modules/documents/config/locales/crowdin/eo.yml index cbebf27af5..2a33825d0a 100644 --- a/modules/documents/config/locales/crowdin/eo.yml +++ b/modules/documents/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/es.yml b/modules/documents/config/locales/crowdin/es.yml index 90c836fd05..b83fa607a8 100644 --- a/modules/documents/config/locales/crowdin/es.yml +++ b/modules/documents/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/et.yml b/modules/documents/config/locales/crowdin/et.yml index 09446b1b50..22331d48b7 100644 --- a/modules/documents/config/locales/crowdin/et.yml +++ b/modules/documents/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/fa.yml b/modules/documents/config/locales/crowdin/fa.yml index 7bfdcb82f1..7dc55b61e2 100644 --- a/modules/documents/config/locales/crowdin/fa.yml +++ b/modules/documents/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/fi.yml b/modules/documents/config/locales/crowdin/fi.yml index f492a7145c..19d9f33d49 100644 --- a/modules/documents/config/locales/crowdin/fi.yml +++ b/modules/documents/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/fil.yml b/modules/documents/config/locales/crowdin/fil.yml index cac2ffc0fd..5965a93951 100644 --- a/modules/documents/config/locales/crowdin/fil.yml +++ b/modules/documents/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/fr.yml b/modules/documents/config/locales/crowdin/fr.yml index 5c2d309f5f..33cb929176 100644 --- a/modules/documents/config/locales/crowdin/fr.yml +++ b/modules/documents/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/he.yml b/modules/documents/config/locales/crowdin/he.yml index b415ca88fb..31e4c7de3b 100644 --- a/modules/documents/config/locales/crowdin/he.yml +++ b/modules/documents/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/hi.yml b/modules/documents/config/locales/crowdin/hi.yml index 582a0545ac..5d77e31463 100644 --- a/modules/documents/config/locales/crowdin/hi.yml +++ b/modules/documents/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/hr.yml b/modules/documents/config/locales/crowdin/hr.yml index cd34ff4195..bfad69dabf 100644 --- a/modules/documents/config/locales/crowdin/hr.yml +++ b/modules/documents/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/hu.yml b/modules/documents/config/locales/crowdin/hu.yml index 7bc6568144..01a2d186e0 100644 --- a/modules/documents/config/locales/crowdin/hu.yml +++ b/modules/documents/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/id.yml b/modules/documents/config/locales/crowdin/id.yml index 06872b56cb..4a1c2f5793 100644 --- a/modules/documents/config/locales/crowdin/id.yml +++ b/modules/documents/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/it.yml b/modules/documents/config/locales/crowdin/it.yml index 4bd2110fb3..e136741f88 100644 --- a/modules/documents/config/locales/crowdin/it.yml +++ b/modules/documents/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/ja.yml b/modules/documents/config/locales/crowdin/ja.yml index 7a13b978e3..e0b0fdd4ae 100644 --- a/modules/documents/config/locales/crowdin/ja.yml +++ b/modules/documents/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/ko.yml b/modules/documents/config/locales/crowdin/ko.yml index 4612926262..e83787d48b 100644 --- a/modules/documents/config/locales/crowdin/ko.yml +++ b/modules/documents/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/lol.yml b/modules/documents/config/locales/crowdin/lol.yml index ae429c8a15..89e717785c 100644 --- a/modules/documents/config/locales/crowdin/lol.yml +++ b/modules/documents/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/lt.yml b/modules/documents/config/locales/crowdin/lt.yml index 0a357004fb..646230cd96 100644 --- a/modules/documents/config/locales/crowdin/lt.yml +++ b/modules/documents/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/lv.yml b/modules/documents/config/locales/crowdin/lv.yml index f6bc2a4e15..cb5a28d492 100644 --- a/modules/documents/config/locales/crowdin/lv.yml +++ b/modules/documents/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/ne.yml b/modules/documents/config/locales/crowdin/ne.yml index 407cd01b9e..71687be026 100644 --- a/modules/documents/config/locales/crowdin/ne.yml +++ b/modules/documents/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/nl.yml b/modules/documents/config/locales/crowdin/nl.yml index 7e0468dda1..385b62e5d5 100644 --- a/modules/documents/config/locales/crowdin/nl.yml +++ b/modules/documents/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/no.yml b/modules/documents/config/locales/crowdin/no.yml index 71e6e19732..5f5a9e6574 100644 --- a/modules/documents/config/locales/crowdin/no.yml +++ b/modules/documents/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/pl.yml b/modules/documents/config/locales/crowdin/pl.yml index e8d20cc450..05e80feb37 100644 --- a/modules/documents/config/locales/crowdin/pl.yml +++ b/modules/documents/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/pt.yml b/modules/documents/config/locales/crowdin/pt.yml index 7470bb9bc7..466ff87712 100644 --- a/modules/documents/config/locales/crowdin/pt.yml +++ b/modules/documents/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/ro.yml b/modules/documents/config/locales/crowdin/ro.yml index 34973e6f8a..eaadd3be13 100644 --- a/modules/documents/config/locales/crowdin/ro.yml +++ b/modules/documents/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/ru.yml b/modules/documents/config/locales/crowdin/ru.yml index a3ac9cba64..fad3ad00eb 100644 --- a/modules/documents/config/locales/crowdin/ru.yml +++ b/modules/documents/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/rw.yml b/modules/documents/config/locales/crowdin/rw.yml index 903bfddd8a..e42202b093 100644 --- a/modules/documents/config/locales/crowdin/rw.yml +++ b/modules/documents/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/si.yml b/modules/documents/config/locales/crowdin/si.yml index 8569cf3bd3..d37fc89ffc 100644 --- a/modules/documents/config/locales/crowdin/si.yml +++ b/modules/documents/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/sk.yml b/modules/documents/config/locales/crowdin/sk.yml index c9473d8ef4..bbb6fbc46c 100644 --- a/modules/documents/config/locales/crowdin/sk.yml +++ b/modules/documents/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/sl.yml b/modules/documents/config/locales/crowdin/sl.yml index a136e0056d..52d8e96ee7 100644 --- a/modules/documents/config/locales/crowdin/sl.yml +++ b/modules/documents/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/sv.yml b/modules/documents/config/locales/crowdin/sv.yml index af6e66fd73..82c93f2944 100644 --- a/modules/documents/config/locales/crowdin/sv.yml +++ b/modules/documents/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/th.yml b/modules/documents/config/locales/crowdin/th.yml index 335583070c..85b5123573 100644 --- a/modules/documents/config/locales/crowdin/th.yml +++ b/modules/documents/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/tr.yml b/modules/documents/config/locales/crowdin/tr.yml index 2bf276f36f..65f7e90244 100644 --- a/modules/documents/config/locales/crowdin/tr.yml +++ b/modules/documents/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/uk.yml b/modules/documents/config/locales/crowdin/uk.yml index f7840cee9d..a77d3c2e8e 100644 --- a/modules/documents/config/locales/crowdin/uk.yml +++ b/modules/documents/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/vi.yml b/modules/documents/config/locales/crowdin/vi.yml index 03c25e30d8..be751b1492 100644 --- a/modules/documents/config/locales/crowdin/vi.yml +++ b/modules/documents/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/zh-CN.yml b/modules/documents/config/locales/crowdin/zh-CN.yml index acc996c222..24d50790fe 100644 --- a/modules/documents/config/locales/crowdin/zh-CN.yml +++ b/modules/documents/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/crowdin/zh-TW.yml b/modules/documents/config/locales/crowdin/zh-TW.yml index 779c639452..123e33e49c 100644 --- a/modules/documents/config/locales/crowdin/zh-TW.yml +++ b/modules/documents/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/documents/config/locales/en.yml b/modules/documents/config/locales/en.yml index 9a27182628..dfaa5c2947 100644 --- a/modules/documents/config/locales/en.yml +++ b/modules/documents/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/config/routes.rb b/modules/documents/config/routes.rb index 6d04659735..af04a6a50a 100644 --- a/modules/documents/config/routes.rb +++ b/modules/documents/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/db/migrate/20180323140208_to_v710_aggregated_documents_migrations.rb b/modules/documents/db/migrate/20180323140208_to_v710_aggregated_documents_migrations.rb index 6a9c9aa799..9f3e7f8aed 100644 --- a/modules/documents/db/migrate/20180323140208_to_v710_aggregated_documents_migrations.rb +++ b/modules/documents/db/migrate/20180323140208_to_v710_aggregated_documents_migrations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/frontend/module/hal/resources/document-resource.ts b/modules/documents/frontend/module/hal/resources/document-resource.ts index 99aeb411ec..668b31ca84 100644 --- a/modules/documents/frontend/module/hal/resources/document-resource.ts +++ b/modules/documents/frontend/module/hal/resources/document-resource.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/frontend/module/main.ts b/modules/documents/frontend/module/main.ts index d5fe48b3de..2980f96757 100644 --- a/modules/documents/frontend/module/main.ts +++ b/modules/documents/frontend/module/main.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/api/v3/attachments/attachments_by_document_api.rb b/modules/documents/lib/api/v3/attachments/attachments_by_document_api.rb index 43a9ed22d3..cb3933bf16 100644 --- a/modules/documents/lib/api/v3/attachments/attachments_by_document_api.rb +++ b/modules/documents/lib/api/v3/attachments/attachments_by_document_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/api/v3/documents/document_collection_representer.rb b/modules/documents/lib/api/v3/documents/document_collection_representer.rb index 1023f6774c..362851c2e2 100644 --- a/modules/documents/lib/api/v3/documents/document_collection_representer.rb +++ b/modules/documents/lib/api/v3/documents/document_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/api/v3/documents/document_representer.rb b/modules/documents/lib/api/v3/documents/document_representer.rb index 1d7c5944c9..63f91220ef 100644 --- a/modules/documents/lib/api/v3/documents/document_representer.rb +++ b/modules/documents/lib/api/v3/documents/document_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/api/v3/documents/documents_api.rb b/modules/documents/lib/api/v3/documents/documents_api.rb index 8209570796..4ee6b42408 100644 --- a/modules/documents/lib/api/v3/documents/documents_api.rb +++ b/modules/documents/lib/api/v3/documents/documents_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/open_project/documents.rb b/modules/documents/lib/open_project/documents.rb index 9bd879e74f..d14f295f93 100644 --- a/modules/documents/lib/open_project/documents.rb +++ b/modules/documents/lib/open_project/documents.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/open_project/documents/engine.rb b/modules/documents/lib/open_project/documents/engine.rb index e640e24e12..2b55a3d02f 100644 --- a/modules/documents/lib/open_project/documents/engine.rb +++ b/modules/documents/lib/open_project/documents/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/open_project/documents/patches.rb b/modules/documents/lib/open_project/documents/patches.rb index 13228a867b..0d6f3ed38e 100644 --- a/modules/documents/lib/open_project/documents/patches.rb +++ b/modules/documents/lib/open_project/documents/patches.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/open_project/documents/patches/project_patch.rb b/modules/documents/lib/open_project/documents/patches/project_patch.rb index 75e71e0110..d54b21ceec 100644 --- a/modules/documents/lib/open_project/documents/patches/project_patch.rb +++ b/modules/documents/lib/open_project/documents/patches/project_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/lib/openproject-documents.rb b/modules/documents/lib/openproject-documents.rb index 76f0bca6d1..0555bb5b03 100644 --- a/modules/documents/lib/openproject-documents.rb +++ b/modules/documents/lib/openproject-documents.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/api/v3/documents/document_representer_rendering_spec.rb b/modules/documents/spec/api/v3/documents/document_representer_rendering_spec.rb index 79557ec345..3d2ff34653 100644 --- a/modules/documents/spec/api/v3/documents/document_representer_rendering_spec.rb +++ b/modules/documents/spec/api/v3/documents/document_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/application_helper_spec.rb b/modules/documents/spec/application_helper_spec.rb index 1fd6758c1d..427224941e 100644 --- a/modules/documents/spec/application_helper_spec.rb +++ b/modules/documents/spec/application_helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/controllers/documents_controller_spec.rb b/modules/documents/spec/controllers/documents_controller_spec.rb index 77e4f1bbd3..8a72c47044 100644 --- a/modules/documents/spec/controllers/documents_controller_spec.rb +++ b/modules/documents/spec/controllers/documents_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/factories/document_category_factory.rb b/modules/documents/spec/factories/document_category_factory.rb index 48d18fe9cc..57b0ab44ab 100644 --- a/modules/documents/spec/factories/document_category_factory.rb +++ b/modules/documents/spec/factories/document_category_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/factories/document_factory.rb b/modules/documents/spec/factories/document_factory.rb index efe789342a..c7b7374611 100644 --- a/modules/documents/spec/factories/document_factory.rb +++ b/modules/documents/spec/factories/document_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/factories/journal/document_journal_factory.rb b/modules/documents/spec/factories/journal/document_journal_factory.rb index 7c8d497032..b33538b11e 100644 --- a/modules/documents/spec/factories/journal/document_journal_factory.rb +++ b/modules/documents/spec/factories/journal/document_journal_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/features/attachment_upload_spec.rb b/modules/documents/spec/features/attachment_upload_spec.rb index 0cdae71d22..05e937753c 100644 --- a/modules/documents/spec/features/attachment_upload_spec.rb +++ b/modules/documents/spec/features/attachment_upload_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/lib/open_project/markdown_formatting_spec.rb b/modules/documents/spec/lib/open_project/markdown_formatting_spec.rb index 888169c569..b4cbe2da6f 100644 --- a/modules/documents/spec/lib/open_project/markdown_formatting_spec.rb +++ b/modules/documents/spec/lib/open_project/markdown_formatting_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/lib/redmine/access_control_spec.rb b/modules/documents/spec/lib/redmine/access_control_spec.rb index 1f78ae26c5..cea1bf0453 100644 --- a/modules/documents/spec/lib/redmine/access_control_spec.rb +++ b/modules/documents/spec/lib/redmine/access_control_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/mailers/documents_mailer_spec.rb b/modules/documents/spec/mailers/documents_mailer_spec.rb index 860493bb72..6158def148 100644 --- a/modules/documents/spec/mailers/documents_mailer_spec.rb +++ b/modules/documents/spec/mailers/documents_mailer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/models/document_category_spec.rb b/modules/documents/spec/models/document_category_spec.rb index 1b446af53b..4d282c1a41 100644 --- a/modules/documents/spec/models/document_category_spec.rb +++ b/modules/documents/spec/models/document_category_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/models/document_spec.rb b/modules/documents/spec/models/document_spec.rb index 8a7146d608..bc0d262161 100644 --- a/modules/documents/spec/models/document_spec.rb +++ b/modules/documents/spec/models/document_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/models/queries/documents/document_query_spec.rb b/modules/documents/spec/models/queries/documents/document_query_spec.rb index b566b3b6ca..5406d33711 100644 --- a/modules/documents/spec/models/queries/documents/document_query_spec.rb +++ b/modules/documents/spec/models/queries/documents/document_query_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/models/queries/documents/filters/project_filter_spec.rb b/modules/documents/spec/models/queries/documents/filters/project_filter_spec.rb index 9d951fa6bc..0e2757922b 100644 --- a/modules/documents/spec/models/queries/documents/filters/project_filter_spec.rb +++ b/modules/documents/spec/models/queries/documents/filters/project_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/requests/api/v3/attachments/attachments_by_documents_resource_spec.rb b/modules/documents/spec/requests/api/v3/attachments/attachments_by_documents_resource_spec.rb index 4135772cf1..1353685610 100644 --- a/modules/documents/spec/requests/api/v3/attachments/attachments_by_documents_resource_spec.rb +++ b/modules/documents/spec/requests/api/v3/attachments/attachments_by_documents_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/requests/api/v3/documents/documents_resource_spec.rb b/modules/documents/spec/requests/api/v3/documents/documents_resource_spec.rb index cfa063838f..c860235e61 100644 --- a/modules/documents/spec/requests/api/v3/documents/documents_resource_spec.rb +++ b/modules/documents/spec/requests/api/v3/documents/documents_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/routing/documents_routing_spec.rb b/modules/documents/spec/routing/documents_routing_spec.rb index 292c987dc3..d6fdd63659 100644 --- a/modules/documents/spec/routing/documents_routing_spec.rb +++ b/modules/documents/spec/routing/documents_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/services/notifications/create_from_model_service_document_spec.rb b/modules/documents/spec/services/notifications/create_from_model_service_document_spec.rb index 898cc64bc4..e366a4bfbe 100644 --- a/modules/documents/spec/services/notifications/create_from_model_service_document_spec.rb +++ b/modules/documents/spec/services/notifications/create_from_model_service_document_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/services/notifications/mail_service_spec.rb b/modules/documents/spec/services/notifications/mail_service_spec.rb index d0fb7cf537..eb398ae3ca 100644 --- a/modules/documents/spec/services/notifications/mail_service_spec.rb +++ b/modules/documents/spec/services/notifications/mail_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/documents/spec/spec_helper.rb b/modules/documents/spec/spec_helper.rb index 3c2f986997..5d2c0b29f9 100644 --- a/modules/documents/spec/spec_helper.rb +++ b/modules/documents/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/app/models/github_check_run.rb b/modules/github_integration/app/models/github_check_run.rb index efe092ed49..1ad285ca0b 100644 --- a/modules/github_integration/app/models/github_check_run.rb +++ b/modules/github_integration/app/models/github_check_run.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/app/models/github_pull_request.rb b/modules/github_integration/app/models/github_pull_request.rb index 5c9c298bac..f41fa7969f 100644 --- a/modules/github_integration/app/models/github_pull_request.rb +++ b/modules/github_integration/app/models/github_pull_request.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/app/models/github_user.rb b/modules/github_integration/app/models/github_user.rb index eb3f75d68c..3ca38fd9ad 100644 --- a/modules/github_integration/app/models/github_user.rb +++ b/modules/github_integration/app/models/github_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/app/workers/cron/clear_old_pull_requests_job.rb b/modules/github_integration/app/workers/cron/clear_old_pull_requests_job.rb index 59106e4142..d9297ea5b1 100644 --- a/modules/github_integration/app/workers/cron/clear_old_pull_requests_job.rb +++ b/modules/github_integration/app/workers/cron/clear_old_pull_requests_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/config/locales/crowdin/af.yml b/modules/github_integration/config/locales/crowdin/af.yml index 3a7a2b3163..7265bba192 100644 --- a/modules/github_integration/config/locales/crowdin/af.yml +++ b/modules/github_integration/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/ar.yml b/modules/github_integration/config/locales/crowdin/ar.yml index f406b84626..12875035e7 100644 --- a/modules/github_integration/config/locales/crowdin/ar.yml +++ b/modules/github_integration/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/az.yml b/modules/github_integration/config/locales/crowdin/az.yml index 7b3f5546d3..e514f866a4 100644 --- a/modules/github_integration/config/locales/crowdin/az.yml +++ b/modules/github_integration/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/bg.yml b/modules/github_integration/config/locales/crowdin/bg.yml index a52ed3ee96..5a6bce4188 100644 --- a/modules/github_integration/config/locales/crowdin/bg.yml +++ b/modules/github_integration/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/ca.yml b/modules/github_integration/config/locales/crowdin/ca.yml index 9dfee25761..6549bccf3e 100644 --- a/modules/github_integration/config/locales/crowdin/ca.yml +++ b/modules/github_integration/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/ckb-IR.yml b/modules/github_integration/config/locales/crowdin/ckb-IR.yml index ca49856fa6..e43186cc67 100644 --- a/modules/github_integration/config/locales/crowdin/ckb-IR.yml +++ b/modules/github_integration/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/cs.yml b/modules/github_integration/config/locales/crowdin/cs.yml index a184730473..d06b1122fd 100644 --- a/modules/github_integration/config/locales/crowdin/cs.yml +++ b/modules/github_integration/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/da.yml b/modules/github_integration/config/locales/crowdin/da.yml index 41dbf368ad..3f6ee390fa 100644 --- a/modules/github_integration/config/locales/crowdin/da.yml +++ b/modules/github_integration/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/de.yml b/modules/github_integration/config/locales/crowdin/de.yml index 6dea337df4..c9ebbadf2e 100644 --- a/modules/github_integration/config/locales/crowdin/de.yml +++ b/modules/github_integration/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/el.yml b/modules/github_integration/config/locales/crowdin/el.yml index ff1fd4202b..ffb44887a6 100644 --- a/modules/github_integration/config/locales/crowdin/el.yml +++ b/modules/github_integration/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/eo.yml b/modules/github_integration/config/locales/crowdin/eo.yml index aebe5f2620..0c7bc041e4 100644 --- a/modules/github_integration/config/locales/crowdin/eo.yml +++ b/modules/github_integration/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/es.yml b/modules/github_integration/config/locales/crowdin/es.yml index f629c1b657..460aa1adde 100644 --- a/modules/github_integration/config/locales/crowdin/es.yml +++ b/modules/github_integration/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/et.yml b/modules/github_integration/config/locales/crowdin/et.yml index 7c0a2a7997..782353cd5c 100644 --- a/modules/github_integration/config/locales/crowdin/et.yml +++ b/modules/github_integration/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/fa.yml b/modules/github_integration/config/locales/crowdin/fa.yml index 38c3e7373f..9e041a5f13 100644 --- a/modules/github_integration/config/locales/crowdin/fa.yml +++ b/modules/github_integration/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/fi.yml b/modules/github_integration/config/locales/crowdin/fi.yml index e44aa22762..934e067766 100644 --- a/modules/github_integration/config/locales/crowdin/fi.yml +++ b/modules/github_integration/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/fil.yml b/modules/github_integration/config/locales/crowdin/fil.yml index e4617479ff..374b707290 100644 --- a/modules/github_integration/config/locales/crowdin/fil.yml +++ b/modules/github_integration/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/fr.yml b/modules/github_integration/config/locales/crowdin/fr.yml index 905cb00ce5..34c208f435 100644 --- a/modules/github_integration/config/locales/crowdin/fr.yml +++ b/modules/github_integration/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/he.yml b/modules/github_integration/config/locales/crowdin/he.yml index 97c3fb10fe..6ecadc664d 100644 --- a/modules/github_integration/config/locales/crowdin/he.yml +++ b/modules/github_integration/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/hi.yml b/modules/github_integration/config/locales/crowdin/hi.yml index 8044b0e92b..ee3b73aece 100644 --- a/modules/github_integration/config/locales/crowdin/hi.yml +++ b/modules/github_integration/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/hr.yml b/modules/github_integration/config/locales/crowdin/hr.yml index 170d9e4c4d..d820a2a0cf 100644 --- a/modules/github_integration/config/locales/crowdin/hr.yml +++ b/modules/github_integration/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/hu.yml b/modules/github_integration/config/locales/crowdin/hu.yml index 20a0e4bc49..2fadaba5bf 100644 --- a/modules/github_integration/config/locales/crowdin/hu.yml +++ b/modules/github_integration/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/id.yml b/modules/github_integration/config/locales/crowdin/id.yml index c2d240db8c..c44a2d2526 100644 --- a/modules/github_integration/config/locales/crowdin/id.yml +++ b/modules/github_integration/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/it.yml b/modules/github_integration/config/locales/crowdin/it.yml index 4324ad61c4..6b4c4dd9dc 100644 --- a/modules/github_integration/config/locales/crowdin/it.yml +++ b/modules/github_integration/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/ja.yml b/modules/github_integration/config/locales/crowdin/ja.yml index 4b40e5fe1f..5d8a5cc949 100644 --- a/modules/github_integration/config/locales/crowdin/ja.yml +++ b/modules/github_integration/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-af.yml b/modules/github_integration/config/locales/crowdin/js-af.yml index f3f0aef925..73bb7a00e2 100644 --- a/modules/github_integration/config/locales/crowdin/js-af.yml +++ b/modules/github_integration/config/locales/crowdin/js-af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-ar.yml b/modules/github_integration/config/locales/crowdin/js-ar.yml index 5344f25819..f133267ac6 100644 --- a/modules/github_integration/config/locales/crowdin/js-ar.yml +++ b/modules/github_integration/config/locales/crowdin/js-ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-az.yml b/modules/github_integration/config/locales/crowdin/js-az.yml index 9715e00850..ad3c06b028 100644 --- a/modules/github_integration/config/locales/crowdin/js-az.yml +++ b/modules/github_integration/config/locales/crowdin/js-az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-bg.yml b/modules/github_integration/config/locales/crowdin/js-bg.yml index 09295898ce..b32c8a9d10 100644 --- a/modules/github_integration/config/locales/crowdin/js-bg.yml +++ b/modules/github_integration/config/locales/crowdin/js-bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-ca.yml b/modules/github_integration/config/locales/crowdin/js-ca.yml index e5db3ef84f..2dd8bed5ab 100644 --- a/modules/github_integration/config/locales/crowdin/js-ca.yml +++ b/modules/github_integration/config/locales/crowdin/js-ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-ckb-IR.yml b/modules/github_integration/config/locales/crowdin/js-ckb-IR.yml index 1dd477b6bc..f6d15ca7ee 100644 --- a/modules/github_integration/config/locales/crowdin/js-ckb-IR.yml +++ b/modules/github_integration/config/locales/crowdin/js-ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-cs.yml b/modules/github_integration/config/locales/crowdin/js-cs.yml index 95b29d7bac..2563a8df7a 100644 --- a/modules/github_integration/config/locales/crowdin/js-cs.yml +++ b/modules/github_integration/config/locales/crowdin/js-cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-da.yml b/modules/github_integration/config/locales/crowdin/js-da.yml index ca2f028200..4da5c6b7ad 100644 --- a/modules/github_integration/config/locales/crowdin/js-da.yml +++ b/modules/github_integration/config/locales/crowdin/js-da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-de.yml b/modules/github_integration/config/locales/crowdin/js-de.yml index 30f1a5dc0c..449d5862ae 100644 --- a/modules/github_integration/config/locales/crowdin/js-de.yml +++ b/modules/github_integration/config/locales/crowdin/js-de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-el.yml b/modules/github_integration/config/locales/crowdin/js-el.yml index 3d303be2d5..9919e91793 100644 --- a/modules/github_integration/config/locales/crowdin/js-el.yml +++ b/modules/github_integration/config/locales/crowdin/js-el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-eo.yml b/modules/github_integration/config/locales/crowdin/js-eo.yml index 7fe203ed85..d583cb6579 100644 --- a/modules/github_integration/config/locales/crowdin/js-eo.yml +++ b/modules/github_integration/config/locales/crowdin/js-eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-es.yml b/modules/github_integration/config/locales/crowdin/js-es.yml index 12d318d0cd..fa9b72b894 100644 --- a/modules/github_integration/config/locales/crowdin/js-es.yml +++ b/modules/github_integration/config/locales/crowdin/js-es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-et.yml b/modules/github_integration/config/locales/crowdin/js-et.yml index 1cf2752947..9fbee21a12 100644 --- a/modules/github_integration/config/locales/crowdin/js-et.yml +++ b/modules/github_integration/config/locales/crowdin/js-et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-fa.yml b/modules/github_integration/config/locales/crowdin/js-fa.yml index ec15b76b9e..57db99ab02 100644 --- a/modules/github_integration/config/locales/crowdin/js-fa.yml +++ b/modules/github_integration/config/locales/crowdin/js-fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-fi.yml b/modules/github_integration/config/locales/crowdin/js-fi.yml index ffdf8c8bd3..41e2ecec08 100644 --- a/modules/github_integration/config/locales/crowdin/js-fi.yml +++ b/modules/github_integration/config/locales/crowdin/js-fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-fil.yml b/modules/github_integration/config/locales/crowdin/js-fil.yml index 3874a0c6c5..d920d8daa9 100644 --- a/modules/github_integration/config/locales/crowdin/js-fil.yml +++ b/modules/github_integration/config/locales/crowdin/js-fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-fr.yml b/modules/github_integration/config/locales/crowdin/js-fr.yml index f45d772c0a..c662dcce28 100644 --- a/modules/github_integration/config/locales/crowdin/js-fr.yml +++ b/modules/github_integration/config/locales/crowdin/js-fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-he.yml b/modules/github_integration/config/locales/crowdin/js-he.yml index 4a73a18697..1759851144 100644 --- a/modules/github_integration/config/locales/crowdin/js-he.yml +++ b/modules/github_integration/config/locales/crowdin/js-he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-hi.yml b/modules/github_integration/config/locales/crowdin/js-hi.yml index e576e05821..33067d54ad 100644 --- a/modules/github_integration/config/locales/crowdin/js-hi.yml +++ b/modules/github_integration/config/locales/crowdin/js-hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-hr.yml b/modules/github_integration/config/locales/crowdin/js-hr.yml index 1ed177a269..f835525703 100644 --- a/modules/github_integration/config/locales/crowdin/js-hr.yml +++ b/modules/github_integration/config/locales/crowdin/js-hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-hu.yml b/modules/github_integration/config/locales/crowdin/js-hu.yml index cba71562a5..012bf91168 100644 --- a/modules/github_integration/config/locales/crowdin/js-hu.yml +++ b/modules/github_integration/config/locales/crowdin/js-hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-id.yml b/modules/github_integration/config/locales/crowdin/js-id.yml index 4fcb637a4c..1798128c4d 100644 --- a/modules/github_integration/config/locales/crowdin/js-id.yml +++ b/modules/github_integration/config/locales/crowdin/js-id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-it.yml b/modules/github_integration/config/locales/crowdin/js-it.yml index 4bbcafde32..a476dc6c01 100644 --- a/modules/github_integration/config/locales/crowdin/js-it.yml +++ b/modules/github_integration/config/locales/crowdin/js-it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-ja.yml b/modules/github_integration/config/locales/crowdin/js-ja.yml index 27e4adccdd..c101898190 100644 --- a/modules/github_integration/config/locales/crowdin/js-ja.yml +++ b/modules/github_integration/config/locales/crowdin/js-ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-ko.yml b/modules/github_integration/config/locales/crowdin/js-ko.yml index d8c1c50f3f..e5d4bbc376 100644 --- a/modules/github_integration/config/locales/crowdin/js-ko.yml +++ b/modules/github_integration/config/locales/crowdin/js-ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-lol.yml b/modules/github_integration/config/locales/crowdin/js-lol.yml index 8cbbe9b3ad..a5eea1210d 100644 --- a/modules/github_integration/config/locales/crowdin/js-lol.yml +++ b/modules/github_integration/config/locales/crowdin/js-lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-lt.yml b/modules/github_integration/config/locales/crowdin/js-lt.yml index f836677e56..90a8002fd1 100644 --- a/modules/github_integration/config/locales/crowdin/js-lt.yml +++ b/modules/github_integration/config/locales/crowdin/js-lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-lv.yml b/modules/github_integration/config/locales/crowdin/js-lv.yml index a67b022518..1e61253474 100644 --- a/modules/github_integration/config/locales/crowdin/js-lv.yml +++ b/modules/github_integration/config/locales/crowdin/js-lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-ne.yml b/modules/github_integration/config/locales/crowdin/js-ne.yml index 88400f5896..f0004a61a1 100644 --- a/modules/github_integration/config/locales/crowdin/js-ne.yml +++ b/modules/github_integration/config/locales/crowdin/js-ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-nl.yml b/modules/github_integration/config/locales/crowdin/js-nl.yml index 3ae0e2788b..ee9a050e33 100644 --- a/modules/github_integration/config/locales/crowdin/js-nl.yml +++ b/modules/github_integration/config/locales/crowdin/js-nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-no.yml b/modules/github_integration/config/locales/crowdin/js-no.yml index d582c27be1..a733ec7df7 100644 --- a/modules/github_integration/config/locales/crowdin/js-no.yml +++ b/modules/github_integration/config/locales/crowdin/js-no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-pl.yml b/modules/github_integration/config/locales/crowdin/js-pl.yml index dfc55e6ab2..a37037971f 100644 --- a/modules/github_integration/config/locales/crowdin/js-pl.yml +++ b/modules/github_integration/config/locales/crowdin/js-pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-pt.yml b/modules/github_integration/config/locales/crowdin/js-pt.yml index d62077d56e..d868f26e19 100644 --- a/modules/github_integration/config/locales/crowdin/js-pt.yml +++ b/modules/github_integration/config/locales/crowdin/js-pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-ro.yml b/modules/github_integration/config/locales/crowdin/js-ro.yml index fc38add78e..af784973db 100644 --- a/modules/github_integration/config/locales/crowdin/js-ro.yml +++ b/modules/github_integration/config/locales/crowdin/js-ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-ru.yml b/modules/github_integration/config/locales/crowdin/js-ru.yml index d04ebc355b..d3193b663d 100644 --- a/modules/github_integration/config/locales/crowdin/js-ru.yml +++ b/modules/github_integration/config/locales/crowdin/js-ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-rw.yml b/modules/github_integration/config/locales/crowdin/js-rw.yml index e9a12bd948..cae4442249 100644 --- a/modules/github_integration/config/locales/crowdin/js-rw.yml +++ b/modules/github_integration/config/locales/crowdin/js-rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-si.yml b/modules/github_integration/config/locales/crowdin/js-si.yml index 62a75b8dae..f67226ee9e 100644 --- a/modules/github_integration/config/locales/crowdin/js-si.yml +++ b/modules/github_integration/config/locales/crowdin/js-si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-sk.yml b/modules/github_integration/config/locales/crowdin/js-sk.yml index 0e24ceb373..4b06eeaeb5 100644 --- a/modules/github_integration/config/locales/crowdin/js-sk.yml +++ b/modules/github_integration/config/locales/crowdin/js-sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-sl.yml b/modules/github_integration/config/locales/crowdin/js-sl.yml index a1ffe62521..53a02a4640 100644 --- a/modules/github_integration/config/locales/crowdin/js-sl.yml +++ b/modules/github_integration/config/locales/crowdin/js-sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-sv.yml b/modules/github_integration/config/locales/crowdin/js-sv.yml index c6cb878b9c..2e78de57de 100644 --- a/modules/github_integration/config/locales/crowdin/js-sv.yml +++ b/modules/github_integration/config/locales/crowdin/js-sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-th.yml b/modules/github_integration/config/locales/crowdin/js-th.yml index 3aab340620..31ce8ce57f 100644 --- a/modules/github_integration/config/locales/crowdin/js-th.yml +++ b/modules/github_integration/config/locales/crowdin/js-th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-tr.yml b/modules/github_integration/config/locales/crowdin/js-tr.yml index 3418d1915f..f460c74e8d 100644 --- a/modules/github_integration/config/locales/crowdin/js-tr.yml +++ b/modules/github_integration/config/locales/crowdin/js-tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-uk.yml b/modules/github_integration/config/locales/crowdin/js-uk.yml index 6582e5c886..6c40a479d8 100644 --- a/modules/github_integration/config/locales/crowdin/js-uk.yml +++ b/modules/github_integration/config/locales/crowdin/js-uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-vi.yml b/modules/github_integration/config/locales/crowdin/js-vi.yml index 37e6ef455d..b6e9927712 100644 --- a/modules/github_integration/config/locales/crowdin/js-vi.yml +++ b/modules/github_integration/config/locales/crowdin/js-vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-zh-CN.yml b/modules/github_integration/config/locales/crowdin/js-zh-CN.yml index 84f53ae1c7..ebf1d24567 100644 --- a/modules/github_integration/config/locales/crowdin/js-zh-CN.yml +++ b/modules/github_integration/config/locales/crowdin/js-zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/js-zh-TW.yml b/modules/github_integration/config/locales/crowdin/js-zh-TW.yml index fbe1b7f24c..95ba37a447 100644 --- a/modules/github_integration/config/locales/crowdin/js-zh-TW.yml +++ b/modules/github_integration/config/locales/crowdin/js-zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/ko.yml b/modules/github_integration/config/locales/crowdin/ko.yml index c72a10253c..9630bac2ca 100644 --- a/modules/github_integration/config/locales/crowdin/ko.yml +++ b/modules/github_integration/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/lol.yml b/modules/github_integration/config/locales/crowdin/lol.yml index 988ee2af7a..8f80bc787b 100644 --- a/modules/github_integration/config/locales/crowdin/lol.yml +++ b/modules/github_integration/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/lt.yml b/modules/github_integration/config/locales/crowdin/lt.yml index 1271264bb5..4ff63ee6b1 100644 --- a/modules/github_integration/config/locales/crowdin/lt.yml +++ b/modules/github_integration/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/lv.yml b/modules/github_integration/config/locales/crowdin/lv.yml index 868d164ebb..05a12406b5 100644 --- a/modules/github_integration/config/locales/crowdin/lv.yml +++ b/modules/github_integration/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/ne.yml b/modules/github_integration/config/locales/crowdin/ne.yml index f6f4b43d21..125c7ed5b4 100644 --- a/modules/github_integration/config/locales/crowdin/ne.yml +++ b/modules/github_integration/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/nl.yml b/modules/github_integration/config/locales/crowdin/nl.yml index ae6501a632..610f32b774 100644 --- a/modules/github_integration/config/locales/crowdin/nl.yml +++ b/modules/github_integration/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/no.yml b/modules/github_integration/config/locales/crowdin/no.yml index 4d8420eba5..326bb3c2e4 100644 --- a/modules/github_integration/config/locales/crowdin/no.yml +++ b/modules/github_integration/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/pl.yml b/modules/github_integration/config/locales/crowdin/pl.yml index 6c8ed71ba0..36656b7291 100644 --- a/modules/github_integration/config/locales/crowdin/pl.yml +++ b/modules/github_integration/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/pt.yml b/modules/github_integration/config/locales/crowdin/pt.yml index 5a99210390..3a450e1714 100644 --- a/modules/github_integration/config/locales/crowdin/pt.yml +++ b/modules/github_integration/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/ro.yml b/modules/github_integration/config/locales/crowdin/ro.yml index d5a900dc2f..fde6c88754 100644 --- a/modules/github_integration/config/locales/crowdin/ro.yml +++ b/modules/github_integration/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/ru.yml b/modules/github_integration/config/locales/crowdin/ru.yml index 62bfeec59d..7bfc9b0a3d 100644 --- a/modules/github_integration/config/locales/crowdin/ru.yml +++ b/modules/github_integration/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/rw.yml b/modules/github_integration/config/locales/crowdin/rw.yml index 9ab0c48475..ed62940c04 100644 --- a/modules/github_integration/config/locales/crowdin/rw.yml +++ b/modules/github_integration/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/si.yml b/modules/github_integration/config/locales/crowdin/si.yml index f2166ea962..d36f6e0f1b 100644 --- a/modules/github_integration/config/locales/crowdin/si.yml +++ b/modules/github_integration/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/sk.yml b/modules/github_integration/config/locales/crowdin/sk.yml index d4e9c3c9ca..4531792e07 100644 --- a/modules/github_integration/config/locales/crowdin/sk.yml +++ b/modules/github_integration/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/sl.yml b/modules/github_integration/config/locales/crowdin/sl.yml index 05cc1c3b6c..eac235fded 100644 --- a/modules/github_integration/config/locales/crowdin/sl.yml +++ b/modules/github_integration/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/sv.yml b/modules/github_integration/config/locales/crowdin/sv.yml index 9479f00506..0b3271feff 100644 --- a/modules/github_integration/config/locales/crowdin/sv.yml +++ b/modules/github_integration/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/th.yml b/modules/github_integration/config/locales/crowdin/th.yml index 6d05c4ef5b..207fdf79e3 100644 --- a/modules/github_integration/config/locales/crowdin/th.yml +++ b/modules/github_integration/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/tr.yml b/modules/github_integration/config/locales/crowdin/tr.yml index f0e0687de7..7486471903 100644 --- a/modules/github_integration/config/locales/crowdin/tr.yml +++ b/modules/github_integration/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/uk.yml b/modules/github_integration/config/locales/crowdin/uk.yml index ba7656cec4..252688d0f2 100644 --- a/modules/github_integration/config/locales/crowdin/uk.yml +++ b/modules/github_integration/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/vi.yml b/modules/github_integration/config/locales/crowdin/vi.yml index c2899d14bb..ae7ea6dae8 100644 --- a/modules/github_integration/config/locales/crowdin/vi.yml +++ b/modules/github_integration/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/zh-CN.yml b/modules/github_integration/config/locales/crowdin/zh-CN.yml index e5a60d8c52..97636e69ec 100644 --- a/modules/github_integration/config/locales/crowdin/zh-CN.yml +++ b/modules/github_integration/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/crowdin/zh-TW.yml b/modules/github_integration/config/locales/crowdin/zh-TW.yml index c863ca1a4e..b1393eea36 100644 --- a/modules/github_integration/config/locales/crowdin/zh-TW.yml +++ b/modules/github_integration/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/github_integration/config/locales/de.yml b/modules/github_integration/config/locales/de.yml index 0f84540da0..5fe9a76969 100644 --- a/modules/github_integration/config/locales/de.yml +++ b/modules/github_integration/config/locales/de.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/config/locales/en.yml b/modules/github_integration/config/locales/en.yml index 1d3bd5df70..a1a035e9a5 100644 --- a/modules/github_integration/config/locales/en.yml +++ b/modules/github_integration/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/config/locales/js-en.yml b/modules/github_integration/config/locales/js-en.yml index a4eb235447..2b6ff33c78 100644 --- a/modules/github_integration/config/locales/js-en.yml +++ b/modules/github_integration/config/locales/js-en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/git-actions-menu/git-actions-menu.component.ts b/modules/github_integration/frontend/module/git-actions-menu/git-actions-menu.component.ts index 4f3f894b0b..5e69130e55 100644 --- a/modules/github_integration/frontend/module/git-actions-menu/git-actions-menu.component.ts +++ b/modules/github_integration/frontend/module/git-actions-menu/git-actions-menu.component.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/git-actions-menu/git-actions-menu.directive.ts b/modules/github_integration/frontend/module/git-actions-menu/git-actions-menu.directive.ts index 149f1057ac..b7112ae2ab 100644 --- a/modules/github_integration/frontend/module/git-actions-menu/git-actions-menu.directive.ts +++ b/modules/github_integration/frontend/module/git-actions-menu/git-actions-menu.directive.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/git-actions/git-actions.service.spec.ts b/modules/github_integration/frontend/module/git-actions/git-actions.service.spec.ts index 39f027d588..f1b3870676 100644 --- a/modules/github_integration/frontend/module/git-actions/git-actions.service.spec.ts +++ b/modules/github_integration/frontend/module/git-actions/git-actions.service.spec.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/git-actions/git-actions.service.ts b/modules/github_integration/frontend/module/git-actions/git-actions.service.ts index 6b1c80aa84..c06b82c7ed 100644 --- a/modules/github_integration/frontend/module/git-actions/git-actions.service.ts +++ b/modules/github_integration/frontend/module/git-actions/git-actions.service.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/github-tab/github-tab.component.ts b/modules/github_integration/frontend/module/github-tab/github-tab.component.ts index f769357fef..313981e86f 100644 --- a/modules/github_integration/frontend/module/github-tab/github-tab.component.ts +++ b/modules/github_integration/frontend/module/github-tab/github-tab.component.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/hal/resources/github-check-run-resource.ts b/modules/github_integration/frontend/module/hal/resources/github-check-run-resource.ts index 56da89c847..384836285d 100644 --- a/modules/github_integration/frontend/module/hal/resources/github-check-run-resource.ts +++ b/modules/github_integration/frontend/module/hal/resources/github-check-run-resource.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/hal/resources/github-pull-request-resource.ts b/modules/github_integration/frontend/module/hal/resources/github-pull-request-resource.ts index dc13af61ef..16cea01f51 100644 --- a/modules/github_integration/frontend/module/hal/resources/github-pull-request-resource.ts +++ b/modules/github_integration/frontend/module/hal/resources/github-pull-request-resource.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/hal/resources/github-user-resource.ts b/modules/github_integration/frontend/module/hal/resources/github-user-resource.ts index a014859dda..0cbbdcede8 100644 --- a/modules/github_integration/frontend/module/hal/resources/github-user-resource.ts +++ b/modules/github_integration/frontend/module/hal/resources/github-user-resource.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/main.ts b/modules/github_integration/frontend/module/main.ts index 75223a9c2c..6bcbaee116 100644 --- a/modules/github_integration/frontend/module/main.ts +++ b/modules/github_integration/frontend/module/main.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/pull-request/pull-request.component.sass b/modules/github_integration/frontend/module/pull-request/pull-request.component.sass index 4528c0fb94..af93ca99cd 100644 --- a/modules/github_integration/frontend/module/pull-request/pull-request.component.sass +++ b/modules/github_integration/frontend/module/pull-request/pull-request.component.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/pull-request/pull-request.component.ts b/modules/github_integration/frontend/module/pull-request/pull-request.component.ts index ca5871bd59..f9b604460f 100644 --- a/modules/github_integration/frontend/module/pull-request/pull-request.component.ts +++ b/modules/github_integration/frontend/module/pull-request/pull-request.component.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/tab-header/styles/tab-header.sass b/modules/github_integration/frontend/module/tab-header/styles/tab-header.sass index 299207c241..ddc25766bb 100644 --- a/modules/github_integration/frontend/module/tab-header/styles/tab-header.sass +++ b/modules/github_integration/frontend/module/tab-header/styles/tab-header.sass @@ -1,6 +1,6 @@ /*-- copyright * OpenProject is an open source project management software. - * Copyright (C) 2012-2022 the OpenProject GmbH + * Copyright (C) 2012-2023 the OpenProject GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/tab-header/tab-header.component.ts b/modules/github_integration/frontend/module/tab-header/tab-header.component.ts index be95b8a1b2..5b4d81526c 100644 --- a/modules/github_integration/frontend/module/tab-header/tab-header.component.ts +++ b/modules/github_integration/frontend/module/tab-header/tab-header.component.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/tab-prs/tab-prs.component.ts b/modules/github_integration/frontend/module/tab-prs/tab-prs.component.ts index 67a80fb3e1..56b71a917f 100644 --- a/modules/github_integration/frontend/module/tab-prs/tab-prs.component.ts +++ b/modules/github_integration/frontend/module/tab-prs/tab-prs.component.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/frontend/module/tab-prs/wp-github-prs.service.ts b/modules/github_integration/frontend/module/tab-prs/wp-github-prs.service.ts index ecc18d40d0..18c7721add 100644 --- a/modules/github_integration/frontend/module/tab-prs/wp-github-prs.service.ts +++ b/modules/github_integration/frontend/module/tab-prs/wp-github-prs.service.ts @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2022 the OpenProject GmbH +// Copyright (C) 2012-2023 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/api/v3/github_pull_requests/github_check_run_representer.rb b/modules/github_integration/lib/api/v3/github_pull_requests/github_check_run_representer.rb index 28d68589e1..e84b4208cc 100644 --- a/modules/github_integration/lib/api/v3/github_pull_requests/github_check_run_representer.rb +++ b/modules/github_integration/lib/api/v3/github_pull_requests/github_check_run_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_request_collection_representer.rb b/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_request_collection_representer.rb index d97959cc46..7bca6de99b 100644 --- a/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_request_collection_representer.rb +++ b/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_request_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_request_representer.rb b/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_request_representer.rb index d7da91796c..653b38a3c3 100644 --- a/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_request_representer.rb +++ b/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_request_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_requests_by_work_package_api.rb b/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_requests_by_work_package_api.rb index d05b674d66..d6ff943e8d 100644 --- a/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_requests_by_work_package_api.rb +++ b/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_requests_by_work_package_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/api/v3/github_pull_requests/github_user_representer.rb b/modules/github_integration/lib/api/v3/github_pull_requests/github_user_representer.rb index 9580f58b0f..edfb9e6c5b 100644 --- a/modules/github_integration/lib/api/v3/github_pull_requests/github_user_representer.rb +++ b/modules/github_integration/lib/api/v3/github_pull_requests/github_user_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration.rb b/modules/github_integration/lib/open_project/github_integration.rb index 266b1162e6..8057d51f83 100644 --- a/modules/github_integration/lib/open_project/github_integration.rb +++ b/modules/github_integration/lib/open_project/github_integration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/engine.rb b/modules/github_integration/lib/open_project/github_integration/engine.rb index a0a3eb8e67..6cb0088a40 100644 --- a/modules/github_integration/lib/open_project/github_integration/engine.rb +++ b/modules/github_integration/lib/open_project/github_integration/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/hook_handler.rb b/modules/github_integration/lib/open_project/github_integration/hook_handler.rb index e9faab2e30..1155a1de8b 100644 --- a/modules/github_integration/lib/open_project/github_integration/hook_handler.rb +++ b/modules/github_integration/lib/open_project/github_integration/hook_handler.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/notification_handler.rb b/modules/github_integration/lib/open_project/github_integration/notification_handler.rb index 222c8f16c8..d70a2d432a 100644 --- a/modules/github_integration/lib/open_project/github_integration/notification_handler.rb +++ b/modules/github_integration/lib/open_project/github_integration/notification_handler.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/notification_handler/check_run.rb b/modules/github_integration/lib/open_project/github_integration/notification_handler/check_run.rb index 07d9a8d098..cf703ba566 100644 --- a/modules/github_integration/lib/open_project/github_integration/notification_handler/check_run.rb +++ b/modules/github_integration/lib/open_project/github_integration/notification_handler/check_run.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/notification_handler/helper.rb b/modules/github_integration/lib/open_project/github_integration/notification_handler/helper.rb index 945ad15efe..2916c4e744 100644 --- a/modules/github_integration/lib/open_project/github_integration/notification_handler/helper.rb +++ b/modules/github_integration/lib/open_project/github_integration/notification_handler/helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/notification_handler/issue_comment.rb b/modules/github_integration/lib/open_project/github_integration/notification_handler/issue_comment.rb index dec389b5a6..4ab91d0a30 100644 --- a/modules/github_integration/lib/open_project/github_integration/notification_handler/issue_comment.rb +++ b/modules/github_integration/lib/open_project/github_integration/notification_handler/issue_comment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/notification_handler/pull_request.rb b/modules/github_integration/lib/open_project/github_integration/notification_handler/pull_request.rb index e0ecfda48d..c58a1197cf 100644 --- a/modules/github_integration/lib/open_project/github_integration/notification_handler/pull_request.rb +++ b/modules/github_integration/lib/open_project/github_integration/notification_handler/pull_request.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/services.rb b/modules/github_integration/lib/open_project/github_integration/services.rb index 55630996a9..588a780b3b 100644 --- a/modules/github_integration/lib/open_project/github_integration/services.rb +++ b/modules/github_integration/lib/open_project/github_integration/services.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/services/upsert_check_run.rb b/modules/github_integration/lib/open_project/github_integration/services/upsert_check_run.rb index 5f6809d2e1..c5b360a5c5 100644 --- a/modules/github_integration/lib/open_project/github_integration/services/upsert_check_run.rb +++ b/modules/github_integration/lib/open_project/github_integration/services/upsert_check_run.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/services/upsert_github_user.rb b/modules/github_integration/lib/open_project/github_integration/services/upsert_github_user.rb index d493fd6afb..f00bb4b874 100644 --- a/modules/github_integration/lib/open_project/github_integration/services/upsert_github_user.rb +++ b/modules/github_integration/lib/open_project/github_integration/services/upsert_github_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/services/upsert_partial_pull_request.rb b/modules/github_integration/lib/open_project/github_integration/services/upsert_partial_pull_request.rb index 0853aa78de..c74b217b88 100644 --- a/modules/github_integration/lib/open_project/github_integration/services/upsert_partial_pull_request.rb +++ b/modules/github_integration/lib/open_project/github_integration/services/upsert_partial_pull_request.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/open_project/github_integration/services/upsert_pull_request.rb b/modules/github_integration/lib/open_project/github_integration/services/upsert_pull_request.rb index 6687fb6d00..2488f1925b 100644 --- a/modules/github_integration/lib/open_project/github_integration/services/upsert_pull_request.rb +++ b/modules/github_integration/lib/open_project/github_integration/services/upsert_pull_request.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/lib/openproject-github_integration.rb b/modules/github_integration/lib/openproject-github_integration.rb index ecd628a32e..b18a865181 100644 --- a/modules/github_integration/lib/openproject-github_integration.rb +++ b/modules/github_integration/lib/openproject-github_integration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/factories/github_check_run_factory.rb b/modules/github_integration/spec/factories/github_check_run_factory.rb index 9ca577b7ed..f4a822e491 100644 --- a/modules/github_integration/spec/factories/github_check_run_factory.rb +++ b/modules/github_integration/spec/factories/github_check_run_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/factories/github_pull_request_factory.rb b/modules/github_integration/spec/factories/github_pull_request_factory.rb index 6ccdd96e64..b176440439 100644 --- a/modules/github_integration/spec/factories/github_pull_request_factory.rb +++ b/modules/github_integration/spec/factories/github_pull_request_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/factories/github_user_factory.rb b/modules/github_integration/spec/factories/github_user_factory.rb index cf022263e9..073466cefb 100644 --- a/modules/github_integration/spec/factories/github_user_factory.rb +++ b/modules/github_integration/spec/factories/github_user_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/features/work_package_github_tab_spec.rb b/modules/github_integration/spec/features/work_package_github_tab_spec.rb index a7f35b85d7..7a2420db7c 100644 --- a/modules/github_integration/spec/features/work_package_github_tab_spec.rb +++ b/modules/github_integration/spec/features/work_package_github_tab_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_check_run_representer_spec.rb b/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_check_run_representer_spec.rb index 32006922ce..d59627f54b 100644 --- a/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_check_run_representer_spec.rb +++ b/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_check_run_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_pull_request_representer_spec.rb b/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_pull_request_representer_spec.rb index 36029d18ec..1f8a0d843f 100644 --- a/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_pull_request_representer_spec.rb +++ b/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_pull_request_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_user_representer_spec.rb b/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_user_representer_spec.rb index 325b63e307..512e54d8a5 100644 --- a/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_user_representer_spec.rb +++ b/modules/github_integration/spec/lib/api/v3/github_pull_requests/github_user_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/hook_handler_integration_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/hook_handler_integration_spec.rb index 7c999b7f12..e7950be0cf 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/hook_handler_integration_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/hook_handler_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/hook_handler_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/hook_handler_spec.rb index 29c945e868..dbf20866df 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/hook_handler_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/hook_handler_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/check_run_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/check_run_spec.rb index 5d8afbb009..a860b355c4 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/check_run_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/check_run_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/helper_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/helper_spec.rb index 82cf221ee2..521f8dff4d 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/helper_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/issue_comment_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/issue_comment_spec.rb index 8e882197b1..01fdb3298c 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/issue_comment_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/issue_comment_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/pull_request_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/pull_request_spec.rb index f44d93a445..35d47179dc 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/pull_request_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler/pull_request_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler_spec.rb index 9260f2feae..f4aa6141d0 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/notification_handler_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/notification_handler_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_check_run_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_check_run_spec.rb index 3c2f32be9a..9da52f4164 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_check_run_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_check_run_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_github_user_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_github_user_spec.rb index 727697084a..bf35f6d675 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_github_user_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_github_user_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_partial_pull_request_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_partial_pull_request_spec.rb index 949d93ca75..f96bfdc3f3 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_partial_pull_request_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_partial_pull_request_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_pull_request_spec.rb b/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_pull_request_spec.rb index 65b2db9d39..013112ca45 100644 --- a/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_pull_request_spec.rb +++ b/modules/github_integration/spec/lib/open_project/github_integration/services/upsert_pull_request_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/models/github_check_run_spec.rb b/modules/github_integration/spec/models/github_check_run_spec.rb index 41f0a2608d..6e749295d4 100644 --- a/modules/github_integration/spec/models/github_check_run_spec.rb +++ b/modules/github_integration/spec/models/github_check_run_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/models/github_pull_request_spec.rb b/modules/github_integration/spec/models/github_pull_request_spec.rb index 78af475c63..230557d5b3 100644 --- a/modules/github_integration/spec/models/github_pull_request_spec.rb +++ b/modules/github_integration/spec/models/github_pull_request_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/models/github_user_spec.rb b/modules/github_integration/spec/models/github_user_spec.rb index 6c5488204d..13d3c690e5 100644 --- a/modules/github_integration/spec/models/github_user_spec.rb +++ b/modules/github_integration/spec/models/github_user_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/spec_helper.rb b/modules/github_integration/spec/spec_helper.rb index 77390a0950..59b758651f 100644 --- a/modules/github_integration/spec/spec_helper.rb +++ b/modules/github_integration/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/support/pages/work_package_github_tab.rb b/modules/github_integration/spec/support/pages/work_package_github_tab.rb index 00cdf20236..75ab7f1894 100644 --- a/modules/github_integration/spec/support/pages/work_package_github_tab.rb +++ b/modules/github_integration/spec/support/pages/work_package_github_tab.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/support/webhook_fixture_helpers.rb b/modules/github_integration/spec/support/webhook_fixture_helpers.rb index 01d5cb70a9..a4e7a62c77 100644 --- a/modules/github_integration/spec/support/webhook_fixture_helpers.rb +++ b/modules/github_integration/spec/support/webhook_fixture_helpers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/github_integration/spec/workers/cron/clear_old_pull_requests_job_spec.rb b/modules/github_integration/spec/workers/cron/clear_old_pull_requests_job_spec.rb index df9bc2d9a8..76afd3b627 100644 --- a/modules/github_integration/spec/workers/cron/clear_old_pull_requests_job_spec.rb +++ b/modules/github_integration/spec/workers/cron/clear_old_pull_requests_job_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/contracts/grids/base_contract.rb b/modules/grids/app/contracts/grids/base_contract.rb index 83c2b69a2a..d90e0505a3 100644 --- a/modules/grids/app/contracts/grids/base_contract.rb +++ b/modules/grids/app/contracts/grids/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/contracts/grids/create_contract.rb b/modules/grids/app/contracts/grids/create_contract.rb index 20f3961ba2..11276b5b7a 100644 --- a/modules/grids/app/contracts/grids/create_contract.rb +++ b/modules/grids/app/contracts/grids/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/contracts/grids/delete_contract.rb b/modules/grids/app/contracts/grids/delete_contract.rb index 1f2d38e180..c6c5f8604d 100644 --- a/modules/grids/app/contracts/grids/delete_contract.rb +++ b/modules/grids/app/contracts/grids/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/contracts/grids/update_contract.rb b/modules/grids/app/contracts/grids/update_contract.rb index 985dcfe324..8dced55a40 100644 --- a/modules/grids/app/contracts/grids/update_contract.rb +++ b/modules/grids/app/contracts/grids/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/controllers/api/v3/attachments/attachments_by_grid_api.rb b/modules/grids/app/controllers/api/v3/attachments/attachments_by_grid_api.rb index 2f82c5eaac..0386543b0e 100644 --- a/modules/grids/app/controllers/api/v3/attachments/attachments_by_grid_api.rb +++ b/modules/grids/app/controllers/api/v3/attachments/attachments_by_grid_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/controllers/api/v3/grids/create_form_api.rb b/modules/grids/app/controllers/api/v3/grids/create_form_api.rb index 3d56356a5c..45518f8010 100644 --- a/modules/grids/app/controllers/api/v3/grids/create_form_api.rb +++ b/modules/grids/app/controllers/api/v3/grids/create_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/controllers/api/v3/grids/grids_api.rb b/modules/grids/app/controllers/api/v3/grids/grids_api.rb index 77c53e5e18..c9ccd86ab2 100644 --- a/modules/grids/app/controllers/api/v3/grids/grids_api.rb +++ b/modules/grids/app/controllers/api/v3/grids/grids_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/controllers/api/v3/grids/schemas/grid_schema_api.rb b/modules/grids/app/controllers/api/v3/grids/schemas/grid_schema_api.rb index e41dd0e505..995c71dd15 100644 --- a/modules/grids/app/controllers/api/v3/grids/schemas/grid_schema_api.rb +++ b/modules/grids/app/controllers/api/v3/grids/schemas/grid_schema_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/controllers/api/v3/grids/update_form_api.rb b/modules/grids/app/controllers/api/v3/grids/update_form_api.rb index bb639b2e7b..a290d3947a 100644 --- a/modules/grids/app/controllers/api/v3/grids/update_form_api.rb +++ b/modules/grids/app/controllers/api/v3/grids/update_form_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/models/grids/grid.rb b/modules/grids/app/models/grids/grid.rb index c2b7d07d8d..d2c32083ad 100644 --- a/modules/grids/app/models/grids/grid.rb +++ b/modules/grids/app/models/grids/grid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/models/grids/widget.rb b/modules/grids/app/models/grids/widget.rb index 8a220714b4..a51dbb4e5a 100644 --- a/modules/grids/app/models/grids/widget.rb +++ b/modules/grids/app/models/grids/widget.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/queries/grids/filters/grid_filter.rb b/modules/grids/app/queries/grids/filters/grid_filter.rb index 6ac11c2edc..5b3f7bd186 100644 --- a/modules/grids/app/queries/grids/filters/grid_filter.rb +++ b/modules/grids/app/queries/grids/filters/grid_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/queries/grids/filters/page_filter.rb b/modules/grids/app/queries/grids/filters/page_filter.rb index 10a8f7659b..a6c46e3224 100644 --- a/modules/grids/app/queries/grids/filters/page_filter.rb +++ b/modules/grids/app/queries/grids/filters/page_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/queries/grids/filters/scope_filter.rb b/modules/grids/app/queries/grids/filters/scope_filter.rb index 93e289aff6..f800387e18 100644 --- a/modules/grids/app/queries/grids/filters/scope_filter.rb +++ b/modules/grids/app/queries/grids/filters/scope_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/queries/grids/query.rb b/modules/grids/app/queries/grids/query.rb index 0c74a70593..6e179f2733 100644 --- a/modules/grids/app/queries/grids/query.rb +++ b/modules/grids/app/queries/grids/query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/create_form_representer.rb b/modules/grids/app/representers/api/v3/grids/create_form_representer.rb index e0be7f50d7..d4f8f0ba98 100644 --- a/modules/grids/app/representers/api/v3/grids/create_form_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/create_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/form_representer.rb b/modules/grids/app/representers/api/v3/grids/form_representer.rb index 0e7df0ed49..8c0c08a96a 100644 --- a/modules/grids/app/representers/api/v3/grids/form_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/grid_collection_representer.rb b/modules/grids/app/representers/api/v3/grids/grid_collection_representer.rb index e0b37b4141..26532132f6 100644 --- a/modules/grids/app/representers/api/v3/grids/grid_collection_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/grid_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/grid_payload_representer.rb b/modules/grids/app/representers/api/v3/grids/grid_payload_representer.rb index 2697804525..127d248bdb 100644 --- a/modules/grids/app/representers/api/v3/grids/grid_payload_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/grid_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/grid_representer.rb b/modules/grids/app/representers/api/v3/grids/grid_representer.rb index 54907f083b..6ca5723867 100644 --- a/modules/grids/app/representers/api/v3/grids/grid_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/grid_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/schemas/grid_schema_representer.rb b/modules/grids/app/representers/api/v3/grids/schemas/grid_schema_representer.rb index afd18124a6..aefb747ad8 100644 --- a/modules/grids/app/representers/api/v3/grids/schemas/grid_schema_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/schemas/grid_schema_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/update_form_representer.rb b/modules/grids/app/representers/api/v3/grids/update_form_representer.rb index 53db90a208..30bed3ec0f 100644 --- a/modules/grids/app/representers/api/v3/grids/update_form_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/update_form_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/widgets/chart_options_representer.rb b/modules/grids/app/representers/api/v3/grids/widgets/chart_options_representer.rb index 72602567bb..2e856f4f3d 100644 --- a/modules/grids/app/representers/api/v3/grids/widgets/chart_options_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/widgets/chart_options_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/widgets/custom_text_options_representer.rb b/modules/grids/app/representers/api/v3/grids/widgets/custom_text_options_representer.rb index 58d935abe2..b0e058f07f 100644 --- a/modules/grids/app/representers/api/v3/grids/widgets/custom_text_options_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/widgets/custom_text_options_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/widgets/default_options_representer.rb b/modules/grids/app/representers/api/v3/grids/widgets/default_options_representer.rb index d0ec84a54b..66d011b6ff 100644 --- a/modules/grids/app/representers/api/v3/grids/widgets/default_options_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/widgets/default_options_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/widgets/query_options_representer.rb b/modules/grids/app/representers/api/v3/grids/widgets/query_options_representer.rb index 2e29517a4d..d6ee7bdc15 100644 --- a/modules/grids/app/representers/api/v3/grids/widgets/query_options_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/widgets/query_options_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/widgets/time_entry_calendar_options_representer.rb b/modules/grids/app/representers/api/v3/grids/widgets/time_entry_calendar_options_representer.rb index bd4e2707b4..85cdccd54e 100644 --- a/modules/grids/app/representers/api/v3/grids/widgets/time_entry_calendar_options_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/widgets/time_entry_calendar_options_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/representers/api/v3/grids/widgets/widget_representer.rb b/modules/grids/app/representers/api/v3/grids/widgets/widget_representer.rb index 98dc1dcd4f..d289d131e1 100644 --- a/modules/grids/app/representers/api/v3/grids/widgets/widget_representer.rb +++ b/modules/grids/app/representers/api/v3/grids/widgets/widget_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/services/grids/create_service.rb b/modules/grids/app/services/grids/create_service.rb index 8e135cca38..dc513252c6 100644 --- a/modules/grids/app/services/grids/create_service.rb +++ b/modules/grids/app/services/grids/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/services/grids/delete_service.rb b/modules/grids/app/services/grids/delete_service.rb index 37217823fc..18723b9247 100644 --- a/modules/grids/app/services/grids/delete_service.rb +++ b/modules/grids/app/services/grids/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/services/grids/set_attributes_service.rb b/modules/grids/app/services/grids/set_attributes_service.rb index 3ed84ebcf6..68a884a46d 100644 --- a/modules/grids/app/services/grids/set_attributes_service.rb +++ b/modules/grids/app/services/grids/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/app/services/grids/update_service.rb b/modules/grids/app/services/grids/update_service.rb index 53f4fc4db1..8a3d8590c7 100644 --- a/modules/grids/app/services/grids/update_service.rb +++ b/modules/grids/app/services/grids/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/lib/grids/configuration.rb b/modules/grids/lib/grids/configuration.rb index 15dcb6e8a5..3981c984d2 100644 --- a/modules/grids/lib/grids/configuration.rb +++ b/modules/grids/lib/grids/configuration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/lib/grids/configuration/registration.rb b/modules/grids/lib/grids/configuration/registration.rb index f28fadb9b8..112eed6ca9 100644 --- a/modules/grids/lib/grids/configuration/registration.rb +++ b/modules/grids/lib/grids/configuration/registration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/lib/grids/configuration/widget_strategy.rb b/modules/grids/lib/grids/configuration/widget_strategy.rb index 055d80b09e..7ebaa580e2 100644 --- a/modules/grids/lib/grids/configuration/widget_strategy.rb +++ b/modules/grids/lib/grids/configuration/widget_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/lib/grids/factory.rb b/modules/grids/lib/grids/factory.rb index d8180c9594..d85875b63b 100644 --- a/modules/grids/lib/grids/factory.rb +++ b/modules/grids/lib/grids/factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/contracts/grids/create_contract_spec.rb b/modules/grids/spec/contracts/grids/create_contract_spec.rb index 7015f51718..ce0a476cc9 100644 --- a/modules/grids/spec/contracts/grids/create_contract_spec.rb +++ b/modules/grids/spec/contracts/grids/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/contracts/grids/delete_contract_spec.rb b/modules/grids/spec/contracts/grids/delete_contract_spec.rb index b1928dfe06..fe9fa0ea41 100644 --- a/modules/grids/spec/contracts/grids/delete_contract_spec.rb +++ b/modules/grids/spec/contracts/grids/delete_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/contracts/grids/shared_examples.rb b/modules/grids/spec/contracts/grids/shared_examples.rb index cd646f8c72..cfc72caae8 100644 --- a/modules/grids/spec/contracts/grids/shared_examples.rb +++ b/modules/grids/spec/contracts/grids/shared_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/contracts/grids/update_contract_spec.rb b/modules/grids/spec/contracts/grids/update_contract_spec.rb index 4cc99cdf99..08c88f6657 100644 --- a/modules/grids/spec/contracts/grids/update_contract_spec.rb +++ b/modules/grids/spec/contracts/grids/update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/lib/api/v3/grids/grid_payload_representer_parsing_spec.rb b/modules/grids/spec/lib/api/v3/grids/grid_payload_representer_parsing_spec.rb index 14a18cc210..d432595b77 100644 --- a/modules/grids/spec/lib/api/v3/grids/grid_payload_representer_parsing_spec.rb +++ b/modules/grids/spec/lib/api/v3/grids/grid_payload_representer_parsing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/lib/api/v3/grids/grid_representer_rendering_spec.rb b/modules/grids/spec/lib/api/v3/grids/grid_representer_rendering_spec.rb index 352520b04c..87bbc4109b 100644 --- a/modules/grids/spec/lib/api/v3/grids/grid_representer_rendering_spec.rb +++ b/modules/grids/spec/lib/api/v3/grids/grid_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/lib/api/v3/grids/schemas/grid_schema_representer_spec.rb b/modules/grids/spec/lib/api/v3/grids/schemas/grid_schema_representer_spec.rb index a00b661d9f..f215c83d8b 100644 --- a/modules/grids/spec/lib/api/v3/grids/schemas/grid_schema_representer_spec.rb +++ b/modules/grids/spec/lib/api/v3/grids/schemas/grid_schema_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/lib/api/v3/utilities/file_helper_spec.rb b/modules/grids/spec/lib/api/v3/utilities/file_helper_spec.rb index 5875a70097..52e2dc6760 100644 --- a/modules/grids/spec/lib/api/v3/utilities/file_helper_spec.rb +++ b/modules/grids/spec/lib/api/v3/utilities/file_helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/models/grids/grid_spec.rb b/modules/grids/spec/models/grids/grid_spec.rb index 2f45c16d6b..0e4dede24c 100644 --- a/modules/grids/spec/models/grids/grid_spec.rb +++ b/modules/grids/spec/models/grids/grid_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/models/grids/shared_model.rb b/modules/grids/spec/models/grids/shared_model.rb index 251cd932f3..c149f2d0b7 100644 --- a/modules/grids/spec/models/grids/shared_model.rb +++ b/modules/grids/spec/models/grids/shared_model.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/models/grids/widget_spec.rb b/modules/grids/spec/models/grids/widget_spec.rb index 94637c01bb..1f3780054f 100644 --- a/modules/grids/spec/models/grids/widget_spec.rb +++ b/modules/grids/spec/models/grids/widget_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb b/modules/grids/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb index 747ef86440..c0be0bd5d0 100644 --- a/modules/grids/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb +++ b/modules/grids/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/requests/api/v3/grids/grids_resource_spec.rb b/modules/grids/spec/requests/api/v3/grids/grids_resource_spec.rb index d965112914..02e5055cee 100644 --- a/modules/grids/spec/requests/api/v3/grids/grids_resource_spec.rb +++ b/modules/grids/spec/requests/api/v3/grids/grids_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/requests/api/v3/grids/grids_schema_resource_spec.rb b/modules/grids/spec/requests/api/v3/grids/grids_schema_resource_spec.rb index 03236234d5..f4e9dbc6c1 100644 --- a/modules/grids/spec/requests/api/v3/grids/grids_schema_resource_spec.rb +++ b/modules/grids/spec/requests/api/v3/grids/grids_schema_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb b/modules/grids/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb index 9ebd445218..c714711683 100644 --- a/modules/grids/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb +++ b/modules/grids/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/services/grids/create_service_spec.rb b/modules/grids/spec/services/grids/create_service_spec.rb index 3632d2733a..2dd4315da8 100644 --- a/modules/grids/spec/services/grids/create_service_spec.rb +++ b/modules/grids/spec/services/grids/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/services/grids/set_attributes_service_spec.rb b/modules/grids/spec/services/grids/set_attributes_service_spec.rb index 254bfa6f5f..9b30b432ae 100644 --- a/modules/grids/spec/services/grids/set_attributes_service_spec.rb +++ b/modules/grids/spec/services/grids/set_attributes_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/services/grids/update_service_spec.rb b/modules/grids/spec/services/grids/update_service_spec.rb index 94f45d40be..69cf1f9a49 100644 --- a/modules/grids/spec/services/grids/update_service_spec.rb +++ b/modules/grids/spec/services/grids/update_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/grids/spec/support/pages/grid.rb b/modules/grids/spec/support/pages/grid.rb index c1034f2d43..cd122213d0 100644 --- a/modules/grids/spec/support/pages/grid.rb +++ b/modules/grids/spec/support/pages/grid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/app/workers/job_status/application_job_with_status.rb b/modules/job_status/app/workers/job_status/application_job_with_status.rb index c8bf7c6eab..7f0de2fc90 100644 --- a/modules/job_status/app/workers/job_status/application_job_with_status.rb +++ b/modules/job_status/app/workers/job_status/application_job_with_status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/app/workers/job_status/cron/clear_old_job_status_job.rb b/modules/job_status/app/workers/job_status/cron/clear_old_job_status_job.rb index 4c3ee5cd5d..602ea527aa 100644 --- a/modules/job_status/app/workers/job_status/cron/clear_old_job_status_job.rb +++ b/modules/job_status/app/workers/job_status/cron/clear_old_job_status_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/lib/api/v3/job_status/job_status_api.rb b/modules/job_status/lib/api/v3/job_status/job_status_api.rb index 2cd9512171..1988f7eb83 100644 --- a/modules/job_status/lib/api/v3/job_status/job_status_api.rb +++ b/modules/job_status/lib/api/v3/job_status/job_status_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/lib/api/v3/job_status/job_status_representer.rb b/modules/job_status/lib/api/v3/job_status/job_status_representer.rb index 706ff76d11..9e8ae78b37 100644 --- a/modules/job_status/lib/api/v3/job_status/job_status_representer.rb +++ b/modules/job_status/lib/api/v3/job_status/job_status_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/lib/open_project/job_status.rb b/modules/job_status/lib/open_project/job_status.rb index 3b426780a7..0e8fbec871 100644 --- a/modules/job_status/lib/open_project/job_status.rb +++ b/modules/job_status/lib/open_project/job_status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/lib/open_project/job_status/engine.rb b/modules/job_status/lib/open_project/job_status/engine.rb index b89297da6b..c82cb228aa 100644 --- a/modules/job_status/lib/open_project/job_status/engine.rb +++ b/modules/job_status/lib/open_project/job_status/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/lib/open_project/job_status/event_listener.rb b/modules/job_status/lib/open_project/job_status/event_listener.rb index 06bde1e6ee..116749d05a 100644 --- a/modules/job_status/lib/open_project/job_status/event_listener.rb +++ b/modules/job_status/lib/open_project/job_status/event_listener.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/lib/openproject-job_status.rb b/modules/job_status/lib/openproject-job_status.rb index bfeb6ed484..f946cd98df 100644 --- a/modules/job_status/lib/openproject-job_status.rb +++ b/modules/job_status/lib/openproject-job_status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/spec/factories/delayed_job_status_factory.rb b/modules/job_status/spec/factories/delayed_job_status_factory.rb index 5a7d2f009d..e02e2cbd24 100644 --- a/modules/job_status/spec/factories/delayed_job_status_factory.rb +++ b/modules/job_status/spec/factories/delayed_job_status_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/spec/features/job_status_spec.rb b/modules/job_status/spec/features/job_status_spec.rb index 8e957aaa9b..6f572ccf91 100644 --- a/modules/job_status/spec/features/job_status_spec.rb +++ b/modules/job_status/spec/features/job_status_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/job_status/spec/services/documents/update_service_spec.rb b/modules/job_status/spec/services/documents/update_service_spec.rb index 61e6acb2e4..399b5231c8 100644 --- a/modules/job_status/spec/services/documents/update_service_spec.rb +++ b/modules/job_status/spec/services/documents/update_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/ldap_groups/LICENSE b/modules/ldap_groups/LICENSE index ed1ebd9488..d15814909e 100644 --- a/modules/ldap_groups/LICENSE +++ b/modules/ldap_groups/LICENSE @@ -1,5 +1,5 @@ OpenProject is an open source project management software. -Copyright (C) 2012-2020 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/ldap_groups/app/workers/ldap_groups/synchronization_job.rb b/modules/ldap_groups/app/workers/ldap_groups/synchronization_job.rb index cf1944c95e..9b2a92a878 100644 --- a/modules/ldap_groups/app/workers/ldap_groups/synchronization_job.rb +++ b/modules/ldap_groups/app/workers/ldap_groups/synchronization_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/ldap_groups/lib/tasks/ldap_groups.rake b/modules/ldap_groups/lib/tasks/ldap_groups.rake index 7dc5d14d6c..20b615a69c 100644 --- a/modules/ldap_groups/lib/tasks/ldap_groups.rake +++ b/modules/ldap_groups/lib/tasks/ldap_groups.rake @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/contracts/meeting_contents/base_contract.rb b/modules/meeting/app/contracts/meeting_contents/base_contract.rb index e29e5186c3..38b90f2663 100644 --- a/modules/meeting/app/contracts/meeting_contents/base_contract.rb +++ b/modules/meeting/app/contracts/meeting_contents/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/contracts/meeting_contents/update_contract.rb b/modules/meeting/app/contracts/meeting_contents/update_contract.rb index 2d57f64efe..bea635801a 100644 --- a/modules/meeting/app/contracts/meeting_contents/update_contract.rb +++ b/modules/meeting/app/contracts/meeting_contents/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/controllers/meeting_agendas_controller.rb b/modules/meeting/app/controllers/meeting_agendas_controller.rb index 0afe911a5d..f5a8f86643 100644 --- a/modules/meeting/app/controllers/meeting_agendas_controller.rb +++ b/modules/meeting/app/controllers/meeting_agendas_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/controllers/meeting_contents_controller.rb b/modules/meeting/app/controllers/meeting_contents_controller.rb index 3cc87e21af..799d58c191 100644 --- a/modules/meeting/app/controllers/meeting_contents_controller.rb +++ b/modules/meeting/app/controllers/meeting_contents_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/controllers/meeting_minutes_controller.rb b/modules/meeting/app/controllers/meeting_minutes_controller.rb index 172b6b2ac1..3e35ef08be 100644 --- a/modules/meeting/app/controllers/meeting_minutes_controller.rb +++ b/modules/meeting/app/controllers/meeting_minutes_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/controllers/meetings_controller.rb b/modules/meeting/app/controllers/meetings_controller.rb index b75d29d855..4dcf470443 100644 --- a/modules/meeting/app/controllers/meetings_controller.rb +++ b/modules/meeting/app/controllers/meetings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/helpers/meeting_contents_helper.rb b/modules/meeting/app/helpers/meeting_contents_helper.rb index 7d091e3418..691dcab302 100644 --- a/modules/meeting/app/helpers/meeting_contents_helper.rb +++ b/modules/meeting/app/helpers/meeting_contents_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/helpers/meetings_helper.rb b/modules/meeting/app/helpers/meetings_helper.rb index eabf989aa9..debd096f36 100644 --- a/modules/meeting/app/helpers/meetings_helper.rb +++ b/modules/meeting/app/helpers/meetings_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/mailers/meeting_mailer.rb b/modules/meeting/app/mailers/meeting_mailer.rb index 3ac4d7732f..408b881681 100644 --- a/modules/meeting/app/mailers/meeting_mailer.rb +++ b/modules/meeting/app/mailers/meeting_mailer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/models/activities/meeting_activity_provider.rb b/modules/meeting/app/models/activities/meeting_activity_provider.rb index 29cf32d077..252717dd03 100644 --- a/modules/meeting/app/models/activities/meeting_activity_provider.rb +++ b/modules/meeting/app/models/activities/meeting_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/models/journal/meeting_content_journal.rb b/modules/meeting/app/models/journal/meeting_content_journal.rb index bad9c0a961..c856dfb0b6 100644 --- a/modules/meeting/app/models/journal/meeting_content_journal.rb +++ b/modules/meeting/app/models/journal/meeting_content_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/models/journal/meeting_journal.rb b/modules/meeting/app/models/journal/meeting_journal.rb index e681401bfa..415e37ff95 100644 --- a/modules/meeting/app/models/journal/meeting_journal.rb +++ b/modules/meeting/app/models/journal/meeting_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/models/meeting.rb b/modules/meeting/app/models/meeting.rb index 64837b77d6..71273e9479 100644 --- a/modules/meeting/app/models/meeting.rb +++ b/modules/meeting/app/models/meeting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/models/meeting_agenda.rb b/modules/meeting/app/models/meeting_agenda.rb index b15891f76d..79774036a3 100644 --- a/modules/meeting/app/models/meeting_agenda.rb +++ b/modules/meeting/app/models/meeting_agenda.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/models/meeting_content.rb b/modules/meeting/app/models/meeting_content.rb index 397d85c40a..7f66b95175 100644 --- a/modules/meeting/app/models/meeting_content.rb +++ b/modules/meeting/app/models/meeting_content.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/models/meeting_minutes.rb b/modules/meeting/app/models/meeting_minutes.rb index 1f84184d54..5e870d0258 100644 --- a/modules/meeting/app/models/meeting_minutes.rb +++ b/modules/meeting/app/models/meeting_minutes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/models/meeting_participant.rb b/modules/meeting/app/models/meeting_participant.rb index 7412c0ede4..e4a76f6bf4 100644 --- a/modules/meeting/app/models/meeting_participant.rb +++ b/modules/meeting/app/models/meeting_participant.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/services/meeting_contents/set_attributes_service.rb b/modules/meeting/app/services/meeting_contents/set_attributes_service.rb index 3c482e23b7..67c030a67f 100644 --- a/modules/meeting/app/services/meeting_contents/set_attributes_service.rb +++ b/modules/meeting/app/services/meeting_contents/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/services/meeting_contents/update_service.rb b/modules/meeting/app/services/meeting_contents/update_service.rb index 1545931ad2..37850ae374 100644 --- a/modules/meeting/app/services/meeting_contents/update_service.rb +++ b/modules/meeting/app/services/meeting_contents/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meeting_contents/_form.html.erb b/modules/meeting/app/views/meeting_contents/_form.html.erb index 3dd1b99400..40ce71936f 100644 --- a/modules/meeting/app/views/meeting_contents/_form.html.erb +++ b/modules/meeting/app/views/meeting_contents/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meeting_contents/_show.html.erb b/modules/meeting/app/views/meeting_contents/_show.html.erb index e9de4bf610..7a2f768df2 100644 --- a/modules/meeting/app/views/meeting_contents/_show.html.erb +++ b/modules/meeting/app/views/meeting_contents/_show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meeting_contents/diff.html.erb b/modules/meeting/app/views/meeting_contents/diff.html.erb index 615ac50f28..26babdd81c 100644 --- a/modules/meeting/app/views/meeting_contents/diff.html.erb +++ b/modules/meeting/app/views/meeting_contents/diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meeting_contents/history.html.erb b/modules/meeting/app/views/meeting_contents/history.html.erb index e4ca98ceea..d9458bd97f 100644 --- a/modules/meeting/app/views/meeting_contents/history.html.erb +++ b/modules/meeting/app/views/meeting_contents/history.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meeting_contents/show.html.erb b/modules/meeting/app/views/meeting_contents/show.html.erb index dc7273be78..ab2309848d 100644 --- a/modules/meeting/app/views/meeting_contents/show.html.erb +++ b/modules/meeting/app/views/meeting_contents/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meeting_mailer/content_for_review.html.erb b/modules/meeting/app/views/meeting_mailer/content_for_review.html.erb index 71995d1b4d..ab643bd206 100644 --- a/modules/meeting/app/views/meeting_mailer/content_for_review.html.erb +++ b/modules/meeting/app/views/meeting_mailer/content_for_review.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meeting_mailer/content_for_review.text.erb b/modules/meeting/app/views/meeting_mailer/content_for_review.text.erb index 6410d28921..9a92fb74c2 100644 --- a/modules/meeting/app/views/meeting_mailer/content_for_review.text.erb +++ b/modules/meeting/app/views/meeting_mailer/content_for_review.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meetings/_form.html.erb b/modules/meeting/app/views/meetings/_form.html.erb index 635b693d95..55dcab44a6 100644 --- a/modules/meeting/app/views/meetings/_form.html.erb +++ b/modules/meeting/app/views/meetings/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meetings/edit.html.erb b/modules/meeting/app/views/meetings/edit.html.erb index 7716d07731..2773a0cf83 100644 --- a/modules/meeting/app/views/meetings/edit.html.erb +++ b/modules/meeting/app/views/meetings/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meetings/index.html.erb b/modules/meeting/app/views/meetings/index.html.erb index fbcb7bad92..8ce1448960 100644 --- a/modules/meeting/app/views/meetings/index.html.erb +++ b/modules/meeting/app/views/meetings/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meetings/new.html.erb b/modules/meeting/app/views/meetings/new.html.erb index 0314e59303..ee5dd0bb5c 100644 --- a/modules/meeting/app/views/meetings/new.html.erb +++ b/modules/meeting/app/views/meetings/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/app/views/meetings/show.html.erb b/modules/meeting/app/views/meetings/show.html.erb index 5e587e9b52..f2ce6b39a2 100644 --- a/modules/meeting/app/views/meetings/show.html.erb +++ b/modules/meeting/app/views/meetings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/config/locales/crowdin/af.yml b/modules/meeting/config/locales/crowdin/af.yml index cadcad9997..6bdb808317 100644 --- a/modules/meeting/config/locales/crowdin/af.yml +++ b/modules/meeting/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/ar.yml b/modules/meeting/config/locales/crowdin/ar.yml index ec67da1e7a..72c54f5887 100644 --- a/modules/meeting/config/locales/crowdin/ar.yml +++ b/modules/meeting/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/az.yml b/modules/meeting/config/locales/crowdin/az.yml index 6b2baad1e9..e2957b20ea 100644 --- a/modules/meeting/config/locales/crowdin/az.yml +++ b/modules/meeting/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/bg.yml b/modules/meeting/config/locales/crowdin/bg.yml index 6c5bbaf5fc..94bba7bd0f 100644 --- a/modules/meeting/config/locales/crowdin/bg.yml +++ b/modules/meeting/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/ca.yml b/modules/meeting/config/locales/crowdin/ca.yml index 742106527a..4a3652e7ea 100644 --- a/modules/meeting/config/locales/crowdin/ca.yml +++ b/modules/meeting/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/ckb-IR.yml b/modules/meeting/config/locales/crowdin/ckb-IR.yml index 13093f4668..fec73f1e37 100644 --- a/modules/meeting/config/locales/crowdin/ckb-IR.yml +++ b/modules/meeting/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/cs.yml b/modules/meeting/config/locales/crowdin/cs.yml index f489852135..aaf63774cb 100644 --- a/modules/meeting/config/locales/crowdin/cs.yml +++ b/modules/meeting/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/da.yml b/modules/meeting/config/locales/crowdin/da.yml index 051772b7c6..15d2a148c3 100644 --- a/modules/meeting/config/locales/crowdin/da.yml +++ b/modules/meeting/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/de.yml b/modules/meeting/config/locales/crowdin/de.yml index cace241baf..d50aea369e 100644 --- a/modules/meeting/config/locales/crowdin/de.yml +++ b/modules/meeting/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/el.yml b/modules/meeting/config/locales/crowdin/el.yml index 17d167bc97..dbc125910f 100644 --- a/modules/meeting/config/locales/crowdin/el.yml +++ b/modules/meeting/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/eo.yml b/modules/meeting/config/locales/crowdin/eo.yml index 1f1215729a..ff2350d07a 100644 --- a/modules/meeting/config/locales/crowdin/eo.yml +++ b/modules/meeting/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/es.yml b/modules/meeting/config/locales/crowdin/es.yml index 63b12cf2da..6aed6ec44c 100644 --- a/modules/meeting/config/locales/crowdin/es.yml +++ b/modules/meeting/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/et.yml b/modules/meeting/config/locales/crowdin/et.yml index cb59bfa8f3..284e86afd2 100644 --- a/modules/meeting/config/locales/crowdin/et.yml +++ b/modules/meeting/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/fa.yml b/modules/meeting/config/locales/crowdin/fa.yml index e9532f0282..5aa53e3f5f 100644 --- a/modules/meeting/config/locales/crowdin/fa.yml +++ b/modules/meeting/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/fi.yml b/modules/meeting/config/locales/crowdin/fi.yml index 6e08410c66..12bbf72524 100644 --- a/modules/meeting/config/locales/crowdin/fi.yml +++ b/modules/meeting/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/fil.yml b/modules/meeting/config/locales/crowdin/fil.yml index 5670f9026f..2cb13f786f 100644 --- a/modules/meeting/config/locales/crowdin/fil.yml +++ b/modules/meeting/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/fr.yml b/modules/meeting/config/locales/crowdin/fr.yml index b7508145d4..c3fcab3960 100644 --- a/modules/meeting/config/locales/crowdin/fr.yml +++ b/modules/meeting/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/he.yml b/modules/meeting/config/locales/crowdin/he.yml index 0b3f78f113..ecdde76bcc 100644 --- a/modules/meeting/config/locales/crowdin/he.yml +++ b/modules/meeting/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/hi.yml b/modules/meeting/config/locales/crowdin/hi.yml index 1d6ba8abdd..80addd3690 100644 --- a/modules/meeting/config/locales/crowdin/hi.yml +++ b/modules/meeting/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/hr.yml b/modules/meeting/config/locales/crowdin/hr.yml index bbf85ebc60..2d9ce5da7f 100644 --- a/modules/meeting/config/locales/crowdin/hr.yml +++ b/modules/meeting/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/hu.yml b/modules/meeting/config/locales/crowdin/hu.yml index 7b511e8534..8b9f720535 100644 --- a/modules/meeting/config/locales/crowdin/hu.yml +++ b/modules/meeting/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/id.yml b/modules/meeting/config/locales/crowdin/id.yml index d7a9e6f4a4..7d8c8e33a7 100644 --- a/modules/meeting/config/locales/crowdin/id.yml +++ b/modules/meeting/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/it.yml b/modules/meeting/config/locales/crowdin/it.yml index 1f8e6f8aef..0abbfe4d5a 100644 --- a/modules/meeting/config/locales/crowdin/it.yml +++ b/modules/meeting/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/ja.yml b/modules/meeting/config/locales/crowdin/ja.yml index a27c7302e6..4ae1273b74 100644 --- a/modules/meeting/config/locales/crowdin/ja.yml +++ b/modules/meeting/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/ko.yml b/modules/meeting/config/locales/crowdin/ko.yml index cb7a05807d..1240ab0d0d 100644 --- a/modules/meeting/config/locales/crowdin/ko.yml +++ b/modules/meeting/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/lol.yml b/modules/meeting/config/locales/crowdin/lol.yml index 83b5e0f02c..6317543b10 100644 --- a/modules/meeting/config/locales/crowdin/lol.yml +++ b/modules/meeting/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/lt.yml b/modules/meeting/config/locales/crowdin/lt.yml index a46453a3e5..a4b522e4e1 100644 --- a/modules/meeting/config/locales/crowdin/lt.yml +++ b/modules/meeting/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/lv.yml b/modules/meeting/config/locales/crowdin/lv.yml index 4e336f9ae6..f34a453ff7 100644 --- a/modules/meeting/config/locales/crowdin/lv.yml +++ b/modules/meeting/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/ne.yml b/modules/meeting/config/locales/crowdin/ne.yml index e4448e420d..a9f40acb65 100644 --- a/modules/meeting/config/locales/crowdin/ne.yml +++ b/modules/meeting/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/nl.yml b/modules/meeting/config/locales/crowdin/nl.yml index c06da450d9..6f0f2e91b6 100644 --- a/modules/meeting/config/locales/crowdin/nl.yml +++ b/modules/meeting/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/no.yml b/modules/meeting/config/locales/crowdin/no.yml index 65cb9aaadd..5aac6182b2 100644 --- a/modules/meeting/config/locales/crowdin/no.yml +++ b/modules/meeting/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/pl.yml b/modules/meeting/config/locales/crowdin/pl.yml index a74bd9d26e..d09556b6d3 100644 --- a/modules/meeting/config/locales/crowdin/pl.yml +++ b/modules/meeting/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/pt.yml b/modules/meeting/config/locales/crowdin/pt.yml index 825dfd7781..7fda5847a5 100644 --- a/modules/meeting/config/locales/crowdin/pt.yml +++ b/modules/meeting/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/ro.yml b/modules/meeting/config/locales/crowdin/ro.yml index 5fcb9e3a9b..79bd8b2f72 100644 --- a/modules/meeting/config/locales/crowdin/ro.yml +++ b/modules/meeting/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/ru.yml b/modules/meeting/config/locales/crowdin/ru.yml index b59fe92168..e47fa2f3e1 100644 --- a/modules/meeting/config/locales/crowdin/ru.yml +++ b/modules/meeting/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/rw.yml b/modules/meeting/config/locales/crowdin/rw.yml index 6719c49cad..e5c509bf44 100644 --- a/modules/meeting/config/locales/crowdin/rw.yml +++ b/modules/meeting/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/si.yml b/modules/meeting/config/locales/crowdin/si.yml index c74d244c8c..11237ee491 100644 --- a/modules/meeting/config/locales/crowdin/si.yml +++ b/modules/meeting/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/sk.yml b/modules/meeting/config/locales/crowdin/sk.yml index e503798c5c..7050ca4006 100644 --- a/modules/meeting/config/locales/crowdin/sk.yml +++ b/modules/meeting/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/sl.yml b/modules/meeting/config/locales/crowdin/sl.yml index 7e80e497ad..f447a83170 100644 --- a/modules/meeting/config/locales/crowdin/sl.yml +++ b/modules/meeting/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/sv.yml b/modules/meeting/config/locales/crowdin/sv.yml index 46a7c793c1..f35db55de4 100644 --- a/modules/meeting/config/locales/crowdin/sv.yml +++ b/modules/meeting/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/th.yml b/modules/meeting/config/locales/crowdin/th.yml index 686d8a336f..c30f402667 100644 --- a/modules/meeting/config/locales/crowdin/th.yml +++ b/modules/meeting/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/tr.yml b/modules/meeting/config/locales/crowdin/tr.yml index f28234ab22..b5738811a3 100644 --- a/modules/meeting/config/locales/crowdin/tr.yml +++ b/modules/meeting/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/uk.yml b/modules/meeting/config/locales/crowdin/uk.yml index 73568d339e..752d3c570a 100644 --- a/modules/meeting/config/locales/crowdin/uk.yml +++ b/modules/meeting/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/vi.yml b/modules/meeting/config/locales/crowdin/vi.yml index afd1ddf40f..57411bf460 100644 --- a/modules/meeting/config/locales/crowdin/vi.yml +++ b/modules/meeting/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/zh-CN.yml b/modules/meeting/config/locales/crowdin/zh-CN.yml index c14b18e0b9..afdee3f53d 100644 --- a/modules/meeting/config/locales/crowdin/zh-CN.yml +++ b/modules/meeting/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/crowdin/zh-TW.yml b/modules/meeting/config/locales/crowdin/zh-TW.yml index 6f2d20e0c6..1f6a0fac4f 100644 --- a/modules/meeting/config/locales/crowdin/zh-TW.yml +++ b/modules/meeting/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/meeting/config/locales/en.yml b/modules/meeting/config/locales/en.yml index 3844460fc8..9a10217855 100644 --- a/modules/meeting/config/locales/en.yml +++ b/modules/meeting/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/config/routes.rb b/modules/meeting/config/routes.rb index d8ecf7cbb1..570bed79b1 100644 --- a/modules/meeting/config/routes.rb +++ b/modules/meeting/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/db/migrate/20180323135408_to_v710_aggregated_meeting_migrations.rb b/modules/meeting/db/migrate/20180323135408_to_v710_aggregated_meeting_migrations.rb index 34f825e0e2..70e6e4d9e8 100644 --- a/modules/meeting/db/migrate/20180323135408_to_v710_aggregated_meeting_migrations.rb +++ b/modules/meeting/db/migrate/20180323135408_to_v710_aggregated_meeting_migrations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/api/v3/attachments/attachments_by_meeting_content_api.rb b/modules/meeting/lib/api/v3/attachments/attachments_by_meeting_content_api.rb index 0420bc3da7..8831af75d4 100644 --- a/modules/meeting/lib/api/v3/attachments/attachments_by_meeting_content_api.rb +++ b/modules/meeting/lib/api/v3/attachments/attachments_by_meeting_content_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/api/v3/meeting_agendas/meeting_agenda_representer.rb b/modules/meeting/lib/api/v3/meeting_agendas/meeting_agenda_representer.rb index 55f874b703..88d8b21835 100644 --- a/modules/meeting/lib/api/v3/meeting_agendas/meeting_agenda_representer.rb +++ b/modules/meeting/lib/api/v3/meeting_agendas/meeting_agenda_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/api/v3/meeting_contents/meeting_content_representer.rb b/modules/meeting/lib/api/v3/meeting_contents/meeting_content_representer.rb index be70d87aa2..2818493002 100644 --- a/modules/meeting/lib/api/v3/meeting_contents/meeting_content_representer.rb +++ b/modules/meeting/lib/api/v3/meeting_contents/meeting_content_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/api/v3/meeting_minutes/meeting_minutes_representer.rb b/modules/meeting/lib/api/v3/meeting_minutes/meeting_minutes_representer.rb index b2a6fadde7..4a6dec95ca 100644 --- a/modules/meeting/lib/api/v3/meeting_minutes/meeting_minutes_representer.rb +++ b/modules/meeting/lib/api/v3/meeting_minutes/meeting_minutes_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/api/v3/meetings/meeting_contents_api.rb b/modules/meeting/lib/api/v3/meetings/meeting_contents_api.rb index 1b8df9a278..ef0a0a183e 100644 --- a/modules/meeting/lib/api/v3/meetings/meeting_contents_api.rb +++ b/modules/meeting/lib/api/v3/meetings/meeting_contents_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/open_project/meeting.rb b/modules/meeting/lib/open_project/meeting.rb index 2a9863089a..d28fffdb21 100644 --- a/modules/meeting/lib/open_project/meeting.rb +++ b/modules/meeting/lib/open_project/meeting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/open_project/meeting/engine.rb b/modules/meeting/lib/open_project/meeting/engine.rb index 4a840aa99c..03720f4db4 100644 --- a/modules/meeting/lib/open_project/meeting/engine.rb +++ b/modules/meeting/lib/open_project/meeting/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/open_project/meeting/patches/project_patch.rb b/modules/meeting/lib/open_project/meeting/patches/project_patch.rb index 42035cc8ed..1a8281b67c 100644 --- a/modules/meeting/lib/open_project/meeting/patches/project_patch.rb +++ b/modules/meeting/lib/open_project/meeting/patches/project_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/open_project/meeting/patches/role_seeder_patch.rb b/modules/meeting/lib/open_project/meeting/patches/role_seeder_patch.rb index 3fcf4797bc..70552a718e 100644 --- a/modules/meeting/lib/open_project/meeting/patches/role_seeder_patch.rb +++ b/modules/meeting/lib/open_project/meeting/patches/role_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/open_project/meeting/patches/setting_seeder_patch.rb b/modules/meeting/lib/open_project/meeting/patches/setting_seeder_patch.rb index 8f656f7751..4efcc13e07 100644 --- a/modules/meeting/lib/open_project/meeting/patches/setting_seeder_patch.rb +++ b/modules/meeting/lib/open_project/meeting/patches/setting_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/open_project/meeting/patches/textile_converter_patch.rb b/modules/meeting/lib/open_project/meeting/patches/textile_converter_patch.rb index 9b164cb580..2b68eac8a6 100644 --- a/modules/meeting/lib/open_project/meeting/patches/textile_converter_patch.rb +++ b/modules/meeting/lib/open_project/meeting/patches/textile_converter_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/lib/openproject-meeting.rb b/modules/meeting/lib/openproject-meeting.rb index 5e2b8addb2..9b15ee87cd 100644 --- a/modules/meeting/lib/openproject-meeting.rb +++ b/modules/meeting/lib/openproject-meeting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/contracts/meeting_contents/update_contract_spec.rb b/modules/meeting/spec/contracts/meeting_contents/update_contract_spec.rb index a66e68941f..8f9dae2093 100644 --- a/modules/meeting/spec/contracts/meeting_contents/update_contract_spec.rb +++ b/modules/meeting/spec/contracts/meeting_contents/update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/controllers/meeting_contents_controller_spec.rb b/modules/meeting/spec/controllers/meeting_contents_controller_spec.rb index 62e7d36def..862318a686 100644 --- a/modules/meeting/spec/controllers/meeting_contents_controller_spec.rb +++ b/modules/meeting/spec/controllers/meeting_contents_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/controllers/meetings_controller_spec.rb b/modules/meeting/spec/controllers/meetings_controller_spec.rb index a3117b4077..1d3ea87969 100644 --- a/modules/meeting/spec/controllers/meetings_controller_spec.rb +++ b/modules/meeting/spec/controllers/meetings_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/factories/meeting_agenda_factory.rb b/modules/meeting/spec/factories/meeting_agenda_factory.rb index 56d4a5f75e..a01db28a98 100644 --- a/modules/meeting/spec/factories/meeting_agenda_factory.rb +++ b/modules/meeting/spec/factories/meeting_agenda_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/factories/meeting_content_journal_factory.rb b/modules/meeting/spec/factories/meeting_content_journal_factory.rb index 5630f5e54d..28fdb05aea 100644 --- a/modules/meeting/spec/factories/meeting_content_journal_factory.rb +++ b/modules/meeting/spec/factories/meeting_content_journal_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/factories/meeting_factory.rb b/modules/meeting/spec/factories/meeting_factory.rb index 0ec2b1939c..4b155b8c93 100644 --- a/modules/meeting/spec/factories/meeting_factory.rb +++ b/modules/meeting/spec/factories/meeting_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/factories/meeting_journal_factory.rb b/modules/meeting/spec/factories/meeting_journal_factory.rb index cc65d1668d..e9256d8b90 100644 --- a/modules/meeting/spec/factories/meeting_journal_factory.rb +++ b/modules/meeting/spec/factories/meeting_journal_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/factories/meeting_minutes_factory.rb b/modules/meeting/spec/factories/meeting_minutes_factory.rb index 9a6756c01f..49bd0946f6 100644 --- a/modules/meeting/spec/factories/meeting_minutes_factory.rb +++ b/modules/meeting/spec/factories/meeting_minutes_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/factories/meeting_participant_factory.rb b/modules/meeting/spec/factories/meeting_participant_factory.rb index 27ad6764f0..11ab6559ca 100644 --- a/modules/meeting/spec/factories/meeting_participant_factory.rb +++ b/modules/meeting/spec/factories/meeting_participant_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_activity_spec.rb b/modules/meeting/spec/features/meetings_activity_spec.rb index e6ff7ebda3..ff6cb58442 100644 --- a/modules/meeting/spec/features/meetings_activity_spec.rb +++ b/modules/meeting/spec/features/meetings_activity_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_close_spec.rb b/modules/meeting/spec/features/meetings_close_spec.rb index db137c4723..7c336c5a35 100644 --- a/modules/meeting/spec/features/meetings_close_spec.rb +++ b/modules/meeting/spec/features/meetings_close_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_copy_spec.rb b/modules/meeting/spec/features/meetings_copy_spec.rb index a76ca71421..f9377ea33e 100644 --- a/modules/meeting/spec/features/meetings_copy_spec.rb +++ b/modules/meeting/spec/features/meetings_copy_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_delete_spec.rb b/modules/meeting/spec/features/meetings_delete_spec.rb index 6880976d8c..8826bafd9e 100644 --- a/modules/meeting/spec/features/meetings_delete_spec.rb +++ b/modules/meeting/spec/features/meetings_delete_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_index_spec.rb b/modules/meeting/spec/features/meetings_index_spec.rb index cb24582f1e..3a9a858559 100644 --- a/modules/meeting/spec/features/meetings_index_spec.rb +++ b/modules/meeting/spec/features/meetings_index_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_locking_spec.rb b/modules/meeting/spec/features/meetings_locking_spec.rb index bac893226c..96949f0881 100644 --- a/modules/meeting/spec/features/meetings_locking_spec.rb +++ b/modules/meeting/spec/features/meetings_locking_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_new_spec.rb b/modules/meeting/spec/features/meetings_new_spec.rb index 4222b8462c..9cf555d648 100644 --- a/modules/meeting/spec/features/meetings_new_spec.rb +++ b/modules/meeting/spec/features/meetings_new_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_participants_spec.rb b/modules/meeting/spec/features/meetings_participants_spec.rb index e3218ac95f..cd72226174 100644 --- a/modules/meeting/spec/features/meetings_participants_spec.rb +++ b/modules/meeting/spec/features/meetings_participants_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_search_spec.rb b/modules/meeting/spec/features/meetings_search_spec.rb index dfa5168da1..89054e3103 100644 --- a/modules/meeting/spec/features/meetings_search_spec.rb +++ b/modules/meeting/spec/features/meetings_search_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/features/meetings_show_spec.rb b/modules/meeting/spec/features/meetings_show_spec.rb index bfae710a45..21fde8f217 100644 --- a/modules/meeting/spec/features/meetings_show_spec.rb +++ b/modules/meeting/spec/features/meetings_show_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/lib/open_project/markdown_formatting_spec.rb b/modules/meeting/spec/lib/open_project/markdown_formatting_spec.rb index 59dcb3c6a1..afb9b66fbc 100644 --- a/modules/meeting/spec/lib/open_project/markdown_formatting_spec.rb +++ b/modules/meeting/spec/lib/open_project/markdown_formatting_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/lib/open_project/meeting/default_data_spec.rb b/modules/meeting/spec/lib/open_project/meeting/default_data_spec.rb index a99f4ab6e2..76a449ee76 100644 --- a/modules/meeting/spec/lib/open_project/meeting/default_data_spec.rb +++ b/modules/meeting/spec/lib/open_project/meeting/default_data_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/mailers/meeting_mailer_spec.rb b/modules/meeting/spec/mailers/meeting_mailer_spec.rb index 4acc3d1440..39859b9f08 100644 --- a/modules/meeting/spec/mailers/meeting_mailer_spec.rb +++ b/modules/meeting/spec/mailers/meeting_mailer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/models/meeting_agenda_spec.rb b/modules/meeting/spec/models/meeting_agenda_spec.rb index 4129599d7a..a790ae4f65 100644 --- a/modules/meeting/spec/models/meeting_agenda_spec.rb +++ b/modules/meeting/spec/models/meeting_agenda_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/models/meeting_minutes_spec.rb b/modules/meeting/spec/models/meeting_minutes_spec.rb index 60f6b75e40..0afa5e3d0c 100644 --- a/modules/meeting/spec/models/meeting_minutes_spec.rb +++ b/modules/meeting/spec/models/meeting_minutes_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/models/meeting_spec.rb b/modules/meeting/spec/models/meeting_spec.rb index e3c89f4513..9951741b0b 100644 --- a/modules/meeting/spec/models/meeting_spec.rb +++ b/modules/meeting/spec/models/meeting_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/models/permitted_params_spec.rb b/modules/meeting/spec/models/permitted_params_spec.rb index 39b3b7651d..342872afc9 100644 --- a/modules/meeting/spec/models/permitted_params_spec.rb +++ b/modules/meeting/spec/models/permitted_params_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/models/project/activity_spec.rb b/modules/meeting/spec/models/project/activity_spec.rb index 4120d8f7de..481a625ace 100644 --- a/modules/meeting/spec/models/project/activity_spec.rb +++ b/modules/meeting/spec/models/project/activity_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/requests/api/v3/attachments/meeting_agenda_spec.rb b/modules/meeting/spec/requests/api/v3/attachments/meeting_agenda_spec.rb index fd57a9a06d..8a0d730440 100644 --- a/modules/meeting/spec/requests/api/v3/attachments/meeting_agenda_spec.rb +++ b/modules/meeting/spec/requests/api/v3/attachments/meeting_agenda_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/requests/api/v3/attachments/meeting_minutes_spec.rb b/modules/meeting/spec/requests/api/v3/attachments/meeting_minutes_spec.rb index feb42326e8..36c27dfa6f 100644 --- a/modules/meeting/spec/requests/api/v3/attachments/meeting_minutes_spec.rb +++ b/modules/meeting/spec/requests/api/v3/attachments/meeting_minutes_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/routing/previews_routing_spec.rb b/modules/meeting/spec/routing/previews_routing_spec.rb index b29af2358e..57cc2d5c4f 100644 --- a/modules/meeting/spec/routing/previews_routing_spec.rb +++ b/modules/meeting/spec/routing/previews_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/services/meeting_contents/update_service_spec.rb b/modules/meeting/spec/services/meeting_contents/update_service_spec.rb index 649b682bc1..c712dc8386 100644 --- a/modules/meeting/spec/services/meeting_contents/update_service_spec.rb +++ b/modules/meeting/spec/services/meeting_contents/update_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/spec_helper.rb b/modules/meeting/spec/spec_helper.rb index 86615a3259..2eb7219ac3 100644 --- a/modules/meeting/spec/spec_helper.rb +++ b/modules/meeting/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/support/pages/meetings/base.rb b/modules/meeting/spec/support/pages/meetings/base.rb index 077039ab1c..44fe76e5b6 100644 --- a/modules/meeting/spec/support/pages/meetings/base.rb +++ b/modules/meeting/spec/support/pages/meetings/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/support/pages/meetings/edit.rb b/modules/meeting/spec/support/pages/meetings/edit.rb index cecb942fc9..2caa8074b6 100644 --- a/modules/meeting/spec/support/pages/meetings/edit.rb +++ b/modules/meeting/spec/support/pages/meetings/edit.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/support/pages/meetings/index.rb b/modules/meeting/spec/support/pages/meetings/index.rb index 53f7587d56..2374bf95ef 100644 --- a/modules/meeting/spec/support/pages/meetings/index.rb +++ b/modules/meeting/spec/support/pages/meetings/index.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/support/pages/meetings/new.rb b/modules/meeting/spec/support/pages/meetings/new.rb index 4b6d0352c5..e5dfe86c5d 100644 --- a/modules/meeting/spec/support/pages/meetings/new.rb +++ b/modules/meeting/spec/support/pages/meetings/new.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/meeting/spec/support/pages/meetings/show.rb b/modules/meeting/spec/support/pages/meetings/show.rb index 27d85702df..7e704c0f2e 100644 --- a/modules/meeting/spec/support/pages/meetings/show.rb +++ b/modules/meeting/spec/support/pages/meetings/show.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/app/models/grids/my_page.rb b/modules/my_page/app/models/grids/my_page.rb index 5ef628ac27..27be1775f8 100644 --- a/modules/my_page/app/models/grids/my_page.rb +++ b/modules/my_page/app/models/grids/my_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/config/routes.rb b/modules/my_page/config/routes.rb index 1221ffc6f0..19b5a3740b 100644 --- a/modules/my_page/config/routes.rb +++ b/modules/my_page/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/contracts/grids/create_contract_spec.rb b/modules/my_page/spec/contracts/grids/create_contract_spec.rb index 33efe6636a..cbc6a67a5e 100644 --- a/modules/my_page/spec/contracts/grids/create_contract_spec.rb +++ b/modules/my_page/spec/contracts/grids/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/contracts/grids/shared_examples.rb b/modules/my_page/spec/contracts/grids/shared_examples.rb index 516c680f4c..decbe5c8bb 100644 --- a/modules/my_page/spec/contracts/grids/shared_examples.rb +++ b/modules/my_page/spec/contracts/grids/shared_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/contracts/grids/update_contract_spec.rb b/modules/my_page/spec/contracts/grids/update_contract_spec.rb index 27f420737e..54cf39d78d 100644 --- a/modules/my_page/spec/contracts/grids/update_contract_spec.rb +++ b/modules/my_page/spec/contracts/grids/update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/features/my/accountable_spec.rb b/modules/my_page/spec/features/my/accountable_spec.rb index a5a28eef7d..4cecf2b250 100644 --- a/modules/my_page/spec/features/my/accountable_spec.rb +++ b/modules/my_page/spec/features/my/accountable_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/features/my/assigned_to_me_spec.rb b/modules/my_page/spec/features/my/assigned_to_me_spec.rb index f21cc8a313..7cc024bc6c 100644 --- a/modules/my_page/spec/features/my/assigned_to_me_spec.rb +++ b/modules/my_page/spec/features/my/assigned_to_me_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/features/my/custom_text_spec.rb b/modules/my_page/spec/features/my/custom_text_spec.rb index 63300eca5e..e68ee6cb66 100644 --- a/modules/my_page/spec/features/my/custom_text_spec.rb +++ b/modules/my_page/spec/features/my/custom_text_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/features/my/documents_spec.rb b/modules/my_page/spec/features/my/documents_spec.rb index 2b080b8276..4e9b25ad67 100644 --- a/modules/my_page/spec/features/my/documents_spec.rb +++ b/modules/my_page/spec/features/my/documents_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/features/my/my_page_spec.rb b/modules/my_page/spec/features/my/my_page_spec.rb index 0ebbd55850..bf7a0f94c0 100644 --- a/modules/my_page/spec/features/my/my_page_spec.rb +++ b/modules/my_page/spec/features/my/my_page_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/features/my/news_spec.rb b/modules/my_page/spec/features/my/news_spec.rb index 1c76c6558e..c131c83aff 100644 --- a/modules/my_page/spec/features/my/news_spec.rb +++ b/modules/my_page/spec/features/my/news_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/features/my/time_entries_current_user_spec.rb b/modules/my_page/spec/features/my/time_entries_current_user_spec.rb index 297be3d66a..19b3a4d5ba 100644 --- a/modules/my_page/spec/features/my/time_entries_current_user_spec.rb +++ b/modules/my_page/spec/features/my/time_entries_current_user_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/features/my/work_package_table_spec.rb b/modules/my_page/spec/features/my/work_package_table_spec.rb index cf2b38e26e..22940b7b25 100644 --- a/modules/my_page/spec/features/my/work_package_table_spec.rb +++ b/modules/my_page/spec/features/my/work_package_table_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/models/grids/my_page_spec.rb b/modules/my_page/spec/models/grids/my_page_spec.rb index 009fa60163..bab6b16b73 100644 --- a/modules/my_page/spec/models/grids/my_page_spec.rb +++ b/modules/my_page/spec/models/grids/my_page_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/models/grids/shared_model.rb b/modules/my_page/spec/models/grids/shared_model.rb index b52f417c9d..2bb9255afa 100644 --- a/modules/my_page/spec/models/grids/shared_model.rb +++ b/modules/my_page/spec/models/grids/shared_model.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/queries/grids/filters/scope_filter_spec.rb b/modules/my_page/spec/queries/grids/filters/scope_filter_spec.rb index ec5363241e..947052bfcc 100644 --- a/modules/my_page/spec/queries/grids/filters/scope_filter_spec.rb +++ b/modules/my_page/spec/queries/grids/filters/scope_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/queries/grids/query_integration_spec.rb b/modules/my_page/spec/queries/grids/query_integration_spec.rb index 1096cc0924..f6fcaadeda 100644 --- a/modules/my_page/spec/queries/grids/query_integration_spec.rb +++ b/modules/my_page/spec/queries/grids/query_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb b/modules/my_page/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb index c4f110e26f..70001eadd2 100644 --- a/modules/my_page/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb +++ b/modules/my_page/spec/requests/api/v3/grids/grids_create_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/requests/api/v3/grids/grids_resource_spec.rb b/modules/my_page/spec/requests/api/v3/grids/grids_resource_spec.rb index a82bde59e6..bec200be1a 100644 --- a/modules/my_page/spec/requests/api/v3/grids/grids_resource_spec.rb +++ b/modules/my_page/spec/requests/api/v3/grids/grids_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb b/modules/my_page/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb index 5b2120dbd7..ca419d0a04 100644 --- a/modules/my_page/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb +++ b/modules/my_page/spec/requests/api/v3/grids/grids_update_form_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/my_page/spec/support/pages/my/page.rb b/modules/my_page/spec/support/pages/my/page.rb index ce034baaa1..298d7f9394 100644 --- a/modules/my_page/spec/support/pages/my/page.rb +++ b/modules/my_page/spec/support/pages/my/page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/openid_connect/lib/open_project/openid_connect/hooks/hook.rb b/modules/openid_connect/lib/open_project/openid_connect/hooks/hook.rb index 89a79e0f41..7851d76b42 100644 --- a/modules/openid_connect/lib/open_project/openid_connect/hooks/hook.rb +++ b/modules/openid_connect/lib/open_project/openid_connect/hooks/hook.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2023 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/openid_connect/spec/controllers/providers_controller_spec.rb b/modules/openid_connect/spec/controllers/providers_controller_spec.rb index 3cc64d75bc..c3648f635e 100644 --- a/modules/openid_connect/spec/controllers/providers_controller_spec.rb +++ b/modules/openid_connect/spec/controllers/providers_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/openid_connect/spec/lib/session_mapper_spec.rb b/modules/openid_connect/spec/lib/session_mapper_spec.rb index 34b730fb25..16f506dd7b 100644 --- a/modules/openid_connect/spec/lib/session_mapper_spec.rb +++ b/modules/openid_connect/spec/lib/session_mapper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/openid_connect/spec/models/user_session_link_spec.rb b/modules/openid_connect/spec/models/user_session_link_spec.rb index 900bf58b55..e5eb050e15 100644 --- a/modules/openid_connect/spec/models/user_session_link_spec.rb +++ b/modules/openid_connect/spec/models/user_session_link_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/openid_connect/spec/requests/openid_connect_spec.rb b/modules/openid_connect/spec/requests/openid_connect_spec.rb index 6a381c981b..a1f61a4aac 100644 --- a/modules/openid_connect/spec/requests/openid_connect_spec.rb +++ b/modules/openid_connect/spec/requests/openid_connect_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/openid_connect/spec/routing/openid_connect/providers_controller_spec.rb b/modules/openid_connect/spec/routing/openid_connect/providers_controller_spec.rb index 533ffcd2a3..e872a5d2c4 100644 --- a/modules/openid_connect/spec/routing/openid_connect/providers_controller_spec.rb +++ b/modules/openid_connect/spec/routing/openid_connect/providers_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/app/models/grids/overview.rb b/modules/overviews/app/models/grids/overview.rb index 3e546ac105..290d53b0a7 100644 --- a/modules/overviews/app/models/grids/overview.rb +++ b/modules/overviews/app/models/grids/overview.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/app/services/overviews/copy/widgets_dependent_service.rb b/modules/overviews/app/services/overviews/copy/widgets_dependent_service.rb index 2ece39f3dc..a77e46d2c7 100644 --- a/modules/overviews/app/services/overviews/copy/widgets_dependent_service.rb +++ b/modules/overviews/app/services/overviews/copy/widgets_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/app/services/overviews/copy_service.rb b/modules/overviews/app/services/overviews/copy_service.rb index 6d5f10b848..792d41b307 100644 --- a/modules/overviews/app/services/overviews/copy_service.rb +++ b/modules/overviews/app/services/overviews/copy_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/config/locales/en.seeders.bim.yml b/modules/overviews/config/locales/en.seeders.bim.yml index a9ad364537..4f2520c53f 100644 --- a/modules/overviews/config/locales/en.seeders.bim.yml +++ b/modules/overviews/config/locales/en.seeders.bim.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/config/locales/en.seeders.standard.yml b/modules/overviews/config/locales/en.seeders.standard.yml index 721751efcd..53f3b4d35e 100644 --- a/modules/overviews/config/locales/en.seeders.standard.yml +++ b/modules/overviews/config/locales/en.seeders.standard.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/spec/contracts/grids/create_contract_spec.rb b/modules/overviews/spec/contracts/grids/create_contract_spec.rb index 42cbe06d45..1a2bbafa5b 100644 --- a/modules/overviews/spec/contracts/grids/create_contract_spec.rb +++ b/modules/overviews/spec/contracts/grids/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/spec/controllers/overviews/overviews_controller_spec.rb b/modules/overviews/spec/controllers/overviews/overviews_controller_spec.rb index 98feb04ed6..0196563743 100644 --- a/modules/overviews/spec/controllers/overviews/overviews_controller_spec.rb +++ b/modules/overviews/spec/controllers/overviews/overviews_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/spec/features/low_permissions_page_creation_spec.rb b/modules/overviews/spec/features/low_permissions_page_creation_spec.rb index b8b37c9a42..f3a5c988b3 100644 --- a/modules/overviews/spec/features/low_permissions_page_creation_spec.rb +++ b/modules/overviews/spec/features/low_permissions_page_creation_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/spec/features/managing_overview_page_spec.rb b/modules/overviews/spec/features/managing_overview_page_spec.rb index 69ede591e2..b5f7f730fe 100644 --- a/modules/overviews/spec/features/managing_overview_page_spec.rb +++ b/modules/overviews/spec/features/managing_overview_page_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/spec/features/navigation_spec.rb b/modules/overviews/spec/features/navigation_spec.rb index fca426d247..9fd8ef1bf5 100644 --- a/modules/overviews/spec/features/navigation_spec.rb +++ b/modules/overviews/spec/features/navigation_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/spec/requests/api/v3/grids/grids_resource_spec.rb b/modules/overviews/spec/requests/api/v3/grids/grids_resource_spec.rb index c1ae00f40d..46f6a461a6 100644 --- a/modules/overviews/spec/requests/api/v3/grids/grids_resource_spec.rb +++ b/modules/overviews/spec/requests/api/v3/grids/grids_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/spec/services/copy_service_integration_spec.rb b/modules/overviews/spec/services/copy_service_integration_spec.rb index 7c87befd04..03ddcecb9e 100644 --- a/modules/overviews/spec/services/copy_service_integration_spec.rb +++ b/modules/overviews/spec/services/copy_service_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/overviews/spec/support/pages/overview.rb b/modules/overviews/spec/support/pages/overview.rb index 0e64b6df58..2cb9df9a7c 100644 --- a/modules/overviews/spec/support/pages/overview.rb +++ b/modules/overviews/spec/support/pages/overview.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/app/controllers/export_card_configurations_controller.rb b/modules/pdf_export/app/controllers/export_card_configurations_controller.rb index d6f32a605d..417ad526b0 100644 --- a/modules/pdf_export/app/controllers/export_card_configurations_controller.rb +++ b/modules/pdf_export/app/controllers/export_card_configurations_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/app/models/export_card_configuration.rb b/modules/pdf_export/app/models/export_card_configuration.rb index 6b20fea29e..25d41a268f 100644 --- a/modules/pdf_export/app/models/export_card_configuration.rb +++ b/modules/pdf_export/app/models/export_card_configuration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/app/views/export_card_configurations/_form.html.erb b/modules/pdf_export/app/views/export_card_configurations/_form.html.erb index dc5685b1e8..1f717473e7 100644 --- a/modules/pdf_export/app/views/export_card_configurations/_form.html.erb +++ b/modules/pdf_export/app/views/export_card_configurations/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/app/views/export_card_configurations/edit.html.erb b/modules/pdf_export/app/views/export_card_configurations/edit.html.erb index 3ee91db5d3..abc538dff4 100644 --- a/modules/pdf_export/app/views/export_card_configurations/edit.html.erb +++ b/modules/pdf_export/app/views/export_card_configurations/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/app/views/export_card_configurations/index.html.erb b/modules/pdf_export/app/views/export_card_configurations/index.html.erb index 1c1550d5db..59b866a752 100644 --- a/modules/pdf_export/app/views/export_card_configurations/index.html.erb +++ b/modules/pdf_export/app/views/export_card_configurations/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/app/views/export_card_configurations/new.html.erb b/modules/pdf_export/app/views/export_card_configurations/new.html.erb index 6d68d5c50a..3b182be339 100644 --- a/modules/pdf_export/app/views/export_card_configurations/new.html.erb +++ b/modules/pdf_export/app/views/export_card_configurations/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/config/locales/crowdin/af.yml b/modules/pdf_export/config/locales/crowdin/af.yml index 7e7ae94280..8777c3b05f 100644 --- a/modules/pdf_export/config/locales/crowdin/af.yml +++ b/modules/pdf_export/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/ar.yml b/modules/pdf_export/config/locales/crowdin/ar.yml index d135a4fd8c..525482fc9b 100644 --- a/modules/pdf_export/config/locales/crowdin/ar.yml +++ b/modules/pdf_export/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/az.yml b/modules/pdf_export/config/locales/crowdin/az.yml index fff3b01935..4f27abd13c 100644 --- a/modules/pdf_export/config/locales/crowdin/az.yml +++ b/modules/pdf_export/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/bg.yml b/modules/pdf_export/config/locales/crowdin/bg.yml index 1f247738be..f793b76ded 100644 --- a/modules/pdf_export/config/locales/crowdin/bg.yml +++ b/modules/pdf_export/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/ca.yml b/modules/pdf_export/config/locales/crowdin/ca.yml index 9f4db38042..151fa49e84 100644 --- a/modules/pdf_export/config/locales/crowdin/ca.yml +++ b/modules/pdf_export/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/ckb-IR.yml b/modules/pdf_export/config/locales/crowdin/ckb-IR.yml index 375c46794b..b7c4920d86 100644 --- a/modules/pdf_export/config/locales/crowdin/ckb-IR.yml +++ b/modules/pdf_export/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/cs.yml b/modules/pdf_export/config/locales/crowdin/cs.yml index 5a33959a05..1fe29da83d 100644 --- a/modules/pdf_export/config/locales/crowdin/cs.yml +++ b/modules/pdf_export/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/da.yml b/modules/pdf_export/config/locales/crowdin/da.yml index 9184e95e8c..cf9d5aca83 100644 --- a/modules/pdf_export/config/locales/crowdin/da.yml +++ b/modules/pdf_export/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/de.yml b/modules/pdf_export/config/locales/crowdin/de.yml index 4aae19bd11..ab6929439a 100644 --- a/modules/pdf_export/config/locales/crowdin/de.yml +++ b/modules/pdf_export/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/el.yml b/modules/pdf_export/config/locales/crowdin/el.yml index ed0845afca..2d8385dc4b 100644 --- a/modules/pdf_export/config/locales/crowdin/el.yml +++ b/modules/pdf_export/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/eo.yml b/modules/pdf_export/config/locales/crowdin/eo.yml index 209acb6079..4da572f955 100644 --- a/modules/pdf_export/config/locales/crowdin/eo.yml +++ b/modules/pdf_export/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/es.yml b/modules/pdf_export/config/locales/crowdin/es.yml index b35a90609d..8541f36eca 100644 --- a/modules/pdf_export/config/locales/crowdin/es.yml +++ b/modules/pdf_export/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/et.yml b/modules/pdf_export/config/locales/crowdin/et.yml index 1359bf519c..dbf6106f2c 100644 --- a/modules/pdf_export/config/locales/crowdin/et.yml +++ b/modules/pdf_export/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/fa.yml b/modules/pdf_export/config/locales/crowdin/fa.yml index 1c5ce98452..bdc6dcfc95 100644 --- a/modules/pdf_export/config/locales/crowdin/fa.yml +++ b/modules/pdf_export/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/fi.yml b/modules/pdf_export/config/locales/crowdin/fi.yml index f07262e9a2..3e6331c145 100644 --- a/modules/pdf_export/config/locales/crowdin/fi.yml +++ b/modules/pdf_export/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/fil.yml b/modules/pdf_export/config/locales/crowdin/fil.yml index 842bf3380d..28f534d56e 100644 --- a/modules/pdf_export/config/locales/crowdin/fil.yml +++ b/modules/pdf_export/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/fr.yml b/modules/pdf_export/config/locales/crowdin/fr.yml index b120db7b2f..ee40d127ae 100644 --- a/modules/pdf_export/config/locales/crowdin/fr.yml +++ b/modules/pdf_export/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/he.yml b/modules/pdf_export/config/locales/crowdin/he.yml index 38af4be125..f4258b69e1 100644 --- a/modules/pdf_export/config/locales/crowdin/he.yml +++ b/modules/pdf_export/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/hi.yml b/modules/pdf_export/config/locales/crowdin/hi.yml index e3f3ec70b7..c3cbfc849f 100644 --- a/modules/pdf_export/config/locales/crowdin/hi.yml +++ b/modules/pdf_export/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/hr.yml b/modules/pdf_export/config/locales/crowdin/hr.yml index 6c61416c2d..596bb4d010 100644 --- a/modules/pdf_export/config/locales/crowdin/hr.yml +++ b/modules/pdf_export/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/hu.yml b/modules/pdf_export/config/locales/crowdin/hu.yml index ba45343796..2ee288937f 100644 --- a/modules/pdf_export/config/locales/crowdin/hu.yml +++ b/modules/pdf_export/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/id.yml b/modules/pdf_export/config/locales/crowdin/id.yml index 2e27544341..9caaebf956 100644 --- a/modules/pdf_export/config/locales/crowdin/id.yml +++ b/modules/pdf_export/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/it.yml b/modules/pdf_export/config/locales/crowdin/it.yml index 86c790816d..d9e418f283 100644 --- a/modules/pdf_export/config/locales/crowdin/it.yml +++ b/modules/pdf_export/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/ja.yml b/modules/pdf_export/config/locales/crowdin/ja.yml index 41235dab60..55f01a6fdd 100644 --- a/modules/pdf_export/config/locales/crowdin/ja.yml +++ b/modules/pdf_export/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/ko.yml b/modules/pdf_export/config/locales/crowdin/ko.yml index 6c8b7c1448..b45a23bdfb 100644 --- a/modules/pdf_export/config/locales/crowdin/ko.yml +++ b/modules/pdf_export/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/lol.yml b/modules/pdf_export/config/locales/crowdin/lol.yml index a89a2b2695..553a98d52a 100644 --- a/modules/pdf_export/config/locales/crowdin/lol.yml +++ b/modules/pdf_export/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/lt.yml b/modules/pdf_export/config/locales/crowdin/lt.yml index c4d0f5c03f..c9f85bbac5 100644 --- a/modules/pdf_export/config/locales/crowdin/lt.yml +++ b/modules/pdf_export/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/lv.yml b/modules/pdf_export/config/locales/crowdin/lv.yml index 292a5d987c..fccf08e386 100644 --- a/modules/pdf_export/config/locales/crowdin/lv.yml +++ b/modules/pdf_export/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/ne.yml b/modules/pdf_export/config/locales/crowdin/ne.yml index 9b7bed436d..31d150abf7 100644 --- a/modules/pdf_export/config/locales/crowdin/ne.yml +++ b/modules/pdf_export/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/nl.yml b/modules/pdf_export/config/locales/crowdin/nl.yml index 9a452c6b36..c3353017c4 100644 --- a/modules/pdf_export/config/locales/crowdin/nl.yml +++ b/modules/pdf_export/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/no.yml b/modules/pdf_export/config/locales/crowdin/no.yml index d2ba705dbd..3a479e99b1 100644 --- a/modules/pdf_export/config/locales/crowdin/no.yml +++ b/modules/pdf_export/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/pl.yml b/modules/pdf_export/config/locales/crowdin/pl.yml index fcaa4c58d2..c731eefd17 100644 --- a/modules/pdf_export/config/locales/crowdin/pl.yml +++ b/modules/pdf_export/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/pt.yml b/modules/pdf_export/config/locales/crowdin/pt.yml index f1834ddf74..39f31db416 100644 --- a/modules/pdf_export/config/locales/crowdin/pt.yml +++ b/modules/pdf_export/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/ro.yml b/modules/pdf_export/config/locales/crowdin/ro.yml index 5dacf3023a..a19effe37c 100644 --- a/modules/pdf_export/config/locales/crowdin/ro.yml +++ b/modules/pdf_export/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/ru.yml b/modules/pdf_export/config/locales/crowdin/ru.yml index 52377b4fa8..8b155b7e37 100644 --- a/modules/pdf_export/config/locales/crowdin/ru.yml +++ b/modules/pdf_export/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/rw.yml b/modules/pdf_export/config/locales/crowdin/rw.yml index 8f7fe843f6..655eb5fd2c 100644 --- a/modules/pdf_export/config/locales/crowdin/rw.yml +++ b/modules/pdf_export/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/si.yml b/modules/pdf_export/config/locales/crowdin/si.yml index 4b3532eef9..aa1796712b 100644 --- a/modules/pdf_export/config/locales/crowdin/si.yml +++ b/modules/pdf_export/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/sk.yml b/modules/pdf_export/config/locales/crowdin/sk.yml index 24caac27fd..f5e443c818 100644 --- a/modules/pdf_export/config/locales/crowdin/sk.yml +++ b/modules/pdf_export/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/sl.yml b/modules/pdf_export/config/locales/crowdin/sl.yml index 438b985f95..dabd8c3d41 100644 --- a/modules/pdf_export/config/locales/crowdin/sl.yml +++ b/modules/pdf_export/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/sv.yml b/modules/pdf_export/config/locales/crowdin/sv.yml index bbd6b41d68..4c1cb3761e 100644 --- a/modules/pdf_export/config/locales/crowdin/sv.yml +++ b/modules/pdf_export/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/th.yml b/modules/pdf_export/config/locales/crowdin/th.yml index 45866cd662..4c6e0b9542 100644 --- a/modules/pdf_export/config/locales/crowdin/th.yml +++ b/modules/pdf_export/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/tr.yml b/modules/pdf_export/config/locales/crowdin/tr.yml index 0da8077e4c..7e5bde0811 100644 --- a/modules/pdf_export/config/locales/crowdin/tr.yml +++ b/modules/pdf_export/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/uk.yml b/modules/pdf_export/config/locales/crowdin/uk.yml index fa9527dfc2..2cc90cd3a6 100644 --- a/modules/pdf_export/config/locales/crowdin/uk.yml +++ b/modules/pdf_export/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/vi.yml b/modules/pdf_export/config/locales/crowdin/vi.yml index 5ae54980da..fea7aa287c 100644 --- a/modules/pdf_export/config/locales/crowdin/vi.yml +++ b/modules/pdf_export/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/zh-CN.yml b/modules/pdf_export/config/locales/crowdin/zh-CN.yml index e8d4b141bf..8951bdf0ff 100644 --- a/modules/pdf_export/config/locales/crowdin/zh-CN.yml +++ b/modules/pdf_export/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/crowdin/zh-TW.yml b/modules/pdf_export/config/locales/crowdin/zh-TW.yml index 80bffdcf9f..e746cb67b1 100644 --- a/modules/pdf_export/config/locales/crowdin/zh-TW.yml +++ b/modules/pdf_export/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/pdf_export/config/locales/en.yml b/modules/pdf_export/config/locales/en.yml index 125085bb34..aa6d72c203 100644 --- a/modules/pdf_export/config/locales/en.yml +++ b/modules/pdf_export/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/config/routes.rb b/modules/pdf_export/config/routes.rb index fbd7a82a70..b515b27e3f 100644 --- a/modules/pdf_export/config/routes.rb +++ b/modules/pdf_export/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/db/migrate/20140113132617_create_export_card_configuration.rb b/modules/pdf_export/db/migrate/20140113132617_create_export_card_configuration.rb index f442ce41e0..c0adea0002 100644 --- a/modules/pdf_export/db/migrate/20140113132617_create_export_card_configuration.rb +++ b/modules/pdf_export/db/migrate/20140113132617_create_export_card_configuration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/db/migrate/20140129103924_add_active_to_export_card_configurations.rb b/modules/pdf_export/db/migrate/20140129103924_add_active_to_export_card_configurations.rb index 973a40edbf..259f47aaa8 100644 --- a/modules/pdf_export/db/migrate/20140129103924_add_active_to_export_card_configurations.rb +++ b/modules/pdf_export/db/migrate/20140129103924_add_active_to_export_card_configurations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/db/migrate/20140207134248_add_description_to_export_card_configurations.rb b/modules/pdf_export/db/migrate/20140207134248_add_description_to_export_card_configurations.rb index 81634a988e..3d4f26482d 100644 --- a/modules/pdf_export/db/migrate/20140207134248_add_description_to_export_card_configurations.rb +++ b/modules/pdf_export/db/migrate/20140207134248_add_description_to_export_card_configurations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/db/seeds/export_card_configurations.rb b/modules/pdf_export/db/seeds/export_card_configurations.rb index 7ed066530a..ff91edded7 100644 --- a/modules/pdf_export/db/seeds/export_card_configurations.rb +++ b/modules/pdf_export/db/seeds/export_card_configurations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/open_project/pdf_export.rb b/modules/pdf_export/lib/open_project/pdf_export.rb index 4d7b348c8d..034bdb4afe 100644 --- a/modules/pdf_export/lib/open_project/pdf_export.rb +++ b/modules/pdf_export/lib/open_project/pdf_export.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/open_project/pdf_export/engine.rb b/modules/pdf_export/lib/open_project/pdf_export/engine.rb index fe56550db9..699fb52f78 100644 --- a/modules/pdf_export/lib/open_project/pdf_export/engine.rb +++ b/modules/pdf_export/lib/open_project/pdf_export/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/open_project/pdf_export/exceptions.rb b/modules/pdf_export/lib/open_project/pdf_export/exceptions.rb index cb22bdcc8c..e22e542da9 100644 --- a/modules/pdf_export/lib/open_project/pdf_export/exceptions.rb +++ b/modules/pdf_export/lib/open_project/pdf_export/exceptions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/open_project/pdf_export/export_card/card_element.rb b/modules/pdf_export/lib/open_project/pdf_export/export_card/card_element.rb index 2ec0e80b6c..6ddeaefafa 100644 --- a/modules/pdf_export/lib/open_project/pdf_export/export_card/card_element.rb +++ b/modules/pdf_export/lib/open_project/pdf_export/export_card/card_element.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/open_project/pdf_export/export_card/column_element.rb b/modules/pdf_export/lib/open_project/pdf_export/export_card/column_element.rb index 7c5b55f786..e86fe5d477 100644 --- a/modules/pdf_export/lib/open_project/pdf_export/export_card/column_element.rb +++ b/modules/pdf_export/lib/open_project/pdf_export/export_card/column_element.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/open_project/pdf_export/export_card/document_generator.rb b/modules/pdf_export/lib/open_project/pdf_export/export_card/document_generator.rb index 20d21cd95c..4b97b080c0 100644 --- a/modules/pdf_export/lib/open_project/pdf_export/export_card/document_generator.rb +++ b/modules/pdf_export/lib/open_project/pdf_export/export_card/document_generator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/open_project/pdf_export/export_card/group_element.rb b/modules/pdf_export/lib/open_project/pdf_export/export_card/group_element.rb index 83f7b6826b..c46fb69154 100644 --- a/modules/pdf_export/lib/open_project/pdf_export/export_card/group_element.rb +++ b/modules/pdf_export/lib/open_project/pdf_export/export_card/group_element.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/open_project/pdf_export/export_card/row_element.rb b/modules/pdf_export/lib/open_project/pdf_export/export_card/row_element.rb index 2b7968f628..82b6a17450 100644 --- a/modules/pdf_export/lib/open_project/pdf_export/export_card/row_element.rb +++ b/modules/pdf_export/lib/open_project/pdf_export/export_card/row_element.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/lib/openproject-pdf_export.rb b/modules/pdf_export/lib/openproject-pdf_export.rb index d6c734f69c..1594f59803 100644 --- a/modules/pdf_export/lib/openproject-pdf_export.rb +++ b/modules/pdf_export/lib/openproject-pdf_export.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/spec/controllers/export_card_configurations_controller_spec.rb b/modules/pdf_export/spec/controllers/export_card_configurations_controller_spec.rb index 3b1ad438be..451f97154f 100644 --- a/modules/pdf_export/spec/controllers/export_card_configurations_controller_spec.rb +++ b/modules/pdf_export/spec/controllers/export_card_configurations_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/spec/export_card/document_generator_spec.rb b/modules/pdf_export/spec/export_card/document_generator_spec.rb index e22d93fd72..db6dace47b 100644 --- a/modules/pdf_export/spec/export_card/document_generator_spec.rb +++ b/modules/pdf_export/spec/export_card/document_generator_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/spec/factories/export_card_configuration_factory.rb b/modules/pdf_export/spec/factories/export_card_configuration_factory.rb index 00c26888bf..70e809b5e1 100644 --- a/modules/pdf_export/spec/factories/export_card_configuration_factory.rb +++ b/modules/pdf_export/spec/factories/export_card_configuration_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/spec/features/export_card_configurations_admin_spec.rb b/modules/pdf_export/spec/features/export_card_configurations_admin_spec.rb index e5f15faee1..6f068ef466 100644 --- a/modules/pdf_export/spec/features/export_card_configurations_admin_spec.rb +++ b/modules/pdf_export/spec/features/export_card_configurations_admin_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/spec/spec_helper.rb b/modules/pdf_export/spec/spec_helper.rb index 0a50fbb1d7..3639b8cccb 100644 --- a/modules/pdf_export/spec/spec_helper.rb +++ b/modules/pdf_export/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/spec/views/edit.html.erb_spec.rb b/modules/pdf_export/spec/views/edit.html.erb_spec.rb index 2d6433b775..e5d9579a30 100644 --- a/modules/pdf_export/spec/views/edit.html.erb_spec.rb +++ b/modules/pdf_export/spec/views/edit.html.erb_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/spec/views/index.html.erb_spec.rb b/modules/pdf_export/spec/views/index.html.erb_spec.rb index 47e984336d..bf8d15323a 100644 --- a/modules/pdf_export/spec/views/index.html.erb_spec.rb +++ b/modules/pdf_export/spec/views/index.html.erb_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/pdf_export/spec/views/new.html.erb_spec.rb b/modules/pdf_export/spec/views/new.html.erb_spec.rb index 72adec20f6..8acb893713 100644 --- a/modules/pdf_export/spec/views/new.html.erb_spec.rb +++ b/modules/pdf_export/spec/views/new.html.erb_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/controllers/cost_reports_controller.rb b/modules/reporting/app/controllers/cost_reports_controller.rb index 7e426ea4cf..d6a9e24777 100644 --- a/modules/reporting/app/controllers/cost_reports_controller.rb +++ b/modules/reporting/app/controllers/cost_reports_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/controllers/work_package_costlog_controller.rb b/modules/reporting/app/controllers/work_package_costlog_controller.rb index 743ccfbc03..480427e7ab 100644 --- a/modules/reporting/app/controllers/work_package_costlog_controller.rb +++ b/modules/reporting/app/controllers/work_package_costlog_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/helpers/reporting_helper.rb b/modules/reporting/app/helpers/reporting_helper.rb index 5a0e8720f8..e881ae54c7 100644 --- a/modules/reporting/app/helpers/reporting_helper.rb +++ b/modules/reporting/app/helpers/reporting_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query.rb b/modules/reporting/app/models/cost_query.rb index 013c4312bc..a5293d4acd 100644 --- a/modules/reporting/app/models/cost_query.rb +++ b/modules/reporting/app/models/cost_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/cache.rb b/modules/reporting/app/models/cost_query/cache.rb index 07d5f9e822..617fbff246 100644 --- a/modules/reporting/app/models/cost_query/cache.rb +++ b/modules/reporting/app/models/cost_query/cache.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/custom_field_mixin.rb b/modules/reporting/app/models/cost_query/custom_field_mixin.rb index a0e34d7254..aa7f337273 100644 --- a/modules/reporting/app/models/cost_query/custom_field_mixin.rb +++ b/modules/reporting/app/models/cost_query/custom_field_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter.rb b/modules/reporting/app/models/cost_query/filter.rb index 71b2743e4b..a5702414aa 100644 --- a/modules/reporting/app/models/cost_query/filter.rb +++ b/modules/reporting/app/models/cost_query/filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/activity_id.rb b/modules/reporting/app/models/cost_query/filter/activity_id.rb index c33552ae0a..6a2f3a161e 100644 --- a/modules/reporting/app/models/cost_query/filter/activity_id.rb +++ b/modules/reporting/app/models/cost_query/filter/activity_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/assigned_to_id.rb b/modules/reporting/app/models/cost_query/filter/assigned_to_id.rb index f695992493..01c3fdc12a 100644 --- a/modules/reporting/app/models/cost_query/filter/assigned_to_id.rb +++ b/modules/reporting/app/models/cost_query/filter/assigned_to_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/author_id.rb b/modules/reporting/app/models/cost_query/filter/author_id.rb index b9f926c997..3bb5d78fd1 100644 --- a/modules/reporting/app/models/cost_query/filter/author_id.rb +++ b/modules/reporting/app/models/cost_query/filter/author_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/budget_id.rb b/modules/reporting/app/models/cost_query/filter/budget_id.rb index f18fc39b31..2248011927 100644 --- a/modules/reporting/app/models/cost_query/filter/budget_id.rb +++ b/modules/reporting/app/models/cost_query/filter/budget_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/category_id.rb b/modules/reporting/app/models/cost_query/filter/category_id.rb index 276e1aed42..86f8792877 100644 --- a/modules/reporting/app/models/cost_query/filter/category_id.rb +++ b/modules/reporting/app/models/cost_query/filter/category_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/cost_type_id.rb b/modules/reporting/app/models/cost_query/filter/cost_type_id.rb index c9b747adaf..ad770ff302 100644 --- a/modules/reporting/app/models/cost_query/filter/cost_type_id.rb +++ b/modules/reporting/app/models/cost_query/filter/cost_type_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/created_on.rb b/modules/reporting/app/models/cost_query/filter/created_on.rb index a34afa0292..db747ba9bf 100644 --- a/modules/reporting/app/models/cost_query/filter/created_on.rb +++ b/modules/reporting/app/models/cost_query/filter/created_on.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/custom_field_entries.rb b/modules/reporting/app/models/cost_query/filter/custom_field_entries.rb index f75bcd5c70..1463ff9e59 100644 --- a/modules/reporting/app/models/cost_query/filter/custom_field_entries.rb +++ b/modules/reporting/app/models/cost_query/filter/custom_field_entries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/due_date.rb b/modules/reporting/app/models/cost_query/filter/due_date.rb index a272dd9a51..31096c973c 100644 --- a/modules/reporting/app/models/cost_query/filter/due_date.rb +++ b/modules/reporting/app/models/cost_query/filter/due_date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/logged_by_id.rb b/modules/reporting/app/models/cost_query/filter/logged_by_id.rb index ebf3c7be06..5971fccd1f 100644 --- a/modules/reporting/app/models/cost_query/filter/logged_by_id.rb +++ b/modules/reporting/app/models/cost_query/filter/logged_by_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/no_filter.rb b/modules/reporting/app/models/cost_query/filter/no_filter.rb index baaffd2204..572288f780 100644 --- a/modules/reporting/app/models/cost_query/filter/no_filter.rb +++ b/modules/reporting/app/models/cost_query/filter/no_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/overridden_costs.rb b/modules/reporting/app/models/cost_query/filter/overridden_costs.rb index a4b5182a43..446dd4103b 100644 --- a/modules/reporting/app/models/cost_query/filter/overridden_costs.rb +++ b/modules/reporting/app/models/cost_query/filter/overridden_costs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/permission_filter.rb b/modules/reporting/app/models/cost_query/filter/permission_filter.rb index 88c499741c..c44e4fb6d0 100644 --- a/modules/reporting/app/models/cost_query/filter/permission_filter.rb +++ b/modules/reporting/app/models/cost_query/filter/permission_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/priority_id.rb b/modules/reporting/app/models/cost_query/filter/priority_id.rb index 478d208561..9058c53972 100644 --- a/modules/reporting/app/models/cost_query/filter/priority_id.rb +++ b/modules/reporting/app/models/cost_query/filter/priority_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/project_id.rb b/modules/reporting/app/models/cost_query/filter/project_id.rb index 0aeea8a4f3..0d445ddeb5 100644 --- a/modules/reporting/app/models/cost_query/filter/project_id.rb +++ b/modules/reporting/app/models/cost_query/filter/project_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/responsible_id.rb b/modules/reporting/app/models/cost_query/filter/responsible_id.rb index 677ad2192d..1f7fdc8b80 100644 --- a/modules/reporting/app/models/cost_query/filter/responsible_id.rb +++ b/modules/reporting/app/models/cost_query/filter/responsible_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/spent_on.rb b/modules/reporting/app/models/cost_query/filter/spent_on.rb index a4c79ae88e..3b6e8b97da 100644 --- a/modules/reporting/app/models/cost_query/filter/spent_on.rb +++ b/modules/reporting/app/models/cost_query/filter/spent_on.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/start_date.rb b/modules/reporting/app/models/cost_query/filter/start_date.rb index ed63f8c07a..8694a95267 100644 --- a/modules/reporting/app/models/cost_query/filter/start_date.rb +++ b/modules/reporting/app/models/cost_query/filter/start_date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/status_id.rb b/modules/reporting/app/models/cost_query/filter/status_id.rb index 7826578f13..fbb1c0fd5a 100644 --- a/modules/reporting/app/models/cost_query/filter/status_id.rb +++ b/modules/reporting/app/models/cost_query/filter/status_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/subject.rb b/modules/reporting/app/models/cost_query/filter/subject.rb index 646f8e4d27..0f1f053c38 100644 --- a/modules/reporting/app/models/cost_query/filter/subject.rb +++ b/modules/reporting/app/models/cost_query/filter/subject.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/tmonth.rb b/modules/reporting/app/models/cost_query/filter/tmonth.rb index b4a20c7ac9..78dafff511 100644 --- a/modules/reporting/app/models/cost_query/filter/tmonth.rb +++ b/modules/reporting/app/models/cost_query/filter/tmonth.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/tweek.rb b/modules/reporting/app/models/cost_query/filter/tweek.rb index 8822d8becf..1cdce4ca62 100644 --- a/modules/reporting/app/models/cost_query/filter/tweek.rb +++ b/modules/reporting/app/models/cost_query/filter/tweek.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/tyear.rb b/modules/reporting/app/models/cost_query/filter/tyear.rb index 58d4f1da74..5dc8855307 100644 --- a/modules/reporting/app/models/cost_query/filter/tyear.rb +++ b/modules/reporting/app/models/cost_query/filter/tyear.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/type_id.rb b/modules/reporting/app/models/cost_query/filter/type_id.rb index acdfcd3b9b..59c6df7193 100644 --- a/modules/reporting/app/models/cost_query/filter/type_id.rb +++ b/modules/reporting/app/models/cost_query/filter/type_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/updated_on.rb b/modules/reporting/app/models/cost_query/filter/updated_on.rb index e079332366..4e45763563 100644 --- a/modules/reporting/app/models/cost_query/filter/updated_on.rb +++ b/modules/reporting/app/models/cost_query/filter/updated_on.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/user_id.rb b/modules/reporting/app/models/cost_query/filter/user_id.rb index 2ee6236314..e1ab045df7 100644 --- a/modules/reporting/app/models/cost_query/filter/user_id.rb +++ b/modules/reporting/app/models/cost_query/filter/user_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/version_id.rb b/modules/reporting/app/models/cost_query/filter/version_id.rb index 5ec7f11913..25a79e8a35 100644 --- a/modules/reporting/app/models/cost_query/filter/version_id.rb +++ b/modules/reporting/app/models/cost_query/filter/version_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/filter/work_package_id.rb b/modules/reporting/app/models/cost_query/filter/work_package_id.rb index 8afaf2a10c..91d8f6d983 100644 --- a/modules/reporting/app/models/cost_query/filter/work_package_id.rb +++ b/modules/reporting/app/models/cost_query/filter/work_package_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by.rb b/modules/reporting/app/models/cost_query/group_by.rb index 10511808dd..0c062840d7 100644 --- a/modules/reporting/app/models/cost_query/group_by.rb +++ b/modules/reporting/app/models/cost_query/group_by.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/activity_id.rb b/modules/reporting/app/models/cost_query/group_by/activity_id.rb index e6b4904797..28c79a7e55 100644 --- a/modules/reporting/app/models/cost_query/group_by/activity_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/activity_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/assigned_to_id.rb b/modules/reporting/app/models/cost_query/group_by/assigned_to_id.rb index 3f87671209..5f247dccf0 100644 --- a/modules/reporting/app/models/cost_query/group_by/assigned_to_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/assigned_to_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/author_id.rb b/modules/reporting/app/models/cost_query/group_by/author_id.rb index 87c24a2ac9..2babccc7bb 100644 --- a/modules/reporting/app/models/cost_query/group_by/author_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/author_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/base.rb b/modules/reporting/app/models/cost_query/group_by/base.rb index 923a525e1c..99c743b314 100644 --- a/modules/reporting/app/models/cost_query/group_by/base.rb +++ b/modules/reporting/app/models/cost_query/group_by/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/budget_id.rb b/modules/reporting/app/models/cost_query/group_by/budget_id.rb index b0b5d4cc91..19c35967a4 100644 --- a/modules/reporting/app/models/cost_query/group_by/budget_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/budget_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/category_id.rb b/modules/reporting/app/models/cost_query/group_by/category_id.rb index c5722e14b0..e78f8f7648 100644 --- a/modules/reporting/app/models/cost_query/group_by/category_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/category_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/cost_type_id.rb b/modules/reporting/app/models/cost_query/group_by/cost_type_id.rb index 957c46ce4d..9e65c8fd68 100644 --- a/modules/reporting/app/models/cost_query/group_by/cost_type_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/cost_type_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/custom_field_entries.rb b/modules/reporting/app/models/cost_query/group_by/custom_field_entries.rb index 45390958bf..47912c55f9 100644 --- a/modules/reporting/app/models/cost_query/group_by/custom_field_entries.rb +++ b/modules/reporting/app/models/cost_query/group_by/custom_field_entries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/logged_by_id.rb b/modules/reporting/app/models/cost_query/group_by/logged_by_id.rb index d23b8f6afa..b0177f9b18 100644 --- a/modules/reporting/app/models/cost_query/group_by/logged_by_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/logged_by_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/priority_id.rb b/modules/reporting/app/models/cost_query/group_by/priority_id.rb index d65f96c95c..d1f4f8f9bd 100644 --- a/modules/reporting/app/models/cost_query/group_by/priority_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/priority_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/project_id.rb b/modules/reporting/app/models/cost_query/group_by/project_id.rb index 2974d25b1d..5cbcaf72b1 100644 --- a/modules/reporting/app/models/cost_query/group_by/project_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/project_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/ruby_aggregation.rb b/modules/reporting/app/models/cost_query/group_by/ruby_aggregation.rb index 07bd85d020..dcb6284d8a 100644 --- a/modules/reporting/app/models/cost_query/group_by/ruby_aggregation.rb +++ b/modules/reporting/app/models/cost_query/group_by/ruby_aggregation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/singleton_value.rb b/modules/reporting/app/models/cost_query/group_by/singleton_value.rb index 991025acff..da1fde6c79 100644 --- a/modules/reporting/app/models/cost_query/group_by/singleton_value.rb +++ b/modules/reporting/app/models/cost_query/group_by/singleton_value.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/spent_on.rb b/modules/reporting/app/models/cost_query/group_by/spent_on.rb index 2054985457..7a90d6b393 100644 --- a/modules/reporting/app/models/cost_query/group_by/spent_on.rb +++ b/modules/reporting/app/models/cost_query/group_by/spent_on.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/sql_aggregation.rb b/modules/reporting/app/models/cost_query/group_by/sql_aggregation.rb index 784ba23298..987d8ac52b 100644 --- a/modules/reporting/app/models/cost_query/group_by/sql_aggregation.rb +++ b/modules/reporting/app/models/cost_query/group_by/sql_aggregation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/status_id.rb b/modules/reporting/app/models/cost_query/group_by/status_id.rb index e602cd535f..0cf72a8461 100644 --- a/modules/reporting/app/models/cost_query/group_by/status_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/status_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/tmonth.rb b/modules/reporting/app/models/cost_query/group_by/tmonth.rb index e01747ba63..dc3f280498 100644 --- a/modules/reporting/app/models/cost_query/group_by/tmonth.rb +++ b/modules/reporting/app/models/cost_query/group_by/tmonth.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/tweek.rb b/modules/reporting/app/models/cost_query/group_by/tweek.rb index c2e3cd12ff..a36adb6e36 100644 --- a/modules/reporting/app/models/cost_query/group_by/tweek.rb +++ b/modules/reporting/app/models/cost_query/group_by/tweek.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/tyear.rb b/modules/reporting/app/models/cost_query/group_by/tyear.rb index 98800fb6b8..1153106ec5 100644 --- a/modules/reporting/app/models/cost_query/group_by/tyear.rb +++ b/modules/reporting/app/models/cost_query/group_by/tyear.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/type_id.rb b/modules/reporting/app/models/cost_query/group_by/type_id.rb index a4acfd27df..4d9d217ba6 100644 --- a/modules/reporting/app/models/cost_query/group_by/type_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/type_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/user_id.rb b/modules/reporting/app/models/cost_query/group_by/user_id.rb index b3e3602f30..6236aff0df 100644 --- a/modules/reporting/app/models/cost_query/group_by/user_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/user_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/version_id.rb b/modules/reporting/app/models/cost_query/group_by/version_id.rb index 39a0d9350c..13cecf50e5 100644 --- a/modules/reporting/app/models/cost_query/group_by/version_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/version_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/week.rb b/modules/reporting/app/models/cost_query/group_by/week.rb index 1a5347d8fe..9489f07a72 100644 --- a/modules/reporting/app/models/cost_query/group_by/week.rb +++ b/modules/reporting/app/models/cost_query/group_by/week.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/group_by/work_package_id.rb b/modules/reporting/app/models/cost_query/group_by/work_package_id.rb index 24665c84c7..3715e28d53 100644 --- a/modules/reporting/app/models/cost_query/group_by/work_package_id.rb +++ b/modules/reporting/app/models/cost_query/group_by/work_package_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/operator.rb b/modules/reporting/app/models/cost_query/operator.rb index e38a04cb34..7e1608e966 100644 --- a/modules/reporting/app/models/cost_query/operator.rb +++ b/modules/reporting/app/models/cost_query/operator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/result.rb b/modules/reporting/app/models/cost_query/result.rb index 2eb4d5015b..2af4527872 100644 --- a/modules/reporting/app/models/cost_query/result.rb +++ b/modules/reporting/app/models/cost_query/result.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/sql_statement.rb b/modules/reporting/app/models/cost_query/sql_statement.rb index 3385f22b2a..b46e49b0c6 100644 --- a/modules/reporting/app/models/cost_query/sql_statement.rb +++ b/modules/reporting/app/models/cost_query/sql_statement.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/cost_query/table.rb b/modules/reporting/app/models/cost_query/table.rb index f40d22643d..8fefc7677b 100644 --- a/modules/reporting/app/models/cost_query/table.rb +++ b/modules/reporting/app/models/cost_query/table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/models/entry.rb b/modules/reporting/app/models/entry.rb index 1ed6cc5afb..a7e9d985bc 100644 --- a/modules/reporting/app/models/entry.rb +++ b/modules/reporting/app/models/entry.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/views/cost_reports/_report_list.html.erb b/modules/reporting/app/views/cost_reports/_report_list.html.erb index cf722b97e7..51edcf9944 100644 --- a/modules/reporting/app/views/cost_reports/_report_list.html.erb +++ b/modules/reporting/app/views/cost_reports/_report_list.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/views/cost_reports/_report_menu.html.erb b/modules/reporting/app/views/cost_reports/_report_menu.html.erb index 859dee2c52..3fd6ae370e 100644 --- a/modules/reporting/app/views/cost_reports/_report_menu.html.erb +++ b/modules/reporting/app/views/cost_reports/_report_menu.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/app/views/cost_reports/index.html.erb b/modules/reporting/app/views/cost_reports/index.html.erb index 95847503ff..de858e902f 100644 --- a/modules/reporting/app/views/cost_reports/index.html.erb +++ b/modules/reporting/app/views/cost_reports/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/config/locales/crowdin/af.yml b/modules/reporting/config/locales/crowdin/af.yml index c904bf176e..715b272d85 100644 --- a/modules/reporting/config/locales/crowdin/af.yml +++ b/modules/reporting/config/locales/crowdin/af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/ar.yml b/modules/reporting/config/locales/crowdin/ar.yml index 784879a6d1..c77878da5e 100644 --- a/modules/reporting/config/locales/crowdin/ar.yml +++ b/modules/reporting/config/locales/crowdin/ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/az.yml b/modules/reporting/config/locales/crowdin/az.yml index fd30545f6d..0315d3c8c4 100644 --- a/modules/reporting/config/locales/crowdin/az.yml +++ b/modules/reporting/config/locales/crowdin/az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/bg.yml b/modules/reporting/config/locales/crowdin/bg.yml index b01b492e8c..59af3b7022 100644 --- a/modules/reporting/config/locales/crowdin/bg.yml +++ b/modules/reporting/config/locales/crowdin/bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/ca.yml b/modules/reporting/config/locales/crowdin/ca.yml index 4717116c6e..ae858057b7 100644 --- a/modules/reporting/config/locales/crowdin/ca.yml +++ b/modules/reporting/config/locales/crowdin/ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/ckb-IR.yml b/modules/reporting/config/locales/crowdin/ckb-IR.yml index 3a7cef3a20..a5f0a19bb5 100644 --- a/modules/reporting/config/locales/crowdin/ckb-IR.yml +++ b/modules/reporting/config/locales/crowdin/ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/cs.yml b/modules/reporting/config/locales/crowdin/cs.yml index fd2f5a2ba2..215c57f18d 100644 --- a/modules/reporting/config/locales/crowdin/cs.yml +++ b/modules/reporting/config/locales/crowdin/cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/da.yml b/modules/reporting/config/locales/crowdin/da.yml index bbbb2aeb57..d1bae85b25 100644 --- a/modules/reporting/config/locales/crowdin/da.yml +++ b/modules/reporting/config/locales/crowdin/da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/de.yml b/modules/reporting/config/locales/crowdin/de.yml index 7a0d2de90d..bf10e5cda6 100644 --- a/modules/reporting/config/locales/crowdin/de.yml +++ b/modules/reporting/config/locales/crowdin/de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/el.yml b/modules/reporting/config/locales/crowdin/el.yml index 51a0220c2a..dc3836e12c 100644 --- a/modules/reporting/config/locales/crowdin/el.yml +++ b/modules/reporting/config/locales/crowdin/el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/eo.yml b/modules/reporting/config/locales/crowdin/eo.yml index 5248b60716..3d2762b5f2 100644 --- a/modules/reporting/config/locales/crowdin/eo.yml +++ b/modules/reporting/config/locales/crowdin/eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/es.yml b/modules/reporting/config/locales/crowdin/es.yml index fb736827da..8c76c61eea 100644 --- a/modules/reporting/config/locales/crowdin/es.yml +++ b/modules/reporting/config/locales/crowdin/es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/et.yml b/modules/reporting/config/locales/crowdin/et.yml index 74e2487422..79680059a6 100644 --- a/modules/reporting/config/locales/crowdin/et.yml +++ b/modules/reporting/config/locales/crowdin/et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/fa.yml b/modules/reporting/config/locales/crowdin/fa.yml index cf504ac9e3..ce1b2bc3cd 100644 --- a/modules/reporting/config/locales/crowdin/fa.yml +++ b/modules/reporting/config/locales/crowdin/fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/fi.yml b/modules/reporting/config/locales/crowdin/fi.yml index ec849918f9..3c65c0f8cd 100644 --- a/modules/reporting/config/locales/crowdin/fi.yml +++ b/modules/reporting/config/locales/crowdin/fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/fil.yml b/modules/reporting/config/locales/crowdin/fil.yml index 96c74cdee0..8ce56c2c90 100644 --- a/modules/reporting/config/locales/crowdin/fil.yml +++ b/modules/reporting/config/locales/crowdin/fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/fr.yml b/modules/reporting/config/locales/crowdin/fr.yml index 8cc5f99d14..94120ba3e3 100644 --- a/modules/reporting/config/locales/crowdin/fr.yml +++ b/modules/reporting/config/locales/crowdin/fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/he.yml b/modules/reporting/config/locales/crowdin/he.yml index eda8fb44ff..3ef5ff0b48 100644 --- a/modules/reporting/config/locales/crowdin/he.yml +++ b/modules/reporting/config/locales/crowdin/he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/hi.yml b/modules/reporting/config/locales/crowdin/hi.yml index 5223e40884..3c8d0858cc 100644 --- a/modules/reporting/config/locales/crowdin/hi.yml +++ b/modules/reporting/config/locales/crowdin/hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/hr.yml b/modules/reporting/config/locales/crowdin/hr.yml index 8f9d2e294b..379aba0806 100644 --- a/modules/reporting/config/locales/crowdin/hr.yml +++ b/modules/reporting/config/locales/crowdin/hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/hu.yml b/modules/reporting/config/locales/crowdin/hu.yml index 3acf695418..c81fba4750 100644 --- a/modules/reporting/config/locales/crowdin/hu.yml +++ b/modules/reporting/config/locales/crowdin/hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/id.yml b/modules/reporting/config/locales/crowdin/id.yml index d75e492de7..f09816c947 100644 --- a/modules/reporting/config/locales/crowdin/id.yml +++ b/modules/reporting/config/locales/crowdin/id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/it.yml b/modules/reporting/config/locales/crowdin/it.yml index 83edbec48b..f93921339c 100644 --- a/modules/reporting/config/locales/crowdin/it.yml +++ b/modules/reporting/config/locales/crowdin/it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/ja.yml b/modules/reporting/config/locales/crowdin/ja.yml index 5a53a05b18..aa65129509 100644 --- a/modules/reporting/config/locales/crowdin/ja.yml +++ b/modules/reporting/config/locales/crowdin/ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-af.yml b/modules/reporting/config/locales/crowdin/js-af.yml index 75f0b6b826..7753cb19a5 100644 --- a/modules/reporting/config/locales/crowdin/js-af.yml +++ b/modules/reporting/config/locales/crowdin/js-af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-ar.yml b/modules/reporting/config/locales/crowdin/js-ar.yml index 19c6521aa3..a5390e5e78 100644 --- a/modules/reporting/config/locales/crowdin/js-ar.yml +++ b/modules/reporting/config/locales/crowdin/js-ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-az.yml b/modules/reporting/config/locales/crowdin/js-az.yml index 95e720723f..ea09a67efe 100644 --- a/modules/reporting/config/locales/crowdin/js-az.yml +++ b/modules/reporting/config/locales/crowdin/js-az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-bg.yml b/modules/reporting/config/locales/crowdin/js-bg.yml index 644a4c9c51..92c970fa58 100644 --- a/modules/reporting/config/locales/crowdin/js-bg.yml +++ b/modules/reporting/config/locales/crowdin/js-bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-ca.yml b/modules/reporting/config/locales/crowdin/js-ca.yml index e1f2de00ab..412e383331 100644 --- a/modules/reporting/config/locales/crowdin/js-ca.yml +++ b/modules/reporting/config/locales/crowdin/js-ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-ckb-IR.yml b/modules/reporting/config/locales/crowdin/js-ckb-IR.yml index d52c812129..ca85e1d241 100644 --- a/modules/reporting/config/locales/crowdin/js-ckb-IR.yml +++ b/modules/reporting/config/locales/crowdin/js-ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-cs.yml b/modules/reporting/config/locales/crowdin/js-cs.yml index 002fc5e496..ae2a9663ba 100644 --- a/modules/reporting/config/locales/crowdin/js-cs.yml +++ b/modules/reporting/config/locales/crowdin/js-cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-da.yml b/modules/reporting/config/locales/crowdin/js-da.yml index de008b11bb..ff407f1d91 100644 --- a/modules/reporting/config/locales/crowdin/js-da.yml +++ b/modules/reporting/config/locales/crowdin/js-da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-de.yml b/modules/reporting/config/locales/crowdin/js-de.yml index ab043f8ec4..8d1d1bcd49 100644 --- a/modules/reporting/config/locales/crowdin/js-de.yml +++ b/modules/reporting/config/locales/crowdin/js-de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-el.yml b/modules/reporting/config/locales/crowdin/js-el.yml index e2f156d822..19a42a7ee4 100644 --- a/modules/reporting/config/locales/crowdin/js-el.yml +++ b/modules/reporting/config/locales/crowdin/js-el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-eo.yml b/modules/reporting/config/locales/crowdin/js-eo.yml index 952b0e9963..ebdcabbc7d 100644 --- a/modules/reporting/config/locales/crowdin/js-eo.yml +++ b/modules/reporting/config/locales/crowdin/js-eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-es.yml b/modules/reporting/config/locales/crowdin/js-es.yml index 3caf7c5d07..60de751177 100644 --- a/modules/reporting/config/locales/crowdin/js-es.yml +++ b/modules/reporting/config/locales/crowdin/js-es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-et.yml b/modules/reporting/config/locales/crowdin/js-et.yml index 7817f165e5..830712f991 100644 --- a/modules/reporting/config/locales/crowdin/js-et.yml +++ b/modules/reporting/config/locales/crowdin/js-et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-fa.yml b/modules/reporting/config/locales/crowdin/js-fa.yml index 7aca2296c8..3f5455dfdb 100644 --- a/modules/reporting/config/locales/crowdin/js-fa.yml +++ b/modules/reporting/config/locales/crowdin/js-fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-fi.yml b/modules/reporting/config/locales/crowdin/js-fi.yml index e17ae24012..2338957ae6 100644 --- a/modules/reporting/config/locales/crowdin/js-fi.yml +++ b/modules/reporting/config/locales/crowdin/js-fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-fil.yml b/modules/reporting/config/locales/crowdin/js-fil.yml index acf72d53a0..023e162899 100644 --- a/modules/reporting/config/locales/crowdin/js-fil.yml +++ b/modules/reporting/config/locales/crowdin/js-fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-fr.yml b/modules/reporting/config/locales/crowdin/js-fr.yml index 1870c2b894..05c6702910 100644 --- a/modules/reporting/config/locales/crowdin/js-fr.yml +++ b/modules/reporting/config/locales/crowdin/js-fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-he.yml b/modules/reporting/config/locales/crowdin/js-he.yml index 23f0d08b9b..6c1be14dc8 100644 --- a/modules/reporting/config/locales/crowdin/js-he.yml +++ b/modules/reporting/config/locales/crowdin/js-he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-hi.yml b/modules/reporting/config/locales/crowdin/js-hi.yml index c5f0d4dc5e..223bd1b41a 100644 --- a/modules/reporting/config/locales/crowdin/js-hi.yml +++ b/modules/reporting/config/locales/crowdin/js-hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-hr.yml b/modules/reporting/config/locales/crowdin/js-hr.yml index f8d7fb1474..417f7440c0 100644 --- a/modules/reporting/config/locales/crowdin/js-hr.yml +++ b/modules/reporting/config/locales/crowdin/js-hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-hu.yml b/modules/reporting/config/locales/crowdin/js-hu.yml index 59afe3c072..0cdd9d9b28 100644 --- a/modules/reporting/config/locales/crowdin/js-hu.yml +++ b/modules/reporting/config/locales/crowdin/js-hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-id.yml b/modules/reporting/config/locales/crowdin/js-id.yml index 24357408ee..bd6882e4e7 100644 --- a/modules/reporting/config/locales/crowdin/js-id.yml +++ b/modules/reporting/config/locales/crowdin/js-id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-it.yml b/modules/reporting/config/locales/crowdin/js-it.yml index daeac9ce12..99df755a21 100644 --- a/modules/reporting/config/locales/crowdin/js-it.yml +++ b/modules/reporting/config/locales/crowdin/js-it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-ja.yml b/modules/reporting/config/locales/crowdin/js-ja.yml index 039bcdfdd6..ad1325c154 100644 --- a/modules/reporting/config/locales/crowdin/js-ja.yml +++ b/modules/reporting/config/locales/crowdin/js-ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-ko.yml b/modules/reporting/config/locales/crowdin/js-ko.yml index 7a1deba9d3..2efd4f79c1 100644 --- a/modules/reporting/config/locales/crowdin/js-ko.yml +++ b/modules/reporting/config/locales/crowdin/js-ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-lol.yml b/modules/reporting/config/locales/crowdin/js-lol.yml index c2d6f8d2fc..2398051338 100644 --- a/modules/reporting/config/locales/crowdin/js-lol.yml +++ b/modules/reporting/config/locales/crowdin/js-lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-lt.yml b/modules/reporting/config/locales/crowdin/js-lt.yml index 4d1206b8f8..16833aab69 100644 --- a/modules/reporting/config/locales/crowdin/js-lt.yml +++ b/modules/reporting/config/locales/crowdin/js-lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-lv.yml b/modules/reporting/config/locales/crowdin/js-lv.yml index 24db03ed03..16efb262b2 100644 --- a/modules/reporting/config/locales/crowdin/js-lv.yml +++ b/modules/reporting/config/locales/crowdin/js-lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-ne.yml b/modules/reporting/config/locales/crowdin/js-ne.yml index 5cc6178336..e7dfd92ed1 100644 --- a/modules/reporting/config/locales/crowdin/js-ne.yml +++ b/modules/reporting/config/locales/crowdin/js-ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-nl.yml b/modules/reporting/config/locales/crowdin/js-nl.yml index b384cc6012..e057b4ffa6 100644 --- a/modules/reporting/config/locales/crowdin/js-nl.yml +++ b/modules/reporting/config/locales/crowdin/js-nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-no.yml b/modules/reporting/config/locales/crowdin/js-no.yml index b8ebe4add5..118f9aca07 100644 --- a/modules/reporting/config/locales/crowdin/js-no.yml +++ b/modules/reporting/config/locales/crowdin/js-no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-pl.yml b/modules/reporting/config/locales/crowdin/js-pl.yml index 96f36c82b8..7375d3e114 100644 --- a/modules/reporting/config/locales/crowdin/js-pl.yml +++ b/modules/reporting/config/locales/crowdin/js-pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-pt.yml b/modules/reporting/config/locales/crowdin/js-pt.yml index c24a748cec..9639ed6328 100644 --- a/modules/reporting/config/locales/crowdin/js-pt.yml +++ b/modules/reporting/config/locales/crowdin/js-pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-ro.yml b/modules/reporting/config/locales/crowdin/js-ro.yml index 66ecf91597..b18fb2c61c 100644 --- a/modules/reporting/config/locales/crowdin/js-ro.yml +++ b/modules/reporting/config/locales/crowdin/js-ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-ru.yml b/modules/reporting/config/locales/crowdin/js-ru.yml index 28dccc9356..4159382fa8 100644 --- a/modules/reporting/config/locales/crowdin/js-ru.yml +++ b/modules/reporting/config/locales/crowdin/js-ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-rw.yml b/modules/reporting/config/locales/crowdin/js-rw.yml index f542a29386..dbe3daf6dc 100644 --- a/modules/reporting/config/locales/crowdin/js-rw.yml +++ b/modules/reporting/config/locales/crowdin/js-rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-si.yml b/modules/reporting/config/locales/crowdin/js-si.yml index 84b7112c12..4b4c433494 100644 --- a/modules/reporting/config/locales/crowdin/js-si.yml +++ b/modules/reporting/config/locales/crowdin/js-si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-sk.yml b/modules/reporting/config/locales/crowdin/js-sk.yml index d41d956784..24ed6951d6 100644 --- a/modules/reporting/config/locales/crowdin/js-sk.yml +++ b/modules/reporting/config/locales/crowdin/js-sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-sl.yml b/modules/reporting/config/locales/crowdin/js-sl.yml index 5cbce1016a..076f49e37f 100644 --- a/modules/reporting/config/locales/crowdin/js-sl.yml +++ b/modules/reporting/config/locales/crowdin/js-sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-sv.yml b/modules/reporting/config/locales/crowdin/js-sv.yml index d6d6ac6c11..f28604ba17 100644 --- a/modules/reporting/config/locales/crowdin/js-sv.yml +++ b/modules/reporting/config/locales/crowdin/js-sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-th.yml b/modules/reporting/config/locales/crowdin/js-th.yml index e581ac3899..87017266d9 100644 --- a/modules/reporting/config/locales/crowdin/js-th.yml +++ b/modules/reporting/config/locales/crowdin/js-th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-tr.yml b/modules/reporting/config/locales/crowdin/js-tr.yml index 920776305d..114d13ad7c 100644 --- a/modules/reporting/config/locales/crowdin/js-tr.yml +++ b/modules/reporting/config/locales/crowdin/js-tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-uk.yml b/modules/reporting/config/locales/crowdin/js-uk.yml index 8fff6d91bc..b87035a94e 100644 --- a/modules/reporting/config/locales/crowdin/js-uk.yml +++ b/modules/reporting/config/locales/crowdin/js-uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-vi.yml b/modules/reporting/config/locales/crowdin/js-vi.yml index 2e09703ffd..72e15d478a 100644 --- a/modules/reporting/config/locales/crowdin/js-vi.yml +++ b/modules/reporting/config/locales/crowdin/js-vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-zh-CN.yml b/modules/reporting/config/locales/crowdin/js-zh-CN.yml index fe2ee2e1f7..3226bd44c9 100644 --- a/modules/reporting/config/locales/crowdin/js-zh-CN.yml +++ b/modules/reporting/config/locales/crowdin/js-zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/js-zh-TW.yml b/modules/reporting/config/locales/crowdin/js-zh-TW.yml index be12752704..4633e8c9b3 100644 --- a/modules/reporting/config/locales/crowdin/js-zh-TW.yml +++ b/modules/reporting/config/locales/crowdin/js-zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/ko.yml b/modules/reporting/config/locales/crowdin/ko.yml index 36fde9d2fa..eabae6ef10 100644 --- a/modules/reporting/config/locales/crowdin/ko.yml +++ b/modules/reporting/config/locales/crowdin/ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/lol.yml b/modules/reporting/config/locales/crowdin/lol.yml index 1032b48bd4..f4853541ef 100644 --- a/modules/reporting/config/locales/crowdin/lol.yml +++ b/modules/reporting/config/locales/crowdin/lol.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/lt.yml b/modules/reporting/config/locales/crowdin/lt.yml index 301b559181..77f7616e5c 100644 --- a/modules/reporting/config/locales/crowdin/lt.yml +++ b/modules/reporting/config/locales/crowdin/lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/lv.yml b/modules/reporting/config/locales/crowdin/lv.yml index e4a05a51e5..26b8806864 100644 --- a/modules/reporting/config/locales/crowdin/lv.yml +++ b/modules/reporting/config/locales/crowdin/lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/ne.yml b/modules/reporting/config/locales/crowdin/ne.yml index 73d98ad371..321bab0ccb 100644 --- a/modules/reporting/config/locales/crowdin/ne.yml +++ b/modules/reporting/config/locales/crowdin/ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/nl.yml b/modules/reporting/config/locales/crowdin/nl.yml index 890b123b5c..7bc4059b78 100644 --- a/modules/reporting/config/locales/crowdin/nl.yml +++ b/modules/reporting/config/locales/crowdin/nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/no.yml b/modules/reporting/config/locales/crowdin/no.yml index 31b29a76a5..0a4e7ace67 100644 --- a/modules/reporting/config/locales/crowdin/no.yml +++ b/modules/reporting/config/locales/crowdin/no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/pl.yml b/modules/reporting/config/locales/crowdin/pl.yml index ef6867c7d8..7d6cfd0d79 100644 --- a/modules/reporting/config/locales/crowdin/pl.yml +++ b/modules/reporting/config/locales/crowdin/pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/pt.yml b/modules/reporting/config/locales/crowdin/pt.yml index 9678c16d1f..00fc076cb0 100644 --- a/modules/reporting/config/locales/crowdin/pt.yml +++ b/modules/reporting/config/locales/crowdin/pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/ro.yml b/modules/reporting/config/locales/crowdin/ro.yml index 1fc0406425..dfd54f8697 100644 --- a/modules/reporting/config/locales/crowdin/ro.yml +++ b/modules/reporting/config/locales/crowdin/ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/ru.yml b/modules/reporting/config/locales/crowdin/ru.yml index 8a2bd07cd8..932557659c 100644 --- a/modules/reporting/config/locales/crowdin/ru.yml +++ b/modules/reporting/config/locales/crowdin/ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/rw.yml b/modules/reporting/config/locales/crowdin/rw.yml index aa761d2188..4533b109bf 100644 --- a/modules/reporting/config/locales/crowdin/rw.yml +++ b/modules/reporting/config/locales/crowdin/rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/si.yml b/modules/reporting/config/locales/crowdin/si.yml index 0097e2d060..e06fedf611 100644 --- a/modules/reporting/config/locales/crowdin/si.yml +++ b/modules/reporting/config/locales/crowdin/si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/sk.yml b/modules/reporting/config/locales/crowdin/sk.yml index af5cb1fcc7..ba35663654 100644 --- a/modules/reporting/config/locales/crowdin/sk.yml +++ b/modules/reporting/config/locales/crowdin/sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/sl.yml b/modules/reporting/config/locales/crowdin/sl.yml index 54dc06058e..cb041440b3 100644 --- a/modules/reporting/config/locales/crowdin/sl.yml +++ b/modules/reporting/config/locales/crowdin/sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/sv.yml b/modules/reporting/config/locales/crowdin/sv.yml index b8517346f6..7319fc1c03 100644 --- a/modules/reporting/config/locales/crowdin/sv.yml +++ b/modules/reporting/config/locales/crowdin/sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/th.yml b/modules/reporting/config/locales/crowdin/th.yml index 057da24801..c6c98825be 100644 --- a/modules/reporting/config/locales/crowdin/th.yml +++ b/modules/reporting/config/locales/crowdin/th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/tr.yml b/modules/reporting/config/locales/crowdin/tr.yml index d50123c70a..550173683d 100644 --- a/modules/reporting/config/locales/crowdin/tr.yml +++ b/modules/reporting/config/locales/crowdin/tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/uk.yml b/modules/reporting/config/locales/crowdin/uk.yml index 21d53b69f0..72bbc606d7 100644 --- a/modules/reporting/config/locales/crowdin/uk.yml +++ b/modules/reporting/config/locales/crowdin/uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/vi.yml b/modules/reporting/config/locales/crowdin/vi.yml index c68a97a078..71df19b1a5 100644 --- a/modules/reporting/config/locales/crowdin/vi.yml +++ b/modules/reporting/config/locales/crowdin/vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/zh-CN.yml b/modules/reporting/config/locales/crowdin/zh-CN.yml index e28bae259d..152f2274f0 100644 --- a/modules/reporting/config/locales/crowdin/zh-CN.yml +++ b/modules/reporting/config/locales/crowdin/zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/crowdin/zh-TW.yml b/modules/reporting/config/locales/crowdin/zh-TW.yml index b239d3ba2f..451d06561e 100644 --- a/modules/reporting/config/locales/crowdin/zh-TW.yml +++ b/modules/reporting/config/locales/crowdin/zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2022 the OpenProject GmbH +#Copyright (C) 2012-2023 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: diff --git a/modules/reporting/config/locales/en.yml b/modules/reporting/config/locales/en.yml index dbcc219b1c..62e391dbe0 100644 --- a/modules/reporting/config/locales/en.yml +++ b/modules/reporting/config/locales/en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/config/locales/js-en.yml b/modules/reporting/config/locales/js-en.yml index 23a1cf13b8..339bc7e359 100644 --- a/modules/reporting/config/locales/js-en.yml +++ b/modules/reporting/config/locales/js-en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/config/routes.rb b/modules/reporting/config/routes.rb index 7b66914b63..ebc32d526c 100644 --- a/modules/reporting/config/routes.rb +++ b/modules/reporting/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/db/migrate/20180323130704_to_v710_aggregated_reporting_migrations.rb b/modules/reporting/db/migrate/20180323130704_to_v710_aggregated_reporting_migrations.rb index af6e33f179..f4033980bf 100644 --- a/modules/reporting/db/migrate/20180323130704_to_v710_aggregated_reporting_migrations.rb +++ b/modules/reporting/db/migrate/20180323130704_to_v710_aggregated_reporting_migrations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/engine.rb b/modules/reporting/lib/engine.rb index b5c566964f..160587daef 100644 --- a/modules/reporting/lib/engine.rb +++ b/modules/reporting/lib/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting.rb b/modules/reporting/lib/open_project/reporting.rb index f67d6f9a3a..a49b7a70c9 100644 --- a/modules/reporting/lib/open_project/reporting.rb +++ b/modules/reporting/lib/open_project/reporting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting/engine.rb b/modules/reporting/lib/open_project/reporting/engine.rb index 046ae911a3..3b53f48592 100644 --- a/modules/reporting/lib/open_project/reporting/engine.rb +++ b/modules/reporting/lib/open_project/reporting/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting/hooks.rb b/modules/reporting/lib/open_project/reporting/hooks.rb index 34c9e25fd1..f697b4b5ec 100644 --- a/modules/reporting/lib/open_project/reporting/hooks.rb +++ b/modules/reporting/lib/open_project/reporting/hooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting/patches.rb b/modules/reporting/lib/open_project/reporting/patches.rb index fc61b67f45..8e10d2d8cf 100644 --- a/modules/reporting/lib/open_project/reporting/patches.rb +++ b/modules/reporting/lib/open_project/reporting/patches.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting/patches/big_decimal_patch.rb b/modules/reporting/lib/open_project/reporting/patches/big_decimal_patch.rb index e4ff85d7d0..d9151fc35a 100644 --- a/modules/reporting/lib/open_project/reporting/patches/big_decimal_patch.rb +++ b/modules/reporting/lib/open_project/reporting/patches/big_decimal_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting/patches/custom_fields_controller_patch.rb b/modules/reporting/lib/open_project/reporting/patches/custom_fields_controller_patch.rb index cfeae7b06e..995a038e33 100644 --- a/modules/reporting/lib/open_project/reporting/patches/custom_fields_controller_patch.rb +++ b/modules/reporting/lib/open_project/reporting/patches/custom_fields_controller_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting/patches/role_seeder_patch.rb b/modules/reporting/lib/open_project/reporting/patches/role_seeder_patch.rb index f553b7ade9..df6a669eb1 100644 --- a/modules/reporting/lib/open_project/reporting/patches/role_seeder_patch.rb +++ b/modules/reporting/lib/open_project/reporting/patches/role_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting/patches/setting_seeder_patch.rb b/modules/reporting/lib/open_project/reporting/patches/setting_seeder_patch.rb index d2df78c404..8370dc845d 100644 --- a/modules/reporting/lib/open_project/reporting/patches/setting_seeder_patch.rb +++ b/modules/reporting/lib/open_project/reporting/patches/setting_seeder_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/open_project/reporting/patches/to_date_patch.rb b/modules/reporting/lib/open_project/reporting/patches/to_date_patch.rb index 7d6d695d00..80064a55fd 100644 --- a/modules/reporting/lib/open_project/reporting/patches/to_date_patch.rb +++ b/modules/reporting/lib/open_project/reporting/patches/to_date_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/openproject-reporting.rb b/modules/reporting/lib/openproject-reporting.rb index 82ea67ff2f..cfac3f6ba4 100644 --- a/modules/reporting/lib/openproject-reporting.rb +++ b/modules/reporting/lib/openproject-reporting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/chainable.rb b/modules/reporting/lib/report/chainable.rb index 8b226f6fbe..d1bc97e394 100644 --- a/modules/reporting/lib/report/chainable.rb +++ b/modules/reporting/lib/report/chainable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/filter.rb b/modules/reporting/lib/report/filter.rb index f6539602b9..0449e2cd80 100644 --- a/modules/reporting/lib/report/filter.rb +++ b/modules/reporting/lib/report/filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/filter/base.rb b/modules/reporting/lib/report/filter/base.rb index 010eb41154..3522428f71 100644 --- a/modules/reporting/lib/report/filter/base.rb +++ b/modules/reporting/lib/report/filter/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/filter/multi_choice.rb b/modules/reporting/lib/report/filter/multi_choice.rb index c145d27742..dee804e739 100644 --- a/modules/reporting/lib/report/filter/multi_choice.rb +++ b/modules/reporting/lib/report/filter/multi_choice.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/filter/no_filter.rb b/modules/reporting/lib/report/filter/no_filter.rb index c6257dd92d..5beb154cf2 100644 --- a/modules/reporting/lib/report/filter/no_filter.rb +++ b/modules/reporting/lib/report/filter/no_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/group_by.rb b/modules/reporting/lib/report/group_by.rb index 6116e07b3b..16fa0133f1 100644 --- a/modules/reporting/lib/report/group_by.rb +++ b/modules/reporting/lib/report/group_by.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/group_by/base.rb b/modules/reporting/lib/report/group_by/base.rb index 4e5b6620df..f645b2edd6 100644 --- a/modules/reporting/lib/report/group_by/base.rb +++ b/modules/reporting/lib/report/group_by/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/group_by/ruby_aggregation.rb b/modules/reporting/lib/report/group_by/ruby_aggregation.rb index d37aef43d1..05947795b7 100644 --- a/modules/reporting/lib/report/group_by/ruby_aggregation.rb +++ b/modules/reporting/lib/report/group_by/ruby_aggregation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/group_by/singleton_value.rb b/modules/reporting/lib/report/group_by/singleton_value.rb index ce5da06f7b..e2a9ea4b80 100644 --- a/modules/reporting/lib/report/group_by/singleton_value.rb +++ b/modules/reporting/lib/report/group_by/singleton_value.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/group_by/sql_aggregation.rb b/modules/reporting/lib/report/group_by/sql_aggregation.rb index 9968be0c1f..a211b2de3c 100644 --- a/modules/reporting/lib/report/group_by/sql_aggregation.rb +++ b/modules/reporting/lib/report/group_by/sql_aggregation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/inherited_attribute.rb b/modules/reporting/lib/report/inherited_attribute.rb index 89caff3dfd..009b8a094a 100644 --- a/modules/reporting/lib/report/inherited_attribute.rb +++ b/modules/reporting/lib/report/inherited_attribute.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/operator.rb b/modules/reporting/lib/report/operator.rb index cb9753fa12..4b086df7c7 100644 --- a/modules/reporting/lib/report/operator.rb +++ b/modules/reporting/lib/report/operator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/query_utils.rb b/modules/reporting/lib/report/query_utils.rb index ef722a09cc..f70b3d11d2 100644 --- a/modules/reporting/lib/report/query_utils.rb +++ b/modules/reporting/lib/report/query_utils.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/result.rb b/modules/reporting/lib/report/result.rb index 80db50fb91..6092452eb3 100644 --- a/modules/reporting/lib/report/result.rb +++ b/modules/reporting/lib/report/result.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/sql_statement.rb b/modules/reporting/lib/report/sql_statement.rb index acde73cdd7..e0072e9a25 100644 --- a/modules/reporting/lib/report/sql_statement.rb +++ b/modules/reporting/lib/report/sql_statement.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/table.rb b/modules/reporting/lib/report/table.rb index e35d701899..0b62ddea04 100644 --- a/modules/reporting/lib/report/table.rb +++ b/modules/reporting/lib/report/table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/transformer.rb b/modules/reporting/lib/report/transformer.rb index b958470eb6..36e639c7a8 100644 --- a/modules/reporting/lib/report/transformer.rb +++ b/modules/reporting/lib/report/transformer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/validation.rb b/modules/reporting/lib/report/validation.rb index 2ca33aa4c0..53c612c31f 100644 --- a/modules/reporting/lib/report/validation.rb +++ b/modules/reporting/lib/report/validation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/validation/dates.rb b/modules/reporting/lib/report/validation/dates.rb index 551b2488f4..41e6844df4 100644 --- a/modules/reporting/lib/report/validation/dates.rb +++ b/modules/reporting/lib/report/validation/dates.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/validation/integers.rb b/modules/reporting/lib/report/validation/integers.rb index d5edd8aa4f..3bfcbb38f2 100644 --- a/modules/reporting/lib/report/validation/integers.rb +++ b/modules/reporting/lib/report/validation/integers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/report/walker.rb b/modules/reporting/lib/report/walker.rb index 3627e3153a..4be8ca2f50 100644 --- a/modules/reporting/lib/report/walker.rb +++ b/modules/reporting/lib/report/walker.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/base.rb b/modules/reporting/lib/widget/base.rb index fd506898ee..f1764df862 100644 --- a/modules/reporting/lib/widget/base.rb +++ b/modules/reporting/lib/widget/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/controls.rb b/modules/reporting/lib/widget/controls.rb index 28ae1bdff5..e824c9c987 100644 --- a/modules/reporting/lib/widget/controls.rb +++ b/modules/reporting/lib/widget/controls.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/controls/apply.rb b/modules/reporting/lib/widget/controls/apply.rb index 84774c4f62..2cee33421b 100644 --- a/modules/reporting/lib/widget/controls/apply.rb +++ b/modules/reporting/lib/widget/controls/apply.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/controls/clear.rb b/modules/reporting/lib/widget/controls/clear.rb index 31e2058b8a..49149e9c61 100644 --- a/modules/reporting/lib/widget/controls/clear.rb +++ b/modules/reporting/lib/widget/controls/clear.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/controls/delete.rb b/modules/reporting/lib/widget/controls/delete.rb index 79a77064a4..d12a10eaff 100644 --- a/modules/reporting/lib/widget/controls/delete.rb +++ b/modules/reporting/lib/widget/controls/delete.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/controls/query_name.rb b/modules/reporting/lib/widget/controls/query_name.rb index 43c409b2ce..3a17f16d50 100644 --- a/modules/reporting/lib/widget/controls/query_name.rb +++ b/modules/reporting/lib/widget/controls/query_name.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/controls/save.rb b/modules/reporting/lib/widget/controls/save.rb index 72e120291f..0e535a8037 100644 --- a/modules/reporting/lib/widget/controls/save.rb +++ b/modules/reporting/lib/widget/controls/save.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/controls/save_as.rb b/modules/reporting/lib/widget/controls/save_as.rb index e5ec83b2d4..9d34ae3444 100644 --- a/modules/reporting/lib/widget/controls/save_as.rb +++ b/modules/reporting/lib/widget/controls/save_as.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/cost_types.rb b/modules/reporting/lib/widget/cost_types.rb index a14fb4376a..ac53a26864 100644 --- a/modules/reporting/lib/widget/cost_types.rb +++ b/modules/reporting/lib/widget/cost_types.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters.rb b/modules/reporting/lib/widget/filters.rb index 0c42f9a110..d0b75da672 100644 --- a/modules/reporting/lib/widget/filters.rb +++ b/modules/reporting/lib/widget/filters.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/base.rb b/modules/reporting/lib/widget/filters/base.rb index d51175826c..65fad82139 100644 --- a/modules/reporting/lib/widget/filters/base.rb +++ b/modules/reporting/lib/widget/filters/base.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/date.rb b/modules/reporting/lib/widget/filters/date.rb index 9385c23429..b4fb891748 100644 --- a/modules/reporting/lib/widget/filters/date.rb +++ b/modules/reporting/lib/widget/filters/date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/heavy.rb b/modules/reporting/lib/widget/filters/heavy.rb index d126b3af70..96eee3b79c 100644 --- a/modules/reporting/lib/widget/filters/heavy.rb +++ b/modules/reporting/lib/widget/filters/heavy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/label.rb b/modules/reporting/lib/widget/filters/label.rb index d6f5fe83f2..2727645e66 100644 --- a/modules/reporting/lib/widget/filters/label.rb +++ b/modules/reporting/lib/widget/filters/label.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/multi_choice.rb b/modules/reporting/lib/widget/filters/multi_choice.rb index 48321762b9..ebd4540c86 100644 --- a/modules/reporting/lib/widget/filters/multi_choice.rb +++ b/modules/reporting/lib/widget/filters/multi_choice.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/multi_values.rb b/modules/reporting/lib/widget/filters/multi_values.rb index 54f4adf3a7..dfc35d6683 100644 --- a/modules/reporting/lib/widget/filters/multi_values.rb +++ b/modules/reporting/lib/widget/filters/multi_values.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/operators.rb b/modules/reporting/lib/widget/filters/operators.rb index 38eb4a3aca..dd11ec8d48 100644 --- a/modules/reporting/lib/widget/filters/operators.rb +++ b/modules/reporting/lib/widget/filters/operators.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/option.rb b/modules/reporting/lib/widget/filters/option.rb index d81ffc6000..bdee35b4a1 100644 --- a/modules/reporting/lib/widget/filters/option.rb +++ b/modules/reporting/lib/widget/filters/option.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/project.rb b/modules/reporting/lib/widget/filters/project.rb index ca381ce540..0cf0b347b1 100644 --- a/modules/reporting/lib/widget/filters/project.rb +++ b/modules/reporting/lib/widget/filters/project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/remove_button.rb b/modules/reporting/lib/widget/filters/remove_button.rb index 05ac765c20..c2742625a1 100644 --- a/modules/reporting/lib/widget/filters/remove_button.rb +++ b/modules/reporting/lib/widget/filters/remove_button.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/filters/text_box.rb b/modules/reporting/lib/widget/filters/text_box.rb index a51e33bac8..33ff8c2dbd 100644 --- a/modules/reporting/lib/widget/filters/text_box.rb +++ b/modules/reporting/lib/widget/filters/text_box.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/group_bys.rb b/modules/reporting/lib/widget/group_bys.rb index 62a6db4e39..2e74403df2 100644 --- a/modules/reporting/lib/widget/group_bys.rb +++ b/modules/reporting/lib/widget/group_bys.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/reporting_widget.rb b/modules/reporting/lib/widget/reporting_widget.rb index 9835e6f77e..77e073de77 100644 --- a/modules/reporting/lib/widget/reporting_widget.rb +++ b/modules/reporting/lib/widget/reporting_widget.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/settings.rb b/modules/reporting/lib/widget/settings.rb index 869f3946f1..7f2acd4a13 100644 --- a/modules/reporting/lib/widget/settings.rb +++ b/modules/reporting/lib/widget/settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/settings/fieldset.rb b/modules/reporting/lib/widget/settings/fieldset.rb index 8867486c3e..8c7b703576 100644 --- a/modules/reporting/lib/widget/settings/fieldset.rb +++ b/modules/reporting/lib/widget/settings/fieldset.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/table.rb b/modules/reporting/lib/widget/table.rb index 91bda7c6ae..80d950c8b3 100644 --- a/modules/reporting/lib/widget/table.rb +++ b/modules/reporting/lib/widget/table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/table/entry_table.rb b/modules/reporting/lib/widget/table/entry_table.rb index 46b285af02..d30d59d941 100644 --- a/modules/reporting/lib/widget/table/entry_table.rb +++ b/modules/reporting/lib/widget/table/entry_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/lib/widget/table/report_table.rb b/modules/reporting/lib/widget/table/report_table.rb index a5d8a16a4a..afc387b9d4 100644 --- a/modules/reporting/lib/widget/table/report_table.rb +++ b/modules/reporting/lib/widget/table/report_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/controllers/cost_reports_controller_spec.rb b/modules/reporting/spec/controllers/cost_reports_controller_spec.rb index 5420e169e0..1c6082ed58 100644 --- a/modules/reporting/spec/controllers/cost_reports_controller_spec.rb +++ b/modules/reporting/spec/controllers/cost_reports_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/controllers/custom_fields_controller_spec.rb b/modules/reporting/spec/controllers/custom_fields_controller_spec.rb index db4c86b3e5..2fd5b202fa 100644 --- a/modules/reporting/spec/controllers/custom_fields_controller_spec.rb +++ b/modules/reporting/spec/controllers/custom_fields_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/factories/cost_query_factory.rb b/modules/reporting/spec/factories/cost_query_factory.rb index e9b1575b03..0a85ab7539 100644 --- a/modules/reporting/spec/factories/cost_query_factory.rb +++ b/modules/reporting/spec/factories/cost_query_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/features/custom_fields_spec.rb b/modules/reporting/spec/features/custom_fields_spec.rb index f33f92b443..070143356d 100644 --- a/modules/reporting/spec/features/custom_fields_spec.rb +++ b/modules/reporting/spec/features/custom_fields_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/features/menu_spec.rb b/modules/reporting/spec/features/menu_spec.rb index 3ad5f80cba..36355cbfab 100644 --- a/modules/reporting/spec/features/menu_spec.rb +++ b/modules/reporting/spec/features/menu_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/features/support/components/cost_reports_base_table.rb b/modules/reporting/spec/features/support/components/cost_reports_base_table.rb index 946ed94f11..fa795f395b 100644 --- a/modules/reporting/spec/features/support/components/cost_reports_base_table.rb +++ b/modules/reporting/spec/features/support/components/cost_reports_base_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/features/top_menu_item_spec.rb b/modules/reporting/spec/features/top_menu_item_spec.rb index 5e12142c49..9c476e904f 100644 --- a/modules/reporting/spec/features/top_menu_item_spec.rb +++ b/modules/reporting/spec/features/top_menu_item_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/features/update_cost_report_spec.rb b/modules/reporting/spec/features/update_cost_report_spec.rb index 260f5582bb..2e26daba8a 100644 --- a/modules/reporting/spec/features/update_cost_report_spec.rb +++ b/modules/reporting/spec/features/update_cost_report_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/features/update_entries_spec.rb b/modules/reporting/spec/features/update_entries_spec.rb index 0768820e34..2445ebbedf 100644 --- a/modules/reporting/spec/features/update_entries_spec.rb +++ b/modules/reporting/spec/features/update_entries_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/helpers/reporting_helper_spec.rb b/modules/reporting/spec/helpers/reporting_helper_spec.rb index e090c7304d..e5cd6ddc74 100644 --- a/modules/reporting/spec/helpers/reporting_helper_spec.rb +++ b/modules/reporting/spec/helpers/reporting_helper_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/lib/open_project/configuration_spec.rb b/modules/reporting/spec/lib/open_project/configuration_spec.rb index 3b41cd0b3e..3899555a81 100644 --- a/modules/reporting/spec/lib/open_project/configuration_spec.rb +++ b/modules/reporting/spec/lib/open_project/configuration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/lib/open_project/reporting/default_data_spec.rb b/modules/reporting/spec/lib/open_project/reporting/default_data_spec.rb index ec07f40122..7350649330 100644 --- a/modules/reporting/spec/lib/open_project/reporting/default_data_spec.rb +++ b/modules/reporting/spec/lib/open_project/reporting/default_data_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/cache_spec.rb b/modules/reporting/spec/models/cost_query/cache_spec.rb index 35de6bde07..98b062f245 100644 --- a/modules/reporting/spec/models/cost_query/cache_spec.rb +++ b/modules/reporting/spec/models/cost_query/cache_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/chaining_spec.rb b/modules/reporting/spec/models/cost_query/chaining_spec.rb index bfc9c5d7cc..a4b4522a0c 100644 --- a/modules/reporting/spec/models/cost_query/chaining_spec.rb +++ b/modules/reporting/spec/models/cost_query/chaining_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/filter_spec.rb b/modules/reporting/spec/models/cost_query/filter_spec.rb index 26bda011d3..e638dfa330 100644 --- a/modules/reporting/spec/models/cost_query/filter_spec.rb +++ b/modules/reporting/spec/models/cost_query/filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/group_by_spec.rb b/modules/reporting/spec/models/cost_query/group_by_spec.rb index ad3914faa4..639ede33ec 100644 --- a/modules/reporting/spec/models/cost_query/group_by_spec.rb +++ b/modules/reporting/spec/models/cost_query/group_by_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/integration_spec.rb b/modules/reporting/spec/models/cost_query/integration_spec.rb index 99f89e4287..fa7aeedb17 100644 --- a/modules/reporting/spec/models/cost_query/integration_spec.rb +++ b/modules/reporting/spec/models/cost_query/integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/operator_spec.rb b/modules/reporting/spec/models/cost_query/operator_spec.rb index 2024d8ed10..02322898bf 100644 --- a/modules/reporting/spec/models/cost_query/operator_spec.rb +++ b/modules/reporting/spec/models/cost_query/operator_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/result_spec.rb b/modules/reporting/spec/models/cost_query/result_spec.rb index fe73885b4a..20070a02c6 100644 --- a/modules/reporting/spec/models/cost_query/result_spec.rb +++ b/modules/reporting/spec/models/cost_query/result_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/validation_spec.rb b/modules/reporting/spec/models/cost_query/validation_spec.rb index 09c40ade19..7d0984fe03 100644 --- a/modules/reporting/spec/models/cost_query/validation_spec.rb +++ b/modules/reporting/spec/models/cost_query/validation_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/models/cost_query/walker_spec.rb b/modules/reporting/spec/models/cost_query/walker_spec.rb index 1775eadd65..a4641811da 100644 --- a/modules/reporting/spec/models/cost_query/walker_spec.rb +++ b/modules/reporting/spec/models/cost_query/walker_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/requests/custom_field_cache_spec.rb b/modules/reporting/spec/requests/custom_field_cache_spec.rb index 714213692f..f7db5c5792 100644 --- a/modules/reporting/spec/requests/custom_field_cache_spec.rb +++ b/modules/reporting/spec/requests/custom_field_cache_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/spec_helper.rb b/modules/reporting/spec/spec_helper.rb index a62606b218..6593ebf910 100644 --- a/modules/reporting/spec/spec_helper.rb +++ b/modules/reporting/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/support/configuration_helper.rb b/modules/reporting/spec/support/configuration_helper.rb index 64464091e6..f8081bd799 100644 --- a/modules/reporting/spec/support/configuration_helper.rb +++ b/modules/reporting/spec/support/configuration_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/support/custom_field_filter.rb b/modules/reporting/spec/support/custom_field_filter.rb index b0ad9a21ec..d370f8dbf6 100644 --- a/modules/reporting/spec/support/custom_field_filter.rb +++ b/modules/reporting/spec/support/custom_field_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/support/plugin_spec_helper.rb b/modules/reporting/spec/support/plugin_spec_helper.rb index 1dd3b518fd..28d470492f 100644 --- a/modules/reporting/spec/support/plugin_spec_helper.rb +++ b/modules/reporting/spec/support/plugin_spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/reporting/spec/support/query_helper.rb b/modules/reporting/spec/support/query_helper.rb index 30ead1918e..a8c16a67ae 100644 --- a/modules/reporting/spec/support/query_helper.rb +++ b/modules/reporting/spec/support/query_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/cells/storages/projects_storages_table_cell.rb b/modules/storages/app/cells/storages/projects_storages_table_cell.rb index 6629017183..e594f21128 100644 --- a/modules/storages/app/cells/storages/projects_storages_table_cell.rb +++ b/modules/storages/app/cells/storages/projects_storages_table_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/parse_create_params_service.rb b/modules/storages/app/common/storages/peripherals/parse_create_params_service.rb index 6ef6060380..30e920537d 100644 --- a/modules/storages/app/common/storages/peripherals/parse_create_params_service.rb +++ b/modules/storages/app/common/storages/peripherals/parse_create_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/scopes.rb b/modules/storages/app/common/storages/peripherals/scopes.rb index b3111816b7..42450b7ca2 100644 --- a/modules/storages/app/common/storages/peripherals/scopes.rb +++ b/modules/storages/app/common/storages/peripherals/scopes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/service_result_refinements.rb b/modules/storages/app/common/storages/peripherals/service_result_refinements.rb index 7b721177f7..3c9b813a58 100644 --- a/modules/storages/app/common/storages/peripherals/service_result_refinements.rb +++ b/modules/storages/app/common/storages/peripherals/service_result_refinements.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/storage_error_helper.rb b/modules/storages/app/common/storages/peripherals/storage_error_helper.rb index ea122e492a..ede7d891a5 100644 --- a/modules/storages/app/common/storages/peripherals/storage_error_helper.rb +++ b/modules/storages/app/common/storages/peripherals/storage_error_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/download_link_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/download_link_query.rb index 86972b9731..53a8887396 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/download_link_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/download_link_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/files_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/files_query.rb index 7cd93866c9..ffdd5d4fd8 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/files_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/files_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/upload_link_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/upload_link_query.rb index 442db38a25..ff57c09f5d 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/upload_link_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/upload_link_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/storage_interaction/storage_queries.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/storage_queries.rb index dadd23a77d..88a2e38a25 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/storage_queries.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/storage_queries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/storage_interaction/storage_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/storage_query.rb index 2ed688be0e..6e5a51b18c 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/storage_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/storage_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/storage_requests.rb b/modules/storages/app/common/storages/peripherals/storage_requests.rb index 6ac7e0173c..fc660ce453 100644 --- a/modules/storages/app/common/storages/peripherals/storage_requests.rb +++ b/modules/storages/app/common/storages/peripherals/storage_requests.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/common/storages/peripherals/storage_url_helper.rb b/modules/storages/app/common/storages/peripherals/storage_url_helper.rb index 6fdbf9a601..8ee2b3ccdd 100644 --- a/modules/storages/app/common/storages/peripherals/storage_url_helper.rb +++ b/modules/storages/app/common/storages/peripherals/storage_url_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/constants/storages/admin.rb b/modules/storages/app/constants/storages/admin.rb index b5ec4f00c1..f2058a8dbc 100644 --- a/modules/storages/app/constants/storages/admin.rb +++ b/modules/storages/app/constants/storages/admin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/file_links/create_contract.rb b/modules/storages/app/contracts/storages/file_links/create_contract.rb index c92a923f79..18466ecb64 100644 --- a/modules/storages/app/contracts/storages/file_links/create_contract.rb +++ b/modules/storages/app/contracts/storages/file_links/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/file_links/delete_contract.rb b/modules/storages/app/contracts/storages/file_links/delete_contract.rb index 708ec4c46f..3f2e12236d 100644 --- a/modules/storages/app/contracts/storages/file_links/delete_contract.rb +++ b/modules/storages/app/contracts/storages/file_links/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/project_storages/base_contract.rb b/modules/storages/app/contracts/storages/project_storages/base_contract.rb index b2551873eb..98f7a299c1 100644 --- a/modules/storages/app/contracts/storages/project_storages/base_contract.rb +++ b/modules/storages/app/contracts/storages/project_storages/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/project_storages/concerns/manage_storages_guarded.rb b/modules/storages/app/contracts/storages/project_storages/concerns/manage_storages_guarded.rb index 325128c6b4..dd36ad9843 100644 --- a/modules/storages/app/contracts/storages/project_storages/concerns/manage_storages_guarded.rb +++ b/modules/storages/app/contracts/storages/project_storages/concerns/manage_storages_guarded.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/project_storages/create_contract.rb b/modules/storages/app/contracts/storages/project_storages/create_contract.rb index 5fc4fe47a4..634da0861c 100644 --- a/modules/storages/app/contracts/storages/project_storages/create_contract.rb +++ b/modules/storages/app/contracts/storages/project_storages/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/project_storages/delete_contract.rb b/modules/storages/app/contracts/storages/project_storages/delete_contract.rb index 6a37fd336c..693c4f90f2 100644 --- a/modules/storages/app/contracts/storages/project_storages/delete_contract.rb +++ b/modules/storages/app/contracts/storages/project_storages/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/storages/base_contract.rb b/modules/storages/app/contracts/storages/storages/base_contract.rb index b3e0abfb51..a422371e65 100644 --- a/modules/storages/app/contracts/storages/storages/base_contract.rb +++ b/modules/storages/app/contracts/storages/storages/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/storages/concerns/manage_storages_guarded.rb b/modules/storages/app/contracts/storages/storages/concerns/manage_storages_guarded.rb index 80535b0691..c397895231 100644 --- a/modules/storages/app/contracts/storages/storages/concerns/manage_storages_guarded.rb +++ b/modules/storages/app/contracts/storages/storages/concerns/manage_storages_guarded.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/storages/create_contract.rb b/modules/storages/app/contracts/storages/storages/create_contract.rb index 325ab1b8c3..9045a8eb97 100644 --- a/modules/storages/app/contracts/storages/storages/create_contract.rb +++ b/modules/storages/app/contracts/storages/storages/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/storages/delete_contract.rb b/modules/storages/app/contracts/storages/storages/delete_contract.rb index 902669880f..899b168a37 100644 --- a/modules/storages/app/contracts/storages/storages/delete_contract.rb +++ b/modules/storages/app/contracts/storages/storages/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/contracts/storages/storages/update_contract.rb b/modules/storages/app/contracts/storages/storages/update_contract.rb index daf0c1bd55..9867aae10a 100644 --- a/modules/storages/app/contracts/storages/storages/update_contract.rb +++ b/modules/storages/app/contracts/storages/storages/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/controllers/storages/admin/oauth_clients_controller.rb b/modules/storages/app/controllers/storages/admin/oauth_clients_controller.rb index 72ed7fdff8..a3287d2935 100644 --- a/modules/storages/app/controllers/storages/admin/oauth_clients_controller.rb +++ b/modules/storages/app/controllers/storages/admin/oauth_clients_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/controllers/storages/admin/projects_storages_controller.rb b/modules/storages/app/controllers/storages/admin/projects_storages_controller.rb index 99d0478ad5..f0dae13814 100644 --- a/modules/storages/app/controllers/storages/admin/projects_storages_controller.rb +++ b/modules/storages/app/controllers/storages/admin/projects_storages_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/controllers/storages/admin/storages_controller.rb b/modules/storages/app/controllers/storages/admin/storages_controller.rb index c747a5d74f..7454e951db 100644 --- a/modules/storages/app/controllers/storages/admin/storages_controller.rb +++ b/modules/storages/app/controllers/storages/admin/storages_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/queries/storages/file_links/file_link_query.rb b/modules/storages/app/models/queries/storages/file_links/file_link_query.rb index c7cb544abf..791b812734 100644 --- a/modules/storages/app/models/queries/storages/file_links/file_link_query.rb +++ b/modules/storages/app/models/queries/storages/file_links/file_link_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/queries/storages/file_links/filter/storage_filter.rb b/modules/storages/app/models/queries/storages/file_links/filter/storage_filter.rb index f67e3c4c34..a8d42929c4 100644 --- a/modules/storages/app/models/queries/storages/file_links/filter/storage_filter.rb +++ b/modules/storages/app/models/queries/storages/file_links/filter/storage_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/queries/storages/work_packages/filter/file_link_origin_id_filter.rb b/modules/storages/app/models/queries/storages/work_packages/filter/file_link_origin_id_filter.rb index d1a3c18213..e3291a4b73 100644 --- a/modules/storages/app/models/queries/storages/work_packages/filter/file_link_origin_id_filter.rb +++ b/modules/storages/app/models/queries/storages/work_packages/filter/file_link_origin_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/queries/storages/work_packages/filter/linkable_to_storage_id_filter.rb b/modules/storages/app/models/queries/storages/work_packages/filter/linkable_to_storage_id_filter.rb index 897c937924..293e947120 100644 --- a/modules/storages/app/models/queries/storages/work_packages/filter/linkable_to_storage_id_filter.rb +++ b/modules/storages/app/models/queries/storages/work_packages/filter/linkable_to_storage_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/queries/storages/work_packages/filter/linkable_to_storage_url_filter.rb b/modules/storages/app/models/queries/storages/work_packages/filter/linkable_to_storage_url_filter.rb index bcf78a4b09..a7595593c0 100644 --- a/modules/storages/app/models/queries/storages/work_packages/filter/linkable_to_storage_url_filter.rb +++ b/modules/storages/app/models/queries/storages/work_packages/filter/linkable_to_storage_url_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/queries/storages/work_packages/filter/storage_id_filter.rb b/modules/storages/app/models/queries/storages/work_packages/filter/storage_id_filter.rb index f0733a41b7..585a53a0de 100644 --- a/modules/storages/app/models/queries/storages/work_packages/filter/storage_id_filter.rb +++ b/modules/storages/app/models/queries/storages/work_packages/filter/storage_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/queries/storages/work_packages/filter/storage_url_filter.rb b/modules/storages/app/models/queries/storages/work_packages/filter/storage_url_filter.rb index 12b2c46419..8b8d3a13fc 100644 --- a/modules/storages/app/models/queries/storages/work_packages/filter/storage_url_filter.rb +++ b/modules/storages/app/models/queries/storages/work_packages/filter/storage_url_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/queries/storages/work_packages/filter/storages_filter_mixin.rb b/modules/storages/app/models/queries/storages/work_packages/filter/storages_filter_mixin.rb index 7bffb8123e..6b332e8c48 100644 --- a/modules/storages/app/models/queries/storages/work_packages/filter/storages_filter_mixin.rb +++ b/modules/storages/app/models/queries/storages/work_packages/filter/storages_filter_mixin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/storages/file_link.rb b/modules/storages/app/models/storages/file_link.rb index 918a7944cc..0301989324 100644 --- a/modules/storages/app/models/storages/file_link.rb +++ b/modules/storages/app/models/storages/file_link.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/storages/project_storage.rb b/modules/storages/app/models/storages/project_storage.rb index 9f6c888097..0840c96b22 100644 --- a/modules/storages/app/models/storages/project_storage.rb +++ b/modules/storages/app/models/storages/project_storage.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/storages/storage.rb b/modules/storages/app/models/storages/storage.rb index a8c4e8ad1c..7ab73b5685 100644 --- a/modules/storages/app/models/storages/storage.rb +++ b/modules/storages/app/models/storages/storage.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/storages/storage/inexistent_storage.rb b/modules/storages/app/models/storages/storage/inexistent_storage.rb index 797b35fd13..d99a905ec1 100644 --- a/modules/storages/app/models/storages/storage/inexistent_storage.rb +++ b/modules/storages/app/models/storages/storage/inexistent_storage.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/storages/storage_error.rb b/modules/storages/app/models/storages/storage_error.rb index 2a73edb682..f3056b324a 100644 --- a/modules/storages/app/models/storages/storage_error.rb +++ b/modules/storages/app/models/storages/storage_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/storages/storage_file.rb b/modules/storages/app/models/storages/storage_file.rb index 91c62198b6..84c44684dc 100644 --- a/modules/storages/app/models/storages/storage_file.rb +++ b/modules/storages/app/models/storages/storage_file.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/models/storages/upload_link.rb b/modules/storages/app/models/storages/upload_link.rb index e57687727a..68e67cb336 100644 --- a/modules/storages/app/models/storages/upload_link.rb +++ b/modules/storages/app/models/storages/upload_link.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/projects/copy/file_links_dependent_service.rb b/modules/storages/app/services/projects/copy/file_links_dependent_service.rb index 4d763ddf2b..4d0ad3e8f6 100644 --- a/modules/storages/app/services/projects/copy/file_links_dependent_service.rb +++ b/modules/storages/app/services/projects/copy/file_links_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/projects/copy/storages_dependent_service.rb b/modules/storages/app/services/projects/copy/storages_dependent_service.rb index 66fbc2928f..6f814fa38d 100644 --- a/modules/storages/app/services/projects/copy/storages_dependent_service.rb +++ b/modules/storages/app/services/projects/copy/storages_dependent_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/file_link_sync_service.rb b/modules/storages/app/services/storages/file_link_sync_service.rb index 65b1aba288..f08eed75f1 100644 --- a/modules/storages/app/services/storages/file_link_sync_service.rb +++ b/modules/storages/app/services/storages/file_link_sync_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/file_links/create_service.rb b/modules/storages/app/services/storages/file_links/create_service.rb index 9da8ed533b..e2d6d4fe99 100644 --- a/modules/storages/app/services/storages/file_links/create_service.rb +++ b/modules/storages/app/services/storages/file_links/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/file_links/delete_service.rb b/modules/storages/app/services/storages/file_links/delete_service.rb index 0eeef43a65..02c663c8b0 100644 --- a/modules/storages/app/services/storages/file_links/delete_service.rb +++ b/modules/storages/app/services/storages/file_links/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/file_links/set_attributes_service.rb b/modules/storages/app/services/storages/file_links/set_attributes_service.rb index 8ab1fd2d2a..ee1d4d2378 100644 --- a/modules/storages/app/services/storages/file_links/set_attributes_service.rb +++ b/modules/storages/app/services/storages/file_links/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/oauth_applications/create_service.rb b/modules/storages/app/services/storages/oauth_applications/create_service.rb index f12d85732a..8d6f92f987 100644 --- a/modules/storages/app/services/storages/oauth_applications/create_service.rb +++ b/modules/storages/app/services/storages/oauth_applications/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/project_storages/create_service.rb b/modules/storages/app/services/storages/project_storages/create_service.rb index 0401067e54..a0c3124039 100644 --- a/modules/storages/app/services/storages/project_storages/create_service.rb +++ b/modules/storages/app/services/storages/project_storages/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/project_storages/delete_service.rb b/modules/storages/app/services/storages/project_storages/delete_service.rb index 9dfc77bc82..abeb9fa789 100644 --- a/modules/storages/app/services/storages/project_storages/delete_service.rb +++ b/modules/storages/app/services/storages/project_storages/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/project_storages/set_attributes_service.rb b/modules/storages/app/services/storages/project_storages/set_attributes_service.rb index aea5594826..eaff48a35b 100644 --- a/modules/storages/app/services/storages/project_storages/set_attributes_service.rb +++ b/modules/storages/app/services/storages/project_storages/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/storages/create_service.rb b/modules/storages/app/services/storages/storages/create_service.rb index 501536edb8..387fe0dc21 100644 --- a/modules/storages/app/services/storages/storages/create_service.rb +++ b/modules/storages/app/services/storages/storages/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/storages/delete_service.rb b/modules/storages/app/services/storages/storages/delete_service.rb index c0ddcd0647..abe2b98f2f 100644 --- a/modules/storages/app/services/storages/storages/delete_service.rb +++ b/modules/storages/app/services/storages/storages/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/storages/set_attributes_service.rb b/modules/storages/app/services/storages/storages/set_attributes_service.rb index e0ec070aa9..45c58490a2 100644 --- a/modules/storages/app/services/storages/storages/set_attributes_service.rb +++ b/modules/storages/app/services/storages/storages/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/services/storages/storages/update_service.rb b/modules/storages/app/services/storages/storages/update_service.rb index c3358b5cb1..3b55135b49 100644 --- a/modules/storages/app/services/storages/storages/update_service.rb +++ b/modules/storages/app/services/storages/storages/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/validator/nextcloud_compatible_host_validator.rb b/modules/storages/app/validator/nextcloud_compatible_host_validator.rb index c2ed392077..9c0a72c7dc 100644 --- a/modules/storages/app/validator/nextcloud_compatible_host_validator.rb +++ b/modules/storages/app/validator/nextcloud_compatible_host_validator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/views/storages/admin/storages/_form.html.erb b/modules/storages/app/views/storages/admin/storages/_form.html.erb index 4f845f7c0c..47d8fa1c82 100644 --- a/modules/storages/app/views/storages/admin/storages/_form.html.erb +++ b/modules/storages/app/views/storages/admin/storages/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/app/views/storages/admin/storages/show.html.erb b/modules/storages/app/views/storages/admin/storages/show.html.erb index f26ac7a665..a0f4765134 100644 --- a/modules/storages/app/views/storages/admin/storages/show.html.erb +++ b/modules/storages/app/views/storages/admin/storages/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2022 the OpenProject GmbH +Copyright (C) 2012-2023 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/config/routes.rb b/modules/storages/config/routes.rb index cbff2657b4..e06f838295 100644 --- a/modules/storages/config/routes.rb +++ b/modules/storages/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/db/migrate/20220712165928_add_storages_permissions_to_roles.rb b/modules/storages/db/migrate/20220712165928_add_storages_permissions_to_roles.rb index 4a263e81b3..fa917033d4 100644 --- a/modules/storages/db/migrate/20220712165928_add_storages_permissions_to_roles.rb +++ b/modules/storages/db/migrate/20220712165928_add_storages_permissions_to_roles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/create_endpoint.rb b/modules/storages/lib/api/v3/file_links/create_endpoint.rb index e9900b2d23..de979ab6f0 100644 --- a/modules/storages/lib/api/v3/file_links/create_endpoint.rb +++ b/modules/storages/lib/api/v3/file_links/create_endpoint.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/file_link_collection_representer.rb b/modules/storages/lib/api/v3/file_links/file_link_collection_representer.rb index 55cc7e5ee2..07bd0db96b 100644 --- a/modules/storages/lib/api/v3/file_links/file_link_collection_representer.rb +++ b/modules/storages/lib/api/v3/file_links/file_link_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/file_link_payload_representer.rb b/modules/storages/lib/api/v3/file_links/file_link_payload_representer.rb index f70c36edac..718b664cac 100644 --- a/modules/storages/lib/api/v3/file_links/file_link_payload_representer.rb +++ b/modules/storages/lib/api/v3/file_links/file_link_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/file_link_relation_representer.rb b/modules/storages/lib/api/v3/file_links/file_link_relation_representer.rb index 6e286b0e93..95f8e4b5c6 100644 --- a/modules/storages/lib/api/v3/file_links/file_link_relation_representer.rb +++ b/modules/storages/lib/api/v3/file_links/file_link_relation_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/file_link_representer.rb b/modules/storages/lib/api/v3/file_links/file_link_representer.rb index e7da280ec5..bef27f2f2b 100644 --- a/modules/storages/lib/api/v3/file_links/file_link_representer.rb +++ b/modules/storages/lib/api/v3/file_links/file_link_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/file_links_api.rb b/modules/storages/lib/api/v3/file_links/file_links_api.rb index c162d72b7c..493300447f 100644 --- a/modules/storages/lib/api/v3/file_links/file_links_api.rb +++ b/modules/storages/lib/api/v3/file_links/file_links_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/file_links_download_api.rb b/modules/storages/lib/api/v3/file_links/file_links_download_api.rb index 93db60161c..5d425e2def 100644 --- a/modules/storages/lib/api/v3/file_links/file_links_download_api.rb +++ b/modules/storages/lib/api/v3/file_links/file_links_download_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/file_links_open_api.rb b/modules/storages/lib/api/v3/file_links/file_links_open_api.rb index a2170393e0..15af002cc7 100644 --- a/modules/storages/lib/api/v3/file_links/file_links_open_api.rb +++ b/modules/storages/lib/api/v3/file_links/file_links_open_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/file_links/work_packages_file_links_api.rb b/modules/storages/lib/api/v3/file_links/work_packages_file_links_api.rb index 0f22f7b771..33f63ad968 100644 --- a/modules/storages/lib/api/v3/file_links/work_packages_file_links_api.rb +++ b/modules/storages/lib/api/v3/file_links/work_packages_file_links_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/oauth_client/oauth_client_credentials_api.rb b/modules/storages/lib/api/v3/oauth_client/oauth_client_credentials_api.rb index b94ddcb4e1..ebaa043a65 100644 --- a/modules/storages/lib/api/v3/oauth_client/oauth_client_credentials_api.rb +++ b/modules/storages/lib/api/v3/oauth_client/oauth_client_credentials_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/storage_files/storage_file_collection_representer.rb b/modules/storages/lib/api/v3/storage_files/storage_file_collection_representer.rb index a23d488269..d1d1454ebd 100644 --- a/modules/storages/lib/api/v3/storage_files/storage_file_collection_representer.rb +++ b/modules/storages/lib/api/v3/storage_files/storage_file_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/storage_files/storage_file_representer.rb b/modules/storages/lib/api/v3/storage_files/storage_file_representer.rb index 5f544777e1..08fd307dca 100644 --- a/modules/storages/lib/api/v3/storage_files/storage_file_representer.rb +++ b/modules/storages/lib/api/v3/storage_files/storage_file_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/storage_files/storage_files_api.rb b/modules/storages/lib/api/v3/storage_files/storage_files_api.rb index 467b81322b..9ef913fb68 100644 --- a/modules/storages/lib/api/v3/storage_files/storage_files_api.rb +++ b/modules/storages/lib/api/v3/storage_files/storage_files_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/storage_files/storage_upload_link_representer.rb b/modules/storages/lib/api/v3/storage_files/storage_upload_link_representer.rb index 82323e8c9e..4c4536db3f 100644 --- a/modules/storages/lib/api/v3/storage_files/storage_upload_link_representer.rb +++ b/modules/storages/lib/api/v3/storage_files/storage_upload_link_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/storages/storage_payload_representer.rb b/modules/storages/lib/api/v3/storages/storage_payload_representer.rb index ceac416d94..c9bcd8030c 100644 --- a/modules/storages/lib/api/v3/storages/storage_payload_representer.rb +++ b/modules/storages/lib/api/v3/storages/storage_payload_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/storages/storage_representer.rb b/modules/storages/lib/api/v3/storages/storage_representer.rb index ebe5ff5789..1f8533cbb4 100644 --- a/modules/storages/lib/api/v3/storages/storage_representer.rb +++ b/modules/storages/lib/api/v3/storages/storage_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/api/v3/storages/storages_api.rb b/modules/storages/lib/api/v3/storages/storages_api.rb index 53926e50f9..264c7438f0 100644 --- a/modules/storages/lib/api/v3/storages/storages_api.rb +++ b/modules/storages/lib/api/v3/storages/storages_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/open_project/storages.rb b/modules/storages/lib/open_project/storages.rb index 6527e31747..2db8209636 100644 --- a/modules/storages/lib/open_project/storages.rb +++ b/modules/storages/lib/open_project/storages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/lib/open_project/storages/engine.rb b/modules/storages/lib/open_project/storages/engine.rb index 65f09a40ca..ee2de919a5 100644 --- a/modules/storages/lib/open_project/storages/engine.rb +++ b/modules/storages/lib/open_project/storages/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/common/peripherals/storage_requests_spec.rb b/modules/storages/spec/common/peripherals/storage_requests_spec.rb index 903b993264..efdf53ea1e 100644 --- a/modules/storages/spec/common/peripherals/storage_requests_spec.rb +++ b/modules/storages/spec/common/peripherals/storage_requests_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/file_links/create_contract_spec.rb b/modules/storages/spec/contracts/storages/file_links/create_contract_spec.rb index ae3a479ab9..f2aee08763 100644 --- a/modules/storages/spec/contracts/storages/file_links/create_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/file_links/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/file_links/delete_contract_spec.rb b/modules/storages/spec/contracts/storages/file_links/delete_contract_spec.rb index 854bb379d1..c29b7557b1 100644 --- a/modules/storages/spec/contracts/storages/file_links/delete_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/file_links/delete_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/file_links/shared_contract_examples.rb b/modules/storages/spec/contracts/storages/file_links/shared_contract_examples.rb index 588344a0ec..d53c7659fe 100644 --- a/modules/storages/spec/contracts/storages/file_links/shared_contract_examples.rb +++ b/modules/storages/spec/contracts/storages/file_links/shared_contract_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/project_storages/create_contract_spec.rb b/modules/storages/spec/contracts/storages/project_storages/create_contract_spec.rb index 3147cc1f31..c6523a98c5 100644 --- a/modules/storages/spec/contracts/storages/project_storages/create_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/project_storages/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/project_storages/delete_contract_spec.rb b/modules/storages/spec/contracts/storages/project_storages/delete_contract_spec.rb index efa97711fa..05eaa6d518 100644 --- a/modules/storages/spec/contracts/storages/project_storages/delete_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/project_storages/delete_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/project_storages/shared_contract_examples.rb b/modules/storages/spec/contracts/storages/project_storages/shared_contract_examples.rb index 9ae962d873..5f800509e9 100644 --- a/modules/storages/spec/contracts/storages/project_storages/shared_contract_examples.rb +++ b/modules/storages/spec/contracts/storages/project_storages/shared_contract_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/storages/base_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/base_contract_spec.rb index 4054df03ef..2a65f4d008 100644 --- a/modules/storages/spec/contracts/storages/storages/base_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/base_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/storages/create_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/create_contract_spec.rb index 70d58c5c8c..9d78d8ae2a 100644 --- a/modules/storages/spec/contracts/storages/storages/create_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/storages/delete_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/delete_contract_spec.rb index 84069a4014..69483629d4 100644 --- a/modules/storages/spec/contracts/storages/storages/delete_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/delete_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/storages/shared_contract_examples.rb b/modules/storages/spec/contracts/storages/storages/shared_contract_examples.rb index 8fad139487..30acd4127e 100644 --- a/modules/storages/spec/contracts/storages/storages/shared_contract_examples.rb +++ b/modules/storages/spec/contracts/storages/storages/shared_contract_examples.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/contracts/storages/storages/update_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/update_contract_spec.rb index f2e8b72e6d..f809486598 100644 --- a/modules/storages/spec/contracts/storages/storages/update_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/controller/storages_controller_spec.rb b/modules/storages/spec/controller/storages_controller_spec.rb index 30e9634c5b..d0cf69fc70 100644 --- a/modules/storages/spec/controller/storages_controller_spec.rb +++ b/modules/storages/spec/controller/storages_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/factories/file_link_element_factory.rb b/modules/storages/spec/factories/file_link_element_factory.rb index eca84a91e2..2b083f1f15 100644 --- a/modules/storages/spec/factories/file_link_element_factory.rb +++ b/modules/storages/spec/factories/file_link_element_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/factories/file_link_factory.rb b/modules/storages/spec/factories/file_link_factory.rb index 34baa6c9cc..272c358f2f 100644 --- a/modules/storages/spec/factories/file_link_factory.rb +++ b/modules/storages/spec/factories/file_link_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/factories/project_storage_factory.rb b/modules/storages/spec/factories/project_storage_factory.rb index 1496e75d8c..78b4c4736e 100644 --- a/modules/storages/spec/factories/project_storage_factory.rb +++ b/modules/storages/spec/factories/project_storage_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/factories/storage_factory.rb b/modules/storages/spec/factories/storage_factory.rb index ad667dceb6..93eb6d9c28 100644 --- a/modules/storages/spec/factories/storage_factory.rb +++ b/modules/storages/spec/factories/storage_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/factories/webdav_data_factory.rb b/modules/storages/spec/factories/webdav_data_factory.rb index 3c842153b9..3667249de5 100644 --- a/modules/storages/spec/factories/webdav_data_factory.rb +++ b/modules/storages/spec/factories/webdav_data_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/features/admin_storages_spec.rb b/modules/storages/spec/features/admin_storages_spec.rb index c2169d893b..4b5b160c0e 100644 --- a/modules/storages/spec/features/admin_storages_spec.rb +++ b/modules/storages/spec/features/admin_storages_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/features/create_and_delete_project_storage_spec.rb b/modules/storages/spec/features/create_and_delete_project_storage_spec.rb index dce858eda7..311a1afe72 100644 --- a/modules/storages/spec/features/create_and_delete_project_storage_spec.rb +++ b/modules/storages/spec/features/create_and_delete_project_storage_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/features/create_file_links_spec.rb b/modules/storages/spec/features/create_file_links_spec.rb index 566ab928f3..2d88423eb4 100644 --- a/modules/storages/spec/features/create_file_links_spec.rb +++ b/modules/storages/spec/features/create_file_links_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/features/delete_project_storage_and_file_links_spec.rb b/modules/storages/spec/features/delete_project_storage_and_file_links_spec.rb index 64f15f314d..288acd261f 100644 --- a/modules/storages/spec/features/delete_project_storage_and_file_links_spec.rb +++ b/modules/storages/spec/features/delete_project_storage_and_file_links_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/features/shared_context.rb b/modules/storages/spec/features/shared_context.rb index 05ddf8a3bf..1ef5069759 100644 --- a/modules/storages/spec/features/shared_context.rb +++ b/modules/storages/spec/features/shared_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/features/show_file_links_spec.rb b/modules/storages/spec/features/show_file_links_spec.rb index 21bb3261eb..899247b562 100644 --- a/modules/storages/spec/features/show_file_links_spec.rb +++ b/modules/storages/spec/features/show_file_links_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/features/storages_module_spec.rb b/modules/storages/spec/features/storages_module_spec.rb index 343645fa3d..6c90746b26 100644 --- a/modules/storages/spec/features/storages_module_spec.rb +++ b/modules/storages/spec/features/storages_module_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/lib/api/v3/file_links/file_link_representer_parsing_spec.rb b/modules/storages/spec/lib/api/v3/file_links/file_link_representer_parsing_spec.rb index edc4d6bacc..d1ec3c3764 100644 --- a/modules/storages/spec/lib/api/v3/file_links/file_link_representer_parsing_spec.rb +++ b/modules/storages/spec/lib/api/v3/file_links/file_link_representer_parsing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/lib/api/v3/file_links/file_link_representer_rendering_spec.rb b/modules/storages/spec/lib/api/v3/file_links/file_link_representer_rendering_spec.rb index f594655197..40f214877d 100644 --- a/modules/storages/spec/lib/api/v3/file_links/file_link_representer_rendering_spec.rb +++ b/modules/storages/spec/lib/api/v3/file_links/file_link_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/lib/api/v3/storage_files/storage_file_representer_spec.rb b/modules/storages/spec/lib/api/v3/storage_files/storage_file_representer_spec.rb index 582b3144ee..15a31badbe 100644 --- a/modules/storages/spec/lib/api/v3/storage_files/storage_file_representer_spec.rb +++ b/modules/storages/spec/lib/api/v3/storage_files/storage_file_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/lib/api/v3/storage_files/storage_upload_link_representer_spec.rb b/modules/storages/spec/lib/api/v3/storage_files/storage_upload_link_representer_spec.rb index 133f1cb7d4..c5ff9f4cc2 100644 --- a/modules/storages/spec/lib/api/v3/storage_files/storage_upload_link_representer_spec.rb +++ b/modules/storages/spec/lib/api/v3/storage_files/storage_upload_link_representer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/lib/api/v3/storages/storages_representer_rendering_spec.rb b/modules/storages/spec/lib/api/v3/storages/storages_representer_rendering_spec.rb index 5a7a341d49..5c59ab4117 100644 --- a/modules/storages/spec/lib/api/v3/storages/storages_representer_rendering_spec.rb +++ b/modules/storages/spec/lib/api/v3/storages/storages_representer_rendering_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/models/file_link_spec.rb b/modules/storages/spec/models/file_link_spec.rb index 1f7aa380c4..98d828c707 100644 --- a/modules/storages/spec/models/file_link_spec.rb +++ b/modules/storages/spec/models/file_link_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/models/project_storage_spec.rb b/modules/storages/spec/models/project_storage_spec.rb index 1329915d9a..3c00f41e31 100644 --- a/modules/storages/spec/models/project_storage_spec.rb +++ b/modules/storages/spec/models/project_storage_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/models/storage_spec.rb b/modules/storages/spec/models/storage_spec.rb index 477d174b9d..1a8475ce38 100644 --- a/modules/storages/spec/models/storage_spec.rb +++ b/modules/storages/spec/models/storage_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/permissions/manage_storage_in_project_spec.rb b/modules/storages/spec/permissions/manage_storage_in_project_spec.rb index f44340c5a2..d7de7a9e7b 100644 --- a/modules/storages/spec/permissions/manage_storage_in_project_spec.rb +++ b/modules/storages/spec/permissions/manage_storage_in_project_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/requests/api/v3/file_links/file_links_spec.rb b/modules/storages/spec/requests/api/v3/file_links/file_links_spec.rb index 0182bb5d4a..4fd70fbe00 100644 --- a/modules/storages/spec/requests/api/v3/file_links/file_links_spec.rb +++ b/modules/storages/spec/requests/api/v3/file_links/file_links_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/requests/api/v3/file_links/mixed_case_file_links_integration_spec.rb b/modules/storages/spec/requests/api/v3/file_links/mixed_case_file_links_integration_spec.rb index 20b5386a71..c1ba63531e 100644 --- a/modules/storages/spec/requests/api/v3/file_links/mixed_case_file_links_integration_spec.rb +++ b/modules/storages/spec/requests/api/v3/file_links/mixed_case_file_links_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/requests/api/v3/storages/storage_files_spec.rb b/modules/storages/spec/requests/api/v3/storages/storage_files_spec.rb index 2ae8397a6c..02a1703510 100644 --- a/modules/storages/spec/requests/api/v3/storages/storage_files_spec.rb +++ b/modules/storages/spec/requests/api/v3/storages/storage_files_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/requests/api/v3/storages/storages_spec.rb b/modules/storages/spec/requests/api/v3/storages/storages_spec.rb index ce10895ef7..978253c7df 100644 --- a/modules/storages/spec/requests/api/v3/storages/storages_spec.rb +++ b/modules/storages/spec/requests/api/v3/storages/storages_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/requests/api/v3/work_packages/work_packages_linkable_filter_spec.rb b/modules/storages/spec/requests/api/v3/work_packages/work_packages_linkable_filter_spec.rb index ac0f7ce27a..af73b4b8a1 100644 --- a/modules/storages/spec/requests/api/v3/work_packages/work_packages_linkable_filter_spec.rb +++ b/modules/storages/spec/requests/api/v3/work_packages/work_packages_linkable_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/requests/api/v3/work_packages/work_packages_linked_filter_spec.rb b/modules/storages/spec/requests/api/v3/work_packages/work_packages_linked_filter_spec.rb index 29f70eaa51..d08bd3c355 100644 --- a/modules/storages/spec/requests/api/v3/work_packages/work_packages_linked_filter_spec.rb +++ b/modules/storages/spec/requests/api/v3/work_packages/work_packages_linked_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/seeders/seeder_spec.rb b/modules/storages/spec/seeders/seeder_spec.rb index b33deecce3..6df09196ed 100644 --- a/modules/storages/spec/seeders/seeder_spec.rb +++ b/modules/storages/spec/seeders/seeder_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/principals/replace_references_service_call_integration_spec.rb b/modules/storages/spec/services/principals/replace_references_service_call_integration_spec.rb index bb374ac5c7..4ffb32c797 100644 --- a/modules/storages/spec/services/principals/replace_references_service_call_integration_spec.rb +++ b/modules/storages/spec/services/principals/replace_references_service_call_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/file_links/create_service_spec.rb b/modules/storages/spec/services/storages/file_links/create_service_spec.rb index 0437f69c2a..a46c482522 100644 --- a/modules/storages/spec/services/storages/file_links/create_service_spec.rb +++ b/modules/storages/spec/services/storages/file_links/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/file_links/delete_service_spec.rb b/modules/storages/spec/services/storages/file_links/delete_service_spec.rb index 081e6c896d..b135258266 100644 --- a/modules/storages/spec/services/storages/file_links/delete_service_spec.rb +++ b/modules/storages/spec/services/storages/file_links/delete_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/file_links/file_link_sync_service_spec.rb b/modules/storages/spec/services/storages/file_links/file_link_sync_service_spec.rb index e5284da407..89ae3891e9 100644 --- a/modules/storages/spec/services/storages/file_links/file_link_sync_service_spec.rb +++ b/modules/storages/spec/services/storages/file_links/file_link_sync_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/file_links/set_attributes_service_spec.rb b/modules/storages/spec/services/storages/file_links/set_attributes_service_spec.rb index 3f325b0766..3b0b821c56 100644 --- a/modules/storages/spec/services/storages/file_links/set_attributes_service_spec.rb +++ b/modules/storages/spec/services/storages/file_links/set_attributes_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/oauth_applications/create_service_spec.rb b/modules/storages/spec/services/storages/oauth_applications/create_service_spec.rb index 835f28621d..125a6b53bf 100644 --- a/modules/storages/spec/services/storages/oauth_applications/create_service_spec.rb +++ b/modules/storages/spec/services/storages/oauth_applications/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/project_storages/create_service_spec.rb b/modules/storages/spec/services/storages/project_storages/create_service_spec.rb index f45bdc62e4..88647362cb 100644 --- a/modules/storages/spec/services/storages/project_storages/create_service_spec.rb +++ b/modules/storages/spec/services/storages/project_storages/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/project_storages/delete_service_spec.rb b/modules/storages/spec/services/storages/project_storages/delete_service_spec.rb index e1fcb6765c..9f52c68aa5 100644 --- a/modules/storages/spec/services/storages/project_storages/delete_service_spec.rb +++ b/modules/storages/spec/services/storages/project_storages/delete_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/project_storages/set_attributes_service_spec.rb b/modules/storages/spec/services/storages/project_storages/set_attributes_service_spec.rb index 7867cc5cf5..808d9abfd7 100644 --- a/modules/storages/spec/services/storages/project_storages/set_attributes_service_spec.rb +++ b/modules/storages/spec/services/storages/project_storages/set_attributes_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/storages/create_service_spec.rb b/modules/storages/spec/services/storages/storages/create_service_spec.rb index a3b4054a7d..781c7f9372 100644 --- a/modules/storages/spec/services/storages/storages/create_service_spec.rb +++ b/modules/storages/spec/services/storages/storages/create_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/storages/delete_service_spec.rb b/modules/storages/spec/services/storages/storages/delete_service_spec.rb index 3911a4bed2..922303b081 100644 --- a/modules/storages/spec/services/storages/storages/delete_service_spec.rb +++ b/modules/storages/spec/services/storages/storages/delete_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/storages/set_attributes_service_spec.rb b/modules/storages/spec/services/storages/storages/set_attributes_service_spec.rb index 71b69aa6fc..f61314a99e 100644 --- a/modules/storages/spec/services/storages/storages/set_attributes_service_spec.rb +++ b/modules/storages/spec/services/storages/storages/set_attributes_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/services/storages/storages/update_service_spec.rb b/modules/storages/spec/services/storages/storages/update_service_spec.rb index 610f7e3496..5480047ef9 100644 --- a/modules/storages/spec/services/storages/storages/update_service_spec.rb +++ b/modules/storages/spec/services/storages/storages/update_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/spec_helper.rb b/modules/storages/spec/spec_helper.rb index 1db64086d2..b19f7b9605 100644 --- a/modules/storages/spec/spec_helper.rb +++ b/modules/storages/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/support/components/file_picker_dialog.rb b/modules/storages/spec/support/components/file_picker_dialog.rb index 4d3bc92eef..e774a5b26f 100644 --- a/modules/storages/spec/support/components/file_picker_dialog.rb +++ b/modules/storages/spec/support/components/file_picker_dialog.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/storages/spec/support/storage_server_helpers.rb b/modules/storages/spec/support/storage_server_helpers.rb index ff93278317..e6f6e71b0b 100644 --- a/modules/storages/spec/support/storage_server_helpers.rb +++ b/modules/storages/spec/support/storage_server_helpers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/app/cells/team_planner/row_cell.rb b/modules/team_planner/app/cells/team_planner/row_cell.rb index a97b8ecf5f..ab43045252 100644 --- a/modules/team_planner/app/cells/team_planner/row_cell.rb +++ b/modules/team_planner/app/cells/team_planner/row_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/app/cells/team_planner/table_cell.rb b/modules/team_planner/app/cells/team_planner/table_cell.rb index e8214b2d6b..73814bafea 100644 --- a/modules/team_planner/app/cells/team_planner/table_cell.rb +++ b/modules/team_planner/app/cells/team_planner/table_cell.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/lib/open_project/team_planner.rb b/modules/team_planner/lib/open_project/team_planner.rb index 83ca3d7bd9..523c26b659 100644 --- a/modules/team_planner/lib/open_project/team_planner.rb +++ b/modules/team_planner/lib/open_project/team_planner.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/contracts/views/create_contract_team_planner_spec.rb b/modules/team_planner/spec/contracts/views/create_contract_team_planner_spec.rb index b76f36d3ec..b80f9b91e3 100644 --- a/modules/team_planner/spec/contracts/views/create_contract_team_planner_spec.rb +++ b/modules/team_planner/spec/contracts/views/create_contract_team_planner_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/onboarding/team_planner_onboarding_tour_spec.rb b/modules/team_planner/spec/features/onboarding/team_planner_onboarding_tour_spec.rb index 0ec346e00f..a23ca929c7 100644 --- a/modules/team_planner/spec/features/onboarding/team_planner_onboarding_tour_spec.rb +++ b/modules/team_planner/spec/features/onboarding/team_planner_onboarding_tour_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/query_handling_spec.rb b/modules/team_planner/spec/features/query_handling_spec.rb index 2771b903ea..f5713261b0 100644 --- a/modules/team_planner/spec/features/query_handling_spec.rb +++ b/modules/team_planner/spec/features/query_handling_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/shared_context.rb b/modules/team_planner/spec/features/shared_context.rb index d8f6f1ac7b..2993bc85ef 100644 --- a/modules/team_planner/spec/features/shared_context.rb +++ b/modules/team_planner/spec/features/shared_context.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_add_existing_work_packages_spec.rb b/modules/team_planner/spec/features/team_planner_add_existing_work_packages_spec.rb index 4a63bfb1f1..0bbb34ff40 100644 --- a/modules/team_planner/spec/features/team_planner_add_existing_work_packages_spec.rb +++ b/modules/team_planner/spec/features/team_planner_add_existing_work_packages_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_create_spec.rb b/modules/team_planner/spec/features/team_planner_create_spec.rb index 31f999d584..6361a399ff 100644 --- a/modules/team_planner/spec/features/team_planner_create_spec.rb +++ b/modules/team_planner/spec/features/team_planner_create_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_dates_spec.rb b/modules/team_planner/spec/features/team_planner_dates_spec.rb index b71193f927..f6853e1dd8 100644 --- a/modules/team_planner/spec/features/team_planner_dates_spec.rb +++ b/modules/team_planner/spec/features/team_planner_dates_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_error_handling_spec.rb b/modules/team_planner/spec/features/team_planner_error_handling_spec.rb index 27e939049f..8ea7469c51 100644 --- a/modules/team_planner/spec/features/team_planner_error_handling_spec.rb +++ b/modules/team_planner/spec/features/team_planner_error_handling_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_index_spec.rb b/modules/team_planner/spec/features/team_planner_index_spec.rb index 3365f03195..c0a96c326c 100644 --- a/modules/team_planner/spec/features/team_planner_index_spec.rb +++ b/modules/team_planner/spec/features/team_planner_index_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_menu_spec.rb b/modules/team_planner/spec/features/team_planner_menu_spec.rb index 017abbfcb8..e1ce5ddfb6 100644 --- a/modules/team_planner/spec/features/team_planner_menu_spec.rb +++ b/modules/team_planner/spec/features/team_planner_menu_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_project_include_spec.rb b/modules/team_planner/spec/features/team_planner_project_include_spec.rb index eaadc2dc2a..9a1b57dcbf 100644 --- a/modules/team_planner/spec/features/team_planner_project_include_spec.rb +++ b/modules/team_planner/spec/features/team_planner_project_include_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_remove_event_spec.rb b/modules/team_planner/spec/features/team_planner_remove_event_spec.rb index 8251aadffd..a980c19bbd 100644 --- a/modules/team_planner/spec/features/team_planner_remove_event_spec.rb +++ b/modules/team_planner/spec/features/team_planner_remove_event_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_spec.rb b/modules/team_planner/spec/features/team_planner_spec.rb index ebda9f60f9..7f2895b756 100644 --- a/modules/team_planner/spec/features/team_planner_spec.rb +++ b/modules/team_planner/spec/features/team_planner_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_split_view_spec.rb b/modules/team_planner/spec/features/team_planner_split_view_spec.rb index 265f9d5092..98c8d336ed 100644 --- a/modules/team_planner/spec/features/team_planner_split_view_spec.rb +++ b/modules/team_planner/spec/features/team_planner_split_view_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_subproject_constraints_spec.rb b/modules/team_planner/spec/features/team_planner_subproject_constraints_spec.rb index 47e32468c3..7987220139 100644 --- a/modules/team_planner/spec/features/team_planner_subproject_constraints_spec.rb +++ b/modules/team_planner/spec/features/team_planner_subproject_constraints_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_upsale_spec.rb b/modules/team_planner/spec/features/team_planner_upsale_spec.rb index aa92cc58fe..75b63c7037 100644 --- a/modules/team_planner/spec/features/team_planner_upsale_spec.rb +++ b/modules/team_planner/spec/features/team_planner_upsale_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_user_interaction_spec.rb b/modules/team_planner/spec/features/team_planner_user_interaction_spec.rb index fa35590190..fdf3cec888 100644 --- a/modules/team_planner/spec/features/team_planner_user_interaction_spec.rb +++ b/modules/team_planner/spec/features/team_planner_user_interaction_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/features/team_planner_view_modes_spec.rb b/modules/team_planner/spec/features/team_planner_view_modes_spec.rb index 9f2fb7e940..9bc6f34521 100644 --- a/modules/team_planner/spec/features/team_planner_view_modes_spec.rb +++ b/modules/team_planner/spec/features/team_planner_view_modes_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/permissions/view_team_planner_spec.rb b/modules/team_planner/spec/permissions/view_team_planner_spec.rb index 3209b1e9f8..9cc1043b0d 100644 --- a/modules/team_planner/spec/permissions/view_team_planner_spec.rb +++ b/modules/team_planner/spec/permissions/view_team_planner_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/requests/api/v3/views/create_resource_spec.rb b/modules/team_planner/spec/requests/api/v3/views/create_resource_spec.rb index b539f3e9da..311f4ea865 100644 --- a/modules/team_planner/spec/requests/api/v3/views/create_resource_spec.rb +++ b/modules/team_planner/spec/requests/api/v3/views/create_resource_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2020 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/routing/team_planner_routing_spec.rb b/modules/team_planner/spec/routing/team_planner_routing_spec.rb index 7057a041d0..de6db818ff 100644 --- a/modules/team_planner/spec/routing/team_planner_routing_spec.rb +++ b/modules/team_planner/spec/routing/team_planner_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/support/components/add_existing_pane.rb b/modules/team_planner/spec/support/components/add_existing_pane.rb index ef3f87460f..4b21299811 100644 --- a/modules/team_planner/spec/support/components/add_existing_pane.rb +++ b/modules/team_planner/spec/support/components/add_existing_pane.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/support/onboarding/onboarding_steps.rb b/modules/team_planner/spec/support/onboarding/onboarding_steps.rb index 9bd46d2222..08aa4b489c 100644 --- a/modules/team_planner/spec/support/onboarding/onboarding_steps.rb +++ b/modules/team_planner/spec/support/onboarding/onboarding_steps.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/team_planner/spec/support/pages/team_planner.rb b/modules/team_planner/spec/support/pages/team_planner.rb index aa1d5065aa..9db4500813 100644 --- a/modules/team_planner/spec/support/pages/team_planner.rb +++ b/modules/team_planner/spec/support/pages/team_planner.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/two_factor_authentication/spec/routing/two_factor_authentication/my/two_factor_devices_spec.rb b/modules/two_factor_authentication/spec/routing/two_factor_authentication/my/two_factor_devices_spec.rb index ec6e5c75a7..f7e25f270c 100644 --- a/modules/two_factor_authentication/spec/routing/two_factor_authentication/my/two_factor_devices_spec.rb +++ b/modules/two_factor_authentication/spec/routing/two_factor_authentication/my/two_factor_devices_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/two_factor_authentication/spec/routing/two_factor_authentication/users/two_factor_devices_spec.rb b/modules/two_factor_authentication/spec/routing/two_factor_authentication/users/two_factor_devices_spec.rb index 68d9c53ccf..d3fbb79d43 100644 --- a/modules/two_factor_authentication/spec/routing/two_factor_authentication/users/two_factor_devices_spec.rb +++ b/modules/two_factor_authentication/spec/routing/two_factor_authentication/users/two_factor_devices_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/app/controllers/webhooks/incoming/hooks_controller.rb b/modules/webhooks/app/controllers/webhooks/incoming/hooks_controller.rb index dc6745e574..3a1e2d1fbe 100644 --- a/modules/webhooks/app/controllers/webhooks/incoming/hooks_controller.rb +++ b/modules/webhooks/app/controllers/webhooks/incoming/hooks_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/app/workers/attachment_webhook_job.rb b/modules/webhooks/app/workers/attachment_webhook_job.rb index 3f69c76237..a277cef98f 100644 --- a/modules/webhooks/app/workers/attachment_webhook_job.rb +++ b/modules/webhooks/app/workers/attachment_webhook_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/app/workers/cleanup_webhook_logs_job.rb b/modules/webhooks/app/workers/cleanup_webhook_logs_job.rb index 510bb7866e..1dc67c00b0 100644 --- a/modules/webhooks/app/workers/cleanup_webhook_logs_job.rb +++ b/modules/webhooks/app/workers/cleanup_webhook_logs_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/app/workers/project_webhook_job.rb b/modules/webhooks/app/workers/project_webhook_job.rb index 2aff29aae2..857db6e384 100644 --- a/modules/webhooks/app/workers/project_webhook_job.rb +++ b/modules/webhooks/app/workers/project_webhook_job.rb @@ -1,7 +1,7 @@ require 'rest-client' #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/app/workers/represented_webhook_job.rb b/modules/webhooks/app/workers/represented_webhook_job.rb index 86c1262a77..8a71c6b119 100644 --- a/modules/webhooks/app/workers/represented_webhook_job.rb +++ b/modules/webhooks/app/workers/represented_webhook_job.rb @@ -1,7 +1,7 @@ require 'rest-client' #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/app/workers/time_entry_webhook_job.rb b/modules/webhooks/app/workers/time_entry_webhook_job.rb index dbfedf7c6d..3565078bfb 100644 --- a/modules/webhooks/app/workers/time_entry_webhook_job.rb +++ b/modules/webhooks/app/workers/time_entry_webhook_job.rb @@ -1,7 +1,7 @@ require 'rest-client' #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/app/workers/webhook_job.rb b/modules/webhooks/app/workers/webhook_job.rb index 9be56483df..f7556813bd 100644 --- a/modules/webhooks/app/workers/webhook_job.rb +++ b/modules/webhooks/app/workers/webhook_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/app/workers/work_package_webhook_job.rb b/modules/webhooks/app/workers/work_package_webhook_job.rb index ea886084cf..911ecc5e69 100644 --- a/modules/webhooks/app/workers/work_package_webhook_job.rb +++ b/modules/webhooks/app/workers/work_package_webhook_job.rb @@ -1,7 +1,7 @@ require 'rest-client' #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/config/routes.rb b/modules/webhooks/config/routes.rb index eebea808f6..f79697bfbe 100644 --- a/modules/webhooks/config/routes.rb +++ b/modules/webhooks/config/routes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/lib/open_project/webhooks.rb b/modules/webhooks/lib/open_project/webhooks.rb index 140cff84ff..15cc364e14 100644 --- a/modules/webhooks/lib/open_project/webhooks.rb +++ b/modules/webhooks/lib/open_project/webhooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/lib/open_project/webhooks/engine.rb b/modules/webhooks/lib/open_project/webhooks/engine.rb index 6fd51b5d78..9ae30e3497 100644 --- a/modules/webhooks/lib/open_project/webhooks/engine.rb +++ b/modules/webhooks/lib/open_project/webhooks/engine.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/lib/open_project/webhooks/hook.rb b/modules/webhooks/lib/open_project/webhooks/hook.rb index 1ed3c2df6b..2cef3a049b 100644 --- a/modules/webhooks/lib/open_project/webhooks/hook.rb +++ b/modules/webhooks/lib/open_project/webhooks/hook.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/lib/openproject-webhooks.rb b/modules/webhooks/lib/openproject-webhooks.rb index ac852d9bda..d6f1b8685b 100644 --- a/modules/webhooks/lib/openproject-webhooks.rb +++ b/modules/webhooks/lib/openproject-webhooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/cells/webhooks/outgoing/deliveries/table_cell_spec.rb b/modules/webhooks/spec/cells/webhooks/outgoing/deliveries/table_cell_spec.rb index 33b14e63c7..f52f994c8c 100644 --- a/modules/webhooks/spec/cells/webhooks/outgoing/deliveries/table_cell_spec.rb +++ b/modules/webhooks/spec/cells/webhooks/outgoing/deliveries/table_cell_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/controllers/outgoing/admin_controller_spec.rb b/modules/webhooks/spec/controllers/outgoing/admin_controller_spec.rb index cf0308f5ed..1ecfc29481 100644 --- a/modules/webhooks/spec/controllers/outgoing/admin_controller_spec.rb +++ b/modules/webhooks/spec/controllers/outgoing/admin_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/controllers/webhooks_controller_spec.rb b/modules/webhooks/spec/controllers/webhooks_controller_spec.rb index 8063328ed0..22745caecc 100644 --- a/modules/webhooks/spec/controllers/webhooks_controller_spec.rb +++ b/modules/webhooks/spec/controllers/webhooks_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/factories/webhook_factory.rb b/modules/webhooks/spec/factories/webhook_factory.rb index 1a4e0928d2..7beb71bd03 100644 --- a/modules/webhooks/spec/factories/webhook_factory.rb +++ b/modules/webhooks/spec/factories/webhook_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/factories/webhook_log_factory.rb b/modules/webhooks/spec/factories/webhook_log_factory.rb index fd6067157b..c2d6a86af6 100644 --- a/modules/webhooks/spec/factories/webhook_log_factory.rb +++ b/modules/webhooks/spec/factories/webhook_log_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/lib/hook_spec.rb b/modules/webhooks/spec/lib/hook_spec.rb index 13ef662a2b..b0474cad81 100644 --- a/modules/webhooks/spec/lib/hook_spec.rb +++ b/modules/webhooks/spec/lib/hook_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/lib/webhooks_spec.rb b/modules/webhooks/spec/lib/webhooks_spec.rb index 8d96c35e3f..d149818d33 100644 --- a/modules/webhooks/spec/lib/webhooks_spec.rb +++ b/modules/webhooks/spec/lib/webhooks_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/routing/webhooks/outgoing/admin_controller_spec.rb b/modules/webhooks/spec/routing/webhooks/outgoing/admin_controller_spec.rb index be63a153a0..1d2624a766 100644 --- a/modules/webhooks/spec/routing/webhooks/outgoing/admin_controller_spec.rb +++ b/modules/webhooks/spec/routing/webhooks/outgoing/admin_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/spec_helper.rb b/modules/webhooks/spec/spec_helper.rb index 3fb9d5b7e6..ac9d412f63 100644 --- a/modules/webhooks/spec/spec_helper.rb +++ b/modules/webhooks/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/workers/attachment_webhook_job_spec.rb b/modules/webhooks/spec/workers/attachment_webhook_job_spec.rb index 2c12a400ea..6745ec2497 100644 --- a/modules/webhooks/spec/workers/attachment_webhook_job_spec.rb +++ b/modules/webhooks/spec/workers/attachment_webhook_job_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/workers/project_webhook_job_spec.rb b/modules/webhooks/spec/workers/project_webhook_job_spec.rb index ee1ae57946..e3f19f6a39 100644 --- a/modules/webhooks/spec/workers/project_webhook_job_spec.rb +++ b/modules/webhooks/spec/workers/project_webhook_job_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/workers/time_entry_webhook_job_spec.rb b/modules/webhooks/spec/workers/time_entry_webhook_job_spec.rb index 6b0cfd2ae7..1c2209717f 100644 --- a/modules/webhooks/spec/workers/time_entry_webhook_job_spec.rb +++ b/modules/webhooks/spec/workers/time_entry_webhook_job_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/webhooks/spec/workers/work_package_webhook_job_spec.rb b/modules/webhooks/spec/workers/work_package_webhook_job_spec.rb index 054b38e8d0..54adeb3891 100644 --- a/modules/webhooks/spec/workers/work_package_webhook_job_spec.rb +++ b/modules/webhooks/spec/workers/work_package_webhook_job_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/xls_export/spec/patches/work_packages_controller_patch_spec.rb b/modules/xls_export/spec/patches/work_packages_controller_patch_spec.rb index be4d3ce62a..32685419e8 100644 --- a/modules/xls_export/spec/patches/work_packages_controller_patch_spec.rb +++ b/modules/xls_export/spec/patches/work_packages_controller_patch_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/packaging/conf/configuration.yml b/packaging/conf/configuration.yml index 19689388a6..637ae25cf5 100644 --- a/packaging/conf/configuration.yml +++ b/packaging/conf/configuration.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2023 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/public/422.html b/public/422.html index 9f0e4e0ba0..3c4349eda7 100644 --- a/public/422.html +++ b/public/422.html @@ -1,6 +1,6 @@